AIApr 15

Response-Aware User Memory Selection for LLM Personalization

UW
arXiv:2604.1447331.81 citationsh-index: 12
Predicted impact top 16% in AI · last 90 daysOriginality Highly original
AI Analysis

For LLM personalization, RUMS provides a more principled memory selection method that outperforms similarity-based approaches.

RUMS selects user memory items for LLM personalization by maximizing mutual information with model outputs, improving response quality and aligning with human selection while reducing computational cost by up to 95%.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes