A new reward reshaping method provably increases reward variance for GRPO-based RLHF training, with an O(n log n) global optimization algorithm and preliminary speedups in experiments.
The Accuracy Paradox in RLHF: When Better Reward Models Don't Yield Better Language Models
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Reinforcement Learning from Human Feedback significantly enhances Natural Language Processing by aligning language models with human expectations. A critical factor in this alignment is the strength of reward models used during training. This study explores whether stronger reward models invariably lead to better language models. In this paper, through experiments on relevance, factuality, and completeness tasks using the QA-FEEDBACK dataset and reward models based on Longformer, we uncover a surprising paradox: language models trained with moderately accurate reward models outperform those guided by highly accurate ones. This challenges the widely held belief that stronger reward models always lead to better language models, and opens up new avenues for future research into the key factors driving model performance and how to choose the most suitable reward models. Code and additional details are available at https://github.com/EIT-NLP/AccuracyParadox-RLHF.
citation-role summary
citation-polarity summary
fields
cs.LG 1years
2025 1verdicts
CONDITIONAL 1roles
background 1polarities
unclear 1representative citing papers
citing papers explorer
-
Accelerating RLHF Training with Reward Variance Increase
A new reward reshaping method provably increases reward variance for GRPO-based RLHF training, with an O(n log n) global optimization algorithm and preliminary speedups in experiments.