← Latest papers
💬 NLP

MT-OSC: Path for LLMs that Get Lost in Multi-Turn Conversation

The paper introduces MT-OSC, a scalable framework that employs a Condenser Agent and a lightweight Decider to automatically and efficiently condense multi-turn chat history, significantly reducing token counts and latency while preserving or improving LLM performance across diverse conversational benchmarks.

Original authors: Jyotika Singh, Fang Tu, Miguel Ballesteros, Weiyi Sun, Sandip Ghoshal, Michelle Yuan, Yassine Benajiba, Sujith Ravi, Dan Roth

Published 2026-06-03
📖 4 min read☕ Coffee break read

Original authors: Jyotika Singh, Fang Tu, Miguel Ballesteros, Weiyi Sun, Sandip Ghoshal, Michelle Yuan, Yassine Benajiba, Sujith Ravi, Dan Roth

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

Imagine you are having a long, complex conversation with a very smart but slightly forgetful friend (the AI). As the chat goes on, you add new details, correct old mistakes, and change your mind.

The problem is that your friend has a "short-term memory" that gets full. If you try to remind them of everything you've said since the beginning of the conversation by reading the entire transcript out loud every time they speak, two things happen:

  1. They get overwhelmed: The sheer volume of words makes it hard for them to find the important clues, leading to confusion or wrong answers.
  2. It gets slow and expensive: Reading a 50-page transcript every time you ask a simple question takes forever and costs a lot of money.

This paper introduces MT-OSC, a clever solution to this problem. Think of it as a smart, invisible secretary working in the background of your chat.

How MT-OSC Works (The "Condenser" and the "Decider")

Instead of letting your friend read the whole messy transcript, MT-OSC quietly rewrites the history into a neat, short summary before your friend sees it. It does this using two main tools:

1. The Condenser (The "Smart Summarizer")
Imagine a professional editor who reads your chat history. Unlike a basic summarizer that might just say, "They talked about a trip," this editor is trained with specific examples (like a "cheat sheet") to know exactly what to keep.

  • What it keeps: Crucial numbers, specific instructions, and corrections you made (e.g., "Actually, make it blue, not red").
  • What it drops: Repetitive phrases, "umms," and irrelevant chatter.
  • The Magic: It doesn't just summarize; it condenses. It turns a 10-turn conversation into a tight, 2-turn version that still holds all the essential facts. The paper claims this can shrink the conversation size by up to 72%.

2. The Decider (The "Traffic Cop")
Sometimes, a conversation is so dense with important details that summarizing it might accidentally throw away a vital clue. The Decider is a simple, fast-check system that asks: "Is this conversation too important to summarize?"

  • If the chat is full of repetitive, high-value information, the Decider says, "Stop! Don't summarize this yet." It lets the full history pass through to avoid losing critical context.
  • If the chat is just fluff or standard back-and-forth, it gives the green light to the Condenser to do its work.

The "One-Off" Trick (The Asynchronous Secret)

You might wonder: "If the secretary is rewriting the history, won't that slow down my chat?"

No. The paper explains that MT-OSC works asynchronously.

  • The Analogy: Imagine you are talking to your friend. While you are typing your next message, the secretary is quietly rewriting the past messages in the background.
  • By the time you hit "send" on your new message, the rewritten, shorter version of the history is already ready and waiting. You never feel the delay. The friend gets the short, clean version instantly, making the response faster and cheaper.

What the Paper Found

The authors tested this "invisible secretary" on 13 different AI models and 10 different types of conversations (from math problems to coding tasks).

  • Better Accuracy: In many cases, the AI actually got better at answering questions when using MT-OSC. Why? Because by removing the "noise" and clutter, the AI could focus on the important parts without getting "lost" in a sea of words.
  • Resilience: Even when the conversation was messy (filled with distractions or repeated turns), MT-OSC kept the AI on track.
  • No Training Needed: This system doesn't require retraining the AI models. It works as a plug-in layer that sits between the user and the AI.

The Bottom Line

MT-OSC is like a noise-canceling headphone for AI conversations. It filters out the static and the irrelevant chatter, delivering a crystal-clear, concise version of the conversation to the AI. This allows the AI to remember the important stuff, answer faster, and cost less to run, all without you (the user) noticing any extra steps or delays.

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 →