MemRefine:基于大语言模型的长期智能体记忆压缩方法 / MemRefine: LLM-Guided Compression for Long-Term Agent Memory
1️⃣ 一句话总结
本文提出一种名为MemRefine的框架,利用大语言模型作为智能裁判,通过分析事实内容而非表面相似性,智能地合并或删除冗余的记忆条目,在固定存储预算下保留最有价值的信息,从而高效管理长期对话智能体的记忆。
Large language model (LLM) agents are increasingly expected to operate over long-term interactions, where information from past dialogues must be preserved and recalled to support future tasks. However, as interactions accumulate, the memory store grows without bound and fills with redundant entries that inflate storage cost and degrade retrieval by crowding out the most useful evidence. Furthermore, this is especially limiting on resource-constrained platforms with hard memory budgets, motivating us to formulate storage-budgeted memory management, the task of keeping an already constructed memory store within a fixed budget while preserving information useful for future interactions. To this end, we then propose MemRefine, an LLM-guided framework that, since surface similarity poorly reflects factual value, uses similarity only to propose candidate pairs and defers delete, merge, and preserve decisions to an LLM judge based on factual content, iterating until the budget is met. Across multiple memory frameworks and long-term conversation benchmarks, MemRefine consistently meets target budgets while preserving downstream performance and outperforming rule-based baselines under tight budgets.
MemRefine:基于大语言模型的长期智能体记忆压缩方法 / MemRefine: LLM-Guided Compression for Long-Term Agent Memory
本文提出一种名为MemRefine的框架,利用大语言模型作为智能裁判,通过分析事实内容而非表面相似性,智能地合并或删除冗余的记忆条目,在固定存储预算下保留最有价值的信息,从而高效管理长期对话智能体的记忆。
源自 arXiv: 2606.13177