paper-with-me

Papers

Response-Aware User Memory Selection for LLM Personalization

2026-04-15 · Jillian Fisher, Jennifer Neville, Chan Young Park arxiv

A common approach to personalization in large language models (LLMs) is to incorporate a subset of the user memory into the prompt at inference time to guide the model's generation. Existing methods select these subsets primarily using similarity between user memory items and input queries, ignoring how features actually affect the model's response distribution. We propose Response-Utility optimization for Memory Selection (RUMS), a novel method that selects user memory items by measuring the mutual information between a subset of memory and the model's outputs, identifying items that reduce response uncertainty and sharpen predictions beyond semantic similarity. We demonstrate that this information-theoretic foundation enables more principled user memory selection that aligns more closely with human selection compared to state-of-the-art methods, and models $400\times$ larger. Additionally, we show that memory items selected using RUMS result in better response quality compared to existing approaches, while having up to $95\%$ reduction in computational cost.

📄 PDF Abstract BibTeX arXiv:2604.14473

Code (0)

등록된 구현이 없습니다.

Tasks

Semantic Similarity

Similar Papers 제목 키워드 기반

Know You Before You Speak: User-State Modeling for LLM Personalization in Multi-Turn Conversation

2026-05-23 · Jiani Luo, Xiaoyan Zhao, Yang Zhang, Shuyi Miao 외 arxiv

Personalized dialogue requires more than recalling explicit user histories: systems also need to infer hidden user states that evolve through interaction and shape appropriate response strategies. Existing memory- and pr…

OP-Bench: Benchmarking Over-Personalization for Memory-Augmented Personalized Conversational Agents

2026-01-20 · Yulin Hu, Zimo Long, Jiahe Guo, Xingyu Sui 외 arxiv

Memory-augmented conversational agents enable personalized interactions using long-term user memory and have gained substantial traction. However, existing benchmarks primarily focus on whether agents can recall and appl…

Enabling Personalized Long-term Interactions in LLM-based Agents through Persistent Memory and User Profiles

2025-10-09 · Rebecca Westhäußer, Wolfgang Minker, Sebatian Zepf arxiv

Large language models (LLMs) increasingly serve as the central control unit of AI agents, yet current approaches remain limited in their ability to deliver personalized interactions. While Retrieval Augmented Generation …

Enabling On-Device Large Language Model Personalization with Self-Supervised Data Selection and Synthesis

2023-11-21 · Ruiyang Qin, Jun Xia, Zhenge Jia, Meng Jiang 외

After a large language model (LLM) is deployed on edge devices, it is desirable for these devices to learn from user-generated conversation data to generate user-specific and personalized responses in real-time. However,…

Language ModelingLanguage ModellingLarge Language Model

TRACE-Memory: Public-Conditioned Retrieval and Utility-Aware Evidence Admission for Personalized Generation

2026-08-09 · Jing Wang, Zhu Wang, Yifan Guo, Yulong Yang 외 arxiv

Personalized generation systems retrieve user history by request--memory relevance and inject it into the model context. Yet relevant history may concern the wrong preference aspect, duplicate public information, or prov…

Semantic Retrieval