🤖 AI Summary
Existing inference-time alignment methods rely on outcome reward models (ORMs), which output scalar rewards for entire responses—insufficient for reward-guided search (RGS) requiring fine-grained process-level guidance, leading to misalignment between scores and human preferences. This work first formalizes the dual objectives of *score consistency* and *preference consistency*, and proposes SP-PRM—a fully automated framework that eliminates the need for human annotations. SP-PRM distills an ORM into a process reward model (PRM), introduces a partial-sequence consistency evaluation module, and incorporates preference-consistency regularization to bridge outcome and process rewards. Seamlessly integrated into RGS, SP-PRM achieves consistent improvements across dialogue, summarization, and reasoning tasks: GPT-4 automated evaluations show absolute gains of 3.6–10.3 percentage points in alignment scores, demonstrating substantial enhancements in both alignment fidelity and search efficiency.
📝 Abstract
Inference-time alignment methods have gained significant attention for their efficiency and effectiveness in aligning large language models (LLMs) with human preferences. However, existing dominant approaches using reward-guided search (RGS) primarily rely on outcome reward models (ORMs), which suffer from a critical granularity mismatch: ORMs are designed to provide outcome rewards for complete responses, while RGS methods rely on process rewards to guide the policy, leading to inconsistent scoring and suboptimal alignment. To address this challenge, we introduce process reward models (PRMs) into RGS and argue that an ideal PRM should satisfy two objectives: Score Consistency, ensuring coherent evaluation across partial and complete responses, and Preference Consistency, aligning partial sequence assessments with human preferences. Based on these, we propose SP-PRM, a novel dual-consistency framework integrating score consistency-based and preference consistency-based partial evaluation modules without relying on human annotation. Extensive experiments on dialogue, summarization, and reasoning tasks demonstrate that SP-PRM substantially enhances existing RGS methods, achieving a 3.6%-10.3% improvement in GPT-4 evaluation scores across all tasks.