paper-with-me

Papers

ESPO: Entropy Importance Sampling Policy Optimization

2025-11-29 · Yuepeng Sheng, Yuwei Huang, Shuman Liu, Anxiang Zeng, Haibo Zhang arxiv

Reinforcement learning (RL) has become a central component of post-training for large language models (LLMs), particularly for complex reasoning tasks that require stable optimization over long generation horizons. However, achieving performance at scale often introduces a fundamental trade-off between training stability and training efficiency. Token-level optimization applies fine-grained updates at the individual units, but is prone to high variance in gradient estimation, which can result in unstable training dynamics. In contrast, Sequence-level optimization often relies on aggressive clipping mechanisms to ensure stable updates. However, such design may discard a large fraction of valid training samples, leading to inefficient gradient utilization and reduced training efficiency. We refer to this phenomenon as gradient underutilization. In this work, we propose Entropy Importance Sampling Policy Optimization (ESPO), a novel framework that aims to combine fine-grained updates with stable training. ESPO decomposes sequences into groups based on predictive entropy, enabling (1) Entropy Grouping Importance Sampling to capture intra-sequence heterogeneity, and (2) Entropy Adaptive Clipping to dynamically allocate trust regions based on model uncertainty. Extensive experiments on mathematical reasoning benchmarks demonstrate that ESPO not only accelerates convergence but also achieves state-of-the-art performance, notably improving accuracy on the challenging mathematical benchmarks.

📄 PDF Abstract BibTeX arXiv:2512.00499

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningMathematical Reasoning

Similar Papers 제목 키워드 기반

Boosting RL-Based Visual Reasoning with Selective Adversarial Entropy Intervention

2025-12-11 · Yang Yu, Zhuangzhuang Chen, Lanqing Li, Xiaomeng Li arxiv

Recently, reinforcement learning (RL) has become a common choice in enhancing the reasoning capabilities of vision-language models (VLMs). Considering existing RL-based finetuning methods, entropy intervention turns out …

Reinforcement LearningAdversarial AttackVisual Reasoning

Soft Sequence Policy Optimization

2026-02-22 · Svetlana Glazyrina, Maksim Kryzhanovskiy, Roman Ischenko arxiv

A significant portion of recent research on Large Language Model (LLM) alignment focuses on developing new policy optimization methods based on Group Relative Policy Optimization (GRPO). Two prominent directions have eme…

Reinforcement LearningMathematical Reasoning

Heterogeneous Adaptive Policy Optimization: Tailoring Optimization to Every Token's Nature

2025-09-20 · Zheng Liu, Mengjie Liu, Siwei Wen, Mengzhang Cai 외 arxiv

Using entropy as a measure of heterogeneity to guide optimization has emerged as a crucial research direction in Reinforcement Learning for LLMs. However, existing methods typically treat it as a discrete filter or post-…

Reinforcement LearningMathematical Reasoning

SSPO: Subsentence-level Policy Optimization

2025-11-06 · Kun Yang, Zikang chen, Yanmeng Wang, Zhigen Li 외 arxiv

As a key component of large language model (LLM) post-training, Reinforcement Learning from Verifiable Rewards (RLVR) has substantially improved reasoning performance. However, existing RLVR algorithms exhibit distinct s…

Reinforcement Learning

Sample Dropout: A Simple yet Effective Variance Reduction Technique in Deep Policy Optimization

2023-02-05 · Zichuan Lin, Xiapeng Wu, Mingfei Sun, Deheng Ye 외

Recent success in Deep Reinforcement Learning (DRL) methods has shown that policy optimization with respect to an off-policy distribution via importance sampling is effective for sample reuse. In this paper, we show that…

Deep Reinforcement LearningMuJoCo