Supersede: Diagnosing and Training the Memory-Update Gap in LLM Agents
- lab arXiv
- lab arXivLabs
- location Taiwan
- model GPT-5.4
- model Qwen2.5-3B
A new study identifies a “memory-update gap” in large language model agents, showing they systematically fail to discard outdated facts and use current ones during long, multi-session interactions, a flaw that persists even in frontier models. The research, posted to the arXiv preprint server on June 25, isolates the failure on real conversational data and demonstrates it is a distinct, unsolved problem [1]. When a frontier model, gpt-5.4, was given full context of a conversation, it answered questions about updated facts with 92% accuracy. Replacing that full context with a bounded, self-maintained memory caused accuracy to drop to 77%, a statistically significant gap with a paired McNemar p-value below 0.005 [1]. The authors note that the bottleneck is memory maintenance, not comprehension, and that using a stronger model does not close the gap [1]. The failure is not caused by an undersized memory. As the conversation length grew by a factor of 24, accuracy fell from 68% to 28%. Giving the agent proportionally more memory yielded no detectable recovery, with accuracy remaining at 28% across 25 trials [1]. The paper concludes that the failure scales with the length of the conversation, not the compression ratio [1]. The team released Supersede, an open reinforcement-learning environment built on the verifiers and prime-rl stack, which turns the measurement into a training signal. Agents are rewarded for answering from the current value of a fact and penalized for using stale ones [1]. Using GRPO fine-tuning on a small open model, Qwen2.5-3B, the researchers nearly doubled its held-out supersession accuracy on real, unseen conversations, from 9.0% to 16.7% in a single run [1]. A monotonic checkpoint curve indicated that the learned policy, not the testing harness, carried the gain [1]. The paper appears on arXiv, an open-access repository that hosts preprints across physics, computer science, and other fields and has grown to receive roughly 24,000 submissions per month as of late 2024 [7]. The study’s findings add to a growing body of work examining the reliability of LLM agents in dynamic environments where factual information changes over time.
applicationmodel-releaseresearch-paperregulation
Background sources we checked (8)
- arxiv.org ↗ Large language model (LLM) agents operate over long, multi-session interactions in which facts change: a user moves, a price updates, a plan is revised. Acting correctly requires using the current value of a fact and discarding values that have been superseded. We isolate this ab…
- en.wikipedia.org ↗ Robert Francis Kennedy Jr. (born January 17, 1954), also known by his initials RFK Jr., is an American politician, environmental lawyer, author, conspiracy theorist, and anti-vaccine activist serving as the 26th United States secretary of health and human services since 2025. A 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 mission—pr…
- 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 ↗ LK-99 also called PCPOSOS, is a gray–black, polycrystalline compound, identified as a copper-doped lead‒oxyapatite. A team from Korea University led by Lee Sukbae (이석배) and Kim Ji-Hoon (김지훈) began studying this material as a potential superconductor in 1999, and in July 2023 publ…
Sources
- export.arxiv.org — Supersede: Diagnosing and Training the Memory-Update Gap in LLM Agents ↗