REAP: Enhancing RAG with Recursive Evaluation and Adaptive Planning for Multi-Hop Question Answering
Yijie Zhu, Haojie Zhou, Wanting Hong, Tailin Liu, Ning Wang

TL;DR
REAP improves multi-hop question answering by explicitly managing sub-tasks and facts through structured modules, leading to more reliable and traceable reasoning in large language models.
Contribution
The paper introduces REAP, a novel framework with recursive evaluation and adaptive planning modules for enhanced multi-hop reasoning in RAG systems.
Findings
Significantly outperforms existing RAG methods in multiple datasets.
Enhances reasoning reliability and traceability.
Effective in both in-domain and out-of-domain scenarios.
Abstract
Retrieval-augmented generation (RAG) has been extensively employed to mitigate hallucinations in large language models (LLMs). However, existing methods for multi-hop reasoning tasks often lack global planning, increasing the risk of falling into local reasoning impasses. Insufficient exploitation of retrieved content and the neglect of latent clues fail to ensure the accuracy of reasoning outcomes. To overcome these limitations, we propose Recursive Evaluation and Adaptive Planning (REAP), whose core idea is to explicitly maintain structured sub-tasks and facts related to the current task through the Sub-task Planner (SP) and Fact Extractor (FE) modules. SP maintains a global perspective, guiding the overall reasoning direction and evaluating the task state based on the outcomes of FE, enabling dynamic optimization of the task-solving trajectory. FE performs fine-grained analysis over…
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 · Multimodal Machine Learning Applications · Advanced Graph Neural Networks
