paper-with-me

홈 › Papers

Prefix-Guided On-Policy Distillation: Mining Golden Trajectories from Rollouts

2026-06-20 · Qingfei Zhao, Huan Song, Shuyu Tian, Jiawei Shao, Xuelong Li arxiv

On-policy distillation (OPD) improves reasoning models by applying dense teacher supervision on student-sampled trajectories. However, scaling OPD to long-horizon mathematical reasoning exposes a reliability and efficiency problem: standard OPD assigns every sampled candidate the same long rollout budget, even though some trajectories may quickly become weakly aligned with the teacher and provide less useful supervision. Prior analyses suggest that successful OPD depends on local teacher-student compatibility, which can be measured by top-k overlap on student-visited prefixes. When this overlap is low, continuing to generate or train on long suffixes may waste computation and introduce noisy learning signal. To address this, we introduce Prefix-Guided On-Policy Distillation (PG-OPD), a simple rollout-allocation framework that uses fixed-length prefixes to estimate trajectory value before expensive long-horizon generation. PG-OPD first decodes every sampled candidate to the same prefix length, computes teacher-student top-k overlap within an early probe window of that prefix, and selectively continues high-overlap candidates to a fixed long length. Low-overlap candidates stop at the fixed prefix, avoiding unnecessary suffix generation. Across diverse teacher-student combinations on AMC, AIME, and HMMT benchmarks, PG-OPD improves average accuracy by up to 4.80 points while reducing training time by up to 2.46x. These results suggest that prefix-level compatibility provides a practical signal for directing OPD computation toward trajectories that remain learnable from the teacher.

📄 PDF Abstract BibTeX arXiv:2606.21994

Code (0)

등록된 구현이 없습니다.

Tasks

Mathematical Reasoning

Similar Papers 제목 키워드 기반

GoldenStart: Q-Guided Priors and Entropy Control for Distilling Flow Policies

2026-03-15 · He Zhang, Ying Sun, Hui Xiong arxiv

Flow-matching policies hold great promise for reinforcement learning (RL) by capturing complex, multi-modal action distributions. However, their practical application is often hindered by prohibitive inference latency an…

Reinforcement LearningContinuous Control

Trust-Region Behavior Blending for On-Policy Distillation

2026-05-29 · Daniil Plyusov, Alexey Gorbatovski, Alexey Malakhov, Nikita Balagansky 외 arxiv

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…

Fast and Effective On-policy Distillation from Reasoning Prefixes

2026-02-16 · Dongxu Zhang, Zhichao Yang, Sepehr Janghorbani, Jun Han 외 arxiv

On-policy distillation (OPD), which samples trajectories from the student model and supervises them with a teacher at the token level, avoids relying solely on verifiable terminal rewards and can yield better generalizat…

ROSD: Reflective On-Policy Self-Distillation for Language Model Reasoning across Domains

2026-05-27 · Ziqi Zhao, Xinyu Ma, Liu Yang, Yujie Feng 외 arxiv

On-policy self-distillation (OPSD) improves the reasoning performance of large language models (LLMs) by providing dense token-level supervision for on-policy rollouts. However, existing OPSD methods often yield limited …

Domain Generalization

SpikeOPD: Stable On-Policy Distillation for Autoregressive Spiking Language Models

2026-08-28 · Enqiao Lu, Xingrui Yu, Yiwei Fu, Zhenglin Wan 외 arxiv

Spiking neural networks (SNNs) offer a path to energy-efficient language modeling through sparse encoding and event-driven computation, but training capable spiking language models from scratch remains difficult. A pract…

Knowledge Distillation