RISE: Reasoning Enhancement via Iterative Self-Exploration in Multi-hop Question Answering
By: Bolei He , Xinran He , Mengke Chen and more
Potential Business Impact:
Helps computers answer hard questions by thinking more.
Large Language Models (LLMs) excel in many areas but continue to face challenges with complex reasoning tasks, such as Multi-Hop Question Answering (MHQA). MHQA requires integrating evidence from diverse sources while managing intricate logical dependencies, often leads to errors in reasoning. Retrieval-Augmented Generation (RAG), widely employed in MHQA tasks, faces challenges in effectively filtering noisy data and retrieving all necessary evidence, thereby limiting its effectiveness in addressing MHQA challenges. To address these challenges, we propose RISE:Reasoning Enhancement via Iterative Self-Exploration, a novel framework designed to enhance models' reasoning capability through iterative self-exploration. Specifically, RISE involves three key steps in addressing MHQA tasks: question decomposition, retrieve-then-read, and self-critique. By leveraging continuous self-exploration, RISE identifies accurate reasoning paths, iteratively self-improving the model's capability to integrate evidence, maintain logical consistency, and enhance performance in MHQA tasks. Extensive experiments on multiple MHQA benchmarks demonstrate that RISE significantly improves reasoning accuracy and task performance.
Similar Papers
ARise: Towards Knowledge-Augmented Reasoning via Risk-Adaptive Search
Artificial Intelligence
Helps computers solve hard problems by checking their work.
Self-Critique Guided Iterative Reasoning for Multi-hop Question Answering
Computation and Language
Helps computers solve hard problems by thinking step-by-step.
RAISE: Enhancing Scientific Reasoning in LLMs via Step-by-Step Retrieval
Computation and Language
Helps computers solve hard science problems.