MEGA Hub

ReOrder-OPD:Reliability-Aware Prompt Ordering for On-Policy Distillation

Authors

Do you know Ximo Zhu?You can claim authorship or link another user.Do you know Ruiqi Liu?You can claim authorship or link another user.Do you know Rong Wang?You can claim authorship or link another user.Do you know Ping Wu?You can claim authorship or link another user.Do you know Xiang Zheng?You can claim authorship or link another user.Do you know Wenzhuo Xu?You can claim authorship or link another user.Do you know Xubin Yao?You can claim authorship or link another user.Do you know Zhiyuan Yan?You can claim authorship or link another user.Do you know Bo Li?You can claim authorship or link another user.Do you know Jun Gao?You can claim authorship or link another user.Do you know Xiaolei Lv?You can claim authorship or link another user.

Abstract

On-policy distillation (OPD) applies token-level teacher supervision to student-generated trajectories, but this supervision is not always reliable. Existing methods use local confidence or teacher-student agreement to weight, filter, or truncate the sampled trajectory. These signals do not directly determine whether the teacher can continue a student prefix to a correct answer, and trajectory-level interventions can conflate one rollout's unreliability with low expected training value of its prompt. We define prompt-level teacher continuation reliability $R$ as the teacher's probability of reaching a correct answer from a student prefix, averaged over prefixes and trajectories induced by the current student. Oracle experiments show that high-$R$ prompts yield larger OPD gains and that descending-$R$ training outperforms random and ascending orders on a fixed prompt pool. Because estimating $R$ requires many teacher continuations, we use the maximum ROUGE-5 F1 between one independent student rollout and verifier-correct same-prompt teacher trajectories. Across ten equal-frequency bins of this actual score, mean $R$ rises monotonically, showing that the proxy separates coarse reliability levels. ReOrder-OPD sorts prompts by the proxy, then draws independent on-policy training trajectories for vanilla OPD. It improves every matched aggregate comparison across Qwen3 and Gemma4 mathematics settings and Qwen3 code settings. Gains in all six FiRe-OPD and ExOPD settings show that prompt ordering complements within-trajectory supervision.

Community

00