HINT: Helping Ineffective Rollouts Navigate Towards Effectiveness
Xinyi Wang, Jinyi Han, Zishang Jiang, Tingyun Li, Jiaqing Liang, Sihang Jiang, Zhaoqian Dai, Shuguang Ma, Fei Yu, Yanghua Xiao
TL;DR
The paper addresses reward sparsity in reinforcement learning for large language model reasoning by identifying low training affinity as a core failure mode when integrating off-policy data. It introduces Affinity, a diagnostic metric combining update effectiveness and stability via EUR and UC, to monitor training dynamics. Building on this, it proposes HINT, an adaptive two-stage rollout that provides heuristic hints from a teacher only when rewards are sparse, preserving the model's autonomous reasoning while avoiding answer leakage. Empirical results on mathematical reasoning benchmarks show that HINT achieves state-of-the-art performance across model scales, with improved data efficiency and robust out-of-distribution generalization, supported by analyses of training dynamics and exploration quality.
Abstract
Reinforcement Learning (RL) has become a key driver for enhancing the long chain-of-thought (CoT) reasoning capabilities of Large Language Models (LLMs). However, prevalent methods like GRPO often fail when task difficulty exceeds the model's capacity, leading to reward sparsity and inefficient training. While prior work attempts to mitigate this using off-policy data, such as mixing RL with Supervised Fine-Tuning (SFT) or using hints, they often misguide policy updates In this work, we identify a core issue underlying these failures, which we term low training affinity. This condition arises from a large distributional mismatch between external guidance and the model's policy. To diagnose this, we introduce Affinity, the first quantitative metric for monitoring exploration efficiency and training stability. To improve Affinity, we propose HINT: Helping Ineffective rollouts Navigate Towards effectiveness, an adaptive hinting framework. Instead of providing direct answers, HINT supplies heuristic hints that guide the model to discover solutions on its own, preserving its autonomous reasoning capabilities. Extensive experiments on mathematical reasoning tasks show that HINT consistently outperforms existing methods, achieving state-of-the-art results with models of various scales, while also demonstrating significantly more stable learning and greater data efficiency.Code is available on Github.
