← Back to Research Multimodal evaluation · COLM 2025

SEAM

The same medical report should not get two diagnoses on paper versus on a phone — yet vision-language models often change their answer with the format. SEAM quantifies that inconsistency.

arXiv OpenReview GitHub Dataset Leaderboard
21models
16tasks
4domains
3,200base items
9,600evaluations

The same chess position can be drawn as a board or written as one line of notation; the same molecule can be a structural drawing or a string of characters. The information is identical — only the format differs. We assume an AI model that reads both images and text will give the same answer either way. SEAM measures this directly, and today that assumption does not hold.

Average accuracy (%)30405060708030405060Language–vision agreement (%) · the same question, text version vs image version60% agreement60% accuracyHigh accuracy, low agreementFour models clear 60% accuracy;none clears 60% agreement.GPT-5 · GPT-5-miniClaude-4.1-OpusClaude-4-SonnetClaude-3.7-SonnetGPT-5-nanoGPT-4oQwen2.5-VL-72BLlama3.2-11B
Redrawn from the paper, values approximate. All 21 vision-language models: average accuracy against language–vision agreement, the share of items where the text version and the image version of the same question get the same answer. Only GPT-5 and GPT-5-mini clear 60% on both axes.

Change the format, change the answer

Large models that handle both images and text are called vision-language models (VLMs). In demonstrations they read charts and answer questions about documents, often impressively. But trusting such a system requires something more basic: given the same information, the conclusion should not depend on whether it arrived as a picture or as text. An assistant whose answer changes with the file format is not one you can rely on.

Most earlier multimodal tests put text inside screenshots — OCR-style tests (OCR: extracting text from images) that cannot tell whether a model fails to see the image or fails to understand the question. SEAM turns “same semantics, different modality” into a controlled experiment: every question exists as a text version, an image version, and a side-by-side version, and the model answers under all three conditions for comparison.

Equivalent notations from four domains

The key to the control is equivalence. SEAM picks four domains that naturally have both a mature text notation and a visual form: chess has FEN (a standard one-line encoding of a full board position) and board diagrams; chemistry has SMILES (a string notation for molecular structure) and molecule drawings; music has ABC notation (a letter-based text format for scores) and sheet music; graph theory has adjacency matrices (tables recording which nodes connect) and node-edge diagrams. In each domain, text and image are native representations carrying strictly the same information.

Any performance difference constructed this way can only come from how the model handles the representation, never from task difficulty.

DomainsChess · Chemistry · Music · Graph theory
Tasks16 tasks, four per domain
Items3,200 base questions; 9,600 evaluations across text, vision, and text+vision
Models21 contemporary VLMs, proprietary and open-source

Measuring consistency across 21 models

All 9,600 evaluations cover 21 contemporary VLMs, proprietary and open-source. The overall pattern is clear: models are usually stronger on the text side and noticeably weaker on the visual side. More striking, the same model frequently gives different answers to the text and image versions of the same question — a sign that stable cross-representation reasoning has not yet emerged.

ChessChemistryMusicGraph theorytextimagebothtextimagebothtextimagebothtextimagebothGPT-50.7100.7460.7340.9100.7580.9330.8060.3430.7640.7910.6840.999GPT-4o0.6240.6440.6240.6500.5730.6530.5400.3280.4950.7250.3820.738Claude-4.1-Opus0.8060.7180.7940.9450.8510.9460.5810.3480.5800.9740.3940.936Claude-3.5-Haiku0.6230.5490.6350.5740.5290.5890.3610.3010.2900.5610.3530.471Qwen2.5-VL-72B0.5420.5860.5710.5750.5590.6090.4250.3410.3730.6470.4140.524InternVL3-78B0.5490.5490.5600.4680.4460.5050.4110.2850.3610.5740.4300.502Llama3.2-90B0.4950.5380.5350.5010.3630.5510.3310.2690.2760.4090.3670.393Gemma3-27B0.5220.5450.5170.5290.4990.5150.4300.3300.3540.5810.3390.414Cells are accuracy. Every domain is scored three times: native text notation, image, and both together.The same graph-theory questions: Claude-4.1-Opus scores 0.974 from text and 0.394 from a picture.
Redrawn from the paper. Eight of the 21 models, scored on each of the four domains under all three input conditions. Language leads vision almost everywhere, and sheet music read as an image is the floor of the benchmark: no model in the full table passes 0.41 there.
Pairwise agreement between systems · text conditionGPT-5GPT-5miniGPT-5nanoClaude4.1 OpusClaude4 SonnetClaude3.7 SonnetGPT-51.0000.8640.8090.7490.7330.698GPT-5-mini0.8641.0000.7990.7560.7440.708GPT-5-nano0.8090.7991.0000.6830.6640.643Claude-4.1-Opus0.7490.7560.6831.0000.8220.777Claude-4-Sonnet0.7330.7440.6640.8221.0000.778Claude-3.7-Sonnet0.6980.7080.6430.7770.7781.000Within a vendor family: 0.777–0.864 · across families: 0.643–0.756No cross-family pair reaches even the weakest within-family pair.
Redrawn from the paper. How often two systems return the same answer on the text condition. The two vendor families form separate blocks; under image input the same pairs fall to 0.50–0.66.
  • Vision often trails language.Even when information is equivalent, the visual channel loses accuracy.
  • Agreement does not appear on its own.Changing the representation can change the answer.
  • Failures are diagnosable.Text-side errors often involve symbol parsing; vision-side errors often hallucinate structure — the model “sees” pieces, bonds, or edges that are not in the image.

A new axis for multimodal evaluation

A clean coordinate system for modality-agnostic reasoning.SEAM helps separate perception failure, text parsing failure, and true cross-representation reasoning failure.
A regression test for VLM teams.If a new model improves average score without improving agreement, it is still not robust.
From capability demos to diagnosis.More than further demonstrations, multimodal systems need benchmarks that locate the source of failure.

Open the dataset and leaderboard

SEAM releases code, data, and a leaderboard so teams can track consistency over time.

arXiv OpenReview GitHub Dataset Leaderboard