freecoding.school100% FREE · NO SIGNUP
Tensor TownISSUE #76 of 120

benchmarks · mmlu · gsm8k · humaneval

NeuraVSThe Overfit Ogre
Neura saysBenchmarks like MMLU, GSM8K, and HumanEval measure knowledge, math, and coding.

Common yardsticks: MMLU (broad multiple-choice knowledge across 57 subjects), GSM8K (grade-school math word problems), HumanEval (does generated code pass tests). They make models comparable on specific skills. Caveats: test data can leak into training (contamination), and models can be tuned to the benchmark. Treat them as rough signals, not ground truth.

Power-ups you unlock

The Overfit Ogre attacks — common mistakes

Boss battleMatch MMLU, GSM8K, and HumanEval to what each measures.

Example code

<!doctype html><html><head><meta charset="utf-8"></head>
<body style="background:#06040d;color:#e6e0ff;font-family:monospace;padding:20px"><pre>MMLU      → broad knowledge (57 subjects)
GSM8K     → grade-school math
HumanEval → code passes tests</pre></body></html>
▶ Open the interactive comic issue
‹ Evaluation · Benchmarks Vs VibesEval Harnesses · Lm-Eval · Helm · Big-Bench ›