paper-with-me

홈 › Papers

Deep Dense Exploration for LLM Reinforcement Learning via Pivot-Driven Resampling

2026-02-15 · Yiran Guo, Zhongjian Qiao, Yingqi Xie, Jie Liu, Dan Ye, Ruiqing Zhang, Shuang Qiu, Lijie Xu arxiv

Effective exploration is a key challenge in reinforcement learning for large language models: discovering high-quality trajectories within a limited sampling budget from the vast natural language sequence space. Existing methods face notable limitations: GRPO samples exclusively from the root, saturating high-probability trajectories while leaving deep, error-prone states under-explored. Tree-based methods blindly disperse budgets across trivial or unrecoverable states, causing sampling dilution that fails to uncover rare correct suffixes and destabilizes local baselines. To address this, we propose Deep Dense Exploration (DDE), a strategy that focuses exploration on $\textit{pivots}$-deep, recoverable states within unsuccessful trajectories. We instantiate DDE with DEEP-GRPO, which introduces three key innovations: (1) a lightweight data-driven utility function that automatically balances recoverability and depth bias to identify pivot states; (2) local dense resampling at each pivot to increase the probability of discovering correct subsequent trajectories; and (3) a dual-stream optimization objective that decouples global policy learning from local corrective updates. Experiments on mathematical reasoning benchmarks demonstrate that our method consistently outperforms GRPO, tree-based methods, and other strong baselines. Code is available at https://github.com/AgentCombo/DEEP-GRPO

📄 PDF Abstract BibTeX arXiv:2602.14169

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningMathematical Reasoning

Similar Papers 제목 키워드 기반

Residual Overfit Method of Exploration

2021-10-06 · James McInerney, Nathan Kallus

Exploration is a crucial aspect of bandit and reinforcement learning algorithms. The uncertainty quantification necessary for exploration often comes from either closed-form expressions based on simple models or resampli…

Uncertainty Quantification

Nonsense Helps: Prompt Space Perturbation Broadens Reasoning Exploration

2026-05-07 · Langlin Huang, Chengsong Huang, Jinyuan Li, Donghong Cai 외 arxiv

Reinforcement learning with verifiable rewards, particularly Group Relative Policy Optimization (GRPO), has significantly advanced the reasoning capabilities of Large Language Models (LLMs). However, in complex tasks, GR…

Reinforcement Learning

Advancing Diffusion Models: Alias-Free Resampling and Enhanced Rotational Equivariance

2024-11-14 · Md Fahim Anjum

Recent advances in image generation, particularly via diffusion models, have led to impressive improvements in image synthesis quality. Despite this, diffusion models are still challenged by model-induced artifacts and l…

Computational EfficiencyImage Generation

Robust Bayesian optimization with reinforcement learned acquisition functions

2022-10-02 · Zijing Liu, Xiyao Qu, Xuejun Liu, Hongqiang Lyu

In Bayesian optimization (BO) for expensive black-box optimization tasks, acquisition function (AF) guides sequential sampling and plays a pivotal role for efficient convergence to better optima. Prevailing AFs usually r…

Bayesian Optimizationreinforcement-learningReinforcement LearningReinforcement Learning (RL)

R$^3$L: Reflect-then-Retry Reinforcement Learning with Language-Guided Exploration, Pivotal Credit, and Positive Amplification

2026-01-07 · Weijie Shi, Yanxi Chen, Zexi Li, Xuchen Pan 외 arxiv

Reinforcement learning drives recent advances in LLM reasoning and agentic capabilities, yet current approaches struggle with both exploration and exploitation. Exploration suffers from low success rates on difficult tas…

Reinforcement Learning