Benchmarks · Multimodal

VQAv2

also: VQA v2.0, Visual Question Answering v2.0

Given a photograph and a free-form question about it, can a model give the answer a human would — while resisting the shortcut of guessing from the question's wording alone, since every question is asked of two near-identical images with different correct answers.

Virginia Tech, Georgia Tech and US Army Research Laboratory (Goyal et al.)Released 2 December 2016Saturated

The original VQA dataset, released in 2015, had a well-known flaw: models could score well by exploiting patterns in a question’s wording alone, without looking at the image — a question starting “Is there a…” was usually answered “yes” regardless of what the picture showed. Researchers at Virginia Tech, Georgia Tech and the US Army Research Laboratory built VQA v2.0 to close that loophole. Every question was paired with two visually similar images chosen to have different correct answers, so a model relying on language priors rather than genuine image understanding would be penalised. The result was roughly 1.1 million question-image pairs over 204,000 COCO photographs, with about 11 million answers collected from crowd workers.

The balancing worked as intended: the paper reported that state-of-the-art models of the time performed markedly worse on the rebalanced questions than on the original set, confirming how much of their apparent performance had been linguistic pattern-matching. The best baseline tested, a bilinear-pooling model, reached 62.27% overall accuracy against a 44.26% language-only baseline.

VQAv2 became the standard general-purpose visual question answering benchmark through the 2010s and into the era of large vision-language models, cited in evaluation suites from early attention-based architectures through GPT-4V-class multimodal LLMs. By the early 2020s, leading models were approaching human-level accuracy on it, and it has since faded from frontier model reports in favour of benchmarks built to resist saturation. In 2025 the VQA challenge series’ creators received the Mark Everingham Prize, recognising the series for opening up vision-and-language research as a field.

The set

About 1.1 million question-image pairs over roughly 204,000 photographs from COCO, with around 11 million free-form answers collected from crowd workers. Each question is paired with two visually similar images chosen to yield different answers, so a model that ignores the image and answers from language priors alone is penalised. Scored against the distribution of human answers.

Example

One question-image pair, verbatim: the question 'Where is he looking?' paired with a COCO photograph, where crowd workers most often answered 'down' — but the same question asked of a second, near-identical image has a different correct answer, by design.huggingface.co

Where it stands

Multimodal models cleared roughly human-level accuracy by the early 2020s, and frontier model reports have largely moved on to harder or more specialised visual benchmarks; the VQA challenge series' creators received the 2025 Mark Everingham Prize for its influence on the field.

How the top score changed hands

  1. December 2016MCB (Multimodal Compact Bilinear Pooling)62.27% (test-standard, overall)Best baseline reported in the original paper, ahead of a language-only baseline (44.26%) and a most-common-answer prior (25.98%), demonstrating the dataset's balancing reduced the language-only shortcut but did not eliminate it.

More multimodal benchmarks