Clarify or Answer: Reinforcement Learning for Agentic VQA with Context Under-specification
Zongwan Cao, Bingbing Wen, Lucy Lu Wang
TL;DR
The paper addresses context-dependent VQA where external information is required to answer correctly. It introduces Clarify-or-Answer (CoA), a three-component agent that decides to answer or ask a single targeted clarification question before answering, and learns the clarification policy via GRPO-CR reinforcement learning. It provides ContextClarify, a dataset with 275 ambiguous VQA items and 275 contrast items, and demonstrates consistent gains in controller accuracy, clarification quality, and end-to-end VQA accuracy across three backbones and OOD datasets. The work shows that explicit, single-turn clarification can markedly improve reliability in multimodal reasoning and generalizes beyond the training distribution, offering a scalable approach to context underspecification in VQA.
Abstract
Real-world visual question answering (VQA) is often context-dependent: an image-question pair may be under-specified, such that the correct answer depends on external information that is not observable in the image. In such cases, directly answering can lead to confident but incorrect predictions. We propose CoA(Clarify-or-Answer), an ask-or-answer agent that separately models the decision to ask or answer, and what to ask if needed. CoA first determines whether clarification is necessary; if so, it asks a single focused question and then incorporates the response to produce the final answer. We introduce CONTEXTCLARIFY with a set of ambiguous VQA questions and the contrast set that is non-ambiguous. We further introduce GRPO-CR (Clarification Reasoning), a reinforcement learning approach that optimizes clarification question generation with multiple reward signals encouraging well-formed, focused, non-trivial questions that resolve ambiguity. Across three VLLMs and three datasets, CoA achieves consistent improvements at both the module and system levels, improving end-to-end VQA accuracy by an average of +15.3 points (83%) over prompting-based baselines
