paper-with-me

Papers

UMEM: Unified Memory Extraction and Management Framework for Generalizable Memory

2026-02-11 · Yongshi Ye, Hui Jiang, Feihu Jiang, Tian Lan, Yichao Du, Biao Fu, Xiaodong Shi, Qianghuai Jia, Longyue Wang, Weihua Luo arxiv

Self-evolving memory serves as the trainable parameters for Large Language Models (LLMs)-based agents, where extraction (distilling insights from experience) and management (updating the memory bank) must be tightly coordinated. Existing methods predominately optimize memory management while treating memory extraction as a static process, resulting in poor generalization, where agents accumulate instance-specific noise rather than robust memories. To address this, we propose Unified Memory Extraction and Management (UMEM), a self-evolving agent framework that jointly optimizes a Large Language Model to simultaneous extract and manage memories. To mitigate overfitting to specific instances, we introduce Semantic Neighborhood Modeling and optimize the model with a neighborhood-level marginal utility reward via GRPO. This approach ensures memory generalizability by evaluating memory utility across clusters of semantically related queries. Extensive experiments across five benchmarks demonstrate that UMEM significantly outperforms highly competitive baselines, achieving up to a 10.67% improvement in multi-turn interactive tasks. Futhermore, UMEM maintains a monotonic growth curve during continuous evolution. Codes and models will be publicly released.

📄 PDF Abstract BibTeX arXiv:2602.10652

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

HaluMem: Evaluating Hallucinations in Memory Systems of Agents

2025-11-05 · Ding Chen, Simin Niu, Kehang Li, Peng Liu 외 arxiv

Memory systems are key components that enable AI systems such as LLMs and AI agents to achieve long-term learning and sustained interaction. However, during memory storage and retrieval, these systems frequently exhibit …

Question Answering

DeltaMem: Towards Agentic Memory Management via Reinforcement Learning

2026-04-02 · Qi Zhang, Shen Huang, Chu Liu, Shouqing Yang 외 arxiv

Recent advances in persona-centric memory have revealed the powerful capability of multi-agent systems in managing persona memory, especially in conversational scenarios. However, these complex frameworks often suffer fr…

Reinforcement Learning

Does Memory Need Graphs? A Unified Framework and Empirical Analysis for Long-Term Dialog Memory

2026-01-03 · Sen Hu, Yuxiang Wei, Jiaxin Ran, Zhiyuan Yao 외 arxiv

Graph structures are increasingly used in dialog memory systems, but empirical findings on their effectiveness remain inconsistent, making it unclear which design choices truly matter. We present an experimental, system-…

TRUSTMEM: Learning Trustworthy Memory Consolidation for LLM Agents with Long-Term Memory

2026-06-23 · Tianyu Yang, Sudipta Paul, Vijay Srinivasan, Vivek Kulkarni 외 arxiv

Large language model (LLM) agents rely on long-term memory to support extended interactions and personalized assistance beyond finite context windows. Existing memory agents actively update external memory through genera…

Reinforcement Learning

HUMEMBR: Learning Human Routines for Predictive Embodied Navigation

2026-06-29 · Samira Huber, Klaas Pelzer, Duc M. Nguyen, Xuesu Xiao 외 arxiv

Understanding and navigating human-centered environments over extended periods of time while considering human behavior and routines remains a fundamental challenge in robotics. In real-world settings, robots may be aske…

Question Answering