paper-with-me

홈 › Papers

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

2026-04-09 · Jyotika Singh, Fang Tu, Miguel Ballesteros, Weiyi Sun, Sandip Ghoshal, Michelle Yuan, Yassine Benajiba, Sujith Ravi, Dan Roth arxiv

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.

📄 PDF Abstract BibTeX arXiv:2604.08782

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

LLMs Get Lost In Multi-Turn Conversation

2025-05-09 · Philippe Laban, Hiroaki Hayashi, Yingbo Zhou, Jennifer Neville

Large Language Models (LLMs) are conversational interfaces. As such, LLMs have the potential to assist their users not only when they can fully specify the task at hand, but also to help them define, explore, and refine …

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

2026-02-07 · Geng Liu, Fei Zhu, Rong Feng, Changyi Ma 외 arxiv

Multi-turn conversation has emerged as a predominant interaction paradigm for Large Language Models (LLMs). Users often employ follow-up questions to refine their intent, expecting LLMs to adapt dynamically. However, rec…

SeDT: Sentence-Transformer Decision-Transformer Conditioning for Multi-Turn Conversation Reliability

2026-05-26 · Ramakrishna Vamsi Setti, Jagadeesh Rachapudi, Sachin Chaudhary, Praful Hambarde 외 arxiv

Large language models (LLMs) achieve impressive performance when a task is fully specified in a single turn, yet the same models lose up to 39% of that performance when the identical task is revealed incrementally across…

Reinforcement Learning

ICPO: Illocution-Calibrated Policy Optimization for Multi-Turn Conversation

2026-01-20 · Zhebo Wang, Xiaohu Mu, Zijie Zhou, Mohan Li 외 arxiv

Large Language Models (LLMs) in multi-turn conversations often suffer from a ``lost-in-conversation'' phenomenon, where they struggle to recover from early incorrect assumptions, particularly when users provide ambiguous…

Reinforcement Learning

Found in Conversation: LLMs Teach Themselves to Close the Multi-Turn Gap

2026-05-23 · Tianlang Chen, Shirley Wu, Jure Leskovec arxiv

Large Language Model (LLM) interactions are typically underspecified, with users clarifying all necessary details across multiple conversational turns. Yet recent work shows that LLMs perform far worse in this multi-turn…