Search papers, labs, and topics across Lattice.
This paper introduces AtomMem, a memory system for large language models (LLMs) that enhances long-term information retention and reuse by utilizing atomic facts extracted from interactions. By implementing a Fact Executor and organizing these facts into hierarchical structures, AtomMem stabilizes memory evolution and improves the coherence of episodic contexts. Experimental results on the LoCoMo benchmark demonstrate that AtomMem outperforms existing memory-augmented systems in reasoning tasks, highlighting its potential for scalable and efficient deployment in personalized AI agents.
AtomMem revolutionizes memory systems for LLMs by transforming interactions into stable, high-value atomic facts, leading to superior reasoning capabilities.
Large language models (LLMs) demonstrate strong reasoning and generation abilities, but their fixed context windows limit long-term information accumulation and reuse across multi-session interactions. Existing memory-augmented systems often construct memory in a coarse and unstable manner, relying on inefficient memory representations or unstable unconstrained updates. To address these challenges, we propose AtomMem, a long-term memory system designed for value-dense storage and stable memory evolution. AtomMem introduces a Fact Executor, which selectively extracts high value atomic facts from long form interactions to serve as highly efficient memory representations. Subsequently, AtomMem organizes these facts into hierarchical event structures and temporal profiles, capturing coherent episodic contexts and tracking dynamically evolving user attributes over time. During retrieval, the system activates an associative memory graph to connect fragmented memories. Experiments on the LoCoMo benchmark confirm that AtomMem achieves state-of-the-art performance across various reasoning tasks, offering a scalable and economically viable solution for deploying intelligent personalized agents.