arXiv:2608.06296cs.LG2026-08被引 1

无需外部监督,模型靠自我一致性实现自蒸馏。

On-Policy Self-Distillation without Any Supervision

论文配图:On-Policy Self-Distillation without Any Supervision
图 1 · 摘自论文原文
  • 利用模型自身生成结果的内部一致性构建伪解
  • 在4B和8B规模下数学推理准确率提升8.5%至10.7%
  • 不依赖大模型或真实答案,适合资源有限场景

在策略自蒸馏(OPSD)中,现有方法仍依赖外部监督信号如真实答案、环境反馈或大模型指导,无法实现真正意义上的自蒸馏。本文提出无监督在策略自蒸馏(U-OPSD),仅通过模型自身生成结果实现自蒸馏。U-OPSD首先采样多个生成序列,在自一致性阈值下通过多数投票构建伪解;随后以伪解为条件,对不一致生成进行自蒸馏,精准修正模型自信出错处。在多个基准测试中,基线模型经训练后表现均优于原始版本,且在五项数学推理任务(AIME24、AIME25、HMMT25、MATH500、AMC23)上,Qwen3非思考模式下4B与8B规模分别提升8.5%与10.7%,平均超越OPSD达3.2%与2.3%;思考模式下与OPSD持平,4B领先0.9%,8B持平,超过GRPO 0.7%与1.1%。代码已开源。

原文摘要 · Abstract (English)

On-policy (Self-)Distillation (OPD / OPSD) has shown strong potential for post-training large language models (LLMs). However, existing methods still rely heavily on external supervision, including ground-truth signals, environmental feedback, or guidance from larger models, and therefore fall short of genuine "self"-distillation. In this study, we show that on-policy self-distillation can be achieved using only a model's own generations via internal consistency. We propose unsupervised on-policy self-distillation (U-OPSD). U-OPSD first samples multiple rollouts and constructs a pseudo solution by majority vote under a self-consistency threshold. It then conditions the model's distribution on the pseudo-solution and distills itself on the disagreeing completions, allowing the model to correct itself precisely where it is confidently wrong. Across diverse benchmarks, base models, and training settings, U-OPSD consistently improves over the base models and matches or surpasses supervised methods with ground truth (GT) such as OPSD and GRPO. On five mathematical reasoning benchmarks, i.e., AIME24, AIME25, HMMT25, MATH500, and AMC23, U-OPSD improves over the base model by 8.5% and 10.7% on Qwen3 non-thinking mode at 4B and 8B scales, and outperforms OPSD by 3.2% and 2.3% on average, respectively. In thinking mode, U-OPSD stays on par with OPSD, ahead by 0.9% at 4B and level at 8B and surpassing GRPO by 0.7% and 1.1%, respectively. Code is available at [https://github.com/williamium3000/u-opsd](https://github.com/williamium3000/u-opsd).

自蒸馏大模型无监督学习数学推理

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