Preprint
Large Language Models

Beyond Euclidean Clipping: Overcoming Exploration Collapse in LLM RL via Riemannian Isometric Policy Optimization

Zhicheng Cai, Xinyuan Guo, Hanlin Wu, Mingxuan Wang, Wei-Ying Ma, Ya-Qin Zhang, Hao Zhou
July 11, 2026

0

Citations

0

Influential Citations

Venue

2026

Year

Abstract

Reinforcement learning (RL) has become a dominant paradigm for enhancing LLMs' reasoning capabilities. However, RL algorithms with PPO-Clip are inherently limited by exploration collapse. Subsequent works remain primarily heuristic and fail to identify the essential cause of PPO-Clip's failure. This work reveals the fundamental flaw of PPO-Clip: it implicitly measures policy discrepancy using Euclidean metric, which is theoretically inconsistent with the intrinsic geometry on the policy Riemannian manifold. This geometric mismatch results in overly conservative updates in low-probability regions while aggressive in high-probability regions, ultimately collapsing exploration. To correct this geometric flaw, we propose Riemannian Isometric Policy Optimization (RIPO), which guarantees isometric policy updates on the Riemannian manifold, effectively balancing exploration and exploitation. We further show that RIPO achieves a favorable bias-variance trade-off, which stabilizes optimization. Extensive experiments demonstrate that RIPO significantly surpasses existing LLM RL algorithms across seven competition-level benchmarks (up to 60% improvement over GRPO on AIME24).

Analysis

Why This Paper Matters

This paper addresses a critical yet overlooked issue in reinforcement learning for large language models: exploration collapse. While PPO-Clip is widely used, its underlying Euclidean metric creates a geometric mismatch with the natural Riemannian manifold of policy distributions. This leads to overly conservative updates in low-probability regions and aggressive updates in high-probability regions, ultimately collapsing exploration. The authors provide a rigorous theoretical diagnosis and propose a principled fix, moving beyond heuristic approaches.

The significance lies in bridging differential geometry with practical LLM RL. By identifying the root cause, the paper opens the door to more stable and effective training of reasoning models. The proposed RIPO method is not just another tweak but a geometrically grounded correction that could become a standard component in LLM RL pipelines.

Technical Contributions

  • Geometric Flaw Identification: Proves that PPO-Clip's implicit Euclidean metric is inconsistent with the Fisher-Rao metric on the policy manifold, causing biased updates.
  • Riemannian Isometric Policy Optimization (RIPO): Introduces isometric updates that preserve the intrinsic geometry, ensuring balanced exploration and exploitation.
  • Bias-Variance Trade-off: Shows RIPO achieves a favorable bias-variance trade-off, stabilizing optimization compared to PPO-Clip.
  • Empirical Validation: Demonstrates consistent improvements across seven competition-level benchmarks, with up to 60% gain over GRPO on AIME24.

Results

RIPO was evaluated on seven competition-level benchmarks including AIME24, where it achieved up to 60% improvement over GRPO. The method consistently outperformed existing LLM RL algorithms, indicating robust generalization across different reasoning tasks. The results highlight the practical benefits of correcting the geometric mismatch.

Significance

This work has broad implications for AI alignment and reasoning. By providing a geometrically sound optimization framework, it enables more reliable training of LLMs for complex tasks. The approach could be extended to other RL settings beyond LLMs, influencing how policy gradients are computed in high-dimensional spaces. The paper sets a new standard for principled RL in language models.