ShortOPD Recovers Pruned LLMs for Better Generation

Qingyu Zhang, Qianhao Yuan, Hongyu Lin, Yaojie Lu, Xianpei Han, Le Sun, Xiang Li, Ming Xu, Jiarui Li, Xiuyin Zhao· July 16, 2026 View original

Summary

This paper introduces ShortOPD, a short-to-long On-Policy Distillation (OPD) schedule designed to recover the free-form generation quality of structured-pruned Large Language Models. ShortOPD efficiently reuses the pre-compression model as a teacher, focusing on informative prefixes to achieve significant performance gains with less training time and fewer tokens.

Structured pruning is a hardware-friendly technique to compress Large Language Models (LLMs), but pruned models often perform poorly on free-form generation tasks despite good multiple-choice scores. This gap arises because useful generations are demoted rather than erased, and failures often involve repetitive suffixes. The researchers propose ShortOPD, a novel short-to-long On-Policy Distillation (OPD) schedule to address this. ShortOPD reuses the unpruned model as a teacher to provide dense token-level supervision to the compressed model. Instead of long, wasteful rollouts, ShortOPD detects and prunes repetitive suffixes confirmed by the teacher, focusing training budget on the informative prefixes. This approach significantly improves the compressed model's generation quality across math, code, and open-ended tasks, achieving up to 9 times its unrecovered value and outperforming standard recovery methods. ShortOPD also drastically reduces training time and token usage, making the recovery process much more efficient and practical for deployment-ready LLMs.

Why it matters

Professionals deploying LLMs can achieve significant model compression without sacrificing generation quality, leading to lower inference costs, faster response times, and broader applicability on resource-constrained hardware.

How to implement this in your domain

  1. 1Apply structured pruning techniques to LLMs to reduce model size for deployment.
  2. 2Implement ShortOPD as a post-pruning recovery strategy to restore free-form generation capabilities.
  3. 3Utilize the unpruned LLM as a teacher model for on-policy distillation to guide the pruned model's learning.
  4. 4Adopt the short-to-long rollout schedule to efficiently allocate training resources, focusing on informative prefixes.
  5. 5Benchmark the recovered pruned LLM on relevant generation tasks (e.g., code, math, creative writing) to validate quality and efficiency gains.

Who benefits

Software DevelopmentCloud ComputingAI InfrastructureEdge AITelecommunications

Key takeaways

  • Structured pruning often degrades LLM free-form generation quality.
  • ShortOPD efficiently recovers pruned LLMs using a short-to-long on-policy distillation schedule.
  • The method significantly improves generation quality across various tasks.
  • ShortOPD reduces training time and token usage compared to standard recovery techniques.

Original post by Qingyu Zhang, Qianhao Yuan, Hongyu Lin, Yaojie Lu, Xianpei Han, Le Sun, Xiang Li, Ming Xu, Jiarui Li, Xiuyin Zhao

"arXiv:2607.13124v1 Announce Type: new Abstract: Structured pruning is a hardware-friendly way to compress LLMs, but it is mostly validated on multiple-choice recognition tasks, while the same compressed checkpoints can collapse on the free-form generation that deployment actually…"

View on X

Originally posted by Qingyu Zhang, Qianhao Yuan, Hongyu Lin, Yaojie Lu, Xianpei Han, Le Sun, Xiang Li, Ming Xu, Jiarui Li, Xiuyin Zhao on X · view source

Want to go deeper?

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

Explore courses