🤖 AI Summary
To address weak alignment and poor robustness in large language model (LLM) reward modeling, this paper proposes HAF-RM—a novel framework that jointly optimizes token-level policy probability constraints and sequence-level reward regression for the first time, establishing a dual-granularity hybrid supervision mechanism that decouples preference modeling from reward mapping. Methodologically, HAF-RM integrates contrastive learning, policy gradient constraints, implicit probability regularization, and preference-data fine-tuning. Theoretically, it guarantees consistency between the two granularities of supervision. Empirically, HAF-RM achieves significant improvements across five benchmark datasets in reward accuracy, generalization, noise robustness, and downstream alignment performance. The implementation is publicly available.
📝 Abstract
The reward model has become increasingly important in alignment, assessment, and data construction for large language models (LLMs). Most existing researchers focus on enhancing reward models through data improvements, following the conventional training framework for reward models that directly optimizes the predicted rewards. In this paper, we propose a hybrid alignment framework HaF-RM for reward model training by introducing an additional constraint on token-level policy probabilities in addition to the reward score. It can simultaneously supervise the internal preference model at the token level and optimize the mapping layer of the reward model at the sequence level. Experiment results on five datasets sufficiently show the validity and effectiveness of our proposed hybrid framework for training a high-quality reward model. By decoupling the reward modeling procedure and incorporating hybrid supervision, our HaF-RM framework offers a principled and effective approach to enhancing the performance and alignment of reward models, a critical component in the responsible development of powerful language models. We release our code at https://haf-rm.github.io.