DVPO: Distributional Value Modeling-based Policy Optimization for LLM Post-Training
Abstract
Reinforcement learning (RL) has shown strong performance in LLM post-training, but real-world deployment often involves noisy or incomplete supervision. In such settings, complex and unreliable supervision signals can destabilize training and harm generalization. While existing approaches such as worst-case optimization (e.g., RFQI, CQL) and mean-based methods (e.g., PPO, GRPO) can improve stability, they often overlook generalization and may produce overly conservative policies, leading to uneven performance across diverse real scenarios. To this end, we introduce DVPO (Distributional Value Modeling with Risk-aware Policy Optimization), a new RL framework that combines conditional risk theory with distributional value modeling to better balance robustness and generalization. DVPO learns token-level value distributions to provide fine-grained supervision, and applies an asymmetric risk regularization to shape the distribution tails: it contracts the lower tail to dampen noisy negative deviations, while expanding the upper tail to preserve exploratory diversity. Across extensive experiments and analysis in multi-turn dialogue, math reasoning, and scientific QA, DVPO consistently outperforms PPO, GRPO, and robust Bellman-based PPO under noisy supervision, showing its potential for LLM post-training in the real-world.
Cite
@article{arxiv.2512.03847,
title = {DVPO: Distributional Value Modeling-based Policy Optimization for LLM Post-Training},
author = {Dingwei Zhu and Zhiheng Xi and Shihan Dou and Yuhui Wang and Sixian Li and Junjie Ye and Honglin Guo and Shichun Liu and Chenhao Huang and Yajie Yang and Junlin Shang and Senjie Jin and Ming Zhang and Jiazheng Zhang and Caishuang Huang and Yunke Zhang and Yuran Wang and Tao Gui},
journal= {arXiv preprint arXiv:2512.03847},
year = {2026}
}