适应性记忆接纳控制用于大语言模型代理

📄 中文摘要

大语言模型(LLM)代理越来越依赖长期记忆来支持多会话推理和交互,但当前系统对信息保留的控制能力较弱。实际应用中,代理要么积累大量对话内容,包括虚构或过时的事实,要么依赖不透明的完全由LLM驱动的记忆策略,这些策略成本高且难以审计。因此,记忆接纳在代理架构中仍然是一个 poorly specified 和 weakly controlled 的组成部分。为了解决这一问题,提出了适应性记忆接纳控制(A-MAC)框架,将记忆接纳视为一个结构化的决策问题。A-MAC 将记忆价值分解为五个互补且可解释的因素,旨在提高记忆管理的效率和透明度。

📄 English Summary

Adaptive Memory Admission Control for LLM Agents

LLM-based agents increasingly rely on long-term memory to support multi-session reasoning and interaction, yet current systems provide limited control over retained information. In practice, agents either accumulate large volumes of conversational content, including hallucinated or obsolete facts, or depend on opaque, fully LLM-driven memory policies that are costly and difficult to audit. Consequently, memory admission remains a poorly specified and weakly controlled component in agent architectures. To address this issue, Adaptive Memory Admission Control (A-MAC) is proposed, framing memory admission as a structured decision problem. A-MAC decomposes memory value into five complementary and interpretable factors, aiming to enhance the efficiency and transparency of memory management.

Powered by Cloudflare Workers + Payload CMS + Claude 3.5

数据源: OpenAI, Google AI, DeepMind, AWS ML Blog, HuggingFace 等