Your LLM judge gives everything a 4 out of 5. Your colleague says the judge is not calibrated. What does calibration mean here?
Same topic, related formats. Practice these next.
Same topic, related formats. Practice these next.
Calibration means the LLM judge's scores align with human expert scores on the same items. Check it by computing agreement (Cohen's kappa or correlation) on a labeled subset.
Imagine a kitchen thermometer that always reads 180 degrees no matter what you put it in. Cold water? 180. Boiling soup? 180. The thermometer works (it gives a number) but it is not calibrated (the number does not reflect reality). To calibrate it, you check it against a known standard: stick it in ice water (should read 0) and boiling water (should read 100), then adjust until it matches. An LLM judge is the same. It gives scores, but the scores might not reflect what a human expert would say. To calibrate, you give the judge outputs that humans have already graded and check if the scores match. If they do not, you adjust the rubric, add anchor examples, or try a different judge model until they do.
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 calibration, explain why score clustering is a red flag, describe the calibration check with kappa, list common fixes, and close with the continuous re-calibration discipline.
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.
Deploying an LLM judge without checking calibration against human labels. The judge might produce consistent scores that are consistently wrong.
The night-before-the-interview bullets. Scan these on the way to the call.
Primary sources. Skim if you want the original framing.