MEGA Hub

Start Classifying: Categorical Critics for LLM Reinforcement Learning

Authors

Do you know Zhijian Zhou?You can claim authorship or link another user.Do you know Long Li?You can claim authorship or link another user.Do you know Xuan Zhang?You can claim authorship or link another user.Do you know Zongkai Liu?You can claim authorship or link another user.Do you know Yulei Qin?You can claim authorship or link another user.Do you know Ke Li?You can claim authorship or link another user.Do you know Xing Sun?You can claim authorship or link another user.Do you know Xiaoyu Tan?You can claim authorship or link another user.Do you know Chao Qu?You can claim authorship or link another user.Do you know Yuan Qi?You can claim authorship or link another user.

Abstract

Proximal Policy Optimization (PPO) for large language models typically trains its critic by mean-squared-error (MSE) regression on scalar value targets. Although scalar MSE is statistically valid for estimating the conditional expected return, sparse binary rewards in reinforcement learning with verifiable rewards (RLVR) make critic optimization and calibration especially consequential: small value errors directly distort the scalar advantages used by PPO. We study whether a classification-based training objective can improve this critic signal. HL-Gauss PPO replaces the scalar MSE head with a categorical predictor over a discretized value support, trained by cross-entropy against smoothed HL-Gauss targets. Its output is decoded to a scalar expectation for standard GAE and PPO; the actor update is therefore unchanged and is not distributional. Across mathematical reasoning, tool-augmented math, and Search-R1, and on both Qwen2.5 and Qwen3 backbones, HL-Gauss PPO consistently improves over strong PPO and DAPO baselines. Controls with one-hot, two-hot, and Bernoulli two-bin critics show that neither a larger output head nor binary classification alone explains the gains. On a common collection of reasoning prefixes, HL-Gauss improves Brier score and calibration error and yields more symmetric, lower-variance advantages. These results position categorical value learning as an effective optimization surrogate for PPO critics in RLVR.

Community

00

Publication notes

Author note
Accepted at COLM 2026. 26 pages, 9 figures. Code: https://github.com/ZhijianZhou/HL-guass-ppo