OVD: On-policy Verbal Distillation
Jing Xiong, Hui Shen, Shansan Gong, Yuxin Cheng, Jianghan Shen, Chaofan Tao, Haochen Tan, Haoli Bai, Lifeng Shang, Ngai Wong
TL;DR
OVD tackles the memory bottleneck of token-level distillation by replacing full vocabulary logit matching with trajectory-level verbal feedback from teachers. By enabling on-policy learning with verbal rejection sampling and a GRPO-based objective, OVD facilitates interactive supervision and scalable long-horizon reasoning transfer from powerful teachers to smaller students. Theoretical results prove unbiased gradient estimates and convergence under a mixture training distribution, while experiments on Web Q&A and math reasoning show substantial performance gains and improved sample efficiency. The approach yields memory-efficient, black-box-friendly distillation that preserves exploration and demonstrates strong practical impact on challenging reasoning tasks.
Abstract
Knowledge distillation offers a promising path to transfer reasoning capabilities from large teacher models to efficient student models; however, existing token-level on-policy distillation methods require token-level alignment between the student and teacher models, which restricts the student model's exploration ability, prevent effective use of interactive environment feedback, and suffer from severe memory bottlenecks in reinforcement learning. We introduce On-policy Verbal Distillation (OVD), a memory-efficient framework that replaces token-level probability matching with trajectory matching using discrete verbal scores (0--9) from teacher models. OVD dramatically reduces memory consumption while enabling on-policy distillation from teacher models with verbal feedback, and avoids token-level alignment, allowing the student model to freely explore the output space. Extensive experiments on Web question answering and mathematical reasoning tasks show that OVD substantially outperforms existing methods, delivering up to +12.9% absolute improvement in average EM on Web Q&A tasks and a up to +25.7% gain on math benchmarks (when trained with only one random samples), while also exhibiting superior training efficiency. Our project page is available at https://OVD.github.io
