Decomposing Complex Questions Makes Multi-Hop QA Easier and More Interpretable
Ruiliu Fu, Han Wang, Xuejun Zhang, Jun Zhou, Yonghong Yan

TL;DR
This paper introduces RERC, a three-stage framework for multi-hop question answering that decomposes complex questions, improves interpretability, and achieves state-of-the-art results on the 2WikiMultiHopQA dataset.
Contribution
The paper presents the first application of the RERC model, combining question decomposition, answer extraction, and comparison to enhance multi-hop QA performance and interpretability.
Findings
Achieved a joint F1 score of 53.58 on 2WikiMultiHopQA.
RERC's performance is close to human levels, only 1.95 behind in support fact F1.
Provides highly readable and faithful reasoning evidence paths.
Abstract
Multi-hop QA requires the machine to answer complex questions through finding multiple clues and reasoning, and provide explanatory evidence to demonstrate the machine reasoning process. We propose Relation Extractor-Reader and Comparator (RERC), a three-stage framework based on complex question decomposition, which is the first work that the RERC model has been proposed and applied in solving the multi-hop QA challenges. The Relation Extractor decomposes the complex question, and then the Reader answers the sub-questions in turn, and finally the Comparator performs numerical comparison and summarizes all to get the final answer, where the entire process itself constitutes a complete reasoning evidence path. In the 2WikiMultiHopQA dataset, our RERC model has achieved the most advanced performance, with a winning joint F1 score of 53.58 on the leaderboard. All indicators of our RERC are…
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.
Code & Models
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
