| Rank | Model | Score |
|---|---|---|
| 1 | namazu | 90.33 |
| 2 | qwen3-7-max | 89.6 |
| 3 | qwen3-6-plus | 88.5 |
| 4 | qwen3-7-plus | 88.5 |
| 5 | minimax-m2-1 | 88 |
| 6 | qwen3-5-397b-a17b | 87.8 |
| 7 | deepseek-v4-pro-max | 87.5 |
| 8 | kimi-k2-5 | 87.1 |
| 9 | ernie-5-0 | 87 |
| 10 | nemotron-3-ultra-550b-a55b | 86.8 |
| 11 | qwen3-5-122b-a10b | 86.7 |
| 12 | solar-pro-4 | 86.3 |
| 13 | deepseek-v4-flash-max | 86.2 |
| 14 | qwen3-6-27b | 86.2 |
| 15 | qwen3-5-27b | 86.1 |
| 16 | qwen3-5-35b-a3b | 85.3 |
| 17 | gemma-4-31b | 85.2 |
| 18 | qwen3-6-35b-a3b | 85.2 |
| 19 | deepseek-r1-0528 | 85 |
| 20 | deepseek-v3-2-exp | 85 |
| 21 | deepseek-v3-2-thinking | 85 |
| 22 | deepseek-v3-2 | 85 |
| 23 | mai-thinking-1 | 85 |
| 24 | mimo-v2-flash | 84.9 |
| 25 | glm-4-5 | 84.6 |
1 phaseActive
Harder MMLU variant — 12,032 questions, 10 answer choices, 14 domains. Created by Wang et al. (NeurIPS 2024). Scored as % accuracy; causes 16–33% accuracy drop vs MMLU.
Quick answer: MMLU-Pro is a harder, reasoning-focused evolution of the original MMLU benchmark, developed by Wang et al. (NeurIPS 2024 Spotlight) at the University of Waterloo. It replaces 4-choice questions with 10-choice questions, removes trivial and noisy items, and covers 12,032 curated problems across 14 academic domains. Frontier models score roughly 16–33% lower on MMLU-Pro than on original MMLU, and Chain-of-Thought reasoning helps significantly — unlike on the original benchmark.
What it tests: Expert-level multi-domain knowledge and multi-step reasoning across 14 academic disciplines, using 10-choice multiple-choice questions drawn from university exams and textbooks.
Why it matters: Original MMLU became saturated as frontier models routinely exceeded 90% accuracy, making it hard to distinguish between leading models. MMLU-Pro restores the discriminative power by raising difficulty, reducing noise, and requiring genuine reasoning rather than pattern matching.
Known limitations: Despite the 10-choice format, SOTA models now approach 90% accuracy, indicating the benchmark is moving toward medium saturation. Domain coverage skews toward Western academic subjects, and performance on individual subjects varies widely — a high overall score may mask gaps in specific areas.
MMLU-Pro presents a model with a question drawn from one of 14 academic domains — Biology, Business, Chemistry, Computer Science, Economics, Engineering, Health, History, Law, Math, Philosophy, Physics, Psychology, or a general "Others" category — and asks it to select the correct answer from ten options. The wider choice set (up from four in original MMLU) substantially reduces the chance of guessing correctly at random (10% vs 25%), forcing the model to commit to more precise knowledge.
The benchmark was created by curating over 12,000 questions from academic exam preparation materials and university-level textbooks, then filtering out questions that are either trivial (solvable by keyword matching) or noisy (ambiguous wording, incorrect answer keys). This curation step is what makes scores on MMLU-Pro more stable and reproducible: the authors measured only 2% variance across 24 different prompt styles, compared to 4–5% variance on the original MMLU.
A key finding from the paper is that Chain-of-Thought reasoning improves performance on MMLU-Pro but has negligible or negative effects on the original MMLU — confirming that the harder benchmark genuinely tests multi-step reasoning rather than recall. Models that simply retrieve memorised facts perform disproportionately worse on MMLU-Pro than models that can reason through an unfamiliar problem.
| Field | Value |
|---|---|
| Task category | Reasoning (multi-domain) |
| Metric | % accuracy on 10-choice multiple-choice |
| Number of tasks | 12,032 |
| Domains | 14 (Biology, Business, Chemistry, CS, Economics, Engineering, Health, History, Law, Math, Philosophy, Physics, Psychology, Others) |
| Answer choices per question | 10 (vs 4 in original MMLU) |
| Saturation | Medium |
| Created by | Yubo Wang, Xueguang Ma, Ge Zhang, Yuansheng Ni, et al. |
| Affiliation | TIGER-AI-Lab, University of Waterloo |
| Source paper | MMLU-Pro: A More Robust and Challenging Multi-Task Language Understanding Benchmark (NeurIPS 2024) |
| GitHub | TIGER-AI-Lab/MMLU-Pro |
| Dataset | TIGER-Lab/MMLU-Pro on HuggingFace |
A model's MMLU-Pro score is the percentage of questions answered correctly across all 14 domains. Each question has exactly one correct answer among ten options; there is no partial credit. Results are typically reported as a decimal (0.896) or percentage (89.6%).
The evaluation protocol supports both direct answering and Chain-of-Thought (CoT) answering. CoT consistently outperforms direct answering on MMLU-Pro, particularly on math, science, and engineering questions. Published scores from different sources may differ depending on whether CoT was used, the number of few-shot examples provided, and how answers were extracted from model outputs — making direct comparisons across evaluation frameworks imperfect.
To run the official evaluation, models can be assessed using the scripts in the TIGER-AI-Lab/MMLU-Pro GitHub repo, which supports both local inference and API-based evaluation with multi-threading.
Alibaba Cloud's Qwen3 family dominates the top of the leaderboard as of July 2026. Scores may reflect CoT vs direct-answer setups — see the scoring methodology section for details.
| Rank | Model | Score | Date | |---|---|---| | 1 | Qwen3.7 Max | 89.6% | 2026-06 | | 2 | Qwen3.6 Plus | 88.5% | 2026-06 | | 2 | Qwen3.7 Plus | 88.5% | 2026-06 | | 4 | MiniMax M2.1 | 88.0% | 2026-06 | | 5 | Qwen3.5-397B-A17B | 87.8% | 2026-06 | | 6 | DeepSeek-V4-Pro-Max | 87.5% | 2026-06 | | 7 | Kimi K2.5 | 87.1% | 2026-06 | | 8 | ERNIE 5.0 | 87.0% | 2026-06 | | 9 | Nemotron 3 Ultra 550B | 86.8% | 2026-06 | | 10 | Qwen3.5-122B-A10B | 86.7% | 2026-06 |
Scores sourced from llm-stats.com and published technical reports. Last updated 2026-07-14.
No Benchgen results yet — be the first to run MMLU-Pro.
| Benchmark | What it tests | Tasks | Answer format | Saturation |
|---|---|---|---|---|
| MMLU-Pro | Multi-domain expert knowledge + reasoning | 12,032 | 10-choice MCQ | Medium |
| MMLU | Multi-domain knowledge (breadth) | 14,042 | 4-choice MCQ | High |
| GPQA Diamond | PhD-level science (bio, chem, physics) | 198 | 4-choice MCQ | Low |
| ARC Challenge | Grade-school science reasoning | 1,172 | 4-choice MCQ | High |
| HellaSwag | Commonsense sentence completion | 10,042 | 4-choice MCQ | High |
MMLU-Pro sits between the saturated original MMLU and the much harder GPQA Diamond in terms of difficulty. It remains the go-to benchmark for broad academic knowledge evaluation when MMLU is too easy but GPQA is too narrow. The key differentiator is the combination of breadth (14 domains, 12K tasks) and genuine reasoning requirement — a quality that saturated MCQ benchmarks like HellaSwag and ARC no longer provide for frontier models.
Vendor-reported MMLU-Pro scores may use different prompt formats, CoT strategies, and few-shot counts, making cross-vendor comparisons unreliable without a controlled environment. Benchgen lets your team evaluate any model on MMLU-Pro under a fixed protocol — consistent prompting, reproducible scoring, and version-tracked results — so you can detect regressions between model releases and compare models fairly across providers.
Benchmark definition paraphrased from Wang et al. 2024 (NeurIPS 2024 Spotlight). State-of-the-art scores sourced from llm-stats.com and model documentation, attributed inline. Last updated 2026-07-14.