English

Response-Aware User Memory Selection for LLM Personalization

Artificial Intelligence 2026-04-17 v1

Abstract

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×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%95\% reduction in computational cost.

Keywords

Cite

@article{arxiv.2604.14473,
  title  = {Response-Aware User Memory Selection for LLM Personalization},
  author = {Jillian Fisher and Jennifer Neville and Chan Young Park},
  journal= {arXiv preprint arXiv:2604.14473},
  year   = {2026}
}

Comments

Code at: https://github.com/jfisher52/Response_Utility_Optimized_Memory_Selection

R2 v1 2026-07-01T12:11:46.600Z