paper-with-me

홈 › Papers

MemHarness: Memory Is Reconstructed, Not Replayed

2026-07-30 · Rong Wu, Daocheng Fu, Licheng Wen, Xuemeng Yang, Shu Zou, Jianbiao Mei, Yuxin Wang, Hairong Zhang, Yu Yang, Tao Hu, Cong Zhang, Botian Shi, Pinlong Cai arxiv

Retrieving past experiences has become a common strategy to enhance large language model agents. However, most existing memory-augmented agents treat retrieved experiences as static records to be replayed verbatim, injecting them into the context regardless of whether they align with the agent's current situation. This ``replay'' paradigm ignores the gap between the abstract, general nature of stored experience and the concrete, ever-changing states encountered at decision time, frequently causing negative transfer. In contrast, humans rarely recall past experiences verbatim; instead, they reorganize and adapt retrieved memories to fit the present context. Inspired by this, we propose MemHarness, a framework that equips LLM agents to actively harness and reconstruct past experiences based on the present context. At each decision step, a unified policy model critiques and reconstructs the retrieved experience conditioned on the current state, producing context-grounded guidance before acting. This reconstructive ability emerges naturally through end-to-end training with GRPO. Experiments on ALFWorld and WebShop show that MemHarness substantially outperforms pure RL and static memory-augmented baselines, demonstrating strong robustness in out-of-distribution (OOD) scenarios. Furthermore, our analyses reveal that this reconstruction objective not only prevents negative transfer but also serves as latent guidance during training, fundamentally improving the agent's intrinsic reasoning capabilities.

📄 PDF Abstract BibTeX arXiv:2607.28272

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

EEC: Learning to Encode and Regenerate Images for Continual Learning

2021-01-13 · ICLR 2021 1 · Ali Ayub, Alan R. Wagner

The two main impediments to continual learning are catastrophic forgetting and memory limitations on the storage of data. To cope with these challenges, we propose a novel, cognitively-inspired approach which trains auto…

Continual LearningStyle Transfer

Storing Encoded Episodes as Concepts for Continual Learning

2020-06-26 · ICML Workshop LifelongML 2020 7 · Ali Ayub, Alan R. Wagner

The two main challenges faced by continual learning approaches are catastrophic forgetting and memory limitations on the storage of data. To cope with these challenges, we propose a novel, cognitively-inspired approach w…

Continual LearningStyle Transfer

CaT: Balanced Continual Graph Learning with Graph Condensation

2023-09-18 · Yilun Liu, Ruihong Qiu, Zi Huang

Continual graph learning (CGL) is purposed to continuously update a graph model with graph data being fed in a streaming manner. Since the model easily forgets previously learned knowledge when training with new-coming d…

Continual LearningGraph Learning

Tuned Compositional Feature Replays for Efficient Stream Learning

2021-04-06 · Morgan B. Talbot, Rushikesh Zawar, Rohil Badkundri, Mengmi Zhang 외

Our brains extract durable, generalizable knowledge from transient experiences of the world. Artificial neural networks come nowhere close to this ability. When tasked with learning to classify objects by training on non…

Continual LearningImage ClassificationObject RecognitionTransfer Learning

Rollout Pass-Rate Control: Steering Binary-Reward RL Toward Its Most Informative Regime

2026-05-06 · Tianshu Zhu, Wenyu Zhang, Xiaoying Zuo, Lun Tian 외 arxiv

Agentic reinforcement learning (RL) for software engineering spends much of its compute on stateful trajectories whose grouped binary rewards are highly skewed and weakly contrastive. We frame this as pass-rate control a…

Reinforcement Learning