New RL Optimization Breaks Exploration-Stability Dilemma for LLMs.

Chongyu Fan, Pengfei Liu, Jingjia Huang, Sijia Liu, Yi Lin· July 9, 2026 View original

Key takeaways

  • UP is a new RL optimization objective addressing the exploration-stability dilemma in LLMs.
  • It allows unclipped gradients for positive advantages, enhancing exploration.
  • The method maintains stability with standard clipping for negative advantages.
  • UP improves reasoning accuracy across various RL algorithms, models, and modalities.

Who benefits

AI/ML PlatformsSoftware DevelopmentResearch & AcademiaRoboticsAutonomous Systems

Summary

Researchers introduce Unbounded Positive Asymmetric Optimization (UP), a plug-and-play objective that enhances reinforcement learning for LLMs by allowing unclipped, stable gradients for positive advantages. UP improves exploration and reasoning accuracy across various RL algorithms and model architectures without sacrificing stability.

Reinforcement Learning (RL) is a key paradigm for enhancing the complex reasoning capabilities of Large Language Models (LLMs), but it faces an exploration-stability dilemma. Current RL frameworks rely on importance sampling (IS), which can lead to training instability, while standard clipping mechanisms used to mitigate this instability often restrict the policy update budget, stifling exploration. The paper formalizes the concept of Probability Capacity (Cap) and reveals that conservative clipping prematurely truncates update budgets for correct but low-confidence reasoning paths. To overcome this, researchers propose Unbounded Positive Asymmetric Optimization (UP), a universal and plug-and-play objective. UP fundamentally restructures the optimization process by anchoring the policy to its current state using a stop-gradient operator. This asymmetric design allows for unclipped, stable gradients for positive advantages, maximizing exploration, while retaining standard clipping safeguards for negative advantages to prevent instability. The formulation extends to different optimization granularities (token-level and sequence-level) and has been experimentally shown to enhance exploration capacity and achieve superior reasoning accuracy across diverse RL algorithms (DAPO, GSPO, GRPO), model architectures (Dense, MoE, vision-language), and training modalities (language and multimodal).

Why it matters

This advancement offers a significant improvement in training efficiency and performance for RL-enhanced LLMs, enabling them to explore more effectively and achieve higher reasoning accuracy without compromising training stability.

How to implement this in your domain

  1. 1Evaluate integrating the UP optimization objective into your existing RL-based LLM fine-tuning pipelines.
  2. 2Experiment with UP across different LLM architectures and tasks to assess its impact on exploration and reasoning accuracy.
  3. 3Train new LLM agents using UP to potentially achieve higher performance with fewer training steps.
  4. 4Collaborate with AI research teams to adapt UP for novel RL applications beyond language models.

Original post by Chongyu Fan, Pengfei Liu, Jingjia Huang, Sijia Liu, Yi Lin

"arXiv:2607.06987v1 Announce Type: new Abstract: Reinforcement learning (RL) has become the standard paradigm for enhancing the complex reasoning capabilities of large language models (LLMs). To achieve sample efficiency, modern RL frameworks rely on importance sampling (IS). Howe…"

View on X

Originally posted by Chongyu Fan, Pengfei Liu, Jingjia Huang, Sijia Liu, Yi Lin on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses