paper-with-me

Papers

A Lightweight Method to Generate Unanswerable Questions in English

2023-10-30 · Vagrant Gautam, Miaoran Zhang, Dietrich Klakow

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.

📄 PDF Abstract BibTeX arXiv:2310.19403

Code (1)

uds-lsv/unanswerable-question-generation 공식 구현 pytorch

Tasks

Data AugmentationQuestion AnsweringQuestion GenerationQuestion-Generation

Similar Papers 제목 키워드 기반

Query Carefully: Detecting the Unanswerables in Text-to-SQL Tasks

2025-12-19 · Jasmin Saxer, Isabella Maria Aigner, Luise Linzmeier, Andreas Weiler 외 arxiv

Text-to-SQL systems allow non-SQL experts to interact with relational databases using natural language. However, their tendency to generate executable SQL for ambiguous, out-of-scope, or unanswerable queries introduces a…

CLIP-UP: CLIP-Based Unanswerable Problem Detection for Visual Question Answering

2025-01-02 · Ben Vardi, Oron Nir, Ariel Shamir

Recent Vision-Language Models (VLMs) have demonstrated remarkable capabilities in visual understanding and reasoning, and in particular on multiple-choice Visual Question Answering (VQA). Still, these models can make dis…

Multiple-choiceQuestion AnsweringVisual Question AnsweringVisual Question Answering (VQA)

VisionTrap: Unanswerable Questions On Visual Data

2025-07-23 · Asir Saadat, Syem Aziz, Shahriar Mahmud, Abdullah Ibne Masud Mahi 외 arxiv

Visual Question Answering (VQA) has been a widely studied topic, with extensive research focusing on how VLMs respond to answerable questions based on real-world images. However, there has been limited exploration of how…

Visual Question Answering

Answering the Unanswerable Is to Err Knowingly: Analyzing and Mitigating Abstention Failures in Large Reasoning Models

2025-08-26 · Yi Liu, Xiangyu Liu, Zequn Sun, Wei Hu arxiv

Large reasoning models (LRMs) have shown remarkable progress on complex reasoning tasks. However, some questions posed to LRMs are inherently unanswerable, such as math problems lacking sufficient conditions. We find tha…

EQuANt (Enhanced Question Answer Network)

2019-06-24 · François-Xavier Aubet, Dominic Danks, Yuchen Zhu

Machine Reading Comprehension (MRC) is an important topic in the domain of automated question answering and in natural language processing more generally. Since the release of the SQuAD 1.1 and SQuAD 2 datasets, progress…

Machine Reading ComprehensionMulti-Task LearningQuestion AnsweringReading Comprehension