All Topics
All Topics
Technology
Technology
AI
AI
Business
Business
Entertainment
Entertainment
News
News
Programming
Programming
Science
Science
Design
Design
Environment
Environment
Finance
Finance
Crypto
Crypto
Politics
Politics
Sports
Sports
Education
Education
Gaming
Gaming
Art
Art
Music
Music
Health
Health
Security
Security
Books
Books
Food
Food
Travel
Travel
Personal
Personal
Bluesky
Twitter

ATMA: A State-Aware Memory Overlay to Resolve Ghost Memory Failures in LLM Agents

By

[Submitted on 2 Jul 2026]

1d ago· 2 min readenInsight

Summary

This paper introduces "ghost memory" — a state coordination failure in LLM agent memory systems where old, current, and transition facts coexist and get mixed during retrieval, misleading the answer model. The authors propose ATMA (A-TMA), a state-aware overlay for existing memory systems that keeps superseded and transition records, builds evidence packets for requested state views, and exposes current/historical/transition labels to QA. They also build LTP (LoCoMo Temporal Plus), a conflict-heavy benchmark for ghost memory evaluation. Results show Graphiti+ATMA improves conflict accuracy by 0.240 on LTP and raises temporal F1 from 0.0295 to 0.1705 on LoCoMo.

Source

Twitter / XATMA: A State-Aware Memory Overlay to Resolve Ghost Memory Failures in LLM Agentsarxiv.org

Key quotes

· 5 pulled
We study ghost memory, a state coordination failure in which old, current, and transition facts coexist in the memory bank, remain mixed during retrieval, and mislead the answer model.
We argue that memory systems should be understood and optimized from three levels: bank maintenance, retrieval, and answer time resolution.
We further call for decoupled evaluation of bank, retrieval, and answer level failures, since final QA accuracy can hide where ghost memory occurs.
On LTP, Graphiti+ATMA improves conflict accuracy by 0.240 absolute over Graphiti. On LoCoMo, Graphiti+ATMA raises temporal F1 from 0.0295 to 0.1705.
The gains are host dependent, but they indicate that explicit state roles can reduce memory failures hidden by final QA accuracy.
Snippet from the RSS feed
Long term memory lets LLM agents act as persistent assistants, but user facts change. A useful memory system must know what is true now, what used to be true, and what changed. We study \emph{ghost memory}, a state coordination failure in which old, curre

You might also wanna read

Comments

Sign in to join the conversation.

No comments yet. Be the first.