CLLGMar 1, 2025

Sentence-level Reward Model can Generalize Better for Aligning LLM from Human Preference

arXiv:2503.04793v44 citationsh-index: 5
Originality Incremental advance
AI Analysis

This work addresses a specific bottleneck in reinforcement learning for LLM alignment, offering an incremental improvement over existing reward modeling approaches.

The paper tackles the challenge of sparse rewards in aligning large language models with human preferences by proposing a sentence-level reward model, which improves performance by 2.7% on RewardBench and surpasses baselines on AlpacaEval.

Learning reward models from human preference datasets and subsequently optimizing language models via reinforcement learning has emerged as a fundamental paradigm for aligning LLMs with human preferences. The performance of the reward model plays a crucial role in the effectiveness of alignment. Previous reward models operate at a coarse-grained level, requiring the generation of a complete response to obtain a reward value. The sparse reward may present challenges for downstream reinforcement learning. While recent efforts have attempted to learn token-level reward models, the lack of explicit semantic information makes it difficult to model the credit of every individual token. In this paper, we propose assigning scores to every sentence, introducing an intermediate-grained reward model. By segmenting the complete response into sentences and applying differential operations to reward output at the start and end positions of each sentence, we can effectively model the rewards of sentences. Moreover, a novel attention mechanism is introduced to aggregate the scores of all sentences into a response-level score, which allows it to be trained using the Bradley-Terry model. On common benchmarks, our method outperforms the response-level reward model by 2.7% on RewardBench (for reward modeling evaluation) and surpasses all baselines on AlpacaEval (for alignment evaluation).

Foundations

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

Your Notes