Preprint
Large Language Models

LLMs Get Lost in Multi-Turn Conversation

Philippe Laban, Hiroaki Hayashi, Yingbo Zhou, Jennifer Neville
May 9, 2025arXiv.org388 citations

388

Citations

32

Influential Citations

arXiv.org

Venue

2025

Year

Abstract

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*.

Analysis

Why This Paper Matters

This paper addresses a fundamental mismatch between how LLMs are evaluated and how they are actually used. While real-world applications are predominantly conversational and multi-turn, standard benchmarks focus on single-turn, fully-specified instructions. The authors demonstrate that this evaluation gap masks a significant performance degradation in multi-turn settings, with an average drop of 39% across six generation tasks for all top models tested. This finding is crucial because it suggests that LLMs are far less capable in practical conversational scenarios than their single-turn benchmark scores imply.

The paper also provides a mechanistic understanding of why LLMs fail in multi-turn conversations. By analyzing over 200,000 simulated conversations, the authors decompose the performance drop into a minor loss in aptitude and a significant increase in unreliability. They identify a specific failure mode: LLMs often make assumptions in early turns and prematurely attempt to generate final solutions, on which they then overly rely. This 'getting lost' phenomenon—where a wrong turn early in the conversation leads to a persistent failure to recover—is a novel and important insight that can guide future model design and training.

Technical Contributions

  • Large-scale simulation framework: The authors develop a simulation methodology to generate multi-turn conversations, enabling systematic comparison of LLM performance across single-turn and multi-turn settings.
  • Performance decomposition: They separate the overall performance drop into two components: aptitude (the model's inherent capability) and reliability (consistency and ability to recover from errors). This decomposition provides a clearer picture of where models fail.
  • Failure mode analysis: The paper identifies a specific behavioral pattern—premature solution generation and over-reliance on early assumptions—that explains the unreliability in multi-turn conversations.
  • Comprehensive evaluation: The study tests multiple top open- and closed-weight LLMs across six diverse generation tasks, ensuring the findings are generalizable.

Results

The results are striking: every LLM tested exhibits a significant performance drop in multi-turn conversations compared to single-turn, with an average drop of 39% across all tasks. The decomposition reveals that the drop is primarily due to increased unreliability, not a loss of aptitude. The analysis of 200,000+ simulated conversations shows that LLMs often make assumptions in early turns and prematurely generate final solutions, leading to a failure to recover from wrong turns. This 'getting lost' behavior is consistent across models and tasks, highlighting a systemic issue.

Significance

This paper has significant implications for the AI field. It challenges the adequacy of current evaluation benchmarks, which overestimate LLM performance in real-world conversational settings. The findings underscore the need for multi-turn evaluation protocols and for developing models that are more robust to underspecification and capable of recovering from errors. The 'getting lost' phenomenon provides a concrete target for future research on conversational AI, potentially influencing training objectives, decoding strategies, and interactive learning approaches. As LLMs become increasingly integrated into conversational interfaces, addressing this reliability gap is essential for building trustworthy and effective AI assistants.