paper-with-me

Papers

RippleMem: From Isolated Retrieval to Associative Recollection for Long-Term Agent Memory

2026-08-13 · Jingbo Ji, Lingyi Li, Xilong Cheng, Yuhao Zhou, Wenji Zhang, Yuting Tan, Yunxiao Qin arxiv

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.

📄 PDF Abstract BibTeX arXiv:2608.13334

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Entropic associative memory for real world images

2024-05-21 · Noé Hernández, Rafael Morales, Luis A. Pineda

The entropic associative memory (EAM) is a computational model of natural memory incorporating some of its putative properties of being associative, distributed, declarative, abstractive and constructive. Previous experi…

Retrieval

Two is better than one: distinct roles for familiarity and recollection in retrieving palimpsest memories

2011-12-01 · NeurIPS 2011 12 · Cristina Savin, Peter Dayan, Máté Lengyel

Storing a new pattern in a palimpsest memory system comes at the cost of interfering with the memory traces of previously stored items. Knowing the age of a pattern thus becomes critical for recalling it faithfully. This…

AnchorMem: Anchored Facts with Associative Contexts for Building Memory in Large Language Models

2026-04-19 · Zhanyu Shen, Sijie Cheng, Zhicheng Guo, Weiqin Wang 외 arxiv

While large language models have achieved remarkable performance in complex tasks, they still need a memory system to utilize historical experience in long-term interactions. Existing memory methods (e.g., A-Mem, Mem0) p…

Entropic Hetero-Associative Memory

2024-11-02 · Rafael Morales, Luis A. Pineda

The Entropic Associative Memory holds objects in a 2D relation or ``memory plane'' using a finite table as the medium. Memory objects are stored by reinforcing simultaneously the cells used by the cue, implementing a for…

Retrieval

EcphoryRAG: Re-Imagining Knowledge-Graph RAG via Human Associative Memory

2025-10-10 · Zirui Liao arxiv

Cognitive neuroscience research indicates that humans leverage cues to activate entity-centered memory traces (engrams) for complex, multi-hop recollection. Inspired by this mechanism, we introduce EcphoryRAG, an entity-…

Implicit RelationsQuestion Answering