Low-Rank Contextual Reinforcement Learning from Heterogeneous Human Feedback
Seong Jin Lee, Will Wei Sun, Yufeng Liu
TL;DR
This work addresses heterogeneity in human feedback for RLHF by introducing LoCo-RLHF, a framework that models personalized preferences with a contextual bilinear reward r(x,s,a) = x^T Θ^* φ(s,a) and imposes a low-rank structure Θ^* = U^* D^* (V^*)^T to reduce dimensionality. It develops the Pessimism in Reduced Subspace (PRS) algorithm, which first estimates a low-rank subspace via rank-constrained MLE (solved by Burer–Monteiro factorization), then projects onto a reduced space using rotation-truncation-vectorization (RTV), and finally optimizes a pessimistic policy by constructing a confidence set and minimizing over it. Theoretical guarantees show a sub-optimality gap bound of the form J(π^*) − J(π̂) = O( C^* sqrt( ((d_x + d_φ) r + log(1/δ)) / N ) ) with high probability, with notably tighter rates in low-rank settings compared to full-rank baselines; extensions recover known results in special grouping structures. Empirical results demonstrate that PRS achieves superior performance and robustness to distribution shifts in personalized RLHF tasks, especially when the underlying true rank is low, highlighting the framework’s scalability and practical impact for heterogeneous human feedback systems.
Abstract
Reinforcement learning from human feedback (RLHF) has become a cornerstone for aligning large language models with human preferences. However, the heterogeneity of human feedback, driven by diverse individual contexts and preferences, poses significant challenges for reward learning. To address this, we propose a Low-rank Contextual RLHF (LoCo-RLHF) framework that integrates contextual information to better model heterogeneous feedback while maintaining computational efficiency. Our approach builds on a contextual preference model, leveraging the intrinsic low-rank structure of the interaction between user contexts and query-answer pairs to mitigate the high dimensionality of feature representations. Furthermore, we address the challenge of distributional shifts in feedback through our Pessimism in Reduced Subspace (PRS) policy, inspired by pessimistic offline reinforcement learning techniques. We theoretically demonstrate that our policy achieves a tighter sub-optimality gap compared to existing methods. Extensive experiments validate the effectiveness of LoCo-RLHF, showcasing its superior performance in personalized RLHF settings and its robustness to distribution shifts.
