English

Challenges in Information-Seeking QA: Unanswerable Questions and Paragraph Retrieval

Computation and Language 2021-06-08 v2

Abstract

Recent pretrained language models "solved" many reading comprehension benchmarks, where questions are written with access to the evidence document. However, datasets containing information-seeking queries where evidence documents are provided after the queries are written independently remain challenging. We analyze why answering information-seeking queries is more challenging and where their prevalent unanswerabilities arise, on Natural Questions and TyDi QA. Our controlled experiments suggest two headrooms -- paragraph selection and answerability prediction, i.e. whether the paired evidence document contains the answer to the query or not. When provided with a gold paragraph and knowing when to abstain from answering, existing models easily outperform a human annotator. However, predicting answerability itself remains challenging. We manually annotate 800 unanswerable examples across six languages on what makes them challenging to answer. With this new data, we conduct per-category answerability prediction, revealing issues in the current dataset collection as well as task formulation. Together, our study points to avenues for future research in information-seeking question answering, both for dataset creation and model development.

Keywords

Cite

@article{arxiv.2010.11915,
  title  = {Challenges in Information-Seeking QA: Unanswerable Questions and Paragraph Retrieval},
  author = {Akari Asai and Eunsol Choi},
  journal= {arXiv preprint arXiv:2010.11915},
  year   = {2021}
}

Comments

Published as a conference paper at ACL 2021 (long). Our code and annotated data are publicly available at https://github.com/AkariAsai/unanswerable_qa

R2 v1 2026-06-23T19:33:59.216Z