Weak-to-Strong Distillation Improves LLMs Beyond Stronger Teachers.

Fangxu Yu, Zinan Lin, Xiaodong Liu, Weijia Xu, Michael Xu, Tianyi Zhou, Jianfeng Gao· July 30, 2026 View original

Summary

This paper introduces Weak-to-Strong On-Policy Distillation (W2S-OPD), a novel framework that enhances a strong student LLM by distilling knowledge from multiple *weaker* models. By constructing a proxy teacher from a contrast pair of positive and negative models, W2S-OPD outperforms traditional on-policy distillation and enables students to surpass even domain-specific teachers across various math and code benchmarks.

Researchers have developed a new method called Weak-to-Strong On-Policy Distillation (W2S-OPD) that allows a powerful large language model (LLM) to improve its capabilities by learning from multiple less capable models. Unlike traditional on-policy distillation, which typically requires a teacher model that is at least as strong as the student, W2S-OPD constructs a "proxy teacher" in the logit space. This proxy teacher is derived from the logit difference between a positive and a negative model, both of which are smaller and cheaper to obtain than the student. The core idea is that the logit difference between these weaker models can isolate specific capability directions, which are then added to the student's own base model. This creates a proxy teacher that is distributionally similar to the student but incorporates the desired skill. The student then distills this knowledge by minimizing the per-token reverse KL divergence on its own generated rollouts. The paper demonstrates three ways to instantiate these contrast pairs: using a post-RL expert against its pre-RL initialization, a larger base model against a smaller one, or a small base model with correct versus wrong hints. Across seven benchmarks spanning mathematical reasoning and code generation, W2S-OPD consistently outperforms standard on-policy distillation. Remarkably, it enables the student model to surpass the performance of even domain-specific teachers, continuing to improve the student even when all supervision sources are individually weaker. Analysis suggests that different contrast pairs emphasize distinct learning signals, such as reasoning frameworks or solving procedures.

Why it matters

This breakthrough offers a cost-effective and scalable way to enhance LLM capabilities, especially at the frontier where no stronger teacher models exist, by leveraging readily available weaker models.

How to implement this in your domain

  1. 1Evaluate existing LLM fine-tuning strategies for opportunities to apply weak-to-strong distillation.
  2. 2Identify pairs of weaker models (e.g., pre/post-RL, different scales, hint-based) that can provide contrastive signals.
  3. 3Experiment with constructing proxy teachers in logit space using the proposed W2S-OPD framework.
  4. 4Integrate W2S-OPD into the training pipeline for specific tasks like code generation or mathematical reasoning.
  5. 5Monitor performance gains and resource efficiency compared to traditional distillation or full fine-tuning.

Who benefits

AI DevelopmentSoftware EngineeringResearch & DevelopmentEdTechFinTech

Key takeaways

  • LLMs can be significantly improved by distilling knowledge from multiple *weaker* models.
  • W2S-OPD constructs a proxy teacher from contrast pairs to isolate capability directions.
  • This method outperforms traditional distillation and allows students to surpass domain teachers.
  • Different contrast pairs yield distinct learning signals for the student model.

Original post by Fangxu Yu, Zinan Lin, Xiaodong Liu, Weijia Xu, Michael Xu, Tianyi Zhou, Jianfeng Gao

"arXiv:2607.26246v1 Announce Type: new Abstract: On-policy distillation (OPD), which aligns a student with the teacher's token-level distribution on the student's own rollouts, is an effective paradigm for transferring capabilities across LLMs. Prevailing approaches assume a teach…"

View on X

Originally posted by Fangxu Yu, Zinan Lin, Xiaodong Liu, Weijia Xu, Michael Xu, Tianyi Zhou, Jianfeng Gao on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses