paper-with-me

홈 › Papers

FiDeLiS: Faithful Reasoning in Large Language Model for Knowledge Graph Question Answering

2024-05-22 · Yuan Sui, Yufei He, Nian Liu, Xiaoxin He, Kun Wang, Bryan Hooi

Large language models are often challenged by generating erroneous or `hallucinated' responses, especially in complex reasoning tasks. To mitigate this, we propose a retrieval augmented reasoning method, FiDeLiS, which enhances knowledge graph question answering by anchoring responses to structured, verifiable reasoning paths. FiDeLiS uses a keyword-enhanced retrieval mechanism that fetches relevant entities and relations from a vector-based index of KGs to ensure high-recall retrieval. Once these entities and relations are retrieved, our method constructs candidate reasoning paths which are then refined using a stepwise beam search. This ensures that all the paths we create can be confidently linked back to KGs, ensuring they are accurate and reliable. A distinctive feature of our approach is its blend of natural language planning with beam search to optimize the selection of reasoning paths. Moreover, we redesign the way reasoning paths are scored by transforming this process into a deductive reasoning task, allowing the LLM to assess the validity of the paths through deductive reasoning rather than traditional logit-based scoring. This helps avoid misleading reasoning chains and reduces unnecessary computational demand. Extensive experiments demonstrate that our method, even as a training-free method which has lower computational costs and superior generality, outperforms established strong baselines across three datasets.

📄 PDF Abstract BibTeX arXiv:2405.13873

Code (0)

등록된 구현이 없습니다.

Tasks

Common Sense ReasoningGraph Question AnsweringKnowledge GraphsLanguage ModelingLanguage ModellingLarge Language ModelQuestion AnsweringRAGRetrieval

Similar Papers 제목 키워드 기반

Reasoning on Graphs: Faithful and Interpretable Large Language Model Reasoning

2023-10-02 · Linhao Luo, Yuan-Fang Li, Gholamreza Haffari, Shirui Pan

Large language models (LLMs) have demonstrated impressive reasoning abilities in complex tasks. However, they lack up-to-date knowledge and experience hallucinations during reasoning, which can lead to incorrect reasonin…

Knowledge GraphsLanguage ModelingLanguage ModellingLarge Language Model+2

Graph-constrained Reasoning: Faithful Reasoning on Knowledge Graphs with Large Language Models

2024-10-16 · Linhao Luo, Zicheng Zhao, Chen Gong, Gholamreza Haffari 외

Large language models (LLMs) have demonstrated impressive reasoning abilities, but they still struggle with faithful reasoning due to knowledge gaps and hallucinations. To address these issues, knowledge graphs (KGs) hav…

HallucinationKnowledge Graphs

Rethinking with Retrieval: Faithful Large Language Model Inference

2022-12-31 · Hangfeng He, Hongming Zhang, Dan Roth

Despite the success of large language models (LLMs) in various natural language processing (NLP) tasks, the stored knowledge in these models may inevitably be incomplete, out-of-date, or incorrect. This motivates the nee…

Language ModelingLanguage ModellingLarge Language Modelmodel+2

Be Faithful When Response: Returning Fluent and Grounded Answers for Vision-Language Models Reinforcement Learning

2026-06-29 · Peng, Lee, Yin Zhang, Yanglin Zhang 외 arxiv

Reinforcement Learning (RL) is an important paradigm for improving the reasoning capabilities of Vision-Language Models (VLMs). However, directly applying RL to rollout multimodal reasoning can lead to instability, due t…

Reinforcement LearningMultimodal Reasoning

Structure-Internalized Rule Language Model for Faithful Knowledge Graph Reasoning

2026-08-18 · Xingrui Zhuo, Jiapu Wang, Manzong Huang, Gongqing Wu 외 arxiv

Knowledge Graph Reasoning (KGR) aims to discover latent facts by leveraging the structural evidence available in KGs, posing a challenge to the structural semantic understanding capability of KGR models. Recent studies h…