OM-GRPO Improves Label-Free LLM Reasoning with RLVR.

Yongshi Ye, Liang Zhang, Yidong Chen, Xiaodong Shi, Biao Fu· August 5, 2026 View original

Key takeaways

  • OM-GRPO improves LLM reasoning using label-free Reinforcement Learning with Verifiable Rewards.
  • It decouples reward estimation from policy optimization by masking answer gradients.
  • This prevents models from "peeking" at answers and encourages better reasoning.
  • OM-GRPO outperforms other label-free methods and matches supervised training performance.

Who benefits

AI DevelopmentSoftware EngineeringEducationResearch & DevelopmentConsulting

Summary

OM-GRPO is a new label-free Reinforcement Learning with Verifiable Rewards (RLVR) framework that improves LLM reasoning by decoupling reward estimation from policy optimization. It masks gradients on the answer span while retaining answer-level consensus rewards, preventing models from "peeking" at answers and reinforcing reasoning instead.

This paper introduces Outcome-Masked Group Relative Policy Optimization (OM-GRPO), a novel framework for label-free Reinforcement Learning with Verifiable Rewards (RLVR). While RLVR is effective for improving LLM reasoning, it typically relies on ground-truth answers, which limits its scalability. Existing voting-based label-free methods, which use answer-level consensus for rewards, often suffer from "collapse" where the model reinforces answer tokens directly rather than improving its underlying reasoning process. OM-GRPO addresses this critical issue by decoupling reward estimation from policy optimization. It achieves this by masking gradients on the answer span during policy updates, while still utilizing a soft consensus signal for answer-level rewards. This strategic masking shifts the optimization pressure away from merely reproducing answers and towards enhancing the reasoning steps that lead to those answers. The framework also incorporates Contrast-Augmented Reward, a low-cost method to refine reward estimation through pairwise comparisons of existing trajectories, avoiding additional rollouts. Across various reasoning benchmarks and three LLM backbones, OM-GRPO consistently outperforms other label-free RLVR methods and achieves performance comparable to supervised ground-truth reward training, demonstrating stable optimization, especially in test-time training settings.

Why it matters

For professionals developing advanced LLM applications, OM-GRPO offers a scalable and effective method to improve reasoning capabilities without relying on expensive ground-truth labels, leading to more robust and intelligent AI systems.

How to implement this in your domain

  1. 1Investigate OM-GRPO as a method to improve the reasoning capabilities of your LLMs, especially for tasks requiring complex multi-step thought.
  2. 2Experiment with implementing outcome-masked gradient techniques in your RL-based LLM fine-tuning pipelines.
  3. 3Explore using contrast-augmented rewards to refine reward signals in label-free or weakly supervised settings.
  4. 4Apply this framework to develop LLMs that can explain their reasoning process more effectively, rather than just providing correct answers.

Original post by Yongshi Ye, Liang Zhang, Yidong Chen, Xiaodong Shi, Biao Fu

"arXiv:2608.03119v1 Announce Type: new Abstract: Reinforcement Learning with Verifiable Rewards (RLVR) improves LLM reasoning but typically relies on ground-truth (GT) answers, limiting scalability. Voting-based label-free RLVR replace gold supervision with answer-level consensus…"

View on X

Originally posted by Yongshi Ye, Liang Zhang, Yidong Chen, Xiaodong Shi, Biao Fu on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses