KnowledgeNavigator: Leveraging Large Language Models for Enhanced Reasoning over Knowledge Graph
Tiezheng Guo, Qingwen Yang, Chen Wang, Yanyi Liu, Pan Li, and Jiawei Tang, Dapeng Li, Yingyou Wen

TL;DR
KnowledgeNavigator enhances large language models' reasoning in question answering by efficiently retrieving and integrating external knowledge from knowledge graphs, addressing LLM limitations in complex reasoning tasks.
Contribution
It introduces a novel framework that combines knowledge graph retrieval with LLM prompting to improve reasoning accuracy in KGQA tasks.
Findings
Outperforms previous KG-enhanced LLM methods.
Achieves results comparable to fully supervised models.
Demonstrates strong generalization across benchmarks.
Abstract
Large language model (LLM) has achieved outstanding performance on various downstream tasks with its powerful natural language understanding and zero-shot capability, but LLM still suffers from knowledge limitation. Especially in scenarios that require long logical chains or complex reasoning, the hallucination and knowledge limitation of LLM limit its performance in question answering (QA). In this paper, we propose a novel framework KnowledgeNavigator to address these challenges by efficiently and accurately retrieving external knowledge from knowledge graph and using it as a key factor to enhance LLM reasoning. Specifically, KnowledgeNavigator first mines and enhances the potential constraints of the given question to guide the reasoning. Then it retrieves and filters external knowledge that supports answering through iterative reasoning on knowledge graph with the guidance of LLM…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Advanced Graph Neural Networks
