English

Break It Down: A Question Understanding Benchmark

Computation and Language 2020-02-03 v1

Abstract

Understanding natural language questions entails the ability to break down a question into the requisite steps for computing its answer. In this work, we introduce a Question Decomposition Meaning Representation (QDMR) for questions. QDMR constitutes the ordered list of steps, expressed through natural language, that are necessary for answering a question. We develop a crowdsourcing pipeline, showing that quality QDMRs can be annotated at scale, and release the Break dataset, containing over 83K pairs of questions and their QDMRs. We demonstrate the utility of QDMR by showing that (a) it can be used to improve open-domain question answering on the HotpotQA dataset, (b) it can be deterministically converted to a pseudo-SQL formal language, which can alleviate annotation in semantic parsing applications. Last, we use Break to train a sequence-to-sequence model with copying that parses questions into QDMR structures, and show that it substantially outperforms several natural baselines.

Keywords

Cite

@article{arxiv.2001.11770,
  title  = {Break It Down: A Question Understanding Benchmark},
  author = {Tomer Wolfson and Mor Geva and Ankit Gupta and Matt Gardner and Yoav Goldberg and Daniel Deutch and Jonathan Berant},
  journal= {arXiv preprint arXiv:2001.11770},
  year   = {2020}
}

Comments

Accepted for publication in Transactions of the Association for Computational Linguistics (TACL), 2020. Author's final version

R2 v1 2026-06-23T13:26:22.714Z