Same topic, related formats. Practice these next.
Same topic, related formats. Practice these next.
Describe what MMLU measures, its strengths as a benchmark, and three significant weaknesses that limit its validity as a measure of general LLM capability.
MMLU measures multiple-choice knowledge breadth across 57 domains. It is contaminated, saturated, format-sensitive, and mismatched to your task, so it is a weak signal for production readiness.
Imagine hiring a chef based only on a trivia quiz about ingredients. The quiz is fast to grade and covers many cuisines, so it looks rigorous. But it has problems. The quiz questions leaked online, so candidates memorized answers instead of knowing them. The best chefs now all score near-perfect, so the quiz no longer separates them. And the quiz never asks anyone to actually cook a meal, which is the only thing your restaurant cares about. A good trivia score tells you almost nothing about whether the chef can run your kitchen. To hire well, you build your own test: real dishes from your menu, graded against what your customers actually order.
Everything you need to truly understand this topic: intuition, mechanics, step by step explanation, code, formulas, and worked example. Click to expand.
Everything you need to truly understand this topic: intuition, mechanics, step by step explanation, code, formulas, and worked example.
Everything important, quickly.
5 min: what MMLU measures + genuine strengths + four failure modes (contamination, saturation, distribution mismatch, prompt-format sensitivity) + recognition vs generation gap + how to build a task-specific golden set.
| Dimension | Public benchmark (MMLU) | Task-specific golden set |
|---|---|---|
| What it measures | Multiple-choice knowledge recognition | Generation quality on your real task |
| Contamination risk | High, questions are public and old | Low, you hold out and rotate examples |
| Discriminative power | Saturated near human ceiling | Tuned to separate your candidates |
| Predicts production outcome | Weakly, distribution mismatch | Directly, sampled from your traffic |
Real products, models, and research that use this idea.
What an interviewer would ask next. Try answering before peeking at the approach.
Red flags and common mistakes that signal junior thinking. Click to expand.
Treating a high MMLU score as proof of production readiness. Public benchmarks are contaminated, saturated, and measure recognition on a distribution unrelated to your actual task.
The night-before-the-interview bullets. Scan these on the way to the call.
Primary sources. Skim if you want the original framing.