Memanto: Typed Semantic Memory with Information-Theoretic Retrieval for Long-Horizon Agents
Summary
Memanto introduces a typed semantic memory system using a schema, conflict resolution, and Moorcheh's information-theoretic retrieval engine, achieving state-of-the-art results on LongMemEval and LoCoMo benchmarks with zero ingestion cost and sub-90ms latency.
View Cached Full Text
Cached at: 06/05/26, 02:06 PM
Paper page - Memanto: Typed Semantic Memory with Information-Theoretic Retrieval for Long-Horizon Agents
Source: https://huggingface.co/papers/2604.22085 Memanto challenges the assumption that knowledge graphs are necessary for high-quality agent memory. Using a typed semantic schema, built-in conflict resolution, and Moorcheh’s information-theoretic retrieval engine, we achieve 89.8% on LongMemEval and 87.1% on LoCoMo, SOTA among vector-only systems, with zero ingestion cost, single-query retrieval, and sub-90ms latency. The core finding: recall beats precision, and LLMs are better filters than pre-computed graph structures.
Try it: pip install memanto
Similar Articles
T-Mem: Memory That Anticipates, Not Archives
T-Mem is a new long-term conversational memory architecture that enables both descriptive and associative recall, covering scenarios where query and memory share surface features and those where they are connected by latent semantic arcs. It reaches state-of-the-art on the LoCoMo and LoCoMo-Plus benchmarks.
H-Mem: A Novel Memory Mechanism for Evolving and Retrieving Agent Memory via a Hybrid Structure
H-Mem is a novel memory mechanism for LLM-based agents that uses a hybrid structure combining a temporal and semantic tree with a knowledge graph to model memory evolution and improve retrieval, achieving state-of-the-art performance on QA benchmarks.
AdMem: Advanced Memory for Task-solving Agents
This paper introduces AdMem, a unified memory framework for LLM-based agents that integrates semantic, episodic, and procedural memory with a bi-level short-term and long-term store, using a multi-agent architecture for automatic memory generation and adaptive retrieval. Experiments show improved robustness and success on long multi-turn tasks.
Accurate and Efficient Long-Term Memory for LLM Agents
MOSAIC is a structured, conflict-aware long-term memory framework for LLM agents that uses entity-typed graph storage, hash-accelerated retrieval, and active conflict detection to achieve high accuracy and efficiency on long-conversation QA and factual conflict detection tasks.
Memora: A Harmonic Memory Representation Balancing Abstraction and Specificity
Memora is a scalable memory system for AI agents that decouples storage from retrieval, achieving state-of-the-art performance on long-horizon tasks while using up to 98% fewer tokens. The research is published at ICML 2026.
