paper-with-me

홈 › Papers

Beyond Negative Rollouts: Positive-Only Policy Optimization with Implicit Negative Gradients

2026-05-07 · Mingwei Xu, Hao Fang arxiv

Reinforcement learning with verifiable rewards (RLVR), due to the deterministic verification, becomes a dominant paradigm for enhancing the reasoning ability of large language models (LLMs). The community witnesses the rapid change from the Proximal Policy Optimization (PPO) to Group Relative Policy Optimization (GRPO), in which GRPO reduces the complicated advantage estimation with simple estimation over grouped positive and negative rollouts. However, we note that negative rollouts may admit no gradation of failure severity, and the combinatorial vastness makes penalizing a few sampled negatives unlikely to cover a meaningful reward signal under sparse binary rewards. In this work, we propose Positive-Only Policy Optimization (POPO), a novel RLVR framework in which learning can occur exclusively via online positive rollouts. Specifically, POPO utilizes bounded importance sampling over the positive rollout set. Thus, no disjoint negative rollouts are used for the gradient guidance. We show that implicit negative gradients can emerge naturally through reinforcing the positive probability via rollouts redistribution. Next, POPO stabilizes the policy optimization through two mechanisms. First, it applies a siamese policy network with a momentum-based adaptation law for stabilized policy evolution. Second, we replace the KL-divergence with a bounded similarity penalty term in the siamese representation space. We conduct extensive experiments using publicly available, well-established text-LLM models, e.g., the Qwen family, across all-level mathematical benchmarks. Our experiment demonstrates that POPO achieves performance comparable to, or even superior to GRPO. Notably, we show that POPO can achieve 36.67% in AIME 2025 with Qwen-Math-7B, outperforming GRPO 30.00%. Our ablation and sweep studies further illustrate the necessity and robustness of POPO components.

📄 PDF Abstract BibTeX arXiv:2605.06650

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

DRPO: Efficient Reasoning via Decoupled Reward Policy Optimization

2025-10-06 · Gang Li, Yan Chen, Ming Lin, Tianbao Yang arxiv

Recent large reasoning models (LRMs) driven by reinforcement learning algorithms (e.g., GRPO) have achieved remarkable performance on challenging reasoning tasks. However, these models suffer from overthinking, generatin…

Reinforcement LearningMathematical Reasoning

Revisiting Reinforcement Learning with Verifiable Rewards from a Contrastive Perspective

2026-05-13 · Feng Zhang, Xinhong Ma, Ziqiang Dong, Xi Leng 외 arxiv

Group Relative Policy Optimization (GRPO) is one of the most widely adopted RLVR algorithms for post-training large language models on reasoning tasks. We first show that GRPO admits an equivalent discriminative reformul…

Reinforcement Learning

Annotations as Rollouts: Efficient and Scalable Reinforcement Learning for Video MLLMs

2026-08-20 · Yunheng Li, Guohong Mu, Hao Li, Shengsheng Qian 외 hf

Multimodal large language models (MLLMs) have become a prevailing paradigm for unified video perception. However, post-training on large multi-task datasets remains challenging, as existing reinforcement learning methods…

Reinforcement Learning

The Cancellation Hypothesis in Critic-Free RL: From Outcome Rewards to Token Credits

2026-05-09 · Tianhao Cheng, Zeyu Huang, Zihan Qiu, Yu Cheng 외 arxiv

A commonly accepted explanation of critic-free RL for LLMs, based on sequence-level rewards, is that it reinforces successful rollouts with a positive advantage while penalizing failed ones. In contrast, we study critic-…

Harmony in Diversity: Multi-domain Contrastive Policy Optimization for Large Reasoning Models

2026-05-25 · Zongji Yu, Wenshui Luo, Yiliu Sun, Hao Fang 외 arxiv

Post-training has significantly enhanced the reasoning capability of Large Reasoning Models (LRMs), especially with Reinforcement Learning (RL) like Group Relative Policy Optimization (GRPO). However, GRPO-style RL metho…

Reinforcement Learning