paper-with-me

Papers

GUPO: Gradient Uncertainty-aware Policy Optimization for Post-Training Large Language Models

2026-08-18 · Peizheng Guo, Jianqi Zhang, Xingyu Zhang, Yun Fan, Jiahuan Zhou, Changwen Zheng, Wenwen Qiang arxiv

Group Relative Policy Optimization (GRPO) has become a widely used approach for post-training Large Language Models (LLMs) for reasoning. In GRPO, the group gradients induced by different queries within the same mini-batch are directly averaged to form the policy update. However, these group gradients can point in conflicting directions. Our empirical analysis suggests that group-gradient conflicts tend to be associated with less effective policy updates, motivating the need for a reliable aggregated update direction under such conflicts. Standard GRPO aggregation treats the realized group gradients as deterministic contributions and does not account for differences in their reliability during aggregation. To address this issue, we propose Gradient Uncertainty-Aware Policy Optimization (GUPO), which models each group gradient as a random variable under a Bayesian formulation and estimates its probability distribution. GUPO then derives gradient uncertainty using a Dirichlet-based formulation and uses it to calibrate the contribution of each group gradient during aggregation. Extensive experiments on multiple benchmarks demonstrate the effectiveness of GUPO.

📄 PDF Abstract BibTeX arXiv:2608.17411

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

SHAPO: Sharpness-Aware Policy Optimization for Safe Exploration

2026-06-08 · Kaustubh Mani, Yann Pequignot, Vincent Mai, Liam Paull arxiv

Safe exploration is a prerequisite for deploying reinforcement learning (RL) agents in safety-critical domains. In this paper, we approach safe exploration through the lens of epistemic uncertainty, where the actor's sen…

Reinforcement Learning

Uncertainty-aware Model-based Policy Optimization

2019-06-25 · Tung-Long Vuong, Kenneth Tran

Model-based reinforcement learning has the potential to be more sample efficient than model-free approaches. However, existing model-based methods are vulnerable to model bias, which leads to poor generalization and asym…

continuous-controlContinuous ControlmodelModel-based Reinforcement Learning+2

SAGE: Answer-Conditioned Uncertainty Targets for Verbal Uncertainty Alignment

2026-06-09 · Kaiwen Shi, Zheyuan Zhang, Yanfang Ye arxiv

Large language models increasingly express uncertainty through natural-language statements, yet these expressions often fail to reflect the model's sampled behavior. We study verbal uncertainty alignment as a distributio…

Why Semantic Entropy Fails: Geometry-Aware and Calibrated Uncertainty for Policy Optimization

2026-05-20 · Zheyuan Zhang, Kaiwen Shi, Han Bao, Zehong Wang 외 arxiv

Post-training has become central to improving reasoning and alignment in large language models, where critic-free models enable scalable learning from model-generated outputs but lack principled mechanisms to distinguish…

Policy Optimization In the Face of Uncertainty

2019-09-25 · Tung-Long Vuong, Han Nguyen, Hai Pham, Kenneth Tran

Model-based reinforcement learning has the potential to be more sample efficient than model-free approaches. However, existing model-based methods are vulnerable to model bias, which leads to poor generalization and asym…

continuous-controlContinuous ControlModel-based Reinforcement Learning