paper-with-me

Papers

DVPO: Distributional Value Modeling-based Policy Optimization for LLM Post-Training

2025-12-03 · Dingwei Zhu, Zhiheng Xi, Shihan Dou, Yuhui Wang, Sixian Li, Junjie Ye, Honglin Guo, Shichun Liu, Chenhao Huang, Yajie Yang, Junlin Shang, Senjie Jin, Ming Zhang, Jiazheng Zhang, Caishuang Huang, Yunke Zhang, Yuran Wang, Tao Gui arxiv

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.

📄 PDF Abstract BibTeX arXiv:2512.03847

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Lean and Mean: Decoupled Value Policy Optimization with Global Value Guidance

2025-02-24 · Chenghua Huang, Lu Wang, Fangkai Yang, Pu Zhao 외

Proximal Policy Optimization (PPO)-based Reinforcement Learning from Human Feedback (RLHF) is essential for aligning large language models (LLMs) with human preferences. It requires joint training of an actor and critic …

GPU

Overcoming Reward Overoptimization via Adversarial Policy Optimization with Lightweight Uncertainty Estimation

2024-03-08 · Xiaoying Zhang, Jean-Francois Ton, Wei Shen, Hongning Wang 외

We introduce Adversarial Policy Optimization (AdvPO), a novel solution to the pervasive issue of reward over-optimization in Reinforcement Learning from Human Feedback (RLHF) for Large Language Models (LLMs). Over-optimi…

DFPO: Scaling Value Modeling via Distributional Flow towards Robust and Generalizable LLM Post-Training

2026-02-05 · Dingwei Zhu, Zhiheng Xi, Shihan Dou, Jiahan Li 외 arxiv

Training reinforcement learning (RL) systems in real-world environments remains challenging due to noisy supervision and poor out-of-domain (OOD) generalization, especially in LLM post-training. Recent distributional RL …

Reinforcement Learning

Data-driven Multistage Distributionally Robust Linear Optimization with Nested Distance

2024-07-23 · Rui Gao, Rohit Arora, Yizhe Huang

We study multistage distributionally robust linear optimization, where the uncertainty set is defined as a ball of distribution centered at a scenario tree using the nested distance. The resulting minimax problem is noto…

DROMO: Distributionally Robust Offline Model-based Policy Optimization

2021-09-15 · Ruizhen Liu, Dazhi Zhong, Zhicong Chen

We consider the problem of offline reinforcement learning with model-based control, whose goal is to learn a dynamics model from the experience replay and obtain a pessimism-oriented agent under the learned model. Curren…

modelUncertainty Quantification