Search papers, labs, and topics across Lattice.
This paper addresses the exploration-stability dilemma in reinforcement learning (RL) by introducing Unbounded Positive Asymmetric Optimization (UP), which allows for stable gradient updates while maximizing exploration. By formalizing the concept of Probability Capacity, the authors demonstrate that traditional importance sampling methods can hinder exploration due to conservative clipping mechanisms. Extensive experiments show that UP significantly enhances exploration capacity and reasoning accuracy across various RL algorithms and model architectures, establishing it as a versatile enhancement for RL training.
Unbounded Positive Asymmetric Optimization unleashes stable gradients that enhance exploration without sacrificing training stability, revolutionizing RL for large language models.
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). However, these algorithms suffer from an exploration-stability dilemma. Pure IS often leads to catastrophic training instability, while standard clipping mechanisms used to mitigate this instability strictly constrain the policy update budget. By formalizing the concept of Probability Capacity (Cap), we reveal that conservative clipping structurally stifles exploration by prematurely truncating the update budget for correct but low-confidence reasoning paths. To break free from these constraints, we propose Unbounded Positive Asymmetric Optimization (UP), a universal and plug-and-play objective. UP theoretically restructures the optimization process by anchoring the policy to its current state via the stop-gradient operator. This asymmetric design unleashes unclipped, stable gradients for positive advantages to maximize exploration, while maintaining standard clipping safeguards for negative advantages to prevent training instability. Furthermore, our formulation readily extends across different optimization granularities, including token-level (GRPO, DAPO) and sequence-level (GSPO) frameworks. Extensive experiments demonstrate that UP enhances exploration capacity and achieves superior reasoning accuracy across diverse RL algorithms (DAPO, GSPO, and GRPO), model architectures (Dense, MoE, and vision-language), and training modalities (language and multimodal), validating UP as a truly universal plug-and-play enhancement for RL-based training.