LGAICLJun 1

Filter, Then Reweight: Rethinking Optimization Granularity in On-Policy Distillation

arXiv:2606.0268489.8Has Code
AI Analysis

For practitioners of LLM distillation, this work offers a finer-grained optimization approach that improves performance over existing token-level methods.

The paper proposes FiRe-OPD, a method that filters low-quality trajectories and applies soft token-level reweighting for on-policy distillation in LLMs, achieving improvements of +6.25 on AIME 2024 in strong-to-weak and +18.81 on Miner in multi-teacher settings.

On-Policy distillation (OPD) in large language models is shifting from full-trace KL supervision toward more selective training paradigms. Recent OPD methods increasingly focus on selecting which trajectories to learn from, which tokens are most informative, and which supervision signals are most reliable. Motivated by this trend, we rethink optimization granularity of OPD and propose \fireicon\ FiRe-OPD (Filter, then Reweight), which jointly adjusts supervision signals at both trajectory and token levels. In details, FiRe-OPD first filters trajectories to remove low-quality rollout samples, and then applies soft reweighting within the retained trajectories to emphasize informative tokens. Compared with hard token selection, FiRe-OPD leverages a soft-weighting mechanism to effectively mitigate information loss and enhance optimization stability, thereby achieving finer-grained OPD optimization. We validate the effectiveness of FiRe-OPD across strong-to-weak, single-teacher, and multi-teacher settings, and demonstrate its superiority over recent token-level OPD methods ( (e.g., +6.25 on AIME 2024 in strong-to-weak, +18.81 on Miner in multi-teacher). Our code is available at https://github.com/YuYingLi0/FiRe-OPD.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes