Adaptive Segment-level Reward: Bridging the Gap Between Action and Reward Space in Alignment
Yanshi Li, Shaopan Xiong, Gengru Chen, Xiaoyang Li, Yijia Luo, Xingyuan Bu, Yingshui Tan, Wenbo Su, Bo Zheng
TL;DR
This work tackles the credit-assignment gap in RLHF by introducing Adaptive Segment-level Reward, which segments sequences at semantically meaningful pivots where token rewards change. By masking and backpropagating only through segments whose rewards align with the overall sequence signal, the method can unify and improve upon PPO, DPO, and rejection sampling within a single framework. Theoretical analysis formalizes the reward-action gap and demonstrates how segment-level supervision reduces error compared to token- or step-level approaches. Empirically, ASR yields about a 10% gain on adversarial evaluations and roughly a 1.3% improvement on standard benchmarks, suggesting practical benefits for robust alignment across diverse tasks.
Abstract
Reinforcement Learning (RL) has proven highly effective in aligning Large Language Models (LLMs) with human preferences. Typical RL methods optimize under an overall sequence reward, which can lead to a suboptimal learning process. This reflects a key credit assignment problem: identifying which tokens to reinforce or suppress. To rectify these shortcomings, step-wise and token-wise methods have been proposed. However, step-wise methods rely on punctuation segmentation and still cannot accurately identify the key tokens. The token-level approach is too fine-grained, attending to many unimportant tokens and thus introducing a large amount of noise. To assign more accurate rewards to different tokens, improving credit assignment, we propose the "Adaptive Segment-wise Reward" method. We employ semantic meaning, rather than punctuation, to adaptively delineate segments. Experiments demonstrate that our method can be integrated into various training methods. Compared to training methods \textit{without} our approach, our method improves the success rate on adversarial samples by 10\%, and achieves a 1.3\% improvement on evaluation benchmarks such as MMLU, GSM8K, HumanEval, etc.
