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

Multi-hop Reading Comprehension through Question Decomposition and Rescoring

About

Multi-hop Reading Comprehension (RC) requires reasoning and aggregation across several paragraphs. We propose a system for multi-hop RC that decomposes a compositional question into simpler sub-questions that can be answered by off-the-shelf single-hop RC models. Since annotations for such decomposition are expensive, we recast sub-question generation as a span prediction problem and show that our method, trained using only 400 labeled examples, generates sub-questions that are as effective as human-authored sub-questions. We also introduce a new global rescoring approach that considers each decomposition (i.e. the sub-questions and their answers) to select the best final answer, greatly improving overall performance. Our experiments on HotpotQA show that this approach achieves the state-of-the-art results, while providing explainable evidence for its decision making in the form of sub-questions.

Sewon Min, Victor Zhong, Luke Zettlemoyer, Hannaneh Hajishirzi• 2019

Related benchmarks

TaskDatasetResultRank
Multi-hop Question AnsweringHotpotQA fullwiki setting (test)
Answer F140.65
64
Answer extraction and supporting sentence predictionHotpotQA fullwiki (test)
Answer EM30
48
Question AnsweringHotpotQA distractor (dev)
Answer F170.6
45
Multi-hop Question AnsweringHotpotQA fullwiki setting (dev)
Answer F143.3
38
Question AnsweringHotpotQA distractor setting (test)
Answer F169.63
34
Question AnsweringHotpotQA full wiki (dev)
F143.3
20
Question AnsweringHotpotQA Full Wiki hidden (test)
F140.7
12
Multi-hop Reading ComprehensionHotpotQA distractor (test)
F1 Score69.63
6
Sequence-based Question DecompositionQDTrees (test)
EM86.2
6
Multi-hop Reading ComprehensionHotpotQA distractor setting (dev)
All Score70.57
5
Showing 10 of 10 rows

Other info

Code

Follow for update