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
Question Answering2Wiki--
241
Knowledge Graph Question AnsweringCWQ
Hit@159.3
212
Knowledge Graph Question AnsweringWebQSP
Hit@186.2
174
Knowledge Base Question AnsweringWEBQSP (test)
Hit@187.3
145
Knowledge Graph Question AnsweringCWQ (test)
Hits@175
125
Knowledge Graph Question AnsweringWEBQSP (test)
Hit82
85
Multi-hop Knowledge Graph Question AnsweringWebQSP
Hits@187.3
69
Multi-hop Knowledge Graph Question AnsweringGrailQA
Hits@176.5
68
Multi-hop Knowledge Graph Question AnsweringCWQ
Hits@175
64
Knowledge Base Question AnsweringWebQSP Freebase (test)--
60
Showing 10 of 45 rows

Other info

Code

Follow for update