QueryLink: Leveraging Query-Memory Alignment for Long-Term Reasoning in LLM Agents (2026.findings-acl)
Copied to clipboard
| Challenge: | Existing approaches to integrating external memory prioritize memory organization while overlooking a critical semantic gap between implicit, intent-driven queries and explicit, narrative-based memories. |
| Approach: | They propose a framework that leverages Query-Memory Alignment to project both queries and memories into a shared semantic space. |
| Outcome: | The proposed framework significantly outperforms SOTA methods on the LoCoMo and LongMemEval benchmarks and can be integrated as a plug-and-play component to boost existing vector-based systems like A-MEM. |
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. |
Memory Matters More: Event-Centric Memory as a Logic Map for Agent Searching and Reasoning (2026.findings-acl)
Copied to clipboard
| Challenge: | Existing methods for storing and retrieving memory are limited by shallow semantic retrieval. |
| Approach: | They propose a memory mechanism that organizes and retrieves past experiences to support decision-making. |
| Outcome: | Experiments on LoCoMo and NarrativeQA show that CompassMem improves retrieval and reasoning performance across multiple backbone models. |
Tailoring Memory Granularity for Multi-Hop Reasoning over Long Contexts (2026.findings-eacl)
Copied to clipboard
| Challenge: | Extensive experiments on long-context multi-hop question answering benchmarks show TAG achieves state-of-the-art performance. |
| Approach: | They propose a framework that prestructures memory into diverse granularities and employs a reward-guided navigator to adaptively compose hybrid memory tailored to each query. |
| Outcome: | Experiments on long-context multi-hop question answering show that the framework achieves state-of-the-art performance. |
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. |
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%. |
Long Context Modeling with Ranked Memory-Augmented Retrieval (2026.acl-long)
Copied to clipboard
| Challenge: | Large Language Models (LLMs) face a fundamental limitation in processing long-context scenarios due to quadratic complexity of attention mechanisms and increasing memory demands during generation. |
| Approach: | They propose a framework that dynamically ranks memory entries based on relevance . ERMAR employs a relevance scoring mechanism and a pointwise re-ranking model for key-value embeddings . |
| Outcome: | The proposed framework achieves state-of-the-art performance on benchmarks . it uses historical usage patterns and adaptive retrieval to improve performance . |
Preference-Aware Memory Update for Long-Term LLM Agents (2026.findings-acl)
Copied to clipboard
| Challenge: | Existing methods for integrating long-term memory do not provide dynamic and personalized memory refinement. |
| Approach: | They propose a long-term memory update mechanism that enables dynamic and personalized memory refinement. |
| Outcome: | The proposed mechanism improves the performance of LLM-based agents in five tasks. |
MemInsight: Autonomous Memory Augmentation for LLM Agents (2025.emnlp-main)
Copied to clipboard
| Challenge: | Large language model (LLM) agents have evolved to intelligently process information, make decisions, and interact with users or tools. |
| Approach: | They propose an autonomous memory augmentation approach to enhance semantic data representation and retrieval mechanisms by leveraging historical interactions. |
| Outcome: | The proposed approach outperforms a baseline RAG by 34% in recall for LoCoMo retrieval on three task scenarios and boosts persuasiveness of recommendations by 14%. |
Reasoning with Memory: Adaptive Information Management for Retrieval-Augmented Generation (2026.findings-acl)
Copied to clipboard
| Challenge: | Multi-hop reasoning remains a fundamental challenge for Retrieval-Augmented Generation systems. |
| Approach: | They propose a framework that provides a dynamic cognitive workspace for multi-hop reasoning . it uses an explicit working memory that persists across retrieval cycles and is continuously updated . |
| Outcome: | The proposed framework achieves state-of-the-art performance over existing systems on eight QA benchmarks. |
Mnemis: Dual-Route Retrieval on Hierarchical Graphs for Long-Term LLM Memory (2026.acl-long)
Copied to clipboard
Zihao Tang, Xin Yu, Ziyu Xiao, Zengxuan Wen, Zelin Li, Jiaxi Zhou, Hualei Wang, Haohua Wang, Haizhen Huang, Weiwei Deng, Feng Sun, Qi Zhang
| Challenge: | Existing methods for retrieving historical messages are based on similarity-based mechanisms. |
| Approach: | They propose a system that integrates System-1 similarity search with a complementary System-2 mechanism, termed Global Selection. |
| Outcome: | The proposed framework achieves state-of-the-art on long-term memory benchmarks and 93.9 on LoCoMo and 91.6 on LongMemEval-S. |