AuraTracer智迹闻
中文

EVENT DOSSIER

Does Your Agent's Memory Survive a Model Upgrade? A Controlled Study of Memory Portability

2026-09-07 12:00 Models across 2 days 🔥 47.2 heat score
2sources
2days unfolding
47.2heat score
1mentions
SummaryAI generated

A study on the controllability of memory portability under model upgrades compared four memory storage methods. The results showed that migration using a fixed-mode knowledge graph (KG-fixed) was the most reliable, with minimal changes in accuracy; whereas the method of compressing into natural language notes (NOTES) exhibited high model coupling, and accuracy showed significant asymmetric fluctuations depending on the migration direction. In RAG systems, the improvement brought by mixed indexing strategies was limited, and some benefits were lost. Diagnostic analysis indicated that the accuracy deficiency of NOTES mainly stemmed from information loss during the initial construction phase, while the defect of RAG systems was primarily due to retrieval failures.

Related eventsRELATED EVENTS
Key entitiesKEY ENTITIES
arXiv

Integrated timelineUNIFIED TIMELINE

  1. 2026-09-04

    Does Your Agent's Memory Survive a Mode…

    Does Your Agent's Memory Survive a Model Upgrade? A Controlled Study of Memory Portability

  2. 2026-09-07

    Does Your Agent's Memory Survive a Mode…

    一项针对模型升级下记忆可移植性的控制研究比较了四种记忆存储方式:长上下文原始阅读(LC-RAW)、分块检索增强生成(RAG)、压缩为自然语言笔记(NOTES)及固定模式知识图谱(KG-fixed)。测试使用 48 个合成历史数据和两个亚 …

SignalsSIGNALS

Keyword heat
  • arXiv1

All reports (2)SOURCES

A arXiv cs.AI en 2026-09-07 12:00

Does Your Agent's Memory Survive a Model Upgrade? A Controlled Study of Memory Portability

一项针对模型升级下记忆可移植性的控制研究比较了四种记忆存储方式:长上下文原始阅读(LC-RAW)、分块检索增强生成(RAG)、压缩为自然语言笔记(NOTES)及固定模式知识图谱(KG-fixed)。测试使用 48 个合成历史数据和两个亚 100 亿参数模型,结果显示固定结构迁移可靠,KG-fixed 准确率变化仅为 $+0.0004 \pm 0.0020$;而压缩笔记表现出高模型耦合,准确率随迁移方向不对称波动,分别为 $+9.91$ 或 $-13.28$ 个百分点。在 RAG 系统中,50/50 混合索引仅带来 4.96 点准确率提升,损失了全量重嵌入实现的 11.90 点增益。诊断分解表明,NOTES 的准确率缺陷中 80% 源于构建初期的信息丢失,RAG 缺陷中 81% 源于检索失败。此外,NOTES …