Who is the richest club in the championship? Detecting and Rewriting Underspecified Questions Improve QA Performance
Yunchong Huang, Gianni Barlacchi, Sandro Pezzelle
TL;DR
This work shows that a substantial fraction of questions in popular QA benchmarks are underspecified, meaning their intended meaning cannot be determined without extra context. It introduces an LLM-based UND classifier to detect underspecification and an LLM-based rewriter to convert UND questions into fully specified variants while preserving the true answer. Across multiple datasets and two QA models, performance on underspecified questions is consistently worse, but rewriting UND questions to FS substantially closes the gap and, in many cases, yields near-parity with FS questions, indicating the bottleneck lies in question formulation rather than model capability. The study highlights underspecification as a critical factor in QA evaluation, provides reproducible tools for detection and rewriting, and argues for benchmark designs that emphasize question clarity to reliably assess model performance and progress.
Abstract
Large language models (LLMs) perform well on well-posed questions, yet standard question-answering (QA) benchmarks remain far from solved. We argue that this gap is partly due to underspecified questions - queries whose interpretation cannot be uniquely determined without additional context. To test this hypothesis, we introduce an LLM-based classifier to identify underspecified questions and apply it to several widely used QA datasets, finding that 16% to over 50% of benchmark questions are underspecified and that LLMs perform significantly worse on them. To isolate the effect of underspecification, we conduct a controlled rewriting experiment that serves as an upper-bound analysis, rewriting underspecified questions into fully specified variants while holding gold answers fixed. QA performance consistently improves under this setting, indicating that many apparent QA failures stem from question underspecification rather than model limitations. Our findings highlight underspecification as an important confound in QA evaluation and motivate greater attention to question clarity in benchmark design.
