这篇论文点出了智能体一个烦人的毛病——记着过时信息不放,还给了个具体的解法A-TMA,能显著提升冲突场景下的准确率。
新研究将智能体长期运行中重复过时用户信息的现象命名为“幽灵记忆”。A-TMA是一种状态感知覆盖层,保留被取代的记录和过渡记录,而非直接删除。在冲突密集的LTP基准上,将A-TMA集成到Graphiti后,冲突准确率提升0.240。研究者建议分别评估记忆库、检索和答案生成环节。
"Ghost memory" is a real problem with agents. You might have seen the issue where a long-running ag...
"Ghost memory" is a real problem with agents. You might have seen the issue where a long-running agent still confidently repeats a user fact that stopped being true weeks ago? New research names the failure "ghost memory." Old facts, current facts, and the transition between them all sit in the memory bank at once, get retrieved together, and mislead the answer model. A-TMA is a state-aware overlay that keeps superseded and transition records instead of deleting them, builds evidence packets scoped to the state the query is asking about, and hands current, historical, and transition labels to the QA step. Most memory benchmarks report only final QA accuracy, which hides where the error happened. On the conflict-heavy LTP benchmark, adding A-TMA to Graphiti lifts conflict accuracy by 0.240 absolute. If you build persistent assistants, it's best to evaluate the bank, the retrieval, and the answer separately. Paper: arxiv.org/abs/2607.01935 Learn to build effective AI agents in our academy: academy.dair.ai 💬 9 🔄 2 ❤️ 19 👀 2593 📊 12 ⚡