How to Train a Critic Stably and Efficiently

📅 2026-08-24
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
研究解决了批评者训练不稳定问题,通过开发BPCO方法结合多种技术提高稳定性与效率,改善了基于批评者的基线表现。
📝 Abstract
Group-based reinforcement learning methods such as GRPO for large language models avoid training a critic by sampling multiple responses for each prompt. A reliable critic could instead estimate token-level advantages from one response, but standard critic-based training recipes are often unstable. We study this instability and develop \textbf{Best-Practice Critic Optimization (BPCO)}, a recipe that combines DPPO, value predictions bounded to the reward range, Monte Carlo value targets, unnormalized policy advantages, and length-adaptive generalized advantage estimation. Because the critic is used only during training, BPCO can also condition it on reward-defining information, such as a reference answer or grading rubric, that is hidden from the policy. Controlled experiments isolate the effect of each design choice. Across mathematical reasoning tasks with models ranging from 1.5B parameters to 30B-A3B mixtures of experts, BPCO improves a strong critic-based baseline consistently, and matches or exceeds a group-based baseline while sampling one response per prompt. The same recipe also improves learning with rubric-based rewards. These results show that a carefully designed critic provides a reliable alternative to group-relative advantage estimation. Code is available at https://github.com/QPHutu/golden_critic
Problem

Research questions and friction points this paper is trying to address.

Critic-based Training
Instability
Token-level Advantages
Reinforcement Learning
Large Language Models
Innovation

Methods, ideas, or system contributions that make the work stand out.

Best-Practice Critic Optimization (BPCO)
DPPO
Monte Carlo value targets
unnormalized policy advantages
length-adaptive generalized advantage estimation
🔎 Similar Papers
No similar papers found.