ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
388
Citations
32
Influential Citations
arXiv.org
Venue
2025
Year
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*.
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.
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.
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.
Alex Krizhevsky, Ilya Sutskever et al.
Ashish Vaswani, Noam Shazeer et al.
Douglas M. Bates, Martin Mächler et al.
Diederik P. Kingma, Jimmy Ba