Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

End-to-End Beam Retrieval for Multi-Hop Question Answering

About

Multi-hop question answering (QA) involves finding multiple relevant passages and step-by-step reasoning to answer complex questions, indicating a retrieve-and-read paradigm. However, previous retrievers were customized for two-hop questions, and most of them were trained separately across different hops, resulting in a lack of supervision over the entire multi-hop retrieval process and leading to poor performance in complicated scenarios beyond two hops. In this work, we introduce Beam Retrieval, an end-to-end beam retrieval framework for multi-hop QA. This approach models the multi-hop retrieval process in an end-to-end manner by jointly optimizing an encoder and two classification heads across all hops. Moreover, Beam Retrieval maintains multiple partial hypotheses of relevant passages at each step, expanding the search space and reducing the risk of missing relevant passages. To establish a complete QA system, we incorporate a supervised reader or a large language model (LLM). Experimental results demonstrate that Beam Retrieval achieves a nearly 50% improvement compared with baselines on challenging MuSiQue-Ans, and it also surpasses all previous retrievers on HotpotQA and achieves 99.9% precision on 2WikiMultiHopQA. Providing high-quality context, Beam Retrieval helps our supervised reader achieve new state-of-the-art performance and substantially improves the few-shot QA performance of LLMs.

Jiahao Zhang, Haiyang Zhang, Dongmei Zhang, Yong Liu, Shen Huang• 2023

Related benchmarks

TaskDatasetResultRank
Multi-hop Question AnsweringHotpotQA (val)
Exact Match73
11
Multi-hop Question AnsweringMuSiQue-Ans (test)--
10
RetrievalHotpotQA (dev)
EM97.52
7
Multi-hop Question AnsweringHotpotQA blind (test)
Answer EM72.69
6
RetrievalMuSiQue-Ans (dev)
EM0.7931
6
Multi-hop Question Answering2WikiMultihopQA blind (test)
Answer EM0.8847
4
RetrievalIIRC (test)
Retrieval EM86.9
4
Multi-hop RetrievalHotpotQA fullwiki (test)
Retrieval EM82.2
4
Retrieval2WikiMultiHopQA (dev)
EM99.93
2
Showing 9 of 9 rows

Other info

Code

Follow for update