Same topic, related formats. Practice these next.
Same topic, related formats. Practice these next.
Compare pairwise and scalar LLM-judge evaluation. What does each mode offer, and when would you choose one over the other in a production eval pipeline?
Pairwise asks 'which is better' and is more reliable but costs O(n²); scalar rates each output 1 to 5, scales cheaply and tracks trends, but drifts without anchored rubrics.
Imagine grading essays. If I hand you two essays and ask 'which is better,' you answer confidently and consistently. That is pairwise judging. But if I hand you one essay and ask 'score it from 1 to 10,' your number wobbles depending on what you read earlier and what a 7 even means to you today. That is scalar scoring. Comparing pairs is more trustworthy, but it gets expensive fast: ranking five essays head to head means many matchups. Scoring each essay once is cheap and lets you watch a writer improve week over week, as long as you keep a clear answer key for what each number means. Real eval pipelines pick the mode that fits the question they are actually asking.
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: pairwise vs scalar mechanics, why relative is more reliable, O(n²) cost, scalar scale drift, Bradley-Terry / Elo aggregation, and the production split between monitoring and bake-offs.
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.
Defaulting to scalar scoring for a head to head model decision, then trusting tiny score gaps the judge cannot reliably produce without anchored calibration examples in the rubric.
The night-before-the-interview bullets. Scan these on the way to the call.
Primary sources. Skim if you want the original framing.