CLApr 9

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

arXiv:2604.0878224.32 citationsh-index: 8
Predicted impact top 37% in CL · last 90 daysOriginality Incremental advance
AI Analysis

For LLM-based chat systems, MT-OSC reduces latency and cost while maintaining performance in multi-turn interactions.

LLMs degrade in multi-turn conversations due to context window limits. MT-OSC condenses chat history by up to 72% in 10-turn dialogues, improving or preserving accuracy across 13 LLMs and benchmarks.

Large language models (LLMs) suffer significant performance degradation when user instructions and context are distributed over multiple conversational turns, yet multi-turn (MT) interactions dominate chat interfaces. The routine approach of appending full chat history to prompts rapidly exhausts context windows, leading to increased latency, higher computational costs, and diminishing returns as conversations extend. We introduce MT-OSC, a One-off Sequential Condensation framework that efficiently and automatically condenses chat history in the background without disrupting the user experience. MT-OSC employs a Condenser Agent that uses a few-shot inference-based Condenser and a lightweight Decider to selectively retain essential information, reducing token counts by up to 72% in 10-turn dialogues. Evaluated across 13 state-of-the-art LLMs and diverse multi-turn benchmarks, MT-OSC consistently narrows the multi-turn performance gap - yielding improved or preserved accuracy across datasets while remaining robust to distractors and irrelevant turns. Our results establish MT-OSC as a scalable solution for multi-turn chats, enabling richer context within constrained input spaces, reducing latency and operational cost, while balancing performance.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes