paper-with-me

Papers

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

2026-05-28 · ZhiShu Jiang, Haibo Liu, Xin Shen, Guanqiang QI, Chenxi Miao, Weikang Li, Liwei Qian, Xin Pei, Jizhou Huang 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 building compact memory banks, yet retrieval is still often driven by query-centered similarity or fixed ranking rules, leaving user-conditioned relevance underexplored. To address this gap, we propose Profile-guided Personalized Retrieval Optimization (PPRO), a retrieval-centric framework that makes memory retrieval both user-aware and optimizable. PPRO builds episodic and semantic memory banks from dialogue histories and derives a user profile from accumulated memories. The profile serves as an explicit personalized prior in memory ranking, allowing retrieval to account for stable user attributes, preferences, and relationships. PPRO further trains a query rewriter with Group Relative Policy Optimization, using both evidence retrieval quality and downstream answer quality as feedback while keeping the memory banks and answer model fixed. Experiments on LoCoMo and LongMemEval-S show consistent gains over training-free memory systems and training-based baselines. Ablation studies further show that both profile-guided ranking and retrieval-oriented rewriting contribute substantially to performance, highlighting retrieval optimization as a key factor in personalized long-term memory use.

📄 PDF Abstract BibTeX arXiv:2607.00017

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

PRAGMA: Evaluating Personalized Guidance with Memory Alignment in Lifelong Conversations

2026-09-09 · Hyojeong Yu, Hyukhun Koh, Minsung Kim, Yunah Jang 외 arxiv

Large language models (LLMs) are increasingly deployed as personalized assistants that interact with users over extended periods of time. As conversations grow longer, relying on full interaction histories becomes increa…

Leveraging Translation For Optimal Recall: Tailoring LLM Personalization With User Profiles

2024-02-21 · Karthik Ravichandran, Sarmistha Sarna Gomasta

This paper explores a novel technique for improving recall in cross-language information retrieval (CLIR) systems using iterative query refinement grounded in the user's lexical-semantic space. The proposed methodology c…

Information RetrievalRe-RankingRetrievalTranslation

From Recall to Forgetting: Benchmarking Long-Term Memory for Personalized Agents

2026-04-21 · Md Nayem Uddin, Kumar Shubham, Eduardo Blanco, Chitta Baral 외 arxiv

Personalized agents that interact with users over long periods must maintain persistent memory across sessions and update it as circumstances change. However, existing benchmarks predominantly frame long-term memory eval…

Human-Inspired Context-Selective Multimodal Memory for Social Robots

2026-04-13 · Hangyeol Kang, Slava Voloshynovskiy, Nadia Magnenat Thalmann arxiv

Memory is fundamental to social interaction, enabling humans to recall meaningful past experiences and adapt their behavior accordingly based on the context. However, most current social robots and embodied agents rely o…

Image Retrieval

Structured Distillation for Personalized Agent Memory: 11x Token Reduction with Retrieval Preservation

2026-03-13 · Sydney Lewis arxiv

Long conversations with an AI agent create a simple problem for one user: the history is useful, but carrying it verbatim is expensive. We study personalized agent memory: one user's conversation history with an agent, d…