English

CoRPO: Adding a Correctness Bias to GRPO Improves Generalization

Artificial Intelligence 2026-03-06 v3 Machine Learning

Abstract

Group-Relative Policy Optimization (GRPO) has emerged as the standard for training reasoning capabilities in large language models through reinforcement learning. By estimating advantages using group-mean rewards rather than a learned critic, GRPO has enabled efficient scaling of reinforcement learning from verifiable rewards (RLVR). However, we identify a fundamental limitation: GRPO's mean baseline can assign positive advantages to incorrect solutions simply because they outperform a poorly-performing group average. It leads to overestimation of advantages and reinforcement of incorrect behaviours. To address this, we propose Correctness-Relative Policy Optimization (CoRPO), a simple modification to the GRPO objective that clips the minimum baseline to a fixed correctness threshold. We show that baseline clipping introduces a protective bias to advantage estimation that mitigates overfitting while preserving effective exploration. Empirically, CoRPO-trained models improve cross-domain reasoning, generalizing more consistently to out-of-domain (OOD) tasks. When trained on coding tasks, CoRPO outperforms GRPO on math, and vice-versa, indicating that CoRPO learns robust, transferable reasoning patterns rather than task-specific solutions.

Keywords

Cite

@article{arxiv.2511.04439,
  title  = {CoRPO: Adding a Correctness Bias to GRPO Improves Generalization},
  author = {Anisha Garg and Claire Zhang and Nishit Neema and David Bick and Ganesh Venkatesh and Joel Hestness},
  journal= {arXiv preprint arXiv:2511.04439},
  year   = {2026}
}
R2 v1 2026-07-01T07:24:41.089Z