English

Many Preferences, Few Policies: Towards Scalable Language Model Personalization

Computation and Language 2026-04-13 v2 Artificial Intelligence

Abstract

The holy grail of LLM personalization is a single LLM for each user, perfectly aligned with that user's preferences. However, maintaining a separate LLM per user is impractical due to constraints on compute, memory, and system complexity. We address this challenge by developing a principled method for selecting a small portfolio of LLMs that captures representative behaviors across heterogeneous users. We model user preferences across multiple traits (e.g., safety, humor, brevity) through a multi-dimensional weight vector. Given reward functions across these dimensions, our algorithm PALM (Portfolio of Aligned LLMs) generates a small portfolio of LLMs such that, for any weight vector, the portfolio contains a near-optimal LLM for the corresponding scalarized objective. To the best of our knowledge, this is the first result that provides theoretical guarantees on both the size and approximation quality of LLM portfolios for personalization. It characterizes the trade-off between system cost and personalization, as well as the diversity of LLMs required to cover the landscape of user preferences. We provide empirical results that validate these guarantees and demonstrate greater output diversity over common baselines.

Keywords

Cite

@article{arxiv.2604.04144,
  title  = {Many Preferences, Few Policies: Towards Scalable Language Model Personalization},
  author = {Cheol Woo Kim and Jai Moondra and Roozbeh Nahavandi and Andrew Perrault and Milind Tambe and Swati Gupta},
  journal= {arXiv preprint arXiv:2604.04144},
  year   = {2026}
}

Comments

Fixed typos

R2 v1 2026-07-01T11:54:31.367Z