Search papers, labs, and topics across Lattice.
The paper identifies "provenance-role collapse" in LLM agents with long-term memory, where agents struggle to track the source and validity of information. To address this, they introduce MemIR, a typed memory representation that structures long-term memory into grounded atoms representing evidence, retrieval cues, and claims. By restricting factual authorization to claim atoms and employing multi-route atomic projection, MemIR improves source tracking and temporal grounding, leading to superior performance on tasks requiring evidence aggregation.
LLM agents struggle to remember where they learned something, leading to critical errors, but structuring memory with "typed atoms" can fix it.
Long-term memory is essential for persistent LLM agents, yet prevailing architectures store historical interactions as unstructured, flat text. This unconstrained storage induces provenance-role collapse, a critical failure mode where agents suffer from source-monitoring errors. To resolve this cognitive vulnerability at the architectural level, we propose MemIR, a typed Memory Intermediate Representation that operationalizes source monitoring as a structural constraint. MemIR writes long-term memory into grounded atoms that separate raw evidence, retrieval cues, and truth-bearing claims, with factual authorization restricted to supported claim atoms. It then applies multi-route atomic projection and provenance-scoped utilization to transform heterogeneous retrieval hits into claim-centered candidate bundles and a normalized fact interface for answer generation. Experiments on LoCoMo and BEAM-100K demonstrate that MemIR consistently outperforms existing memory baselines, especially on tasks requiring source tracking, temporal grounding, and aggregation of fragmented evidence.