π€ AI Summary
This work addresses the challenge that large language model (LLM) agents struggle to effectively retrieve relevant memories scattered across multi-turn interactions during long-horizon tasks, a limitation often exacerbated by incomplete retrieval, contextual noise, or prohibitively expensive graph construction. Inspired by human episodic memory, the paper proposes a novel long-term memory system featuring an adaptive associative recall mechanism: it first retrieves memory anchors using hybrid cues and then dynamically expands along semantic and structural relations, shifting from isolated retrieval to contextually rich, associative recall. The system leverages cue-rich episodic memory units and an event-centric memory graph, achieving performance gains of 3.95% and up to 11.87% in LLM-as-a-Judge accuracy on LoCoMo and LongMemEval-S benchmarks, respectively, while reducing memory graph construction costs by approximately 30-fold.
π Abstract
LLM-based agents increasingly rely on external memory to support long-horizon reasoning and interaction. However, the main bottleneck is not simply storing past experience, but recovering the right set of evidence when relevant information is distributed across many interactions. Existing approaches struggle with this access problem. Full-context methods require noisy long-context search, flat retrieval often returns isolated and incomplete records, and graph-based memory systems can be expensive to construct while compressing rich event context. We introduce RippleMem, a long-term memory system that replaces one-shot retrieval with adaptive associative recollection. Inspired by cue-dependent episodic retrieval and associative completion, RippleMem stores interaction history as cue-rich episodic memory units and organizes them in an event-centric memory graph. Given a query, it first recalls relevant memory anchors through hybrid cues, then expands from these anchors along semantic and structural associations to recover missing supporting evidence. In this way, initially recalled memories serve not only as answer context, but also as cues for completing the evidence needed to answer. Experiments on LoCoMo and LongMemEval-S show that RippleMem achieves the best overall performance across evaluated settings, improving LLM-as-a-Judge accuracy by 3.95% on LoCoMo and up to 11.87% on LongMemEval-S, while reducing graph construction cost by about 30x.