Everyone Deserves A Reward: Learning Customized Human Preferences
Pengyu Cheng, Jiawen Xie, Ke Bai, Yong Dai, Nan Du
TL;DR
The paper tackles the challenge of learning customized human preferences for LLMs by introducing a Domain-Specific Preference (DSP) dataset and a three-stage training scheme (Base LM Training, General RM Fine-tuning, Customized RM Fine-tuning). It systematically evaluates data strategies and imitation-learning variants, finding that general-preference data enrichment and targeted imitation learning during CRFT help preserve broad alignment while accommodating domain-specific tastes. Through extensive experiments across multiple base models and preference datasets, the authors demonstrate practical methods to balance general and customized preferences with notable data efficiency. The DSP resource and methodological insights offer a pathway for domain-aware alignment in real-world, privacy-conscious applications.
Abstract
Reward models (RMs) are essential for aligning large language models (LLMs) with human preferences to improve interaction quality. However, the real world is pluralistic, which leads to diversified human preferences with respect to different religions, politics, cultures, etc. Moreover, each individual can have their unique preferences on various topics. Neglecting the diversity of human preferences, current human feedback aligning methods only consider a general reward model, which is below satisfaction for customized or personalized application scenarios. To explore customized preference learning, we collect a domain-specific preference (DSP) dataset, which includes preferred responses for each given query from four practical domains. Besides, from the perspective of data efficiency, we propose a three-stage customized RM learning scheme, then empirically verify its effectiveness on both general preference datasets and our DSP set. Furthermore, we test multiple training and data strategies on the three learning stages. We find several ways to better preserve the general preferring ability while training the customized RMs, especially general preference enrichment, and customized preference imitation learning. The DSP dataset and code are available at https://github.com/Linear95/DSP.
