paper-with-me

Papers

Back to Basics: Revisiting Exploration in Reinforcement Learning for LLM Reasoning via Generative Probabilities

2026-02-05 · Pengyi Li, Elizaveta Goncharova, Andrey Kuznetsov, Ivan Oseledets arxiv

Reinforcement Learning with Verifiable Rewards (RLVR) has emerged as an indispensable paradigm for enhancing reasoning in Large Language Models (LLMs). However, standard policy optimization methods, such as Group Relative Policy Optimization (GRPO), often converge to low-entropy policies, leading to severe mode collapse and limited output diversity. We analyze this issue from the perspective of sampling probability dynamics, identifying that the standard objective disproportionately reinforces the highest-likelihood paths, thereby suppressing valid alternative reasoning chains. To address this, we propose a novel Advantage Re-weighting Mechanism (ARM) designed to equilibrate the confidence levels across all correct responses. By incorporating Prompt Perplexity and Answer Confidence into the advantage estimation, our method dynamically reshapes the reward signal to attenuate the gradient updates of over-confident reasoning paths, while redistributing probability mass toward under-explored correct solutions. Empirical results demonstrate that our approach significantly enhances generative diversity and response entropy while maintaining competitive accuracy, effectively achieving a superior trade-off between exploration and exploitation in reasoning tasks. Empirical results on Qwen2.5 and DeepSeek models across mathematical and coding benchmarks show that ProGRPO significantly mitigates entropy collapse. Specifically, on Qwen2.5-7B, our method outperforms GRPO by 5.7% in Pass@1 and, notably, by 13.9% in Pass@32, highlighting its superior capability in generating diverse correct reasoning paths.

📄 PDF Abstract BibTeX arXiv:2602.05281

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Back to Basics: Revisiting REINFORCE Style Optimization for Learning from Human Feedback in LLMs

2024-02-22 · Arash Ahmadian, Chris Cremer, Matthias Gallé, Marzieh Fadaee 외

AI alignment in the shape of Reinforcement Learning from Human Feedback (RLHF) is increasingly treated as a crucial ingredient for high performance large language models. Proximal Policy Optimization (PPO) has been posit…

Revisiting Entropy Regularization: Adaptive Coefficient Unlocks Its Potential for LLM Reinforcement Learning

2025-10-13 · Xiaoyun Zhang, Xiaojian Yuan, Di Huang, Wang You 외 arxiv

Reasoning ability has become a defining capability of Large Language Models (LLMs), with Reinforcement Learning with Verifiable Rewards (RLVR) emerging as a key paradigm to enhance it. However, RLVR training often suffer…

Reinforcement LearningMathematical Reasoning

Back to the Basics: Revisiting Out-of-Distribution Detection Baselines

2022-07-07 · Johnson Kuan, Jonas Mueller

We study simple methods for out-of-distribution (OOD) image detection that are compatible with any already trained classifier, relying on only its predictions or learned representations. Evaluating the OOD detection perf…

Out-of-Distribution DetectionOut of Distribution (OOD) Detection

ProCeedRL: Process Critic with Exploratory Demonstration Reinforcement Learning for LLM Agentic Reasoning

2026-04-02 · Jingyue Gao, Yanjiang Guo, Xiaoshuai Chen, Jianyu Chen arxiv

Reinforcement Learning (RL) significantly enhances the reasoning abilities of large language models (LLMs), yet applying it to multi-turn agentic tasks remains challenging due to the long-horizon nature of interactions a…

Reinforcement Learning

Revisiting Safe Exploration in Safe Reinforcement learning

2024-09-02 · David Eckel, Baohe Zhang, Joschka Bödecker

Safe reinforcement learning (SafeRL) extends standard reinforcement learning with the idea of safety, where safety is typically defined through the constraint of the expected cost return of a trajectory being below a set…

Benchmarkingreinforcement-learningReinforcement LearningSafe Exploration+1