← 首页|学术|GCPO: Diagnosing and Constraining Subspace Geometry in Rollout RL for LLMs
cs.LG / cs.AI · 2608.11674 · 2026/08/12

GCPO: Diagnosing and Constraining Subspace Geometry in Rollout RL for LLMs

Yang, Kai, Xu, Jingwei, Wang, Wanyu, Guo, Kai-Yuan, Yu, Zhenbo, Wang, Yi, Qiao, Yu
TL;DR:GRPO类on-policy rollout常受训练不稳定、跨任务能力退化与响应长度膨胀困扰。GCPO提出Principal-Subspace Overlap诊断,并用硬双边正交投影把更新约束到预训练权重的互补子空间,按构造阻止几何漂移。

🎯 问题

on-policy rollout(GRPO)训练不稳定、跨任务退化、长度膨胀;聚合更新的子空间几何已被刻画,但stepwise变化与性能的关系不明。

🔬 方法

Principal-Subspace Overlap:维度校正度量,衡量单个rollout更新相对预训练权重主导奇异子空间的重叠——低平均重叠但瞬时尖峰常先于性能退化;GCPO用硬双边正交投影约束更新到互补子空间。
章节结构(全文标题提取):
1 Introduction
2 Related Work
3 Principal-Subspace Overlap and Instability
4 Methodology
5 Experiments
6 Conclusion
References
Appendix A Notations
3.1 Preliminaries
3.2 Observed Excess Principal-subspace Overlap
4.1 Problem Formulation
4.2 GCPO: Geometrically Constrained Policy Optimization
4.3 Theoretical Properties and Comparison
5.1 Main Results
5.2 Cross-Task Capability Preservation
5.3 Optimization Dynamics of GCPO
5.4 Ablation Studies
5.5 Limitations
Orthogonality of the Update Decomposition
Expected Overlap of an Isotropic Update

📊 结果

Qwen3-8B/GLM4-9B上数学/代码/工具使用一致超越GRPO/DAPO/GSPO,较最强基线最高+27.69/+2.37点;保留通用能力、消除响应长度膨胀、稳定策略熵。

💡 与研究方向关联

预训练子空间几何 = 稳定 RL post-training 的新诊断视角。GCPO 的硬正交约束阻止几何漂移,对 rollout RL(GRPO 系)训练稳定性有直接价值,属用户 RL 训练兴趣方向。

📝 原文摘要

▶ 原文摘要 Abstract
On-policy rollout methods such as GRPO are central to post-training of large language models, yet they frequently suffer from training instabilities, cross-task capability degradation, and response-length inflation. Although prior work has characterized the subspace geometry of aggregate updates, the stepwise variation of this geometry and its relationship to model performance remain unclear. We introduce Principal-Subspace Overlap, a dimension-corrected measure of individual rollout updates relative to the dominant singular subspaces of pretrained weights. Despite low average overlap, transient spikes often precede performance degradation. To address this, we propose GCPO (Geometrically Constrained Policy Optimization), which applies hard bilateral orthogonal projections to constrain updates to the complementary subspaces, preventing such excursions by construction. Across mathematical reasoning, code generation, and tool-use tasks on Qwen3-8B and GLM4-9B, GCPO consistently outperforms GRPO and recent variants, including DAPO and GSPO, improving over the base models and the strongest baseline by up to 27.69 and 2.37 points, respectively. Furthermore, GCPO preserves general capabilities, eliminates response-length inflation, and stabilizes policy entropy. Our findings provide a new diagnostic lens and a principled design perspective for stable reinforcement learning post-training.
Deep Read · 2026-08-14高松灯 / Agent 日报
RL Post-trainingGRPOSubspace GeometryTraining Stability