Same topic, related formats. Practice these next.
Same topic, related formats. Practice these next.
Define benchmark contamination in LLM evaluation. Explain the mechanism by which it inflates reported scores and why it is difficult to detect after the fact.
Contamination is test data leaking into pretraining. The model recalls answers instead of reasoning, so scores overstate real capability. It is hard to detect because corpora stay opaque.
Imagine a teacher who buys an exam from a published study guide, then secretly hands students the exact answer key the night before the test. The next day everyone scores 95 percent, and the headline says the class is brilliant. But the students never learned the material, they just memorized the answers. If you swap in fresh questions on the same topic, the scores crash. That gap between the rehearsed test and a fresh one is the tell. The hard part: you cannot search the students' brains to prove they saw the key, and even if they paraphrased a few answers, a simple word-match check might miss it. So you are stuck guessing whether the high score is real skill or a leaked answer key.
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: define train-eval overlap, the memorization versus generalization mechanism, three detection blockers, behavioral tells (paraphrase gap, timestamp, canaries), and guards (private held-out, fresh tasks).
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.
Reading a leaderboard score as pure capability. A contaminated model can recall memorized answers, so the number reflects leaked test data as much as genuine reasoning skill.
The night-before-the-interview bullets. Scan these on the way to the call.
Primary sources. Skim if you want the original framing.