paper-with-me

홈 › Papers

Memory Makes the Difference: Evaluating How Different Memory Roles Shape Conversational Agents

2026-06-24 · Yuxin Wang, Paul Thomas, Zhiwei Yu, Yuan Gao, Saeed Hassanpour, Soroush Vosoughi, Robert Sim, Nick Craswell arxiv

Prior research on memory mechanism in RAG-based conversational system has emphasized how memory is stored and retrieved. However, far less is known about how memories with different functional roles influence response quality. Specifically, how they shape an agent's responses under varying conversational contexts and whether they lead to substantively different response behaviors. Existing evaluations in conversational system are also largely reference-based, insufficiently capturing the nuances in responses that may address users' preferences differently. In this work, we probe the impact of different memory types in shaping agents' responses. We present a fine-grained taxonomy of conversational memory, classify retrieved memories into different role types, and design a user-centric evaluation framework that simulates user perspectives. Through comparative experiments on long-term datasets and frontier LLMs, our analysis reveal many differentiated effects of memories: e.g., clarifying memory improves responses' factual accuracy and constraint awareness, making them more correct and personalized; irrelevant memory reduces topic relevance and degrades constraint awareness. Despite the power of frontier LLMs, these findings shed light on how different memory types can be leveraged to produce more personalized responses and inspire further research in this direction.

📄 PDF Abstract BibTeX arXiv:2606.25361

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Memory-Associated Differential Learning

2021-02-10 · Yi Luo, Aiguo Chen, Bei Hui, Ke Yan

Conventional Supervised Learning approaches focus on the mapping from input features to output labels. After training, the learnt models alone are adapted onto testing features to predict testing labels in isolation, wit…

Link Prediction

HaluMem: Evaluating Hallucinations in Memory Systems of Agents

2025-11-05 · Ding Chen, Simin Niu, Kehang Li, Peng Liu 외 arxiv

Memory systems are key components that enable AI systems such as LLMs and AI agents to achieve long-term learning and sustained interaction. However, during memory storage and retrieval, these systems frequently exhibit …

Question Answering

XKV: Personalized KV Cache Memory Reduction for Long-Context LLM Inference

2024-12-08 · Weizhuo Li, Zhigang Wang, Yu Gu, Ge Yu

Recently the generative Large Language Model (LLM) has achieved remarkable success in numerous applications. Notably its inference generates output tokens one-by-one, leading to many redundant computations. The widely-us…

Combinatorial OptimizationComputational EfficiencyLarge Language Model

MemCog: From Memory-as-Tool to Memory-as-Cognition in Conversational Agents

2026-05-27 · Zihan Li, Xingyu Fan, Feifei Li, Wenhui Que arxiv

Existing agent memory systems universally follow what we term a Memory-as-Tool paradigm where a single query triggers one-shot retrieval of flat passage lists, suffering from passive invocation, reasoning-retrieval decou…

Unraveling the Complexity of Memory in RL Agents: an Approach for Classification and Evaluation

2024-12-09 · Egor Cherepanov, Nikita Kachaev, Artem Zholus, Alexey K. Kovalev 외

The incorporation of memory into agents is essential for numerous tasks within the domain of Reinforcement Learning (RL). In particular, memory is paramount for tasks that require the utilization of past information, ada…

Reinforcement Learning (RL)