PulseAugur
EN
LIVE 09:37:58

New UP optimization method enhances LLM reasoning via stable exploration

Researchers have introduced Unbounded Positive Asymmetric Optimization (UP), a novel objective designed to improve reinforcement learning (RL) for large language models (LLMs). UP addresses the exploration-stability dilemma inherent in standard RL algorithms by restructuring the optimization process. This approach allows for unclipped gradients for positive advantages, thereby maximizing exploration, while maintaining clipping for negative advantages to prevent instability. Experiments show UP enhances exploration and reasoning accuracy across various RL algorithms, model architectures, and training modalities. AI

IMPACT This new optimization technique could lead to more stable and effective training of LLMs for complex reasoning tasks.

RANK_REASON The cluster contains an academic paper detailing a new optimization method for reinforcement learning in LLMs. [lever_c_demoted from research: ic=1 ai=1.0]

Read on arXiv cs.LG →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

New UP optimization method enhances LLM reasoning via stable exploration

COVERAGE [1]

  1. arXiv cs.LG TIER_1 English(EN) · Chongyu Fan, Pengfei Liu, Jingjia Huang, Sijia Liu, Yi Lin ·

    UP: Unbounded Positive Asymmetric Optimization for Breaking the Exploration-Stability Dilemma

    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…