Back to AI Engineering Mind Map
中文·English
🤖 AI EngineeringID: cohens-kappa-agreement

Cohen's Kappa Agreement

Cohen's Kappa 标注一致性统计量
🎯Core Definition
Cohen's Kappa (κ\kappa) is a statistical metric that measures inter-rater agreement between two evaluators (e.g., an LLM Judge vs Human Expert, or two competing judge models) across qualitative categories, strictly adjusting for chance agreement; the formula is κ=PoPe1Pe\kappa = \frac{P_o - P_e}{1 - P_e}, where PoP_o represents observed agreement proportion and PeP_e is the hypothetical expected agreement under chance independence; κ[1,1]\kappa \in [-1, 1], with values >0.8>0.8 denoting near-perfect agreement.
💡Use Cases
Validating if an automated LLM Judge can safely substitute for human experts, and certifying automated metric alignment against human preferences.
Key Problems Solved
Raw percentage accuracy is heavily distorted under severe class imbalance (e.g., 90% negative baseline); Cohen's Kappa eliminates chance agreement, establishing rigorous statistical credibility for automated LLM evaluation.
🎯5 High-Frequency Exam Points
1
Derive formulas for observed agreement PoP_o and chance agreement PeP_e from a 2×22 \times 2 confusion matrix?
2
Explain the Landis & Koch benchmark scale and standard industry thresholds (typically κ>0.7\kappa > 0.7) for deploying LLM judges in production?
3
How does Quadratic Weighted Kappa penalize distance severity across ordinal multi-tier ratings (e.g., 1-5 scale)?
4
Explain the Kappa Paradox (high raw agreement coinciding with low Kappa) under extreme class prevalence skews?
5
How does Fleiss' Kappa generalize Cohen's Kappa to measure inter-rater reliability across 3+ simultaneous raters?
📖 In-depth Guide:📄 llm-as-a-judge
Updated 2026-08-14
🎯
Test Your Knowledge: Practice Questions for "Cohen's Kappa Agreement"
Single choice pitfall questions with instant feedback and mistake tracking.
🚀 Start Card Practice
Previous CardVerbosity & Self-Enhancement BiasNext CardKrippendorff's Alpha

🔗 More AI Engineering Knowledge Cards

Vector Distance Metrics & L2 NormalizationScalar Quantization (SQ8/SQ4)Product Quantization (PQ)ADC Asymmetric Distance Computation