Multi-Turn Reasoning When Context Arrives in Pieces: Scalable Sharding and Memory-Augmented RL
Researchers have identified a sharp decline in large language model accuracy when task-critical information is spread across multiple conversation turns, a phenomenon they call “Lost in Conversation.” A new preprint proposes training models with a compact rolling memory to reverse the degradation, which can reach 65 percent. [1] The work, posted to the arXiv preprint server on June 11, 2026, demonstrates that standard large language models (LLMs)—neural networks trained on vast text corpora for generation and analysis [8]—struggle when a user parcels out essential details over several exchanges. Accuracy falls by up to 65 percent even though the full conversation history remains available to the model. [1] The authors attribute the failure to the way models attend to a continuously expanding dialogue log. [2] To address the problem, the team trained models to maintain a compact rolling memory that compresses past turns rather than rereading the entire history. [1] Making such training practical required a low-cost data-generation method. The researchers built a sharding pipeline that automatically converts single-turn question-answering datasets into multi-turn episodes where information arrives in fragments, removing the need for hours of manual annotation. [2] Training was conducted solely on a sharded version of GSM8K, a grade-school math benchmark. [1] The resulting memory-augmented policy not only improved multi-turn accuracy on the training domain but also generalized zero-shot to harder math problems and out-of-domain long-context question-answering tasks. [2] In a striking result, the memory-trained models outperformed baselines that had access to the full conversation history at test time, indicating that learning to compress information fosters more robust incremental reasoning than exposure to the complete context alone. [1] The preprint appears on arXiv, an open-access repository that hosts e-prints across physics, mathematics, computer science, and related fields. [6] As of late 2024, the platform was receiving roughly 24,000 new submissions per month. [6] The paper’s landing page also surfaces experimental community tools through the arXivLabs framework, which allows third-party developers to build features such as citation explorers and recommender systems directly on article pages. [4][5]
model-releaseresearch-paperproduct-launchregulationbenchmark
Background sources we checked (7)
- arxiv.org ↗ When a user reveals task-critical information across several conversation turns, LLM accuracy drops by up to 65% despite full context availability. We show that this Lost in Conversation degradation can be substantially mitigated by training models to maintain a compact rolling m…
- info.arxiv.org ↗ arXiv Labs - arXiv info | arXiv e-print repository Skip to content # arXiv Labs Attention arXiv Users: arXiv Labs is pausing new proposals ## What are arXiv Labs? arXiv Labs are a way for the community to contribute new, useful features to arXiv. These integrations are avail…
- info.arxiv.org ↗ arXivLabs: Showcase - arXiv info | arXiv e-print repository [...] # arXivLabs: Showcase [...] arXiv is surrounded by a community of researchers and developers working at the cutting edge of information science and technology. [...] While the arXiv team is focused on our core miss…
- blog.arxiv.org ↗ arXivLabs: a space for community innovation – arXiv blog arXiv has launched a new, formalized framework enabling innovative collaborations with individuals and organizations. “Members of our community want to contribute tools that enhance the arXiv experience, and we val…
- en.wikipedia.org ↗ arXiv (pronounced as "archive"—the X represents the Greek letter chi ⟨χ⟩) is an open-access repository of electronic preprints and postprints (known as e-prints) approved for posting after moderation, but not peer reviewed. It consists of scientific papers in the fields of mathem…
- en.wikipedia.org ↗ 14 (fourteen) is the natural number following 13 and preceding 15.…
- en.wikipedia.org ↗ A large language model (LLM) is a neural network trained on a vast amount of text for natural language processing tasks, especially language generation. LLMs can typically generate, summarize, translate, and analyze text in many contexts, and are a foundational technology behind …