paper-with-me

홈 › Papers

Human-Inspired Memory Architecture for LLM Agents

2026-05-08 · Doga Kerestecioglu, Alexei Robsky, Clemens Vasters, Anshul Sharma, Yitzhak Kesselman arxiv

Current LLM agents lack principled mechanisms for managing persistent memory across long interaction horizons. We present a biologically-grounded memory architecture comprising six cognitive mechanisms: (1) sleep-phase consolidation, (2) interference-based forgetting, (3) engram maturation, (4) reconsolidation upon retrieval, (5) entity knowledge graphs, and (6) hybrid multi-cue retrieval. Each mechanism addresses a specific failure mode of naive memory accumulation. We introduce a synthetic calibration methodology that derives all pipeline thresholds without benchmark data exposure, eliminating a common source of evaluation leakage. We evaluate on two benchmarks. First, a VSCode issue-tracking dataset (13K issues, 120K events) where deduplication-based consolidation achieves 97.2% retention precision with 58% store reduction (+21.8 pp over baseline). Second, the LongMemEval personal-chat benchmark where we conduct the first streaming M-tier evaluation (475 sessions, ~540K unique turns). At a 200K-token context budget, our pipeline matches raw retrieval accuracy (70.1% vs. 71.2%, overlapping 95% CI) while exposing a tunable accuracy/store-size operating curve. At S-tier scale (50 sessions), dedup-based consolidation yields a +13.3 pp improvement in preference recall.

📄 PDF Abstract BibTeX arXiv:2605.08538

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Graphs

Similar Papers 제목 키워드 기반

Planning from Imagination: Episodic Simulation and Episodic Memory for Vision-and-Language Navigation

2024-11-30 · Yiyuan Pan, Yunzhe Xu, Zhe Liu, Hesheng Wang

Humans navigate unfamiliar environments using episodic simulation and episodic memory, which facilitate a deeper understanding of the complex relationships between environments and objects. Developing an imaginative memo…

NavigateVision and Language Navigation

FadeMem: Biologically-Inspired Forgetting for Efficient Agent Memory

2026-01-26 · Lei Wei, Xiao Peng, Xu Dong, Niantao Xie 외 arxiv

Large language models deployed as autonomous agents face critical memory limitations, lacking selective forgetting mechanisms that lead to either catastrophic forgetting at context boundaries or information overload with…

HeLa-Mem: Hebbian Learning and Associative Memory for LLM Agents

2026-04-18 · Jinchang Zhu, Jindong Li, Cheng Zhang, Jiahong Liu 외 arxiv

Long-term memory is a critical challenge for Large Language Model agents, as fixed context windows cannot preserve coherence across extended interactions. Existing memory systems represent conversation history as unstruc…

Semantic Similarity

Neural Brain: A Neuroscience-inspired Framework for Embodied Agents

2025-05-12 · Jian Liu, Xiongtao Shi, Thai Duy Nguyen, Haitian Zhang 외

The rapid evolution of artificial intelligence (AI) has shifted from static, data-driven models to dynamic systems capable of perceiving and interacting with real-world environments. Despite advancements in pattern recog…

Navigate

From Signals to Structure: How Memory Architecture Drives Language Emergence in LLM Agents

2026-06-30 · Yashar Talebirad, Eden Redman, Ali Parsaee, Osmar R. Zaiane arxiv

How do two agents invent a shared language from scratch? In a Lewis signaling game, a sender and receiver must coordinate on a code using only their interaction history. We study five memory architectures across varying …