What does Cohen's kappa measure in human LLM evaluation?
Same topic, related formats. Practice these next.
Same topic, related formats. Practice these next.
Cohen's kappa measures how much two human raters agree beyond chance. Above 0.6 is substantial, above 0.8 almost perfect; it sets the reliability ceiling any LLM judge can hope to match.
Imagine two friends grading the same stack of essays as pass or fail. If they agree on 80 out of 100, that sounds great. But suppose almost every essay is a clear pass, so even two people guessing 'pass' every time would agree most of the time. Raw agreement is fooled by easy cases. Kappa is a smarter score: it asks how much the two friends agree above what pure luck would give. A kappa near zero means they were basically guessing in lockstep. A kappa near one means they truly see eye to eye on the hard calls too. In LLM work, you first check that humans agree with each other before you trust any automated grader to match them.
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.
3 min: what kappa measures, the observed minus chance intuition, the agreement bands, the Cohen vs Fleiss vs weighted variants, and why human agreement is the ceiling for any judge.
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.
Reporting raw percent agreement instead of kappa. High agreement on a skewed label set can look strong while raters are effectively guessing in lockstep with the majority class.
The night-before-the-interview bullets. Scan these on the way to the call.
Primary sources. Skim if you want the original framing.