paper-with-me

Papers

MemLens: A Value-Aware Memory Management System with Interactive Analytics for LLM-based Agents

2026-07-28 · Shuyue Wei, Chang Liu, Zimu Zhou, Yongxin Tong, Lizhen Cui arxiv

Recently, memory management has become a key infrastructure for LLM-based agents, as it directly affects long-horizon reasoning, personalized responses, and knowledge reuse. However, existing LLM memory systems typically adopt a coarse-grained (utility-agnostic) manner that treats heterogeneous user-LLM interaction records uniformly, leading to redundant and low-impact records persisting in the memory repository. To address this challenge, we present MemLens, a value-aware memory management system that takes memory records as first-class data objects. MemLens provides an end-to-end interactive analytics dashboard that exposes the complete memory lifecycle, including Shapley-style memory evaluation, value-aware storage, and memory-assisted response. Through a study-copilot application, the system enables users to inspect memory values, visualize hierarchical memory structures, and compare various memory management strategies in terms of response quality, retrieval latency, and token consumption. Therefore, our MemLens can serve as an efficient, interpretable, and personalized long-term memory management system for LLM-based agents.

📄 PDF Abstract BibTeX arXiv:2607.25992

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

MemLens: Benchmarking Multimodal Long-Term Memory in Large Vision-Language Models

2026-05-14 · Xiyu Ren, Zhaowei Wang, Yiming Du, Zhongwei Xie 외 arxiv

Memory is essential for large vision-language models (LVLMs) to handle long, multimodal interactions, with two method directions providing this capability: long-context LVLMs and memory-augmented agents. However, no exis…

Information ExtractionVisual Grounding

Beyond Heuristics: A Decision-Theoretic Framework for Agent Memory Management

2025-12-25 · Changzhi Sun, Xiangyu Chen, Jixiang Luo, Dell Zhang 외 arxiv

External memory is a key component of modern large language model (LLM) systems, enabling long-term interaction and personalization. Despite its importance, memory management is still largely driven by hand-designed heur…

Memory-augmented Dialogue Management for Task-oriented Dialogue Systems

2018-05-01 · Zheng Zhang, Minlie Huang, Zhongzhou Zhao, Feng Ji 외

Dialogue management (DM) decides the next action of a dialogue system according to the current dialogue state, and thus plays a central role in task-oriented dialogue systems. Since dialogue management requires to have a…

Dialogue ManagementManagementTask-Oriented Dialogue Systems

UserCentrix: An Agentic Memory-augmented AI Framework for Smart Spaces

2025-05-01 · Alaa Saleh, Sasu Tarkoma, Praveen Kumar Donta, Naser Hossein Motlagh 외

Agentic AI, with its autonomous and proactive decision-making, has transformed smart environments. By integrating Generative AI (GenAI) and multi-agent systems, modern AI frameworks can dynamically adapt to user preferen…

Decision MakingLarge Language ModelManagement

AMV-L: Lifecycle-Managed Agent Memory for Tail-Latency Control in Long-Running LLM Systems

2026-02-22 · Emmanuel Bamidele arxiv

Long-running LLM agents require persistent memory to preserve state across interactions, yet most deployed systems manage memory with age-based retention (e.g., TTL). While TTL bounds item lifetime, it does not bound the…