English

Multi-hop Reading Comprehension through Question Decomposition and Rescoring

Computation and Language 2019-07-02 v2 Artificial Intelligence

Abstract

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.

Keywords

Cite

@article{arxiv.1906.02916,
  title  = {Multi-hop Reading Comprehension through Question Decomposition and Rescoring},
  author = {Sewon Min and Victor Zhong and Luke Zettlemoyer and Hannaneh Hajishirzi},
  journal= {arXiv preprint arXiv:1906.02916},
  year   = {2019}
}

Comments

Published as a conference paper at ACL 2019 (long). Code available at https://github.com/shmsw25/DecompRC

R2 v1 2026-06-23T09:46:36.191Z