CLAIJun 12, 2025

Reliable Reasoning Path: Distilling Effective Guidance for LLM Reasoning with Knowledge Graphs

arXiv:2506.10508v112 citationsh-index: 13IEEE Trans Knowl Data Eng
Originality Incremental advance
AI Analysis

This addresses the issue of hallucination and lack of reasoning in LLMs for knowledge-intensive applications, though it is incremental as it builds on existing KG-enhanced methods.

The paper tackles the problem of LLMs struggling with complex knowledge-intensive tasks by proposing the RRP framework, which mines knowledge graphs to generate reliable reasoning paths, achieving state-of-the-art performance on two public datasets.

Large language models (LLMs) often struggle with knowledge-intensive tasks due to a lack of background knowledge and a tendency to hallucinate. To address these limitations, integrating knowledge graphs (KGs) with LLMs has been intensively studied. Existing KG-enhanced LLMs focus on supplementary factual knowledge, but still struggle with solving complex questions. We argue that refining the relationships among facts and organizing them into a logically consistent reasoning path is equally important as factual knowledge itself. Despite their potential, extracting reliable reasoning paths from KGs poses the following challenges: the complexity of graph structures and the existence of multiple generated paths, making it difficult to distinguish between useful and redundant ones. To tackle these challenges, we propose the RRP framework to mine the knowledge graph, which combines the semantic strengths of LLMs with structural information obtained through relation embedding and bidirectional distribution learning. Additionally, we introduce a rethinking module that evaluates and refines reasoning paths according to their significance. Experimental results on two public datasets show that RRP achieves state-of-the-art performance compared to existing baseline methods. Moreover, RRP can be easily integrated into various LLMs to enhance their reasoning abilities in a plug-and-play manner. By generating high-quality reasoning paths tailored to specific questions, RRP distills effective guidance for LLM reasoning.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes