微信内可能无法直接打开本站。请点右上角 ··· → 在浏览器打开,或复制链接。
Extremely Sparse Supervision Incentivizes Reasoning Ability
RSS 官方收录 · 可信分层展示
关键摘要
仅用0.05%生成token(每推理路径1–2个)即可有效提升大模型推理能力
- 在Qwen3家族上发现极稀疏监督(每推理路径仅1–2个token)可匹配或超越全token训练
- 该现象在9种师生配置、数学推理、代码推理及Llama模型+RLVR中均稳定复现
- 稀疏监督更贴近人类反思式学习:聚焦关键步骤而非逐词修正
AI 摘要 · 来源可核验
正文提要
arXiv:2609.04565v1 Announce Type: new Abstract: Large language models demonstrate increasingly strong reasoning capabilities through effective post-training. Yet, prevailing post-training methods optimize over massive numbers of tokens, implicitly assuming that effective learning must be token-intensive. We revisit this assumption in the on-policy distillation (OPD) setting, which naturally admits dense teacher supervision at every generated token. Using the Qwen3 family, we discover a counter-intuitive phenomenon: reasoning can be effectively incentivized by an extremely small fraction of generated tokens--as few as one or two tokens per reasoning trajectory, corresponding to only 0.05% of all tokens. Surprisingly, this sparse supervision in most cases matches or surpasses full-token training in improving reasoning ability, despite excluding the vast majority of generated tokens from the training objective. This phenomenon is consistently observed across nine teacher--student configurations spanning different model scales on mathematical reasoning tasks, and is further validated on coding reasoning, Llama models and Proximal Policy Optimization (PPO)-based reinforcement learning with verifiable reward (RLVR). Interestingly, such extremely sparse supervision may be closer to the natural learning process: rather than correcting every step word by word, one reflects on a few critical reasoning steps, updates prior understanding, and continues the trial-and-error, avoiding micro-level corrections while remaining remarkably effective. Overall, our results challenge the assumption that effective post-training must be token-intensive and point to a new direction for understanding and designing more efficient post-training algorithms.