MMLU
By UC Berkeley researchers
MMLU, short for Massive Multitask Language Understanding, is a benchmark that evaluates a language model's knowledge and reasoning across 57 academic and professional subjects, from elementary mathematics to law and medicine, using…
Definition
MMLU, short for Massive Multitask Language Understanding, is a benchmark that evaluates a language model's knowledge and reasoning across 57 academic and professional subjects, from elementary mathematics to law and medicine, using multiple-choice questions. It is widely cited in model release announcements as a single aggregate score meant to summarize a model's general knowledge breadth relative to competing systems and prior model generations.
Overview
MMLU was introduced by academic researchers as a response to earlier language model benchmarks that measured narrow linguistic skills rather than the kind of broad, cross-domain knowledge a person acquires through formal education. The benchmark compiles multiple-choice questions drawn from sources such as standardized tests, textbooks, and professional certification exams, spanning subjects including history, computer science, professional law, clinical medicine, and abstract algebra, so that a model's score reflects competence across a wide swath of human knowledge rather than performance on one task. Mechanically, evaluating a model on MMLU involves presenting it with a question and four answer options, then checking whether the model's chosen answer matches the correct one, typically by comparing the probability the model assigns to each option letter or by parsing a generated response for the selected choice. The final reported score is usually an accuracy percentage averaged across all subjects, though researchers sometimes report subject-level breakdowns to reveal that a model can be strong in STEM areas while weaker in humanities, or vice versa. Because questions are static and multiple-choice, the benchmark measures recall and single-step reasoning more than open-ended generation quality. Among its neighbors, MMLU sits alongside other broad knowledge and reasoning benchmarks, but is distinguished by its emphasis on academic subject coverage rather than coding ability, conversational quality, or safety behavior, which are measured by separate benchmark suites. It is commonly reported next to benchmarks targeting specific capabilities like mathematical reasoning or coding, since no single benchmark is treated as sufficient evidence of overall model quality anymore. In practice, MMLU scores appear in nearly every major model's technical report and are used by researchers and practitioners to get a quick, comparable sense of how one model's general knowledge stacks up against another's, informing decisions about which model to adopt for knowledge-intensive applications. It is also used internally during model development to track whether a training change improved or regressed general knowledge performance. The benchmark has well-known limitations: because it is a public, static dataset, there is a persistent risk that its questions or near-duplicates leaked into a model's training data, artificially inflating scores, a problem known as benchmark contamination. Its multiple-choice format also does not test a model's ability to generate coherent, well-reasoned free-text answers, and high MMLU scores do not guarantee good performance on real-world tasks that require multi-step reasoning, tool use, or up-to-date factual knowledge beyond the benchmark's fixed snapshot. As frontier models have approached near-ceiling scores, researchers have introduced harder successor benchmarks specifically to restore meaningful separation between top-performing systems.
Key Concepts
- Covers 57 subjects spanning STEM, humanities, social science, and professional fields
- Uses a multiple-choice question format with four answer options
- Reports both an overall accuracy score and subject-level breakdowns
- Widely cited as a standard general-knowledge comparison across models
- Sourced from real academic and professional exam-style questions
- Susceptible to contamination if benchmark questions leak into training data
- Complements, rather than replaces, coding and reasoning-specific benchmarks