paper-with-me

Papers

Verifiable Memory: Learning Unified Memory Management with Local and Global Verifiers for Large Language Model Agents

2026-08-04 · Xiaolong Sun, Qichao Wang, Hangyu Li, Liang Chen arxiv

Large language model (LLM) agents must retain reusable information, control a bounded active context, and recover earlier evidence during long-horizon interaction. Existing methods commonly optimize long-term memory (LTM) and short-term memory (STM) separately, while unified policies are often trained primarily with trajectory-level feedback, which provides weak credit for individual memory decisions. We present Verifiable Memory (VerMem), a framework that represents LTM, active context, and episodic history as distinct states and controls them with one memory operation policy. Seven atomic operations let the policy add, revise, or soft-delete LTM entries; retrieve LTM into the active context; filter or summarize the active context; and restore selected episodic fragments. VerMem is initialized by supervised fine-tuning and trained with a three-stage reinforcement-learning curriculum. The local verifier scores executable memory transitions, and a global verifier assesses evidence coherence and terminal-memory consistency after task completion. These scores are combined with programmatically computed task, evidence-recall, efficiency, and constraint signals through hierarchical credit assignment. The verifiers are used only during training. Across five benchmarks and two LLM backbones, VerMem achieves the best result on the vast majority of reported metrics and consistently outperforms strong memory baselines. Under controlled online-token budgets on three interactive benchmarks, it also achieves the strongest efficiency--performance frontier among the compared methods. Code is available at https://github.com/Sun-SYSU-24/VerMem.

📄 PDF Abstract BibTeX arXiv:2608.03137

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Agentic Memory: Learning Unified Long-Term and Short-Term Memory Management for Large Language Model Agents

2026-01-05 · Yi Yu, Liuyi Yao, Yuexiang Xie, Qingquan Tan 외 arxiv

Large language model (LLM) agents face fundamental limitations in long-horizon reasoning due to finite context windows, making effective memory management critical. Existing methods typically handle long-term memory (LTM…

Reinforcement Learning

UMEM: Unified Memory Extraction and Management Framework for Generalizable Memory

2026-02-11 · Yongshi Ye, Hui Jiang, Feihu Jiang, Tian Lan 외 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 coor…

SEDM: Scalable Self-Evolving Distributed Memory for Agents

2025-09-11 · Haoran Xu, Jiacong Hu, Ke Zhang, Lei Yu 외 arxiv

Long-term multi-agent systems inevitably generate vast amounts of trajectories and historical interactions, which makes efficient memory management essential for both performance and scalability. Existing methods typical…

Fact Verification

Trust Your Memory: Verifiable Control of Smart Homes through Reinforcement Learning with Multi-dimensional Rewards

2026-04-11 · Kai-Yuan Guo, Jiang Wang, Renjie Zhao, Tianyi Wang 외 arxiv

Large Language Models (LLMs) have become a key foundation for enabling personalized smart home experiences. While existing studies have explored how smart home assistants understand user queries to control devices in rea…

Reinforcement Learning

Fine-Mem: Fine-Grained Feedback Alignment for Long-Horizon Memory Management

2026-01-13 · Weitao Ma, Xiaocheng Feng, Lei Huang, Xiachong Feng 외 arxiv

Effective memory management is essential for large language model agents to navigate long-horizon tasks. Recent research has explored using Reinforcement Learning to develop specialized memory manager agents. However, ex…

Reinforcement LearningQuestion Answering