Episode

Flux-OPD: On-Policy Distillation with Evolving Contexts

Podcast
Daily Paper Cast
Published
Aug 1, 2026
Duration seconds
1238
Processing state
not_requested
Canonical source
https://share.transistor.fm/s/c0b436c9
Audio
https://media.transistor.fm/c0b436c9/ae2079c6.mp3
JSON
/v1/public/podcasts/daily-paper-cast-7079649/episodes/flux-opd-on-policy-distillation-with-evolving-contexts
Markdown
/podcast/daily-paper-cast-7079649/flux-opd-on-policy-distillation-with-evolving-contexts.md

Actions

  • POST https://stenobird.com/v1/public/podcasts/daily-paper-cast-7079649/episodes/flux-opd-on-policy-distillation-with-evolving-contexts/transcription-requests
    Idempotently request low-priority transcript generation for this episode.
  • GET https://stenobird.com/podcast/daily-paper-cast-7079649/flux-opd-on-policy-distillation-with-evolving-contexts.md
    Read the agent-friendly Markdown representation of this episode resource.

Summary

🤗 Upvotes: 38 | cs.LG, cs.AI Authors: Yuran Wang, Zekun Wang, Bohan Zeng, Ruixu Zhang, Wenxuan Liu, Liu Yang, Yifan Dai, Yang Shi, Bozhou Li, Chengzhuo Tong, Daili Hua, Yuanxing Zhang, Wentao Zhang Title: Flux-OPD: On-Policy Distillation with Evolving Contexts Arxiv: http://arxiv.org/abs/2607.28022v1 Abstract: Large language model training in open-ended domains lacks verifiable rewards, making task preferences difficult to formalize as effective supervision. Contexts can convey such preferences, yet provide little additional supervision once distilled into the student, motivating contexts that evolve with student performance. However, directly using evolving contexts as in-training supervision results in an unstable distillation target and conflicting distributions, requiring mechanisms to stabilize target and downweight conflicts. In this paper, we analyze the effect of contexts through a decomposition of the reverse KL objective, revealing two findings: the student is distilled toward the geometric mean of context-conditioned teachers, and the objective contains a conflict term that measures conflicts among these teachers. Based on this decomposition, we propose Flux-OPD, an OPD paradigm that uses evolving contexts as in-training supervision to capture task preferences in open-ended domains. Flux-OPD treats the differences between context-conditioned and context-free teachers as contextual difference signals, injects them as contextual corrections into the context-free teacher anchor, and weights their correction strength using the conflict term as an indicator. Experiments on open-ended tasks show that Flux-OPD outperforms existing OPD paradigms, highlighting the potential to combine teacher supervision with evolving contexts.