Same topic, related formats. Practice these next.
Same topic, related formats. Practice these next.
Explain what makes multi-turn dialog evaluation harder than single-turn evaluation. What unique quality dimensions must a multi-turn eval assess, and how does MT-Bench operationalize this?
Multi-turn eval adds context fidelity, cross-turn coherence, constraint persistence, and error compounding. MT-Bench tests this with 80 two-turn prompt pairs across 8 categories, judged turn by turn by a strong LLM.
Single-turn eval is like grading one essay: read it, score it, done. Multi-turn eval is like grading a whole conversation, and conversations have memory. If you tell someone in the first message to only reply in bullet points, a good assistant keeps doing that five messages later. A bad one forgets. You also have to catch when the assistant contradicts something it said earlier, or when a small slip-up in message two snowballs into a confused answer in message five. None of those problems exist when you grade a single reply on its own. MT-Bench bottles this up: it gives the model a question, then a follow-up that only makes sense if it remembered the first one, and scores each turn separately.
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.
6 min: trajectory-level quality, the three new axes (fidelity, coherence, persistence), error compounding and credit assignment, replayed versus simulated transcripts, MT-Bench structure, and goal/state tracking for agents.
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.
Scoring each turn in isolation and averaging. That misses the whole point: a turn can be locally great yet violate a constraint set three turns earlier or contradict an earlier claim.
The night-before-the-interview bullets. Scan these on the way to the call.
Primary sources. Skim if you want the original framing.