RLHF from Heterogeneous Feedback via Personalization and Preference Aggregation
Chanwoo Park, Mingyang Liu, Dingwen Kong, Kaiqing Zhang, Asuman Ozdaglar
TL;DR
This work addresses the challenge of heterogeneous human preferences in RLHF by introducing two principled frameworks: personalization-based RLHF, which learns either per-user reward models via a shared representation or clusters users into groups, and aggregation-based RLHF, which combines diverse rewards or probabilistic opinions under formal axioms and mechanism design. It provides theoretical guarantees on sample complexity, algorithmic convergence, and sub-optimality gaps under assumptions like task diversity and representation uniqueness, plus a lower-bound perspective. It also develops a probabilistic opinion pooling approach that links preference aggregation directly to reward aggregation under the Plackett–Luce model, and designs a DSIC mechanism to incentivize truthful reporting with welfare maximization. Empirical results on a text-summarization task validate the practical benefits of personalization and probabilistic-opinion aggregation, highlighting improved reward modeling and robust aggregation behavior across multiple datasets and model families.
Abstract
Reinforcement learning from human feedback (RLHF) has been an effective technique for aligning AI systems with human values, with remarkable successes in fine-tuning large-language models recently. Most existing RLHF paradigms make the underlying assumption that human preferences are relatively homogeneous, and can be encoded by a single reward model. In this paper, we focus on addressing the issues due to the inherent heterogeneity in human preferences, as well as their potential strategic behavior in providing feedback. Specifically, we propose two frameworks to address heterogeneous human feedback in principled ways: personalization-based one and aggregation-based one. For the former, we propose two approaches based on representation learning and clustering, respectively, for learning multiple reward models that trades off the bias (due to preference heterogeneity) and variance (due to the use of fewer data for learning each model by personalization). We then establish sample complexity guarantees for both approaches. For the latter, we aim to adhere to the single-model framework, as already deployed in the current RLHF paradigm, by carefully aggregating diverse and truthful preferences from humans. We propose two approaches based on reward and preference aggregation, respectively: the former utilizes both utilitarianism and Leximin approaches to aggregate individual reward models, with sample complexity guarantees; the latter directly aggregates the human feedback in the form of probabilistic opinions. Under the probabilistic-opinion-feedback model, we also develop an approach to handle strategic human labelers who may bias and manipulate the aggregated preferences with untruthful feedback. Based on the ideas in mechanism design, our approach ensures truthful preference reporting, with the induced aggregation rule maximizing social welfare functions.
