paper-with-me

홈 › Papers

Useful Memories Become Faulty When Continuously Updated by LLMs

2026-05-13 · Dylan Zhang, Yanshan Lin, Zhengkun Wu, Yihang Sun, Bingxuan Li, Dianqi Li, Hao Peng arxiv

Learning from past experience benefits from two complementary forms of memory: episodic traces -- raw trajectories of what happened -- and consolidated abstractions distilled across many episodes into reusable, schema-like lessons. Recent agentic-memory systems pursue the consolidated form: an LLM rewrites past trajectories into a textual memory bank that it continuously updates with new interactions, promising self-improving agents without parameter updates. Yet we find that such consolidated memories produced by today's LLMs are often faulty even when derived from useful experiences. As consolidation proceeds, memory utility first rises, then degrades, and can fall below the no-memory baseline. More surprisingly, even when consolidating from ground-truth solutions, GPT-5.4 fails on 54% of a set of ARC-AGI problems it had previously solved without memory. We trace the regression to the consolidation step rather than the underlying experience: the same trajectories yield qualitatively different memories under different update schedules, and an episodic-only control that simply retains those trajectories remains competitive with the consolidators we test. In a controlled ARC-AGI Stream environment that exposes Retain, Delete, and Consolidate actions, agents preserve raw episodes by default and double the accuracy of their forced-consolidation counterparts; disabling consolidation entirely (episodic management only) matches this auto regime. Practically, robust agent memory should treat raw episodes as first-class evidence and gate consolidation explicitly rather than firing it after every interaction. Looking forward, reliable agentic memory will require LLMs that can consolidate without overwriting the evidence they depend on.

📄 PDF Abstract BibTeX arXiv:2605.12978

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

ReSpawn: Energy-Efficient Fault-Tolerance for Spiking Neural Networks considering Unreliable Memories

2021-08-23 · Rachmad Vidya Wicaksana Putra, Muhammad Abdullah Hanif, Muhammad Shafique

Spiking neural networks (SNNs) have shown a potential for having low energy with unsupervised learning capabilities due to their biologically-inspired computation. However, they may suffer from accuracy degradation if th…

DeepFD: Automated Fault Diagnosis and Localization for Deep Learning Programs

2022-05-04 · Jialun Cao, Meiziniu Li, Xiao Chen, Ming Wen 외

As Deep Learning (DL) systems are widely deployed for mission-critical applications, debugging such systems becomes essential. Most existing works identify and repair suspicious neurons on the trained Deep Neural Network…

Deep LearningFault DiagnosisFault localization

Faulty Branch Identification in Passive Optical Networks using Machine Learning

2023-04-03 · Khouloud Abdelli, Carsten Tropschug, Helmut Griesser, Stephan Pachnicke

Passive optical networks (PONs) have become a promising broadband access network solution. To ensure a reliable transmission, and to meet service level agreements, PON systems have to be monitored constantly in order to …

Generating Concise Patches for Newly Released Programming Assignments

2023-01-23 · IEEE Transactions on Software Engineering 2023 1 · Leping Li, Hui Liu, Kejun Li, Yanjie Jiang 외

In programming courses, providing students with concise and constructive feedback on faulty submissions (programs) is highly desirable. However, providing feedback manually is often time-consuming and tedious. To releas…

On How to Not Prove Faulty Controllers Safe in Differential Dynamic Logic

2022-07-12 · Yuvaraj Selvaraj, Jonas Krook, Wolfgang Ahrendt, Martin Fabian

Cyber-physical systems are often safety-critical and their correctness is crucial, as in the case of automated driving. Using formal mathematical methods is one way to guarantee correctness. Though these methods have sho…