CLFeb 3

CPMobius: Iterative Coach-Player Reasoning for Data-Free Reinforcement Learning

arXiv:2602.02979v1h-index: 31
Originality Incremental advance
AI Analysis

This addresses the unsustainable supervision-heavy training for LLM reasoning, offering a data-free method that is incremental over existing unsupervised approaches.

The paper tackles the problem of training large language models for reasoning without relying on massive human-curated data by introducing CPMöbius, a collaborative Coach-Player paradigm for data-free reinforcement learning, which improves accuracy by an overall average of +4.9 and out-of-distribution average of +5.4 on Qwen2.5-Math-7B-Instruct.

Large Language Models (LLMs) have demonstrated strong potential in complex reasoning, yet their progress remains fundamentally constrained by reliance on massive high-quality human-curated tasks and labels, either through supervised fine-tuning (SFT) or reinforcement learning (RL) on reasoning-specific data. This dependence renders supervision-heavy training paradigms increasingly unsustainable, with signs of diminishing scalability already evident in practice. To overcome this limitation, we introduce CPMöbius (CPMobius), a collaborative Coach-Player paradigm for data-free reinforcement learning of reasoning models. Unlike traditional adversarial self-play, CPMöbius, inspired by real world human sports collaboration and multi-agent collaboration, treats the Coach and Player as independent but cooperative roles. The Coach proposes instructions targeted at the Player's capability and receives rewards based on changes in the Player's performance, while the Player is rewarded for solving the increasingly instructive tasks generated by the Coach. This cooperative optimization loop is designed to directly enhance the Player's mathematical reasoning ability. Remarkably, CPMöbius achieves substantial improvement without relying on any external training data, outperforming existing unsupervised approaches. For example, on Qwen2.5-Math-7B-Instruct, our method improves accuracy by an overall average of +4.9 and an out-of-distribution average of +5.4, exceeding RENT by +1.5 on overall accuracy and R-zero by +4.2 on OOD accuracy.

Foundations

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

Your Notes