paper-with-me

홈 › Papers

VRPO: Rethinking Value Modeling for Robust RL under Noisy Supervision in LLM Post-Training

2025-08-05 · Dingwei Zhu, Shihan Dou, Zhiheng Xi, Senjie Jin, Guoqiang Zhang, Jiazheng Zhang, Junjie Ye, Mingxu Chai, Enyu Zhou, Ming Zhang, Yuhui Wang, Caishuang Huang, Chenhao Huang, Yunke Zhang, Yuran Wang, Tao Gui, Qi Zhang, Xipeng Qiu, Xuanjing Huang arxiv

Reinforcement Learning (RL) in real-world environments often suffers from ambiguous or incomplete reward supervision, which undermines policy stability and generalization. Such noise may cause models to ignore key information or even collapse in advantage estimation. We find that a strong value model is essential for absorbing unstable signals and producing reliable advantages, offering denser and more robust supervision than the reward model. To better optimize noisy supervision, we propose VRPO, a framework that enhances value modeling for robust RL in LLM post-training. VRPO integrates (1) auxiliary losses guided by entropy and perplexity from a frozen language model, and (2) a variational information bottleneck, enabling the value model to filter noise and capture key words. This design allows the value model to correct noise rewards and generate more reliable advantage estimates, transforming it from a passive predictor into an active noise regulator. Experiments on multi-turn dialogue, math reasoning, and science QA with both rule-based and model-based rewards show that VRPO consistently outperforms baselines such as PPO and GRPO. Our work highlight the central role of the value model in Robust RL and provide a principled and practical approach to policy optimization under noisy supervision.

📄 PDF Abstract BibTeX arXiv:2508.03058

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

LVRPO: Language-Visual Alignment with GRPO for Multimodal Understanding and Generation

2026-03-29 · Shentong Mo, Sukmin Yun arxiv

Unified multimodal pretraining has emerged as a promising paradigm for jointly modeling language and vision within a single foundation model. However, existing approaches largely rely on implicit or indirect alignment si…

Visual Reasoning

Improving Visual Representation Alignment Generation with GRPO

2026-05-30 · Shentong Mo, Sukmin Yun arxiv

Recent diffusion transformers have demonstrated strong image synthesis capabilities but remain inefficient to train due to weak alignment between generative and discriminative representations. While representation alignm…

GAE Falls Short in Imperfect-Information Self-Play Reinforcement Learning

2026-05-19 · Zhiyuan Fan, Gabriele Farina arxiv

Competitive multi-agent reinforcement learning in imperfect-information games requires agents to act under partial observability and against adversarial opponents, necessitating stochastic policies. While self-play reinf…

Multi-agent Reinforcement Learning

LLaDA 1.5: Variance-Reduced Preference Optimization for Large Language Diffusion Models

2025-05-25 · Fengqi Zhu, Rongzhen Wang, Shen Nie, Xiaolu Zhang 외

While Masked Diffusion Models (MDMs), such as LLaDA, present a promising paradigm for language modeling, there has been relatively little effort in aligning these models with human preferences via reinforcement learning.…

GSM8KHumanEvalLanguage ModelingLanguage Modelling+1

Policy Optimization via Stochastic Recursive Gradient Algorithm

2019-05-01 · ICLR 2019 5 · Huizhuo Yuan, Chris Junchi Li, Yuhao Tang, Yuren Zhou

In this paper, we propose the StochAstic Recursive grAdient Policy Optimization (SARAPO) algorithm which is a novel variance reduction method on Trust Region Policy Optimization (TRPO). The algorithm incorporates the Sto…