TensorX
返回文献探索

Paper · arXiv 2608.23566

Best Practice Critic Optimization

Penghui Qi, Xiangxin Zhou, Wee Sun Lee

18 upvotesAugust 25, 2026arXiv 预印本
AI 摘要

BPCO stabilizes critic-based reinforcement learning for language models by combining bounded value predictions, Monte Carlo targets, and adaptive advantage estimation, matching group-based methods with single-response sampling.

GRPODPPOcritic optimizationvalue predictionsMonte Carlo value targetsgeneralized advantage estimationtoken-level advantagesrubric-based rewardsmixture of experts

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 **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.

北京市昌平区探索星信息技术及软件开发工作室

京ICP备2026059466号
Best Practice Critic Optimization | TensorX