paper-with-me

Papers

On Memory Construction and Retrieval for Personalized Conversational Agents

2025-02-08 · Zhuoshi Pan, Qianhui Wu, Huiqiang Jiang, Xufang Luo, Hao Cheng, Dongsheng Li, Yuqing Yang, Chin-Yew Lin, H. Vicky Zhao, Lili Qiu, Jianfeng Gao

To deliver coherent and personalized experiences in long-term conversations, existing approaches typically perform retrieval augmented response generation by constructing memory banks from conversation history at either the turn-level, session-level, or through summarization techniques.In this paper, we present two key findings: (1) The granularity of memory unit matters: turn-level, session-level, and summarization-based methods each exhibit limitations in both memory retrieval accuracy and the semantic quality of the retrieved content. (2) Prompt compression methods, such as LLMLingua-2, can effectively serve as a denoising mechanism, enhancing memory retrieval accuracy across different granularities. Building on these insights, we propose SeCom, a method that constructs the memory bank at segment level by introducing a conversation segmentation model that partitions long-term conversations into topically coherent segments, while applying compression based denoising on memory units to enhance memory retrieval. Experimental results show that SeCom exhibits a significant performance advantage over baselines on long-term conversation benchmarks LOCOMO and Long-MT-Bench+. Additionally, the proposed conversation segmentation method demonstrates superior performance on dialogue segmentation datasets such as DialSeg711, TIAGE, and SuperDialSeg.

📄 PDF Abstract BibTeX arXiv:2502.05589

Code (0)

등록된 구현이 없습니다.

Tasks

DenoisingResponse GenerationRetrievalSegmentation

Similar Papers 제목 키워드 기반

Learning User-Aware Recall: Personalized Retrieval in Long-Term Conversational Memory

2026-05-28 · ZhiShu Jiang, Haibo Liu, Xin Shen, Guanqiang QI 외 arxiv

Long-term conversational agents are expected to remember past interactions, but memory is useful only when the right evidence is recalled for the right user. Existing memory-augmented LLM agents have made progress in bui…

MemORAI: Memory Organization and Retrieval via Adaptive Graph Intelligence for LLM Conversational Agents

2026-05-02 · Hung Pham Van, Nguyen Manh Hieu, Khang Pham Tran Tuan, Nam Le Hai 외 arxiv

Large Language Models (LLMs) lack persistent memory for long-term personalized conversations. Existing graph-based memory systems suffer from information dilution, absent provenance tracking, and uniform retrieval that i…

Response Generation

ES-MemEval: Benchmarking Conversational Agents on Personalized Long-Term Emotional Support

2026-02-02 · Tiantian Chen, Jiaqi Lu, Ying Shen, Lin Zhang arxiv

Large Language Models (LLMs) have shown strong potential as conversational agents. Yet, their effectiveness remains limited by deficiencies in robust long-term memory, particularly in complex, long-term web-based service…

Information ExtractionDialogue GenerationQuestion Answering

Towards Multi-Granularity Memory Association and Selection for Long-Term Conversational Agents

2025-05-26 · Derong Xu, Yi Wen, Pengyue Jia, Yingyi Zhang 외

Large Language Models (LLMs) have recently been widely adopted in conversational agents. However, the increasingly long interactions between users and agents accumulate extensive dialogue records, making it difficult for…

Retrieval

Setoka: A Benchmark for Hierarchical User Understanding in Personalized Agents over Heterogeneous Data

2026-07-29 · Lingyang Zeng, Guangze Chen, Kaichen Yu, Zhicheng Pan 외 arxiv

Personalized agents are increasingly applied to assist users across a wide range of tasks. Effective personalized assistance requires not only retrieving explicit facts from past interactions stored in agent memory, but …