Spot the design flaws in this LLM evaluation rubric
Click any words you think contain an error. Click again to unmark.
This rubric has three design flaws: no anchor examples for middle scale levels, conflated dimensions collapsed into one score, and vague adjectives like 'bad' that judges interpret differently.
Imagine you ask ten teachers to grade the same essay from 1 to 5, but your only instruction is 'give a 1 if it is bad and a 5 if it is excellent.' One teacher thinks a 3 means average; another thinks 3 means barely passing. You never showed them what a real 3 looks like, so their scores scatter wildly. Worse, you mixed up three different questions into one number: is the essay helpful, is it factually correct, and is it well written? A response can nail the facts but read terribly, yet a single score cannot say which part failed. Finally, words like 'bad' mean different things to different people. Good rubrics show example answers for every score, grade each quality separately, and replace fuzzy words with concrete criteria.
Detailed answer & concept explanation~8 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.
4 min: name the three flaws (anchorless levels, conflated dimensions, vague adjectives), explain why each breaks reproducibility, give the fix for each, then tie to validating the rubric against human labels.
Real products, models, and research that use this idea.
- RAGAS scores faithfulness, answer relevance, and context precision as separate dimensions rather than one holistic number.
- G-Eval prompts the judge with explicit per-step criteria and chain-of-thought rather than a bare 1 to 5 instruction.
- Prometheus 2 is trained on rubric plus reference answer prompts precisely because anchored rubrics beat free-form scoring.
- LangSmith evaluator templates expose per-criterion scoring and let you attach few-shot anchor examples per level.
- Chatbot Arena uses pairwise human votes to sidestep absolute-scale calibration entirely.
What an interviewer would ask next. Try answering before peeking at the approach.
QHow would you decide between an absolute 1 to 5 rubric and pairwise comparison?
QHow do you measure whether your fixed rubric actually improved judge 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.
Treating a holistic 1 to 5 score with no anchor examples as a reliable signal. Vague adjectives and conflated dimensions produce scores that vary across judges and cannot diagnose which quality failed.
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.