paper-with-me

Papers

Learning to Hint for Reinforcement Learning

2026-04-01 · Yu Xia, Canwen Xu, Zhewei Yao, Julian McAuley, Yuxiong He arxiv

Group Relative Policy Optimization (GRPO) is widely used for reinforcement learning with verifiable rewards, but it often suffers from advantage collapse: when all rollouts in a group receive the same reward, the group yields zero relative advantage and thus no learning signal. For example, if a question is too hard for the reasoner, all sampled rollouts can be incorrect and receive zero reward. Recent work addresses this issue by adding hints or auxiliary scaffolds to such hard questions so that the reasoner produces mixed outcomes and recovers a non-zero update. However, existing hints are usually fixed rather than adapted to the current reasoner, and a hint that creates learning signal under the hinted input does not necessarily improve the no-hint policy used at test time. To this end, we propose Hint Learning for Reinforcement Learning (HiLL), a framework that jointly trains a hinter policy and a reasoner policy during RL. For each hard question, the hinter generates hints online conditioned on the current reasoner's incorrect rollout, allowing hint generation to adapt to the reasoner's evolving errors. We further introduce hint reliance, which measures how strongly correct hinted trajectories depend on the hint. We derive a transferability result showing that lower hint reliance implies stronger transfer from hinted success to no-hint success, and we use this result to define a transfer-weighted reward for training the hinter. Therefore, HiLL favors hints that not only recover informative GRPO groups, but also produce signals that are more likely to improve the original no-hint policy. Experiments across multiple benchmarks show that HiLL consistently outperforms GRPO and prior hint-based baselines, demonstrating the value of adaptive and transfer-aware hint learning for RL. The code is available at https://github.com/Andree-9/HiLL.

📄 PDF Abstract BibTeX arXiv:2604.00698

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Hint assisted reinforcement learning: an application in radio astronomy

2023-01-10 · Sarod Yatawatta

Model based reinforcement learning has proven to be more sample efficient than model free methods. On the other hand, the construction of a dynamics model in model based reinforcement learning has increased complexity. D…

AstronomyModel-based Reinforcement Learningreinforcement-learningReinforcement Learning+1

ADHint: Adaptive Hints with Difficulty Priors for Reinforcement Learning

2025-12-15 · Feng Zhang, Zezhong Tan, Xinhong Ma, Ziqiang Dong 외 arxiv

To address the limited capability expansion and low sample efficiency of Reinforcement Learning (RL), recent methods have integrated ''hints'' into post-training, which are prefix segments of complete reasoning trajector…

Reinforcement Learning

Placing Puzzle Pieces Where They Matter: A Question Augmentation Framework for Reinforcement Learning

2026-04-17 · Yangyi Fang, Jiaye Lin, Xiaoliang Fu, Cong Qin 외 arxiv

Reinforcement learning has become a powerful approach for enhancing large language model reasoning, but faces a fundamental dilemma: training on easy problems can cause overfitting and pass@k degradation, while training …

Reinforcement LearningMathematical Reasoning

StepHint: Multi-level Stepwise Hints Enhance Reinforcement Learning to Reason

2025-07-03 · Kaiyi Zhang, Ang Lv, Jinpeng Li, Yongbo Wang 외 arxiv

Reinforcement learning with verifiable rewards (RLVR) is a promising approach for improving the complex reasoning abilities of large language models (LLMs). However, current RLVR methods face two significant challenges: …

Reinforcement Learning

Self-Hinting Language Models Enhance Reinforcement Learning

2026-02-03 · Baohao Liao, Hanze Dong, Xinxing Xu, Christof Monz 외 arxiv

Group Relative Policy Optimization (GRPO) has recently emerged as a practical recipe for aligning large language models with verifiable objectives. However, under sparse terminal rewards, GRPO often stalls because rollou…

Reinforcement Learning