LGAIJun 10, 2025

Intra-Trajectory Consistency for Reward Modeling

arXiv:2506.09096v3h-index: 18Has Code
Originality Incremental advance
AI Analysis

This work addresses a specific bottleneck in reward modeling for LLMs, offering an incremental improvement over existing methods.

The paper tackles the problem of poor generalization in reward models for large language models by proposing intra-trajectory consistency regularization, which improves performance on RewardBench and enhances downstream tasks like DPO-aligned policies and best-of-N inference.

Reward models are critical for improving large language models (LLMs), particularly in reinforcement learning from human feedback (RLHF) or inference-time verification. Current reward modeling typically relies on scores of overall responses to learn the outcome rewards for the responses. However, since the response-level scores are coarse-grained supervision signals, the reward model struggles to identify the specific components within a response trajectory that truly correlate with the scores, leading to poor generalization on unseen responses. In this paper, we propose to leverage generation probabilities to establish reward consistency between processes in the response trajectory, which allows the response-level supervisory signal to propagate across processes, thereby providing additional fine-grained signals for reward learning. Building on analysis under the Bayesian framework, we develop an intra-trajectory consistency regularization to enforce that adjacent processes with higher next-token generation probability maintain more consistent rewards. We apply the proposed regularization to the advanced outcome reward model, improving its performance on RewardBench. Besides, we show that the reward model trained with the proposed regularization induces better DPO-aligned policies and achieves better best-of-N (BON) inference-time verification results. Our code is provided in https://github.com/chaoyang101/ICRM.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes