paper-with-me

Papers

Can LLMs Guide Their Own Exploration? Gradient-Guided Reinforcement Learning for LLM Reasoning

2025-12-17 · Zhenwen Liang, Sidi Lu, Wenhao Yu, Kishan Panaganti, Yujun Zhou, Haitao Mi, Dong Yu arxiv

Reinforcement learning has become essential for strengthening the reasoning abilities of large language models, yet current exploration mechanisms remain fundamentally misaligned with how these models actually learn. Entropy bonuses and external semantic comparators encourage surface level variation but offer no guarantee that sampled trajectories differ in the update directions that shape optimization. We propose G2RL, a gradient guided reinforcement learning framework in which exploration is driven not by external heuristics but by the model own first order update geometry. For each response, G2RL constructs a sequence level feature from the model final layer sensitivity, obtainable at negligible cost from a standard forward pass, and measures how each trajectory would reshape the policy by comparing these features within a sampled group. Trajectories that introduce novel gradient directions receive a bounded multiplicative reward scaler, while redundant or off manifold updates are deemphasized, yielding a self referential exploration signal that is naturally aligned with PPO style stability and KL control. Across math and general reasoning benchmarks (MATH500, AMC, AIME24, AIME25, GPQA, MMLUpro) on Qwen3 base 1.7B and 4B models, G2RL consistently improves pass@1, maj@16, and pass@k over entropy based GRPO and external embedding methods. Analyzing the induced geometry, we find that G2RL expands exploration into substantially more orthogonal and often opposing gradient directions while maintaining semantic coherence, revealing that a policy own update space provides a far more faithful and effective basis for guiding exploration in large language model reinforcement learning.

📄 PDF Abstract BibTeX arXiv:2512.15687

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Inpainting-Guided Policy Optimization for Diffusion Large Language Models

2025-09-12 · Siyan Zhao, Mengchen Liu, Jing Huang, Miao Liu 외 arxiv

Masked diffusion large language models (dLLMs) are emerging as promising alternatives to autoregressive LLMs, offering competitive performance while supporting unique generation capabilities such as inpainting. We explor…

Reinforcement Learning

Optimal Control-Based Baseline for Guided Exploration in Policy Gradient Methods

2020-11-04 · Xubo Lyu, Site Li, Seth Siriya, Ye Pu 외

In this paper, a novel optimal control-based baseline function is presented for the policy gradient method in deep reinforcement learning (RL). The baseline is obtained by computing the value function of an optimal contr…

Deep Reinforcement LearningPolicy Gradient MethodsReinforcement Learning (RL)

Experience is the Best Teacher: Motivating Effective Exploration in Reinforcement Learning for LLMs

2026-03-20 · Wenjian Zhang, Kongcheng Zhang, Jiaxin Qi, Baisheng Lai 외 arxiv

Reinforcement Learning (RL) with rubric-based rewards has recently shown remarkable progress in enhancing general reasoning capabilities of Large Language Models (LLMs), yet still suffers from ineffective exploration con…

Reinforcement Learning

Guided Navigation in Knowledge-Dense Environments: Structured Semantic Exploration with Guidance Graphs

2025-08-06 · Dehao Tao, Guangjie Liu, Weizheng, Yongfeng Huang 외 arxiv

While Large Language Models (LLMs) exhibit strong linguistic capabilities, their reliance on static knowledge and opaque reasoning processes limits their performance in knowledge intensive tasks. Knowledge graphs (KGs) o…

Knowledge Graphs

Enhancing Adversarial Transferability by Balancing Exploration and Exploitation with Gradient-Guided Sampling

2025-11-01 · Zenghao Niu, Weicheng Xie, Siyang Song, Zitong Yu 외 arxiv

Adversarial attacks present a critical challenge to deep neural networks' robustness, particularly in transfer scenarios across different model architectures. However, the transferability of adversarial attacks faces a f…