Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Breaking $\textit{Winner-Takes-All}$: Cooperative Policy Optimization Improves Diverse LLM Reasoning

About

Reinforcement learning with verifiers (RLVR) has become a central paradigm for improving LLM reasoning, yet popular group-based optimization algorithms like GRPO often suffer from exploration collapse, where the models prematurely converge on a narrow set of high-scoring patterns, lacking the ability to explore new solutions. Recent efforts attempt to alleviate this by adding entropy regularization or diversity bonus. However, these approaches do not change the \textit{winner-takes-all} nature, where rollouts still compete for individual advantage rather than cooperating for maximizing global diversity. In this work, we propose Group Cooperative Policy Optimization (GCPO), which shifts the training paradigm from rollout competition to team cooperation. Specifically, GCPO replaces independent rollout scoring with team-level credit assignment: a rollout is rewarded by how much it contributes to the team's valid solution coverage, rather than its individual accuracy. This coverage is described as a determinant volume over reward-weighted semantic embeddings, where only correct and non-redundant rollouts contribute to this volume. During advantage estimation, GCPO redistributes the collective team reward to each single rollout according to its average marginal contribution to the team. This cooperative training paradigm routes optimization toward non-redundant correct reasoning paths. Experiments across multiple reasoning benchmarks demonstrate that GCPO significantly improves both reasoning accuracy and solution diversity over existing approaches. Code will be released at https://github.com/bradybuddiemarch/gcpo.

Haoxuan Chen, Tianming Liang, Wei-Shi Zheng, Jian-Fang Hu• 2026

Related benchmarks

TaskDatasetResultRank
Mathematical ReasoningAIME 2024
Accuracy51.7
479
Mathematical ReasoningAIME 2025
Accuracy49
311
Science Question AnsweringARC-C
Accuracy91.4
261
Question AnsweringMMLU-Pro
Accuracy63.8
91
Mathematical ReasoningOlympiad
Pass@1 Accuracy40.4
35
Mathematical Problem SolvingAIME 2024
Pass@k63
24
Mathematical Problem SolvingAIME 2025
Pass@k64.7
24
Mathematical Problem SolvingMATH 500
Pass@k79.3
24
Mathematical Problem SolvingMinerva
Pass@k37.5
24
Mathematical Problem SolvingOlympiad
Pass@k47.1
24
Showing 10 of 14 rows

Other info

Follow for update