CLMay 26, 2025

Self-Reflective Planning with Knowledge Graphs: Enhancing LLM Reasoning Reliability for Question Answering

arXiv:2505.19410v12 citationsh-index: 8
Originality Incremental advance
AI Analysis

This addresses the issue of unreliable reasoning in LLMs for question answering, particularly for users needing accurate information, though it appears incremental as it builds on existing KG integration methods.

The paper tackles the problem of LLMs generating hallucinations due to insufficient internal knowledge by proposing Self-Reflective Planning (SRP), a framework that integrates LLMs with knowledge graphs through iterative, reference-guided reasoning, resulting in surpassing various strong baselines on three public datasets.

Recently, large language models (LLMs) have demonstrated remarkable capabilities in natural language processing tasks, yet they remain prone to hallucinations when reasoning with insufficient internal knowledge. While integrating LLMs with knowledge graphs (KGs) provides access to structured, verifiable information, existing approaches often generate incomplete or factually inconsistent reasoning paths. To this end, we propose Self-Reflective Planning (SRP), a framework that synergizes LLMs with KGs through iterative, reference-guided reasoning. Specifically, given a question and topic entities, SRP first searches for references to guide planning and reflection. In the planning process, it checks initial relations and generates a reasoning path. After retrieving knowledge from KGs through a reasoning path, it implements iterative reflection by judging the retrieval result and editing the reasoning path until the answer is correctly retrieved. Extensive experiments on three public datasets demonstrate that SRP surpasses various strong baselines and further underscore its reliable reasoning ability.

Foundations

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

Your Notes