paper-with-me

Papers

ActMem: Bridging the Gap Between Memory Retrieval and Reasoning in LLM Agents

2026-02-04 · Xiaohui Zhang, Zequn Sun, Chengyuan Yang, Yaqin Jin, Yazhong Zhang, Wei Hu arxiv

Memory management is essential for LLM agents in long-term interactions. Current memory frameworks typically treat agents as passive ``recorders'' and retrieve information without understanding its deeper implications. They may fail in scenarios requiring reasoning and complex decision-making. To bridge this critical gap, we propose a novel actionable memory framework called ActMem that integrates memory retrieval with active causal reasoning. ActMem transforms unstructured dialogue history into a structured causal and semantic graph. By leveraging counterfactual reasoning and commonsense completion, it enables agents to deduce implicit constraints and resolve potential conflicts between past states and current intentions. Furthermore, we introduce a comprehensive dataset ActMemEval to evaluate agent reasoning capabilities in logic-driven scenarios, moving beyond the fact-retrieval focus of existing memory benchmarks. Experiments demonstrate that ActMem significantly outperforms baselines in handling complex, memory-dependent tasks, paving the way for more consistent and reliable intelligent assistants.

📄 PDF Abstract BibTeX arXiv:2603.00026

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A Dynamical Theory of Sequential Retrieval in Input-Driven Hopfield Networks

2026-03-03 · Simone Betteti, Giacomo Baggio, Sandro Zampieri arxiv

Reasoning is the ability to integrate internal states and external inputs in a meaningful and semantically consistent flow. Contemporary machine learning (ML) systems increasingly rely on such sequential reasoning, from …

Visual Semantic Reasoning for Image-Text Matching

2019-09-06 · ICCV 2019 10 · Kunpeng Li, Yulun Zhang, Kai Li, Yuanyuan Li 외

Image-text matching has been a hot research topic bridging the vision and language areas. It remains challenging because the current representation of image usually lacks global semantic concepts as in its corresponding …

Cross-Modal RetrievalImage RetrievalImage-text matchingRetrieval+2

InfMem: Learning System-2 Memory Control for Long-Context Agent

2026-02-02 · Xinyu Wang, Mingze Li, Peng Lu, Xiao-Wen Chang 외 arxiv

Reasoning over ultra-long documents requires synthesizing sparse evidence scattered across distant segments under strict memory constraints. While streaming agents enable scalable processing, their passive memory update …

MemOS: A Memory OS for AI System

2025-07-04 · Zhiyu Li, Chenyang Xi, Chunyu Li, Ding Chen 외 arxiv

Large Language Models (LLMs) have become an essential infrastructure for Artificial General Intelligence (AGI), yet their lack of well-defined memory management systems hinders the development of long-context reasoning, …

Computational EfficiencyContinual Learning

GEM: A Generative Embedding Model Bridging Reasoning and Retrieval

2026-08-13 · Zhili Shen, Craig Macdonald arxiv

Modern LLMs excel at reasoning and instruction following, enabling users to express complex and diverse information needs. However, conventional retrievers largely rely on surface-level matching between queries and docum…

Instruction Following