Graph Elicitation for Guiding Multi-Step Reasoning in Large Language Models
Jinyoung Park, Ameen Patel, Omar Zia Khan, Hyunwoo J. Kim, Joo-Kyung, Kim

TL;DR
This paper introduces GE-Reasoning, a graph-based prompting method that guides large language models to generate relevant sub-questions and answers, improving multi-step reasoning accuracy in complex question answering tasks.
Contribution
The paper proposes a novel graph elicitation approach that grounds sub-questions in knowledge triplets, reducing irrelevance and redundancy in multi-step reasoning with LLMs.
Findings
Outperforms previous CoT prompting methods on benchmark datasets
Reduces irrelevant sub-questions through knowledge grounding
Enhances multi-hop reasoning accuracy
Abstract
Chain-of-Thought (CoT) prompting along with sub-question generation and answering has enhanced multi-step reasoning capabilities of Large Language Models (LLMs). However, prompting the LLMs to directly generate sub-questions is suboptimal since they sometimes generate redundant or irrelevant questions. To deal with them, we propose a GE-Reasoning method, which directs LLMs to generate proper sub-questions and corresponding answers. Concretely, given an input question, we first prompt the LLM to generate knowledge triplets, forming a graph representation of the question. Unlike conventional knowledge triplets, our approach allows variables as head or tail entities, effectively representing a question as knowledge triplets. Second, for each triplet, the LLM generates a corresponding sub-question and answer along with using knowledge retrieval. If the prediction confidence exceeds a…
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 · Advanced Graph Neural Networks · Data Quality and Management
MethodsChain-of-thought prompting
