Zhaofen Wu, Hanrong Zhang, Fulin Lin, Wujiang Xu, Xinran Xu, Yankai Chen, Henry Peng Zou, Shaowen Chen, Weizhi Zhang, Xue Liu, Philip S. Yu, Hongwei Wang
| Challenge: | Current unified stream-based memory systems facilitate context updates but remain vulnerable to interference from transient noise. |
| Approach: | They propose a hierarchical Graph-based Agentic Memory framework that explicitly decouples memory encoding from consolidation to resolve conflict between rapid context perception and stable knowledge retention. |
| Outcome: | The proposed framework outperforms state-of-the-art benchmarks on LoCoMo and LongDialQA. |
Similar Papers
H-MEM: Hierarchical Memory for High-Efficiency Long-Term Reasoning in LLM Agents (2026.eacl-long)
Copied to clipboard
| Challenge: | Long-term memory is one of the key factors influencing the reasoning capabilities of Large Language Model Agents. |
| Approach: | They propose a hierarchical memory architecture that organizes and updates memory in a multi-level fashion based on the degree of semantic abstraction. |
| Outcome: | The proposed model outperforms baseline methods on five task settings from the LoCoMo dataset. |
LiCoMemory: Lightweight and Cognitive Agentic Memory for Efficient Long-Term Reasoning (2026.findings-acl)
Copied to clipboard
Zhengjun Huang, Zhoujin Tian, Qintian Guo, Fangyuan Zhang, Yingli Zhou, Di Jiang, Zeying Xie, Xiaofang Zhou
| Challenge: | Large Language Models are constrained by limited context windows and lack of persistent memory . recent efforts address these limitations via external memory architectures . |
| Approach: | They propose an end-to-end agentic memory framework for real-time updating and retrieval that integrates hierarchical and temporal indexing layers. |
| Outcome: | The proposed framework outperforms established benchmarks in temporal reasoning, multi-session consistency, and retrieval efficiency. |
AMA: Adaptive Memory via Multi-Agent Collaboration (2026.findings-acl)
Copied to clipboard
Weiquan Huang, Zixuan Wang, Hehai Lin, Sudong Wang, Bo Xu, Qian Li, Beier Zhu, Linyi Yang, Chengwei Qin
| Challenge: | Existing approaches to longterm memory rely on rigid retrieval granularity, accumulation-heavy maintenance strategies, and coarse-grained update mechanisms. |
| Approach: | They propose a framework that leverages coordinated agents to manage memory across multiple granularities. |
| Outcome: | The proposed framework outperforms state-of-the-art benchmarks while reducing token consumption by approximately 80%. |
HeLa-Mem: Hebbian Learning and Associative Memory for LLM Agents (2026.acl-long)
Copied to clipboard
| Challenge: | Existing memory systems represent conversation history as unstructured embedding vectors, retrieving information through semantic similarity. |
| Approach: | They propose a bio-inspired memory architecture that models memory as a dynamic graph with Hebbian learning dynamics. |
| Outcome: | The proposed architecture leverages both semantic similarity and learned associations . it can be used to build a bio-inspired memory graph with Hebbian learning dynamics . |
Bridging Intuitive Associations and Deliberate Recall: Empowering LLM Personal Assistant with Graph-Structured Long-term Memory (2025.findings-acl)
Copied to clipboard
| Challenge: | Large language models (LLMs)-based personal assistants struggle to capture entity relationships and handle multiple intents effectively. |
| Approach: | They propose a graph-structured memory framework that mimics human cognitive processes and an event-centric memory graph. |
| Outcome: | The proposed framework outperforms retrieval and QA methods across long-term dialogue benchmarks and enables more human-like memory systems. |
MemORAI: Memory Organization and Retrieval via Adaptive Graph Intelligence for LLM Conversational Agents (2026.findings-acl)
Copied to clipboard
Hung Pham Van, Nguyen Manh Hieu, Khang Pham Tran Tuan, Nam Le Hai, Linh Ngo Van, Nguyen Thi Ngoc Diep, Trung Le
| Challenge: | Existing graph-based memory systems suffer from information dilution, absent provenance tracking, and uniform retrieval that ignores query context. |
| Approach: | They propose a framework that integrates memory organization and retrieval via a Graph Intelligence framework. |
| Outcome: | Evaluated on LOCOMO and LongMemEval benchmarks, MemORAI achieves state-of-the-art performance in memory retrieval and personalized response generation. |
APEX-MEM: Agentic Semi-Structured Memory with Temporal Reasoning for Long-Term Conversational AI (2026.acl-long)
Copied to clipboard
| Challenge: | Large language models struggle with reliable long-term conversational memory . enlarging context windows or applying nave retrieval often introduces noise . |
| Approach: | They propose a conversational memory system that uses domain-agnostic ontology to structure conversations as temporally grounded events in an entity-centric framework. |
| Outcome: | APEX-MEM outperforms state-of-the-art retrieval methods in accuracy and time resolution. |
Agentic Memory: Learning Unified Long-Term and Short-Term Memory Management for Large Language Model Agents (2026.acl-long)
Copied to clipboard
| Challenge: | Existing methods handle long-term memory (LTM) and short-term (STM) as separate components, relying on heuristics or auxiliary controllers, which limits adaptability and end-to-end optimization. |
| Approach: | They propose a framework that integrates LTM and STM management directly into the agent's policy and propose 'agentic memory' to train such unified behaviors. |
| Outcome: | The proposed framework outperforms strong memory-augmented baselines on five long-horizon benchmarks and achieves higher-quality long-term memory and more efficient context usage. |
TiMem: Temporal-Hierarchical Memory Consolidation for Long-Horizon Conversational Agents (2026.findings-acl)
Copied to clipboard
Kai Li, Xuanqing Yu, Ziyi Ni, Yi Zeng, Yao Xu, Zheqing Zhang, Xin Li, Jitao Sang, Xiaogang Duan, Xuelei Wang, Chengbao Liu, Jie Tan
| Challenge: | Existing memory frameworks provide limited support for temporally structured information across hierarchical levels, leading to fragmented memories and unstable long-horizon personalization. |
| Approach: | They propose a temporal–hierarchical memory framework that organizes conversations through a Temporal Memory Tree. |
| Outcome: | The proposed framework outperforms baselines while reducing the recalled memory length by 52.20%. |
Structured Episodic Event Memory (2026.acl-long)
Copied to clipboard
| Challenge: | Current approaches to memory in Large Language Models (LLMs) rely on static Retrieval-Augmented Generation (RAG) this lacks the cognitive organization necessary to model the dynamic and associative nature of long-term interaction. |
| Approach: | They propose a hierarchical framework that transforms interaction streams into structured Episodic Event Frames (EEFs) anchored by precise provenance pointers. |
| Outcome: | The proposed framework outperforms baseline approaches on LoCoMo and LongMemEval benchmarks. |