arXiv:2608.01522cs.LGcs.AI2026-08

让模型通过自生成题目不断突破数学解题能力瓶颈

Question Begets Question: Self-Evolving Curriculum for Reinforcement Fine-Tuning on Competition Mathematics

论文配图:Question Begets Question: Self-Evolving Curriculum for Reinforcement Fine-Tuning on Competition Mathematics
图 1 · 摘自论文原文
  • 用自生成题目构建动态课程,让模型从已会的题中衍生新题训练
  • 在相同数据量下,自进化课程使解题准确率从12.5%提升至16.5%
  • 适合想提升模型在竞赛数学等高阶推理任务中泛化能力的研究者

让语言模型掌握未掌握的技能面临三大挑战:训练数据稀缺、真实推理路径通常不可得、模型常出现性能天花板。本文在可控环境下,对Qwen2.5-Math-7B在竞赛数学(AIME)任务上进行微调,初始仅能解决5.6%的问题(pass@1)。为应对数据稀缺,提出Question-begets-Question(QbQ)方法,由教师将原题转化为多样化变体以探测相同核心能力;为模拟无真实推理路径场景,仅使用问题陈述和最终答案进行强化学习训练,不依赖教师推理过程。静态训练时,真实+合成数据与非课程式QbQ生成的数据分别将pass@1提升至12.5%和14.5%,尽管数据量大幅增加。核心发现是该天花板并非模型固有。本文提出自进化课程机制:每轮评估当前模型,从其高正确率题目出发生成变体,并用于训练;在相同数据预算下,该方法突破瓶颈,使pass@1达16.5%,且20轮后仍无饱和迹象。反直觉的是,模型在已能解答的题目衍生题上训练反而提升,且可解决训练中从未见过的难题。

原文摘要 · Abstract (English)

Teaching a language model a skill it has not mastered is obstructed by three recurring difficulties: training data is scarce, ground-truth reasoning traces are usually unavailable, and models often exhibit an apparent ceiling beyond which additional data yields no further improvement. We study these difficulties in a controlled setting, fine-tuning Qwen2.5-Math-7B on competition mathematics (AIME), a task on which it initially solves only 5.6\% of problems (pass@1). To address data scarcity, we introduce Question-begets-Question (QbQ), a scalable procedure in which a teacher transforms existing problems into diverse variants that probe the same underlying skills; to model the absence of oracle reasoning, we train exclusively via reinforcement learning on problem statements and final answers, never on teacher reasoning traces. Static training on such data, however, plateaus well short of the task: real-plus-synthetic augmentation and non-curriculum QbQ generated synthetic data training cap pass@1 at 12.5\% and 14.5\% respectively, despite large increases in data. Our central finding is that this ceiling is not intrinsic to the model. We propose a self-evolving curriculum that, each round, evaluates the current checkpoint, seeds QbQ from the problems it can mostly get right, and trains on the resulting variants; under an identical data budget, this breaks the ceiling and lifts pass@1 to 16.5\% with no sign of saturation after 20 rounds. Counterintuitively, we find that models improve when trained on variants of problems they can mostly get right, and that models trained this way go on to solve harder problems never seen during training.

强化学习自进化数学推理课程学习

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