arXiv:2509.25666cs.LGcs.CL2025-09被引 21

让大模型学会解难题,通过自动生成提示突破推理上限。

Nudging the Boundaries of LLM Reasoning

  • 用模型自动生成抽象提示,降低难题难度以激活训练信号
  • 在6个基准上提升表现,使原本0%通过率的问题获得非零解题率
  • 提示越抽象越有效,适合已收敛的模型做进一步优化

当前在线强化学习算法如GRPO在大模型推理中存在关键局限:无法从模型‘无解’的问题中学习。这意味着仅能改进模型已能探索正确答案的题目,导致训练后模型的‘上限’不变。这些难题因无成功轨迹而无法产生奖励与梯度,无法参与训练。为此,我们提出NuRL,一种‘助推’方法,通过自生成提示(即帮助降低问题难度的抽象线索)来推动大模型推理上限。给定问题与标准答案,模型先生成思维链(CoT),再生成包含核心知识的提示。训练中,对基线策略生成G条轨迹,若通过率低于100%,则注入提示并重采样。该方法带来双重优势:(1)提示使原本0%通过率的问题获得非零通过率,从而引入训练信号;(2)提示由模型自生成,避免分布偏移,无需外部依赖。NuRL在6个基准和3个模型上均实现稳定提升,且与测试时缩放互补。尤为关键的是,它能提升模型上限,而GRPO在pass@1024上保持不变。我们还系统研究了有效提示的特性:最佳提示为抽象、高层级,且在GRPO收敛后注入最有效。

原文摘要 · Abstract (English)

Current online reinforcement learning (RL) algorithms like GRPO share a key limitation in LLM reasoning: they cannot learn from problems that are "unsolvable" to the model. In other words, they can only improve performance on problems where the model is capable of exploring the correct answer. Consequently, the model's "upper limit" remains unchanged after RL training, even though the likelihood of solving easier, solvable problems may increase. These hard samples cannot contribute to training, as no rollouts yield rewards and thus no gradients are produced. To unlock learning from these hard samples, we propose NuRL, a "nudging" method that aims to push the upper bound of LLM reasoning using self-generated hints, i.e., abstract cues that help reduce the problem difficulty for the model. Given a question and its gold answer, the model generates a CoT and then produces a hint containing the core knowledge needed to solve the problem. During training, we generate G rollouts from the base policy and use the pass rate to decide whether the hint should be injected. For hard samples with a 0% pass rate, we inject the hint and regenerate a new batch of trajectories. This yields two benefits: (1) the hint boosts pass rates (from 0% to non-zero), thereby introducing training signals for previously unsolvable samples, and (2) the hints are self-generated, avoiding distributional shift and do not rely on external models. NuRL achieves consistent improvements across 6 benchmarks and 3 models, while remaining complementary to test-time scaling. Notably, NuRL can raise the model's upper limit, whereas GRPO leaves pass@1024 unchanged from the base model. Furthermore, we present a systematic study of what makes an effective hint and when hints are most useful. Interestingly, the best hints are abstract and high-level, and are most beneficial when applied necessarily and after GRPO has converged.

大模型推理强化学习提示工程

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。