paper-with-me

Papers

Reasoning with Exploration: An Entropy Perspective

2025-06-17 · Daixuan Cheng, Shaohan Huang, Xuekai Zhu, Bo Dai, Wayne Xin Zhao, Zhenliang Zhang, Furu Wei

Balancing exploration and exploitation is a central goal in reinforcement learning (RL). Despite recent advances in enhancing language model (LM) reasoning, most methods lean toward exploitation, and increasingly encounter performance plateaus. In this work, we revisit entropy -- a signal of exploration in RL -- and examine its relationship to exploratory reasoning in LMs. Through empirical analysis, we uncover strong positive correlations between high-entropy regions and three types of exploratory reasoning actions: (1) pivotal tokens that determine or connect logical steps, (2) reflective actions such as self-verification and correction, and (3) rare behaviors under-explored by the base LMs. Motivated by this, we introduce a minimal modification to standard RL with only one line of code: augmenting the advantage function with an entropy-based term. Unlike traditional maximum-entropy methods which encourage exploration by promoting uncertainty, we encourage exploration by promoting longer and deeper reasoning chains. Notably, our method achieves significant gains on the Pass@K metric -- an upper-bound estimator of LM reasoning capabilities -- even when evaluated with extremely large K values, pushing the boundaries of LM reasoning.

📄 PDF Abstract BibTeX arXiv:2506.14758

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

Efficient Reinforcement Learning with Semantic and Token Entropy for LLM Reasoning

2025-12-04 · Hongye Cao, Zhixin Bai, Ziyue Peng, Boyan Wang 외 arxiv

Reinforcement learning with verifiable rewards (RLVR) has demonstrated superior performance in enhancing the reasoning capability of large language models (LLMs). However, this accuracy-oriented learning paradigm often s…

Reinforcement Learning

Beyond the 80/20 Rule: High-Entropy Minority Tokens Drive Effective Reinforcement Learning for LLM Reasoning

2025-06-02 · Shenzhi Wang, Le Yu, Chang Gao, Chujie Zheng 외

Reinforcement Learning with Verifiable Rewards (RLVR) has emerged as a powerful approach to enhancing the reasoning capabilities of Large Language Models (LLMs), while its mechanisms are not yet well understood. In this …

Entropy-based Exploration Conduction for Multi-step Reasoning

2025-03-20 · Jinghan Zhang, Xiting Wang, Fengran Mo, Yeyang Zhou 외

In large language model (LLM) reasoning, multi-step processes have proven effective for solving complex tasks. However, the depth of exploration can significantly affect the reasoning performance. Existing methods to aut…

Language ModelingLanguage ModellingLarge Language Model

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

Restoring Exploration after Post-Training: Latent Exploration Decoding for Large Reasoning Models

2026-02-02 · Wenhui Tan, Fiorenzo Parascandolo, Enver Sangineto, Jianzhong Ju 외 arxiv

Large Reasoning Models (LRMs) have recently achieved strong mathematical and code reasoning performance through Reinforcement Learning (RL) post-training. However, we show that modern reasoning post-training induces an u…

Reinforcement Learning