What is the sign-reversal failure mode in LLM-as-judge calibration?
Same topic, related formats. Practice these next.
Same topic, related formats. Practice these next.
Sign reversal is when a mis-applied cross-model bias correction inverts the true ranking, so a worse model scores better, often with false statistical confidence.
Imagine two students taking the same test, graded by a teacher who happens to love the writing style of the weaker student. To be fair, you try to subtract that favoritism out. But if you guess the favoritism backwards, you do not just remove the unfair boost, you add a penalty to the stronger student and a bonus to the weaker one. Now your corrected scores say the weaker student won, and the numbers look clean and confident. That backwards correction is sign reversal: the fix did not shrink the error, it flipped the answer. It is the same trap as a class average rising while every single student got worse, just hidden inside a calibration step instead of an average.
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 sign reversal, the shared-bias mechanism, the Simpson's paradox mix-shift root, why confidence intervals lie, the IRT propagation case, and the fixed-mix stratified defense with human validation.
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 one aggregate judge score and trusting a confidence interval around it. A mix shift or a backwards bias correction can flip the ranking while the aggregate looks clean and significant.
The night-before-the-interview bullets. Scan these on the way to the call.
Primary sources. Skim if you want the original framing.