- In short
- Multi-turn eval design means building a separate golden dataset of full conversation transcripts, each with known high-quality responses at every turn, to evaluate a conversational system across an extended conversation. It scores whether prior context is kept straight, whether follow-ups are answered without inventing earlier details, and whether quality holds as the conversation lengthens. A single-turn eval that scores individual prompt-response pairs cannot certify these properties, and the transcript dataset must cover the follow-ups, topic shifts, and conversation lengths the system will actually see in production.
The unit of evaluation changes for a conversation
Everything the eval workflow assumes, a prompt goes in, a response comes out, you grade the pair, quietly breaks when the system is conversational. A conversation is not a sequence of independent prompt-response pairs; it is a single unfolding thing where each turn depends on everything said before. Grading the turns in isolation misses exactly the properties that make a conversation succeed or fail. The analyse-level skill here is recognizing that the unit of evaluation has to become the whole conversation, and that this requires a separate dataset and a separate design.
- Multi-turn eval
- An evaluation whose unit is a whole conversation rather than a single prompt-response pair. It scores whether prior context is kept straight across turns, whether follow-ups are answered without inventing details never stated earlier, and whether quality holds as the conversation lengthens. It requires its own golden dataset of full conversation transcripts, each with known high-quality responses at every turn, covering production-realistic follow-ups, topic shifts, and lengths.
What a single-turn eval cannot see
A single-turn eval scores each exchange on its own merits, and for a one-shot task that is exactly right. But a conversational agent fails in ways that only appear across turns. It might answer turn one perfectly, then on turn five contradict something it established on turn two. It might respond to a follow-up by confidently inventing a detail the user never actually gave. It might start crisp and degrade into vagueness as the conversation runs long. None of these failures is visible when you grade turns in isolation, because each turn, judged alone, can look fine, the failure is in the relationship between turns, which a single-turn eval never examines.
The three things a multi-turn eval scores
A multi-turn eval scores the conversation on properties that are inherently cross-turn. First, context retention: does the system keep prior context straight across turns, or does it lose track of what was established earlier? Second, grounded follow-ups: when the user asks something that builds on earlier turns, does the system answer from what was actually said, or does it fabricate details that were never in the conversation? Third, quality durability: does output quality hold as the conversation lengthens, or does it decay as the history grows? These three are the conversational analogues of the failure modes you would name for a single-turn task, but they can only be measured over a sequence.
Its own dataset: full transcripts
Because the unit is a whole conversation, the golden dataset cannot be a list of prompts, it must be a set of full conversation transcripts, each with known high-quality responses at every turn. Building one is more work than a single-turn dataset: you need realistic multi-turn dialogues with labelled good responses at each step, so the eval can compare the system's turn-by-turn behaviour against a known-good trajectory.
And representativeness applies here with a conversational twist. The transcripts must cover the follow-ups, topic shifts, and conversation lengths the system will actually see in production. A dataset of short, tidy two-turn exchanges will certify a system that was never tested on the long, wandering, topic-shifting conversations real users produce, exactly where context-retention and quality-durability failures emerge. Short-and-simple transcripts are the multi-turn version of the clean-inputs trap.
What the exam trips candidates on
The first trap is assuming a single-turn eval suite is sufficient to certify a multi-turn conversational agent. A scenario will show a team that validated an agent on individual prompt-response pairs and declared it ready; the credited reading points out that context retention and cross-turn grounding were never tested, and insists on a multi-turn eval with a transcript dataset.
The second trap is building a multi-turn golden dataset from short, simple exchanges when production conversations run long with topic shifts and follow-ups. A scenario will present a transcript dataset of tidy two-turn dialogues; the correct answer flags it as unrepresentative of the long, shifting conversations production produces, and therefore unable to surface the failures that matter.
Worked example
A team built a customer-support agent and validated it with a single-turn eval: 500 individual questions, each graded against an expected answer, scoring 94%. They plan to ship. Production support conversations, however, often run eight or ten turns with the customer shifting topics. What is missing, and how should the eval be redesigned?
The 94% certifies exactly what it measured, answering isolated questions correctly, and says nothing about the agent's behaviour in an actual support conversation. The failures that sink support agents are cross-turn: losing track of a detail the customer gave three turns ago, answering a follow-up by inventing an order number that was never stated, or degrading into vague responses once the conversation runs long. A single-turn eval cannot see any of these, because it never presents the agent with a conversation, only with disconnected questions.
The redesign adds a multi-turn eval as a separate category with its own golden dataset. That dataset is a set of full support-conversation transcripts, each with known high-quality responses at every turn, and it must be representative of production: eight-to-ten-turn conversations, mid-conversation topic shifts, follow-ups that depend on earlier turns. The eval then scores the agent over each whole transcript on the three cross-turn properties, is prior context kept straight, are follow-ups answered without fabrication, does quality hold as the conversation lengthens.
Building that transcript dataset from short two-turn exchanges would repeat the original mistake in miniature, certifying the agent on easy conversations while production runs long ones. The transcripts have to match the length and messiness of real support dialogues. Only with that multi-turn eval in place is the agent actually validated for the job it will do.
Common misreadings to avoid
Misconception
A strong single-turn eval suite is enough to certify a conversational agent.
What's actually true
Misconception
A multi-turn golden dataset of short, simple two-turn exchanges is sufficient.
What's actually true
How this shows up on the exam
Domain 4 questions on this knowledge point describe a conversational agent validated only on single-turn pairs, or a multi-turn dataset built from short exchanges, and ask what is wrong. The reliable reading is that conversational systems need a multi-turn eval whose unit is the whole conversation, backed by a transcript dataset representative of production follow-ups, topic shifts, and lengths.
This extends the five-stage eval workflow to conversations, carrying the same discipline into a harder dataset, and it is the conversational cousin of covering adversarial and edge-case inputs, since long, shifting transcripts are the representative distribution here. Scoring the interpretive per-turn quality relies on a calibrated LLM judge, and the fabricated-follow-up failure it catches is a form of the hallucination diagnosed elsewhere in the domain.
A conversational agent scored 94% on a single-turn eval of 500 isolated questions. Production conversations run eight to ten turns with topic shifts. What does a sufficient evaluation require?
People also ask
Why is a single-turn eval not enough for a conversational agent?
What does a multi-turn eval measure?
What does a multi-turn golden dataset contain?
Watch and learn
Official Anthropic Academy lessons first, then hand-picked walkthroughs. Videos load only when you press play.
No videos curated for this concept yet
We are still curating the best official and community videos for this topic.
Official prep for this domain
Anthropic's own free prep module for this part of the syllabus, on the official prep course. Free with an Anthropic Academy sign-in.
References & primary sources
Master this concept with Archie
Practice it inside an adaptive study session. Archie, your Socratic AI tutor, tracks your mastery with Bayesian Knowledge Tracing and schedules the perfect next review.