Research Papers 论文研究 7h ago Updated 3h ago 更新于 3小时前 43

The Memory Trust Gap: Capability-Dependent Failures in Persistent-Memory Agents 记忆信任差距:持久记忆代理中的能力依赖型故障

Persistent memory in AI agents can cause harm when stale stored facts override current authoritative evidence, a phenomenon termed the "Memory Trust Gap" The harm is capability-gated: smaller models (0.6-4B) are less affected by stale memories in safety-critical scenarios, while larger models (8B) collapse more severely when stale data appears current Over-trust rather than confusion drives the failures; models consistently answer with stale values 92-100% of the time in benefit scenarios regard 持久化记忆agent存在"记忆信任鸿沟":过时存储事实可在无警告情况下覆盖当前权威证据,且危害程度与模型能力相关 在Benefit suite中所有规模模型92-100%时间使用过时值回答;在Safety suite中较大模型在过时笔记伪装成当前信息时更容易崩溃 触发过度信任的特征取决于模型规模:移除标签放大所有规模过度信任,时效性特征对较大模型欺骗性更强 缓解措施具能力依赖性:暴露元数据仅改善较大模型准确性,较小模型需预先解决冲突才能恢复准确性 该模式在Qwen3、Llama-Instruct系列及RGB、MisBench外部数据集上得到验证

55
Hot 热度
72
Quality 质量
60
Impact 影响力

Analysis 深度分析

TL;DR

  • Persistent memory in AI agents can cause harm when stale stored facts override current authoritative evidence, a phenomenon termed the "Memory Trust Gap"
  • The harm is capability-gated: smaller models (0.6-4B) are less affected by stale memories in safety-critical scenarios, while larger models (8B) collapse more severely when stale data appears current
  • Over-trust rather than confusion drives the failures; models consistently answer with stale values 92-100% of the time in benefit scenarios regardless of scale
  • Mitigation strategies are capability-dependent: metadata exposure helps larger models but only pre-resolving conflicts restores accuracy for smaller checkpoints
  • The pattern generalizes across model families (Qwen3, Llama-Instruct) and external datasets (RGB, MisBench), confirming robustness of findings

Why It Matters

This research directly impacts the design of persistent-memory AI agents deployed in production, revealing that larger models are not universally more reliable when memory conflicts arise. For AI practitioners building agent systems, it demonstrates that naive trust in stored facts can produce catastrophic failures in safety-critical contexts, and that mitigation strategies must be calibrated to model capability rather than applied uniformly.

Technical Details

  • Evaluated a frozen, closed-set, action-scored benchmark with two suites: a Benefit suite (unsolvable without stored fact) and a Safety suite (authoritative tool always holds correct value), testing on Qwen3 model-size series (0.6/1.7/4/8B)
  • Conducted a 2×2×2×2 factorial analysis examining how features like label removal, recency cues, source authority, and position interact with model scale to trigger over-trust
  • Demonstrated scale interactions using direct cross-size contrast tests rather than overlapping per-model confidence intervals, providing stronger statistical evidence
  • Validated findings across an independent Llama-Instruct model-size series and two external datasets (RGB, MisBench), confirming generalizability beyond the primary model family
  • Framing control revealed no consistent advantage for memory labels: smaller scales trusted stale documents more than stale memories, while 8B showed no significant difference

Industry Insight

  • Agent system designers should implement capability-aware memory validation layers rather than assuming larger models inherently handle stale data better; safety-critical deployments may require smaller models with pre-resolved conflicts
  • Metadata exposure is an effective but scale-dependent mitigation: it benefits capable models but is insufficient for smaller ones, suggesting a tiered approach to memory trust management based on deployment model size
  • The finding that recency cues disproportionately fool larger models indicates that temporal presentation features in memory systems require careful design, as they may exploit scaling-induced over-trust patterns

TL;DR

  • 持久化记忆agent存在"记忆信任鸿沟":过时存储事实可在无警告情况下覆盖当前权威证据,且危害程度与模型能力相关
  • 在Benefit suite中所有规模模型92-100%时间使用过时值回答;在Safety suite中较大模型在过时笔记伪装成当前信息时更容易崩溃
  • 触发过度信任的特征取决于模型规模:移除标签放大所有规模过度信任,时效性特征对较大模型欺骗性更强
  • 缓解措施具能力依赖性:暴露元数据仅改善较大模型准确性,较小模型需预先解决冲突才能恢复准确性
  • 该模式在Qwen3、Llama-Instruct系列及RGB、MisBench外部数据集上得到验证

为什么值得看

这篇论文揭示了持久化记忆agent的核心安全隐患——模型对过时信息的过度信任,且风险随模型规模增大而加剧。对AI从业者而言,这提醒我们在设计个性化agent时必须考虑记忆更新机制和冲突解决策略,否则能力越强的模型可能越容易受到过时信息的误导。

技术解析

  • 研究采用冻结的封闭集动作评分基准测试,包含Benefit suite(依赖存储事实)和Safety suite(权威工具提供正确答案)两个测试套件,在Qwen3 0.6/1.7/4/8B模型系列上进行评估
  • 通过2×2×2×2因子实验分析触发过度信任的特征,发现移除标签、时效性特征、来源权威性和位置等因素的影响因模型规模而异
  • 验证了跨模型系列的泛化性,在Llama-Instruct系列和RGB、MisBench外部数据集上观察到相同模式
  • 提出能力依赖的缓解策略:对较大模型暴露元数据可提升准确性,但较小模型需预先解决冲突才能恢复准确性

行业启示

  • 持久化记忆agent的设计需要针对模型规模制定差异化的信任管理策略,不能简单套用统一方案
  • 时效性和标签等表面特征对模型决策的影响随规模增大而增强,需要在系统层面建立更robust的信息验证机制
  • 记忆冲突的预先解决比事后元数据暴露更有效,特别是在处理较小规模模型时

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

Agent Agent Evaluation 评测 Benchmark 基准测试 Research 科学研究