← Latest papers
💬 NLP

Intent Mismatch Causes LLMs to Get Lost in Multi-Turn Conversation

This paper argues that the "Lost in Conversation" phenomenon in multi-turn LLM interactions is caused by an intent alignment gap rather than model capability deficits, and proposes a Mediator-Assistant architecture to mitigate this by decoupling intent clarification from task execution.

Original authors: Geng Liu, Fei Zhu, Rong Feng, Changyi Ma, Shiqi Wang, Gaofeng Meng

Published 2026-02-10
📖 4 min read☕ Coffee break read

Original authors: Geng Liu, Fei Zhu, Rong Feng, Changyi Ma, Shiqi Wang, Gaofeng Meng

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

The Problem: The "Mind-Reading" Gap

Imagine you are at a busy coffee shop. You walk up to the barista and say, "I’ll have the usual, but make it a bit different today."

The barista (the LLM) is incredibly smart. They know how to make every drink on the menu, they can calculate complex math in their head, and they can even write poetry about coffee. But when you say "make it a bit different," the barista faces a crisis. Do you mean more milk? Less sugar? A different bean?

Because the barista wants to be "helpful" and doesn't want to keep asking you questions, they make a guess. They assume "different" means "extra foam." You take a sip, realize it’s not what you wanted, and say, "No, I meant I wanted it iced."

Now, the barista is stuck. They think, "Oh, they're just adding a detail to the foam request," and they give you a foamy, iced coffee. You are now "Lost in Conversation" (LiC). The conversation has drifted away from your true goal because the barista made an early assumption and "locked in" to it.

The Paper’s Big Discovery: It’s Not a Brain Problem, It’s a Translation Problem

For a long time, researchers thought that if AI models kept getting "bigger" (more parameters, more training), they would eventually stop making these mistakes. They thought the AI just wasn't "smart" enough to understand vague humans.

This paper says: "Wrong."

The authors argue that the problem isn't the AI's "brain power" (its ability to do math or code). The problem is a mismatch in communication styles. Humans are "lazy" communicators—we use shortcuts, pronouns, and vague hints. AI models are trained to be "eager assistants"—they are trained to jump in and provide an answer immediately rather than saying, "Wait, I don't understand."

Even the most powerful AI in the world will still fail if it tries to guess your intent instead of clarifying it. Scaling the model up is like giving a confused barista a PhD; they might be able to explain the chemistry of coffee, but they’re still going to give you the wrong drink if they don't understand your "usual."

The Solution: The "Mediator" (The Professional Interpreter)

To fix this, the researchers propose a new way to structure the conversation. Instead of one AI trying to do everything, they split the job into two roles: The Mediator and The Assistant.

  1. The Mediator (The Interpreter): Think of this person as a highly skilled personal assistant who sits between you and the barista. Their only job is to listen to your vague requests and "translate" them into perfect, crystal-clear instructions.

    • You say: "Make it a bit different."
    • The Mediator thinks: "Based on how this person usually talks, 'different' usually means they want to change the temperature."
    • The Mediator tells the Barista: "The customer wants the standard drink, but served iced instead of hot."
  2. The Assistant (The Expert): This is the powerhouse AI. It doesn't have to worry about guessing what you mean. It receives a perfect, unambiguous instruction from the Mediator and simply executes it perfectly.

How the Mediator Learns: The "Experience Refiner"

How does the Mediator know your specific "vague" style? The researchers use a Refiner.

Imagine the Mediator keeps a small notebook. Every time you have a misunderstanding (a "fail") and eventually get it right (a "success"), the Refiner looks at both and writes a rule in the notebook: "When this user says 'different,' they actually mean 'iced'."

This way, the Mediator gets smarter about you specifically, without needing to undergo massive, expensive retraining. It learns your "language" through experience.

The Result

When they tested this, the results were huge. Even the most advanced AI models saw a massive boost in performance. By separating "understanding what the human wants" from "doing the actual task," they turned a chaotic guessing game into a precise, reliable machine.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →