paper-with-me

Papers

The Reward Model Selection Crisis in Personalized Alignment

2025-12-28 · Fady Rezk, Yuangang Pan, Chuan-Sheng Foo, Xun Xu, Nancy Chen, Henry Gouk, Timothy Hospedales arxiv

Personalized alignment from preference data has focused primarily on improving personal reward model (RM) accuracy, with the implicit assumption that better preference ranking translates to better personalized behavior. However, in deployment, computational constraints necessitate inference-time adaptation such as reward-guided decoding (RGD) rather than per-user policy fine-tuning. This creates a critical but overlooked requirement: reward models must not only rank preferences accurately but also effectively guide generation. We demonstrate that standard RM accuracy fails catastrophically as a selection criterion for deployment-ready personalized rewards. We introduce policy accuracy; a metric quantifying whether RGD-adapted LLMs correctly discriminate between preferred and dispreferred responses and show that upstream RM accuracy correlates only weakly with downstream policy accuracy (Kendall's tau = 0.08--0.31). More critically, we introduce Pref-LaMP the first personalized alignment benchmark with ground-truth user completions, enabling direct behavioural evaluation. On Pref-LaMP, we expose a complete decoupling between discriminative ranking and generation metrics: methods with 20-point RM accuracy differences produce almost identical output quality, and methods with high ranking accuracy can fail to generate behaviorally aligned responses. These findings reveal that the field has been optimizing for proxy metrics that do not predict deployment performance, and that current personalized alignment methods fail to operationalize preferences into behavioral adaptation under realistic deployment constraints. In contrast, we find simple in-context learning (ICL) to be highly effective - dominating all reward-guided methods for models $\geq$3B parameters, achieving $\sim$3 point ROUGE-1 gains over the best reward method at 7B scale.

📄 PDF Abstract BibTeX arXiv:2512.23067

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

PAD: Personalized Alignment of LLMs at Decoding-Time

2024-10-05 · Ruizhe Chen, Xiaotian Zhang, Meng Luo, Wenhao Chai 외

Aligning with personalized preferences, which vary significantly across cultural, educational, and political differences, poses a significant challenge due to the computational costs and data demands of traditional align…

Text Generation

One Adapts to Any: Meta Reward Modeling for Personalized LLM Alignment

2026-01-26 · Hongru Cai, Yongqi Li, Tiezheng Yu, Fengbin Zhu 외 arxiv

Alignment of Large Language Models (LLMs) aims to align outputs with human preferences, and personalized alignment further adapts models to individual users. This relies on personalized reward models that capture user-sp…

MATO: Multi-objective Personalized Alignment with Test-time Optimization for Large Language Models

2026-05-25 · Linhao Luo, Thuy-Trang Vu, Van-Anh Nguyen, Junae Kim 외 arxiv

Aligning large language models (LLMs) with diverse and multifaceted user preferences is a fundamental challenge in personalized AI systems. Existing multi-objective alignment methods either rely on costly training or req…

P-GenRM: Personalized Generative Reward Model with Test-time User-based Scaling

2026-02-12 · Pinyi Zhang, Ting-En Lin, Yuchuan Wu, Jingyang Chen 외 arxiv

Personalized alignment of large language models seeks to adapt responses to individual user preferences, typically via reinforcement learning. A key challenge is obtaining accurate, user-specific reward signals in open-e…

Reinforcement Learning

Teaching Language Models to Evolve with Users: Dynamic Profile Modeling for Personalized Alignment

2025-05-21 · Weixiang Zhao, Xingyu Sui, Yulin Hu, Jiahe Guo 외

Personalized alignment is essential for enabling large language models (LLMs) to engage effectively in user-centric dialogue. While recent prompt-based and offline optimization methods offer preliminary solutions, they f…