AIOct 9, 2025

GCPO: When Contrast Fails, Go Gold

arXiv:2510.07790v12 citationsh-index: 4Has Code
Originality Incremental advance
AI Analysis

This addresses a specific bottleneck in training smaller language models for reasoning tasks, offering an incremental but effective enhancement.

The paper tackles the limitation in reinforcement learning for language models where existing methods like GRPO cannot learn from uniformly correct or incorrect samples by introducing GCPO, which uses external reference answers to guide updates, achieving substantial improvements on multiple benchmarks.

Reinforcement learning has been widely applied to enhance the reasoning capabilities of large language models. Extending the inference limits of smaller models has become a prominent research focus. However, algorithms such as Group Relative Policy Optimization (GRPO) suffer from a clear drawback: the upper bound of a model's rollout responses is entirely determined by the model itself, preventing the acquisition of knowledge from samples that are either all incorrect or all correct. In this paper, we introduce Group Contrastive Policy Optimization (GCPO), a method that incorporates external standard reference answers. When the model cannot solve a problem, the reference answer supplies the correct response, steering the model toward an unequivocally accurate update direction. This approach offers two main advantages: (1) it improves training efficiency by fully utilizing every sample; (2) it enables the model to emulate the problem solving strategy of the reference answer during training, thereby enhancing generalization in reasoning. GCPO achieves outstanding results across multiple benchmark datasets, yielding substantial improvements over the baseline model. Our code is available at: https://github.com/AchoWu/GCPO.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes