English

A Lightweight Method to Generate Unanswerable Questions in English

Computation and Language 2023-10-31 v1

Abstract

If a question cannot be answered with the available information, robust systems for question answering (QA) should know _not_ to answer. One way to build QA models that do this is with additional training data comprised of unanswerable questions, created either by employing annotators or through automated methods for unanswerable question generation. To show that the model complexity of existing automated approaches is not justified, we examine a simpler data augmentation method for unanswerable question generation in English: performing antonym and entity swaps on answerable questions. Compared to the prior state-of-the-art, data generated with our training-free and lightweight strategy results in better models (+1.6 F1 points on SQuAD 2.0 data with BERT-large), and has higher human-judged relatedness and readability. We quantify the raw benefits of our approach compared to no augmentation across multiple encoder models, using different amounts of generated data, and also on TydiQA-MinSpan data (+9.3 F1 points with BERT-large). Our results establish swaps as a simple but strong baseline for future work.

Keywords

Cite

@article{arxiv.2310.19403,
  title  = {A Lightweight Method to Generate Unanswerable Questions in English},
  author = {Vagrant Gautam and Miaoran Zhang and Dietrich Klakow},
  journal= {arXiv preprint arXiv:2310.19403},
  year   = {2023}
}

Comments

Accepted to Findings of EMNLP 2023

R2 v1 2026-06-28T13:05:41.483Z