SimpleMem Cuts Memory Tokens by 30x
Key point
SimpleMem compresses long-term memory to boost LoCoMo performance while cutting inference tokens by up to 30x.
Details
SimpleMem is a memory framework that rewrites an LLM agent's long conversations into fact units and consolidates duplicate information for storage.
When a question comes in, it adjusts the search scope and depth to match the intent, reducing inference cost and latency compared to methods that repeatedly read the entire conversation.
- The paper reports that on the LoCoMo benchmark, it improved average F1 by 26.4% and reduced inference-time token usage by up to 1/30.
- It offers text-only SimpleMem, Omni-SimpleMem which supports multimodal retrieval, and EvolveMem which automatically improves retrieval settings.
- It can be installed via
pip install simplememand supports a Python API and MCP integration. - For one-off queries, the LLM processing cost at the storage stage can be a burden, and multimodal/self-evolving retrieval is not yet supported on the MCP path.
The LoCoMo figures are from the authors' own runs, and since text-only SimpleMem and Omni-SimpleMem (which includes knowledge graph and hybrid retrieval) use different backends, care is needed when comparing them directly.
This summary was generated automatically by AI. Check the original for the author's claims and context. Copyright belongs to the original author.
Our guide explains how the AI works. Report summary errors, attribution issues, or removal requests via Contact.