Furthest Reasoning with Plan Assessment: Stable Reasoning Path with Retrieval-Augmented Large Language Models
Yin Zhu, Zhiling Luo, Gong Cheng

TL;DR
This paper introduces FuRePA, a novel pipeline for multi-hop question answering that improves reasoning accuracy by encouraging LLMs to generate fresh reasoning paths and assessing plans to select the best one, outperforming existing methods.
Contribution
The paper proposes Furthest Reasoning and Plan Assessor modules to enhance multi-hop QA by reducing errors from irrelevant knowledge and misleading reasoning paths, achieving significant accuracy improvements.
Findings
Outperforms state-of-the-art on three public datasets
Achieves 10-12% higher answer accuracy
Effective in mitigating IR and LLM inaccuracies
Abstract
Large Language Models (LLMs), acting as a powerful reasoner and generator, exhibit extraordinary performance across various natural language tasks, such as question answering (QA). Among these tasks, Multi-Hop Question Answering (MHQA) stands as a widely discussed category, necessitating seamless integration between LLMs and the retrieval of external knowledge. Existing methods employ LLM to generate reasoning paths and plans, and utilize IR to iteratively retrieve related knowledge, but these approaches have inherent flaws. On one hand, Information Retriever (IR) is hindered by the low quality of generated queries by LLM. On the other hand, LLM is easily misguided by the irrelevant knowledge by IR. These inaccuracies, accumulated by the iterative interaction between IR and LLM, lead to a disaster in effectiveness at the end. To overcome above barriers, in this paper, we propose a novel…
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 · Natural Language Processing Techniques · Multimodal Machine Learning Applications
