AI2D
also: A Diagram Is Worth A Dozen Images, AI2 Diagrams
Can a model answer a multiple-choice question about a labelled science-textbook diagram — reading its text labels, following its arrows, and understanding the relationships they express — rather than just recognising objects in a photo?
Allen Institute for AI & University of WashingtonReleased 24 March 2016
Long before today’s vision-language models existed, researchers at the Allen Institute for AI and the University of Washington noticed that a huge amount of human knowledge is encoded not in photographs but in diagrams — the water cycle, a food web, the parts of a flower — where arrows and labels carry as much meaning as the shapes they connect. Their 2016 dataset paired more than 5,000 such science-textbook diagrams with over 15,000 multiple-choice questions, annotated with a structural representation the authors called “Diagram Parse Graphs” that captured each diagram’s text, arrows and the relationships between them.
AI2D predates the current generation of general-purpose multimodal models by several years, but it survived the transition intact: because diagram reading is a distinct skill from photo understanding — closer to structured reasoning than to object recognition — it became a standard fixture in the evaluation suites of modern vision-language models rather than being replaced by a newer benchmark. Most current reports use a “with mask” variant that overlays the answer options directly onto the image, closing off any shortcut where a model reasons about the choices without properly reading the diagram.
By February 2025, models were clearing that bar comfortably: a comparison table in Alibaba’s Qwen2.5-VL technical report put InternVL2.5-78B highest at 89.1%, ahead of Gemini 1.5 Pro (88.4%), GPT-4o (84.6%) and Qwen2.5-VL-72B itself (83.5%). Scores clustering in the mid-to-high 80s across several unrelated labs suggest AI2D, like other diagram- and chart-reading benchmarks from its era, is approaching the point where it no longer discriminates cleanly between frontier systems.
The set
Over 5,000 grade-school science diagrams (the water cycle, food webs, the parts of a flower) paired with more than 15,000 multiple-choice questions, richly annotated with 'Diagram Parse Graphs' that mark out each diagram's text blocks, arrows and constituents and how they relate. Modern vision-language model reports typically use the 'AI2D (with mask)' variant, which overlays the multiple-choice options directly onto the diagram image.
Example
What could happen that would increase the number of krill? A) increase in phytoplankton B) decrease in penguins C) increase in fish D) increase in birds (Answer: A)huggingface.co
Where it stands
Predates the current wave of vision-language models by several years but remains a standard component of frontier eval suites; by February 2025 several models were scoring in the mid-to-high 80s, with InternVL2.5-78B highest in one widely-cited comparison table.
How the top score changed hands
Current best: InternVL2.5-78B — 89.1% (with mask) Highest score in a comparison table from Alibaba's Qwen2.5-VL technical report, ahead of Gemini 1.5 Pro (88.4%), GPT-4o (84.6%) and Qwen2.5-VL-72B (83.5%) on the same table; later 2025-26 frontier models plausibly score higher but are not confirmed here.