What Should an Agent Forget? Separating What Is Stored from What Is Used

📅 2026-09-09
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
本文提出RD-Forget框架,通过分离存储与使用内容来解决持续语言代理中过时信息误导当前回答的问题,同时保留历史查询所需信息。
📝 Abstract
Persistent language agents need stored experience to remain available across time, while each answer requires evidence suited to a particular question. A superseded fact can mislead a current-state answer and still be essential for a historical query. We present RD-Forget, a training-free framework that separates what an agent stores from what it uses. A retained source archive preserves observations, and a query-conditioned memory view controls their influence on the current answer. A frozen language-model curator extracts relevant evidence, groups facts into semantic slots, and preserves the relations needed for multi-hop reasoning. Same-slot replacement links suppress superseded values in current-state contexts, while intent-aware retrieval makes earlier evidence eligible again. A rate-distortion formulation guides construction of the answer-time view within a memory budget. Experiments span conversational memory, knowledge updating, fact consolidation, long-context reasoning, and personalization under a shared answering pipeline. The results associate accurate answers with both query-relevant evidence construction and control over obsolete alternatives. Configurations without forgetting or query conditioning have the largest score deficits, while slot grouping, historical access, and relation preservation contribute complementary functions. Retaining history while selectively controlling its use offers a practical way to accommodate changing facts and future questions.
Problem

Research questions and friction points this paper is trying to address.

Persistent language agents
stored experience
current-state answer
historical query
superseded fact
Innovation

Methods, ideas, or system contributions that make the work stand out.

RD-Forget
query-conditioned memory view
rate-distortion formulation
intent-aware retrieval
semantic slots