AIFeb 13

REMem: Reasoning with Episodic Memory in Language Agent

arXiv:2602.13530v37 citationsh-index: 9
Originality Incremental advance
AI Analysis

This addresses the gap in episodic memory for language agents, enabling better reasoning over interaction histories, though it is incremental as it builds on existing memory systems.

The paper tackles the problem of episodic memory in language agents by introducing REMem, a two-phase framework that constructs a hybrid memory graph and performs iterative retrieval, achieving 3.4% and 13.4% absolute improvements over state-of-the-art systems on episodic recollection and reasoning tasks.

Humans excel at remembering concrete experiences along spatiotemporal contexts and performing reasoning across those events, i.e., the capacity for episodic memory. In contrast, memory in language agents remains mainly semantic, and current agents are not yet capable of effectively recollecting and reasoning over interaction histories. We identify and formalize the core challenges of episodic recollection and reasoning from this gap, and observe that existing work often overlooks episodicity, lacks explicit event modeling, or overemphasizes simple retrieval rather than complex reasoning. We present REMem, a two-phase framework for constructing and reasoning with episodic memory: 1) Offline indexing, where REMem converts experiences into a hybrid memory graph that flexibly links time-aware gists and facts. 2) Online inference, where REMem employs an agentic retriever with carefully curated tools for iterative retrieval over the memory graph. Comprehensive evaluation across four episodic memory benchmarks shows that REMem substantially outperforms state-of-the-art memory systems such as Mem0 and HippoRAG 2, showing 3.4% and 13.4% absolute improvements on episodic recollection and reasoning tasks, respectively. Moreover, REMem also demonstrates more robust refusal behavior for unanswerable questions.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes