AIDB Daily Papers
長期間タスクを行うLLMエージェントのための選択的メモリ保持手法
※ 日本語タイトル・ポイントはAIによる自動生成です。正確な内容は原論文をご確認ください。
ポイント
- LLMエージェントの外部メモリにおいて、重要度に基づき不要な情報を削除する軽量フレームワークTraceRetainを提案した。
- ノイズの多い環境下で従来のメモリ管理手法が精度を大きく落とす中、本手法はタスク成功率を維持できる点が新しい。
- 実験の結果、ノイズを含む環境でも高い精度を維持し、メモリ効率とタスク実行効率を両立できることが明らかとなった。
Abstract
When does retention matter for memory-augmented LLM agents? We study this with TraceRetain, a lightweight framework for bounded external memory in frozen LLM agents that scores entries by interpretable features (success, age, access frequency, redundancy, specificity, similarity, downstream utility) and evicts the lowest-scoring ones at capacity. On clean ALFWorld with gpt-5-mini, external memory robustly improves over no memory across two seeds, but differences among bounded retention policies fall within Wilson 95% CIs: clean ALFWorld at T=100 to T=200 does not naturally exhibit the memory pollution retention is designed to address. Under a controlled noisy-write stress (75% synthetic distractors), unbounded memory and FIFO-K50 degrade on Precision@5 (20.2% to 12.4% and 15.8% to 3.8%) while TraceRetain-CEM is essentially unchanged (16.9% to 16.6%) and preserves 97/100 task success. The mechanism: unbounded memory has the highest mean similarity (0.87) but lowest precision, indicating failed distractors close to the query in embedding space. Held-out in-distribution evaluation shows memory-augmented policies solving 47 to 49 of 50 tasks vs. 39/50 for no memory. Bounded retention buys memory and step efficiency on saturated clean benchmarks at no task-success cost, and only differentiates from cache heuristics when streams contain noise.
Paper AI Chat
この論文のPDF全文を対象にAIに質問できます。
質問の例: