Papers › MMMU: A Massive Multi-discipline Multimodal Understanding and Reasoning Benchmark for...

MMMU: A Massive Multi-discipline Multimodal Understanding and Reasoning Benchmark for Expert AGI

27 Nov 2023CVPR 2024 1arXiv:2311.16502archive 2025-07-28

Xiang Yue, Yuansheng Ni, Kai Zhang, Tianyu Zheng, Ruoqi Liu, Ge Zhang, Samuel Stevens, Dongfu Jiang, Weiming Ren, Yuxuan Sun, Cong Wei, Botao Yu, Ruibin Yuan, Renliang Sun, Ming Yin, Boyuan Zheng, Zhenzhu Yang, Yibo Liu, Wenhao Huang, Huan Sun, Yu Su, Wenhu Chen

We introduce MMMU: a new benchmark designed to evaluate multimodal models on massive multi-discipline tasks demanding college-level subject knowledge and deliberate reasoning. MMMU includes 11.5K meticulously collected multimodal questions from college exams, quizzes, and textbooks, covering six core disciplines: Art & Design, Business, Science, Health & Medicine, Humanities & Social Science, and Tech & Engineering. These questions span 30 subjects and 183 subfields, comprising 30 highly heterogeneous image types, such as charts, diagrams, maps, tables, music sheets, and chemical structures. Unlike existing benchmarks, MMMU focuses on advanced perception and reasoning with domain-specific knowledge, challenging models to perform tasks akin to those faced by experts. The evaluation of 14 open-source LMMs as well as the proprietary GPT-4V(ision) and Gemini highlights the substantial challenges posed by MMMU. Even the advanced GPT-4V and Gemini Ultra only achieve accuracies of 56% and 59% respectively, indicating significant room for improvement. We believe MMMU will stimulate the community to build next-generation multimodal foundation models towards expert artificial general intelligence.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2311.16502")

Code

Syntology Ran 6 of 14 code samples harvested from 3 repositories linked to this paper; 8 have no recorded run. Of those that ran: 1 ran · honoured contract; 4 ran · our draft was wrong; 1 ran with no contract checked.

By repository: official repository: 2 samples from 1 repository, 2 ran; community (archive-listed): 11 samples from 2 repositories, 3 ran; 1 identical to code first harvested elsewhere. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

MMMU-Benchmark/MMMU officialmentioned on GitHub report
01-ai/yi mentioned on GitHubpytorchApache-2.0 report
eric-ai-lab/probmed mentioned on GitHubpytorchMIT report
leloykun/mmfm-challenge mentioned on GitHubMIT report
opendatalab/pm4bench mentioned on GitHubApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

14 samples harvested; 6 ran; 1 honoured the contract we drafted; 8 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
4ran · our draft was wrong
1ran
8unverified

Licence: 1 of the 14 samples is pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 3 repositories linked to this paper, official or community; each sample names its own and says which. Some samples are identical code Syntology first harvested from another repository; for those, this paper's copy is not located and its licence is not recorded. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

mmmu_aggregate_results MMMU-Benchmark/MMMU/mmmu-pro/evaluate.py official repository ran · honoured contract Apache-2.0 (permissive) · 15b4072238264b35 · report
mmmu_process_results MMMU-Benchmark/MMMU/mmmu-pro/evaluate.py official repository ran · our draft was wrong Apache-2.0 (permissive) · 9073174a2f7541e1 · report
get_chunk eric-ai-lab/probmed/eval/inference/CheXagent/model_vqa_med.py community (archive-listed) ran · our draft was wrong fingerprinted MIT (permissive) · 42a46570620cd9fa · report
local_image_to_data_url eric-ai-lab/probmed/eval/inference/GPT-4V/gpt4v.py community (archive-listed) ran MIT (permissive) · 829b3a29017bf6be · report
split_list eric-ai-lab/probmed/eval/inference/CheXagent/model_vqa_med.py community (archive-listed) ran · our draft was wrong fingerprinted MIT (permissive) · 076c252c52cbb161 · report
LLM_eval leloykun/mmfm-challenge/eval_only_mixtral.py community (archive-listed) unverified MIT (permissive) · c532e9d553008b9c · report
calculate_ins_level_score leloykun/mmfm-challenge/eval_only_mixtral.py community (archive-listed) unverified MIT (permissive) · 30a511ce9cda0b48 · report
conv2sample leloykun/mmfm-challenge/eval_llava.py community (archive-listed) unverified MIT (permissive) · d5c39813441ad22e · report
creat_prompt leloykun/mmfm-challenge/eval_only_mixtral.py community (archive-listed) unverified MIT (permissive) · 433752319ee12f66 · report
get_category_name leloykun/mmfm-challenge/eval_only.py community (archive-listed) unverified MIT (permissive) · fc1c84f0076beee4 · report
get_score_binary eric-ai-lab/probmed/eval/calculate_score.py community (archive-listed) unverified MIT (permissive) · dd2399dba3853e37 · report
get_score_dict eric-ai-lab/probmed/eval/calculate_score.py community (archive-listed) unverified MIT (permissive) · e738c5a0630373d4 · report
parse_response eric-ai-lab/probmed/eval/calculate_score.py community (archive-listed) unverified MIT (permissive) · eabb48a101284727 · report
extract_subset_name identical code first harvested elsewhere ran · our draft was wrong licence of this copy not recorded · 3f432bd90d038227 · report

Tasks

Complex Query AnsweringLogical ReasoningVisual Reasoning

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections