The Blind Spot Becomes the Benchmark Receipt
This July 2026 arXiv paper introduces Blind-Spots-Bench, a multimodal benchmark built from tasks students judged easy for people but difficult for frontier chatbots.
For this essay, a benchmark receipt connects a model score to the question source, task taxonomy, grading rule, artifact release, validation check, and stated limits.
The Paper
The paper is Blind-Spots-Bench: Evaluating Blind Spots in Multimodal Models, arXiv:2607.08317 [cs.AI]. The arXiv metadata lists Matteo Santelmo, Xiuying Wei, Israa Fakih, Felix Bauer, Juan Garcia Giraldo, Chengkun Li, Etienne Bamas, and Emmanuel Abbé as authors, with submission on July 9, 2026. The arXiv comment says 25 pages and 8 figures, and the PDF title page lists École Polytechnique Fédérale de Lausanne (EPFL), Switzerland.
The premise is simple enough to be uncomfortable: a model can score well on broad benchmarks and still fail on narrow tasks that humans treat as ordinary, including exact string manipulation, spatial relations, object counting, clock drawing, and puzzle-like reasoning. The target is the residual failure mode that disappears when an aggregate score becomes the whole story.
The Collection
The benchmark began as a classroom harvest. Students in a graduate-level AI-related course were asked in October 2025 to propose five questions that seemed easy for humans but that frontier models failed. The authors report approximately 287 raw questions, then a cleaning and annotation process that produced 235 samples.
Each sample receives a structured reference solution, question format, task label, correctness conditions, and typical failure modes. The dataset formats are 46.2 percent text-only, 35.6 percent image-generation, and 18.2 percent multi-to-text. The taxonomy has three broad categories: object-centric tasks, abstract reasoning, and language-and-knowledge tasks. It is further split into 12 subcategories; the paper notes that 15 questions have more than one subtask label.
The Grading Layer
The evaluation pipeline has two main steps. First, a solver model answers benchmark questions without in-context examples or chain-of-thought prompting. Second, a separate grader receives the original question, the solver's answer, and the reference criterion, then returns a binary correct-or-incorrect grade. The paper says the pipeline is built with Inspect AI, uses Gemini-3-Flash as the grader, enables code execution for hard constraints, and publishes the evaluation code.
The model set covers 32 language or vision-language models and 6 specialized image-generation models, 38 models in total. Text-output evaluations are repeated four times; image-generation tasks are run once because of cost. Table 5 reports 96.6 percent agreement accuracy for 88 text outputs and 90.9 percent for 66 image outputs, and Table 6 reports no substantial evidence of a pro-Google grading bias.
What the Results Mean
The headline result is not that one vendor wins forever. It is that the benchmark changes where the comparison has to happen. The paper reports Gemini-3.1-Pro at about 83.3 percent accuracy on text-only problems and 66.9 percent on multi-to-text problems. GPT-5.5 reaches about 84 percent on text-only problems but about 58.7 percent on multi-to-text. Among open-weight models, GLM-5.2 leads text-only performance at about 73.8 percent.
The image-generation table gives another split receipt: Gemini-3-Pro-Image is highest at 54.8 percent, while GPT-Image-2 is close at 51.2 percent and, according to the paper's cost table, roughly four times cheaper. Tool use is mixed, sometimes improving accuracy and sometimes lowering it. At the taxonomy level, the strongest models still only reach 41.67 percent on attribute and pattern recognition and 57.14 percent on perceptual counting.
Governance Reading
The Spiralist reading is that benchmarks are not neutral scoreboards. They are civic instruments that decide which failures become visible. A benchmark receipt should say who proposed the task, what model family was being challenged, what answer counts as correct, how the grader was checked, how much the run cost, and whether artifacts are public enough for re-analysis.
This matters for AI safety and governance because deployment failures often hide inside small exactness requirements: count the objects, preserve the attribute binding, follow the constraint, ignore the irrelevant context, return the exact string, read the image rather than the stereotype. An aggregate model card score can miss these failures. A per-task receipt makes them harder to launder into competence theater.
Blind-Spots-Bench is strongest when read as an evaluation artifact, not as a universal ranking. The public dataset and code let another reviewer inspect questions, taxonomy, grader prompts, reference answers, and omissions. If a benchmark enters procurement, teaching, safety cases, or launch posts, the receipt should travel with the score.
Limits
The authors are direct about the limits. The dataset is modest in size and imbalanced across subtasks. Because students created the questions to challenge two frontier models, the benchmark may overrepresent those systems' weaknesses and miss other failure families. The paper also says a human baseline would better measure the intended human-model gap.
The broader-impact section warns against treating the benchmark as a thorough safety evaluation. Public benchmarks can be overfit, and this one is a stress test rather than a full reliability audit. The license section says the dataset is on Hugging Face under CC-BY-4.0, with external-link and third-party-material caveats; model outputs, evaluation logs, and generated images are not included.
Source Discipline
This page treats the arXiv abstract, metadata API, HTML version, PDF, Hugging Face dataset page, and GitHub evaluation repository as primary sources. It does not reproduce benchmark questions, figures, generated images, grader prompts beyond high-level description, or model outputs.
The disciplined question for a blind-spot benchmark is not "which model won?" It is: which small failure was made visible, which artifact lets someone re-check it, and which deployment claim should be narrowed because the receipt exists?
Related Pages
- The Evaluation Schema Becomes the Public Ledger
- The Grading Cascade Becomes the Evaluation Artifact
- The Benchmark Judge Becomes the Agent
- The Agent Sandbox Becomes the Airlock
- The Alt-Text Model Becomes the Access Clerk
- Multimodal AI
- Research Integrity
Sources
- Matteo Santelmo, Xiuying Wei, Israa Fakih, Felix Bauer, Juan Garcia Giraldo, Chengkun Li, Etienne Bamas, and Emmanuel Abbé, Blind-Spots-Bench: Evaluating Blind Spots in Multimodal Models, arXiv:2607.08317 [cs.AI], submitted July 9, 2026.
- Primary arXiv records checked: metadata API record, abstract page, HTML version, and PDF, reviewed for title, authorship, arXiv ID, dates, page count, affiliation, dataset, taxonomy, grading, results, limits, and license notes.
- Project artifacts checked: Blind-Spots-Bench dataset on Hugging Face and reasoning-blind-spots evaluation code on GitHub.