Search papers, labs, and topics across Lattice.
This paper introduces Trust-Region Behavior Blending (TRB), a warmup strategy for on-policy distillation (OPD) that replaces initial student rollouts with teacher-aligned behavior policies within a KL trust region. This mitigates the issue of supervising weak student prefixes early in training. Experiments in math-reasoning distillation show TRB achieves superior average performance compared to existing methods by improving the quality of prefixes used for distillation.
Bootstrapping student policies with teacher-aligned rollouts within a KL-constrained trust region significantly boosts on-policy distillation performance in math reasoning tasks.
On-policy distillation (OPD) trains a student on prefixes sampled from its own policy while matching a stronger teacher. This addresses the prefix mismatch of offline distillation, but early student rollouts can still be poor, placing teacher supervision on weak or low-quality prefixes. We propose Trust-Region behavior Blending (TRB), a warmup method that replaces the early rollout policy with the closest-to-teacher behavior policy inside a student-centered KL trust region, while keeping the per-prefix reverse-KL OPD loss unchanged. The KL budget is annealed to zero, so training returns to pure student rollouts after warmup. Across two math-reasoning distillation settings, TRB attains the strongest average among the compared methods.