paper-with-me

Papers

Token Hidden Reward: Steering Exploration-Exploitation in Group Relative Deep Reinforcement Learning

2025-10-04 · Wenlong Deng, Yi Ren, Yushu Li, Boying Gong, Danica J. Sutherland, Xiaoxiao Li, Christos Thrampoulidis arxiv

Reinforcement learning with verifiable rewards has significantly advanced the reasoning capabilities of large language models, yet how to explicitly steer training toward exploration or exploitation remains an open problem. We introduce Token Hidden Reward (THR), a token-level metric that quantifies each token's influence on the likelihood of correct responses under Group Relative Policy Optimization (GRPO). We find that training dynamics are dominated by a small subset of tokens with high absolute THR values. Most interestingly, tokens with positive THR strengthen confidence in correct outputs, thus favoring exploitation, while tokens with negative THR preserve probability mass for alternative outputs, enabling exploration. This insight suggests a natural intervention: a THR-guided reweighting algorithm that modulates GRPO's learning signals to explicitly bias training toward exploitation or exploration. We validate the efficacy of this algorithm on diverse math reasoning benchmarks. By amplifying tokens with positive THR value and weakening negative ones, our algorithm improves greedy-decoding accuracy, favoring exploitation. The reverse strategy yields consistent gains in Pass@K accuracy, favoring exploration. We further demonstrate that our algorithm integrates seamlessly with other RL objectives such as GSPO and generalizes across architectures including Llama. These findings establish THR as a principled and fine-grained mechanism for dynamically controlling exploration and exploitation in RL-tuned LLMs, providing new tools for targeted fine-tuning in reasoning-intensive applications.

📄 PDF Abstract BibTeX arXiv:2510.03669

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

ReLaX: Reasoning with Latent Exploration for Large Reasoning Models

2025-12-08 · Shimin Zhang, Xianwei Chen, Yufan Shen, Ziyuan Ye 외 arxiv

Reinforcement Learning with Verifiable Rewards (RLVR) has recently demonstrated remarkable potential in enhancing the reasoning capability of Large Reasoning Models (LRMs). However, RLVR often drives the policy toward ov…

Reinforcement Learning

Semantic-Space Exploration and Exploitation in RLVR for LLM Reasoning

2025-09-28 · Fanding Huang, Guanbo Huang, Xiao Fan, Yi He 외 arxiv

Reinforcement Learning with Verifiable Rewards (RLVR) for LLM reasoning is often framed as balancing exploration and exploitation in action space, typically operationalized with token-level proxies (e.g., output entropy …

Reinforcement Learning

Look Inward to Explore Outward: Learning Temperature Policy from LLM Internal States via Hierarchical RL

2026-02-13 · Yixiao Zhou, Yang Li, Dongzhou Cheng, Hehe Fan 외 arxiv

Reinforcement Learning from Verifiable Rewards (RLVR) trains large language models (LLMs) from sampled trajectories, making decoding strategy a core component of learning rather than a purely inference-time choice. Sampl…

Hierarchical Reinforcement LearningMathematical Reasoning

Demystifying On-Policy Distillation: Roles, Pathologies, and Regulations

2026-07-15 · Rui Wang, Hongru Wang, Yi Chen, Boyang Xue 외 hf

On-policy distillation (OPD) has become a key paradigm in LLM post-training, yet its training dynamics remain poorly understood. We present a systematic study examining the role, pathologies, and regulations of OPD. We f…

XRPO: Pushing the limits of GRPO with Targeted Exploration and Exploitation

2025-10-08 · Udbhav Bamba, Minghao Fang, Yifan Yu, Haizhong Zheng 외 arxiv

Reinforcement learning algorithms such as GRPO have driven recent advances in large language model (LLM) reasoning. While scaling the number of rollouts stabilizes training, existing approaches suffer from limited explor…

Reinforcement Learning