Arrow Research search

Author name cluster

Xuhui Jiang

Possible papers associated with this exact author name in Arrow. This page groups case-insensitive exact name matches and is not a full identity disambiguation profile.

4 papers
2 author rows

Possible papers

4

AAAI Conference 2025 Conference Paper

Context-aware Inductive Knowledge Graph Completion with Latent Type Constraints and Subgraph Reasoning

  • Muzhi Li
  • Cehao Yang
  • Chengjin Xu
  • Zixing Song
  • Xuhui Jiang
  • Jian Guo
  • Ho-fung Leung
  • Irwin King

Inductive knowledge graph completion (KGC) aims to predict missing triples with unseen entities. Recent works focus on modeling reasoning paths between the head and tail entity as direct supporting evidence. However, these methods depend heavily on the existence and quality of reasoning paths, which limits their general applicability in different scenarios. In addition, we observe that latent type constraints and neighboring facts inherent in KGs are also vital in inferring missing triples. To effectively utilize all useful information in KGs, we introduce CATS, a novel context-aware inductive KGC solution. With sufficient guidance from proper prompts and supervised fine-tuning, CATS activates the strong semantic understanding and reasoning capabilities of large language models to assess the existence of query triples, which consist of two modules. First, the type-aware reasoning module evaluates whether the candidate entity matches the latent entity type as required by the query relation. Then, the subgraph reasoning module selects relevant reasoning paths and neighboring facts, and evaluates their correlation to the query triple. Experiment results on three widely used datasets demonstrate that CATS significantly outperforms state-of-the-art methods in 16 out of 18 transductive, inductive, and few-shot settings with an average absolute MRR improvement of 7.2%.

NeurIPS Conference 2025 Conference Paper

SQL-R1: Training Natural Language to SQL Reasoning Model By Reinforcement Learning

  • Peixian Ma
  • Xialie Zhuang
  • Chengjin Xu
  • Xuhui Jiang
  • Ran Chen
  • Jian Guo

Natural Language to SQL (NL2SQL) enables intuitive interactions with databases by transforming natural language queries into structured SQL statements. Despite recent advancements in enhancing human-computer interaction within database applications, significant challenges persist, particularly regarding the inference performance in complex scenarios involving multi-table joins and nested queries. Current methodologies primarily utilize supervised fine-tuning (SFT) to train the NL2SQL model, which may limit adaptability and interpretability in new environments (e. g. , finance and healthcare). In order to enhance the reasoning performance of the NL2SQL model in the above complex situations, we introduce SQL-R1, a novel NL2SQL reasoning model trained by the reinforcement learning (RL) algorithms. We design a specialized RL-based reward function tailored for NL2SQL tasks and discussed the impact of cold start and synthetic data on the effectiveness of intensive training. In addition, we achieve competitive accuracy using only a tiny amount of synthetic NL2SQL data for augmented training and further explore data engineering for RL. In existing experiments, SQL-R1 achieves execution accuracy of 88. 6\% and 67. 1\% on the benchmark Spider and BIRD, respectively. The code is available at https: //github. com/IDEA-FinAI/SQL-R1.

ICLR Conference 2025 Conference Paper

Think-on-Graph 2. 0: Deep and Faithful Large Language Model Reasoning with Knowledge-guided Retrieval Augmented Generation

  • Shengjie Ma
  • Chengjin Xu
  • Xuhui Jiang
  • Muzhi Li 0001
  • Huaren Qu
  • Cehao Yang
  • Jiaxin Mao
  • Jian Guo

Retrieval-augmented generation (RAG) has improved large language models (LLMs) by using knowledge retrieval to overcome knowledge deficiencies. However, current RAG methods often fall short of ensuring the depth and completeness of retrieved information, which is necessary for complex reasoning tasks. In this work, we introduce Think-on-Graph 2.0 (ToG-2), a hybrid RAG framework that iteratively retrieves information from both unstructured and structured knowledge sources in a tight-coupling manner. Specifically, ToG-2 leverages knowledge graphs (KGs) to link documents via entities, facilitating deep and knowledge-guided context retrieval. Simultaneously, it utilizes documents as entity contexts to achieve precise and efficient graph retrieval. ToG-2 alternates between graph retrieval and context retrieval to search for in-depth clues relevant to the question, enabling LLMs to generate answers. We conduct a series of well-designed experiments to highlight the following advantages of ToG-2: 1) ToG-2 tightly couples the processes of context retrieval and graph retrieval, deepening context retrieval via the KG while enabling reliable graph retrieval based on contexts; 2) it achieves deep and faithful reasoning in LLMs through an iterative knowledge retrieval process of collaboration between contexts and the KG; and 3) ToG-2 is training-free and plug-and-play compatible with various LLMs. Extensive experiments demonstrate that ToG-2 achieves overall state-of-the-art (SOTA) performance on 6 out of 7 knowledge-intensive datasets with GPT-3.5, and can elevate the performance of smaller models (e.g., LLAMA-2-13B) to the level of GPT-3.5’s direct reasoning. The source code is available on https://anonymous.4open.science/r/ToG2.

ECAI Conference 2024 Conference Paper

Enhancing Stance Detection on Social Media via Core Views Discovery

  • Yu Yan
  • Yinghan Shen
  • Teli Liu
  • Xuhui Jiang
  • Dechun Yin

Stance detection aims to identify the expressed attitude towards a target from the text, which is significant for learning public cognition from social media. The short and implicit nature of social media users’ expressions potentially results in the stance understanding bias of the model. To address this problem, introducing external background information is helpful to mitigate these biases and enhance explainability. The core view, reflecting the motivations and reasons behind an individual’s stance toward the target, can be summarized and extracted from collective tweets, which can serve as a reference for stance detection. In this study, we propose the Stance Detection via Core View Discovery (SD-CVM), where the core views are used for background information modeling. Specifically, we construct a joint classifier combining the semantic understanding of tweets and their relevant core views from the public. We utilize the Large Language Model (LLM) to extract core views with stances from tweets and use these core views as background references for tweets. To further optimize the tweet understanding, we develop the contrastive and rebalancing mechanism by incorporating stance supervision signals for training. Experiments on two representative datasets demonstrate the excellent performance of our method.

v2026.09.13