arXiv:2606.17024cs.LG2026-06

用人类问答数据自动训练大模型推理能力,比传统方法更有效。

ExpRL: Exploratory RL for LLM Mid-Training

论文配图:ExpRL: Exploratory RL for LLM Mid-Training
图 1 · 摘自论文原文
  • 用参考答案构建评分框架,让模型在推理过程中获得密集奖励
  • 在数学难题上表现优于监督微调和稀疏奖励强化学习
  • 适合需要复杂推理策略的模型预训练,可拓展到多领域任务

稀疏奖励强化学习已成为提升大模型推理能力的标准方法,但其效果高度依赖基础模型的覆盖能力。实践中,常通过在精心筛选的推理轨迹上进行中段训练(mid-training)来引导模型学习分解、验证、自修正等基本技能。然而该方法需人工指定学习内容,且难以应对需组合多种技能的复杂问题。本文提出一种自动化方案:利用大规模人类编写的问答数据进行基于强化学习的中段训练(ExpRL)。不将参考答案作为模仿目标,而是作为奖励脚手架——隐藏参考答案,仅用于构建针对具体问题的评分标准。由大模型裁判比较模型生成的推理过程与参考答案,给予结果级或过程级的密集奖励。这使得模型能获得对部分进展、有效中间步骤及有益推理行为的正向激励,弥补稀疏最终答案奖励的不足。在挑战性数学推理任务上,ExpRL的强化学习预训练效果超越监督微调(SFT)、稀疏奖励GRPO及自蒸馏方法,并为后续稀疏奖励强化学习提供更优初始化。跨领域实验进一步表明,ExpRL可推广至非纯数学场景。

原文摘要 · Abstract (English)

Sparse reward reinforcement learning (RL) has become a standard tool for improving LLM reasoning, but its success depends critically on the coverage present in the base model. In practice, models are often primed for RL through \emph{mid-training} on curated reasoning traces that teach useful primitive skills such as decomposition, verification, or self-correction. Although effective, this strategy requires manually specifying what the model should learn, and it remains unclear whether such primitive coverage is enough for much harder problems, which require combining these skills into broader solution strategies. We study a more automated approach: \emph{RL-based mid-training} using large corpora of human-written question-answer data. Rather than treating reference solutions as targets to imitate, our method, ExpRL, uses them as \emph{reward scaffolds}: references are hidden from the policy and used only to construct problem-specific grading rubrics for judging on-policy reasoning traces. The policy samples from the original problem prompt, while an LLM judge compares the sampled reasoning trace against the reference solution and assigns outcome-level or process-level dense rewards. This lets ExpRL reinforce partial progress, useful intermediate reductions, and productive reasoning behaviors that sparse final-answer rewards often fail to upweight. On challenging math reasoning tasks, ExpRL yields stronger RL priming than SFT, sparse-reward GRPO, and self-distillation, and provides a better initialization for subsequent sparse-reward RL. Additional mixed-domain experiments further suggest that ExpRL can extend beyond the original math-only setting.

强化学习大模型推理自动训练

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