paper-with-me

홈 › 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 what they need through multi-turn conversational exchange. Although analysis of LLM conversation logs has confirmed that underspecification occurs frequently in user instructions, LLM evaluation has predominantly focused on the single-turn, fully-specified instruction setting. In this work, we perform large-scale simulation experiments to compare LLM performance in single- and multi-turn settings. Our experiments confirm that all the top open- and closed-weight LLMs we test exhibit significantly lower performance in multi-turn conversations than single-turn, with an average drop of 39% across six generation tasks. Analysis of 200,000+ simulated conversations decomposes the performance degradation into two components: a minor loss in aptitude and a significant increase in unreliability. We find that LLMs often make assumptions in early turns and prematurely attempt to generate final solutions, on which they overly rely. In simpler terms, we discover that *when LLMs take a wrong turn in a conversation, they get lost and do not recover*.

📄 PDF Abstract BibTeX arXiv:2505.06120

Code (1)

microsoft/lost_in_conversation 공식 구현

Similar Papers 제목 키워드 기반

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

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…

Mitigating Lost in Multi-turn Conversation via Curriculum RL with Verifiable Accuracy and Abstention Rewards

2025-10-21 · Ming Li, Pei Chen, Zhenhao Zhang, Tao Yang 외 arxiv

Large Language Models demonstrate strong capabilities in single-turn instruction following but suffer from Lost-in-Conversation (LiC), a degradation in performance as information is revealed progressively in multi-turn s…

Reinforcement LearningInstruction Following

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

2026-04-09 · Jyotika Singh, Fang Tu, Miguel Ballesteros, Weiyi Sun 외 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. Th…