Our new X account is live! Follow @wizwand_team for updates
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 Base Question AnsweringWEBQSP (test)
Hit@187.3
143
Knowledge Graph Question AnsweringCWQ--
105
Knowledge Graph Question AnsweringCWQ (test)
Hits@175
69
Multi-hop Knowledge Graph Question AnsweringWebQSP
Hits@187.3
50
Multi-hop Knowledge Graph Question AnsweringCWQ
Hits@175
46
Knowledge Base Question AnsweringWebQSP
Accuracy87.3
23
Knowledge Base Question AnsweringGrailQA
Accuracy84.7
21
Multi-hop Knowledge Graph Question AnsweringGrailQA
Hits@176.5
21
Knowledge Graph Question AnsweringGrailQA (Overall)
Hits@184.7
20
Knowledge Graph Question AnsweringGrailQA Zero-shot
Hits@188.6
17
Showing 10 of 13 rows

Other info

Code

Follow for update