Your LLM judge gives everything a 4 out of 5. Your colleague says the judge is not calibrated. What does calibration mean here?
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.
Detailed answer & concept explanation~4 min readEverything 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. 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.
- MT-Bench validated its LLM judge by comparing judge scores to human expert scores on a subset and reporting correlation metrics.
- Braintrust AI lets teams define calibration sets and automatically computes judge-human agreement when the eval prompt changes.
- AlpacaEval 2 reports the correlation between its LLM judge's win rates and Chatbot Arena human rankings as a calibration benchmark.
- Google DeepMind's evaluation teams periodically re-calibrate their LLM judges against fresh human labels when switching model versions.
- Promptfoo supports a calibration mode where you provide human labels and the tool reports agreement metrics per evaluation dimension.
What an interviewer would ask next. Try answering before peeking at the approach.
QHow many human-labeled items do you need for a reliable calibration check?
QWhat is the difference between calibration and inter-rater reliability?
Don't say thisRed flags and common mistakes that signal junior thinking. Click to expand.
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.
Same topic, related formats. Practice these next.