Beyond the Best Teacher: Expanding and Compressing the Reasoning Solution Manifold

πŸ“… 2026-07-30
πŸ“ˆ Citations: 0
✨ Influential: 0
πŸ“„ PDF
πŸ€– AI Summary
This work addresses the limited reasoning coverage of single reinforcement learning teacher models, which constrains their ability to comprehensively guide student models. To overcome this, the authors propose an β€œExpand-and-Compress” framework: first, a set of complementary teachers is constructed through iterative training, leveraging Residual Group Relative Policy Optimization (RGRPO) to broaden the solution space while preserving expert behaviors via Consensus-Residual Decomposition; subsequently, knowledge from this ensemble is efficiently distilled into a single student model using reliability-weighted Teacher-Union On-policy Distillation (TU-OPD). Experimental results demonstrate that the resulting Qwen3-1.7B student model outperforms the strongest individual teacher by 2.0%, 8.3%, and 6.9% on mathematical reasoning, code generation, and instruction-following tasks, respectively, while retaining the inference efficiency of a single model.
πŸ“ Abstract
A single reinforcement-learning run can produce a strong reasoner yet an incomplete teacher: it often amplifies only a subset of the valid solution modes. We argue that reinforcement learning (RL)-trained policies should therefore be viewed as local probes of a multi-basin reasoning solution manifold, rather than as globally reliable supervisors. Based on this view, we propose an expand-then-compress framework that couples teacher construction with multi-teacher policy distillation. In the expansion stage, Residual Group Relative Policy Optimization (RGRPO) trains a sequence of teachers from a common initialization and redirects each later round toward examples not yet covered by the accumulated teacher union. In the compression stage, reliability-gated Teacher-Union On-policy Distillation (TU-OPD) lets the student learn from its own response prefixes. For each example, only reliable teachers contribute, and their sampled-token OPD losses are weighted by their per-example quality. We further introduce Consensus-Residual Decomposition, which preserves a winner teacher's excess token preferences over its reliable peers, preventing specialist behavior from being suppressed during teacher aggregation. Experiments on mathematical reasoning, code generation, and instruction following show that the resulting Qwen3-1.7B student consistently outperforms the strongest individual teacher across all three domains, yielding relative improvements of 2.0%, 8.3%, and 6.9%, respectively, while retaining single-model inference. These results establish a simple but powerful principle: stronger students can be obtained not by selecting a single better teacher, but by deliberately constructing and compressing a complementary teacher union.
Problem

Research questions and friction points this paper is trying to address.

reasoning solution manifold
incomplete teacher
multi-basin solutions
policy distillation
reinforcement learning
Innovation

Methods, ideas, or system contributions that make the work stand out.

expand-then-compress
multi-teacher distillation
Residual Group Relative Policy Optimization
reliability-gated distillation
Consensus-Residual Decomposition