Back to browse
MemReader: From Passive to Active Extraction for Long-Term Agent Memory

MemReader: From Passive to Active Extraction for Long-Term Agent Memory

by MemTensor·Apr 23, 2026·4 points·0 comments

AI Analysis

●●SolidBig BrainNiche Gem

Active memory extraction with GRPO beats passive transcription on LOCOMO benchmarks.

Strengths
  • Active extractor evaluates information value before writing, reducing memory pollution
  • Two model sizes (0.6B and 4B) with public API access and released weights
  • Integrated into MemOS with real-world deployment, not just lab results
Weaknesses
  • Research paper format—no turnkey product for developers to drop in today
  • Agent memory is a crowded research area with many concurrent approaches
Category
Target Audience

AI researchers and agent system developers

Similar To

MemOS · LangChain Memory

Post Description

Long-term memory is fundamental for personalized and autonomous agents, yet populating it remains a bottleneck. Existing systems treat memory extraction as a one-shot, passive transcription from context to structured entries, which struggles with noisy dialogue, missing references, and cross-turn dependencies, leading to memory pollution, low-value writes, and inconsistency. In this paper, we introduce the MemReader family for active long-term memory extraction in agent systems: MemReader-0.6B, a compact and cost-efficient passive extractor distilled for accurate and schema-consistent structured outputs, and MemReader-4B, an active extractor optimized with Group Relative Policy Optimization (GRPO) to make memory writing decisions. Under a ReAct-style paradigm, MemReader-4B explicitly evaluates information value, reference ambiguity, and completeness before acting, and can selectively write memories, defer incomplete inputs, retrieve historical context, or discard irrelevant chatter. Experiments on LOCOMO, LongMemEval, and HaluMem show that MemReader consistently outperforms existing extraction-based baselines. In particular, MemReader-4B achieves state-of-the-art performance on tasks involving knowledge updating, temporal reasoning, and hallucination reduction. These results suggest that effective agent memory requires not merely extracting more information, but performing reasoning-driven and selective memory extraction to build low-noise and dynamically evolving long-term memory. Furthermore, MemReader has been integrated into MemOS and is being deployed in real-world applications. To support future research and adoption, we release the models and provide public API access.

Similar Projects

Developer Tools●●●Banger

Adam – An embeddable cross-platform AI agent library

Agent framework in a single C header file that actually runs local models offline.

WizardryBig BrainNiche Gem
marcobambini
2491mo ago