paper-with-me

Papers

Accelerating RLHF Training with Reward Variance Increase

2025-05-29 · Zonglin Yang, Zhexuan Gu, HouDuo Qi, Yancheng Yuan

Reinforcement learning from human feedback (RLHF) is an essential technique for ensuring that large language models (LLMs) are aligned with human values and preferences during the post-training phase. As an effective RLHF approach, group relative policy optimization (GRPO) has demonstrated success in many LLM-based applications. However, efficient GRPO-based RLHF training remains a challenge. Recent studies reveal that a higher reward variance of the initial policy model leads to faster RLHF training. Inspired by this finding, we propose a practical reward adjustment model to accelerate RLHF training by provably increasing the reward variance and preserving the relative preferences and reward expectation. Our reward adjustment method inherently poses a nonconvex optimization problem, which is NP-hard to solve in general. To overcome the computational challenges, we design a novel $O(n \log n)$ algorithm to find a global solution of the nonconvex reward adjustment model by explicitly characterizing the extreme points of the feasible set. As an important application, we naturally integrate this reward adjustment model into the GRPO algorithm, leading to a more efficient GRPO with reward variance increase (GRPOVI) algorithm for RLHF training. As an interesting byproduct, we provide an indirect explanation for the empirical effectiveness of GRPO with rule-based reward for RLHF training, as demonstrated in DeepSeek-R1. Experiment results demonstrate that the GRPOVI algorithm can significantly improve the RLHF training efficiency compared to the original GRPO algorithm.

📄 PDF Abstract BibTeX arXiv:2505.23247

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Stabilizing RLHF through Advantage Model and Selective Rehearsal

2023-09-18 · Baolin Peng, Linfeng Song, Ye Tian, Lifeng Jin 외

Large Language Models (LLMs) have revolutionized natural language processing, yet aligning these models with human values and preferences using RLHF remains a significant challenge. This challenge is characterized by var…

model

OPPO: Accelerating PPO-based RLHF via Pipeline Overlap

2025-09-30 · Kaizhuo Yan, Yingjie Yu, Yifan Yu, Haizhong Zheng 외 arxiv

Proximal Policy Optimization (PPO)-based reinforcement learning from human feedback (RLHF) is a widely adopted paradigm for aligning large language models (LLMs) with human preferences. However, its training pipeline suf…

Reinforcement Learning

What Makes a Reward Model a Good Teacher? An Optimization Perspective

2025-03-19 · Noam Razin, Zixuan Wang, Hubert Strauss, Stanley Wei 외

The success of Reinforcement Learning from Human Feedback (RLHF) critically depends on the quality of the reward model. While this quality is primarily evaluated through accuracy, it remains unclear whether accuracy full…

Language ModelingLanguage Modelling

ChatGLM-RLHF: Practices of Aligning Large Language Models with Human Feedback

2024-04-01 · Zhenyu Hou, Yilin Niu, Zhengxiao Du, Xiaohan Zhang 외

ChatGLM is a free-to-use AI service powered by the ChatGLM family of large language models (LLMs). In this paper, we present the ChatGLM-RLHF pipeline -- a reinforcement learning from human feedback (RLHF) system -- desi…

Uncertainty-Aware Reward Modeling for Stable RLHF

2026-06-18 · Licheng Pan, Haocheng Yang, Haoxuan Li, Yichen Sun 외 arxiv

Reinforcement learning from human feedback (RLHF) aligns large language models by training reward models on preference data and optimizing policies to maximize predicted rewards. However, this pipeline faces two fundamen…

Reinforcement Learning