Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Plan-on-Graph: Self-Correcting Adaptive Planning of Large Language Model on Knowledge Graphs

About

Large Language Models (LLMs) have shown remarkable reasoning capabilities on complex tasks, but they still suffer from out-of-date knowledge, hallucinations, and opaque decision-making. In contrast, Knowledge Graphs (KGs) can provide explicit and editable knowledge for LLMs to alleviate these issues. Existing paradigm of KG-augmented LLM manually predefines the breadth of exploration space and requires flawless navigation in KGs. However, this paradigm cannot adaptively explore reasoning paths in KGs based on the question semantics and self-correct erroneous reasoning paths, resulting in a bottleneck in efficiency and effect. To address these limitations, we propose a novel self-correcting adaptive planning paradigm for KG-augmented LLM named Plan-on-Graph (PoG), which first decomposes the question into several sub-objectives and then repeats the process of adaptively exploring reasoning paths, updating memory, and reflecting on the need to self-correct erroneous reasoning paths until arriving at the answer. Specifically, three important mechanisms of Guidance, Memory, and Reflection are designed to work together, to guarantee the adaptive breadth of self-correcting planning for graph reasoning. Finally, extensive experiments on three real-world datasets demonstrate the effectiveness and efficiency of PoG.

Liyi Chen, Panrong Tong, Zhongming Jin, Ying Sun, Jieping Ye, Hui Xiong• 2024

Related benchmarks

TaskDatasetResultRank
Knowledge Graph Question AnsweringCWQ--
166
Question Answering2Wiki--
152
Knowledge Base Question AnsweringWEBQSP (test)
Hit@187.3
145
Knowledge Graph Question AnsweringCWQ (test)
Hits@175
100
Multi-hop Knowledge Graph Question AnsweringWebQSP
Hits@187.3
50
Multi-hop Knowledge Graph Question AnsweringCWQ
Hits@175
46
Question AnsweringMuSiQue
LLM Accuracy31.6
34
Knowledge Base Question AnsweringCWQ (ComplexWebQuestions)
Hits@1 Accuracy75
32
Knowledge Base Question AnsweringGrailQA--
31
Knowledge Base Question AnsweringWebQSP
Hits@187.3
25
Showing 10 of 33 rows

Other info

Code

Follow for update