PulseAugur
实时 11:26:38
English(EN) Rethinking Classifier-Free Guidance in On-Policy Diffusion Distillation

新的大语言模型训练方法利用强化学习和蒸馏技术

研究人员开发了几种新方法,利用强化学习和蒸馏技术来改进大语言模型(LLM)的训练和行为。策略梯度引导(PGS)通过将引导构建为强化学习问题,提供了一种在推理时动态改变LLM行为的方法,并在国际象棋和足球等不同领域取得了成功。Beta-OPSD($eta$-OPD)通过引入一个可控参数来概括同策略自蒸馏(OPSD),该参数平衡了与参考策略的接近程度和教师引导,从而提高了推理性能和稳定性。对比强化策略优化(CRPO)通过使用对比学习来保留细粒度优化信号,解决了代理OPD中的暴露偏差问题,从而提高了训练稳定性和泛化能力。Flux-OPD在开放式领域中引入了演进式上下文作为训练中的监督,其性能优于现有的OPD范式。最后,弱到强同策略蒸馏(W2S-OPD)使学生模型能够从多个较小、较弱的模型中学习,即使所有监督源的能力都较弱,也能提高性能。 AI

影响 这些进展提供了改进LLM推理、稳定性和适应性的新技术,有望带来更强大、更可控的AI系统。

排序理由 多篇在arXiv上发表的研究论文,详细介绍了LLM训练和行为修改的新方法。

在 Hugging Face Daily Papers 阅读 →

AI 生成摘要 · Google Gemini · 来自 31 个来源。 我们如何撰写摘要 →

新的大语言模型训练方法利用强化学习和蒸馏技术

报道来源 [31]

  1. arXiv cs.AI TIER_1 English(EN) · Yinuo Jiang, Yongjie Ye, Zhou Tao, Xiang Zhuang, Qiang Zhang, Huajun Chen, Tiankai Li ·

    当教师误导时:虚假信号感知策略蒸馏

    arXiv:2608.03632v1 Announce Type: new Abstract: On-Policy distillation (OPD) transfers teacher capabilities by supervising student-sampled trajectories with dense token-level teacher signals. Recent selective OPD methods improve this process by prioritizing signals that are confi…

  2. arXiv cs.LG TIER_1 English(EN) · Siming Fu, Zheming Fu, Ruizhe He, Hualiang Wang, Jie Huang, Xiaoxiao Ma, Mingchen Zhong, Weihu Huang, Xiaoxuan He, Haojun Xu ·

    Any-OPD: Heterogeneous On-Policy Distillation for Flow-Matching Models via Representation-Space Bridging

    arXiv:2608.03316v1 Announce Type: new Abstract: On-policy distillation, in which a teacher corrects samples that the student itself generates, presupposes that the two models speak the same language: identical VAE latents, matching architectures, and a common timestep grid. We as…

  3. Hugging Face Daily Papers TIER_1 English(EN) ·

    When Teachers Mislead: Spurious-Signal-Aware On-Policy Distillation

    On-Policy distillation (OPD) transfers teacher capabilities by supervising student-sampled trajectories with dense token-level teacher signals. Recent selective OPD methods improve this process by prioritizing signals that are confident, informative, or learnable. However, the as…

  4. Hugging Face Daily Papers TIER_1 English(EN) ·

    Any-OPD: Heterogeneous On-Policy Distillation for Flow-Matching Models via Representation-Space Bridging

    On-policy distillation, in which a teacher corrects samples that the student itself generates, presupposes that the two models speak the same language: identical VAE latents, matching architectures, and a common timestep grid. We ask what happens when none of this holds, as when …

  5. arXiv cs.LG TIER_1 English(EN) · Qingfei Zhao, Huan Song, Shuyu Tian, Jiawei Shao, Xuelong Li ·

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

    arXiv:2606.21994v2 Announce Type: replace Abstract: On-policy distillation (OPD) improves reasoning models by applying dense teacher supervision on student-sampled trajectories. However, scaling OPD to long-horizon reasoning exposes a reliability and efficiency problem: standard …

  6. arXiv cs.CL TIER_1 English(EN) · Shaohang Wei, Zikun Su, Feifan Song, Wen Luo, Wei Li, Guangyue Peng, Houfeng Wang ·

    Verifier-Induced Support Reshaping in On-Policy Optimization

    arXiv:2608.00220v1 Announce Type: cross Abstract: We show that on-policy reinforcement learning with verifiable rewards (RLVR) can improve the current objective while making successful behaviors for later objectives too rare to sample and reinforce. We call this verifier-induced …

  7. Hugging Face Daily Papers TIER_1 English(EN) ·

    Any-OPD:通过表示空间桥接实现流匹配模型的异构同策略蒸馏

    On-policy distillation, in which a teacher corrects samples that the student itself generates, presupposes that the two models speak the same language: identical VAE latents, matching architectures, and a common timestep grid. We ask what happens when none of this holds, as when …

  8. arXiv cs.LG TIER_1 English(EN) · Yuchen Xia, Qianguo Sun, Chao Song, Junlong Wu, Yiyan Qi, Yunjian Xu ·

    DASH-OPD:具有滞后效应的差异感知开关用于在线策略蒸馏

    arXiv:2607.29078v1 Announce Type: new Abstract: On-policy distillation (OPD) trains student models on their own rollouts to reduce exposure bias. However, in multi-turn agent scenarios, early student errors can lead a trajectory away from the teacher's familiar domain. Existing c…

  9. arXiv cs.AI TIER_1 English(EN) · Bumgeun Park, Donghwan Lee ·

    通过共享网络实现自适应策略骨干

    arXiv:2509.22310v2 Announce Type: replace-cross Abstract: Reinforcement learning (RL) has achieved impressive results across domains, yet learning an optimal policy typically requires extensive interaction data, limiting practical deployment. A common remedy is to leverage priors…

  10. arXiv cs.AI TIER_1 English(EN) · Yifan Ding, Xincheng Wei, Yoshua Y. Li, Ziheng Li, Yuquan Lu, Siyu Zhang, Dongsheng Ma, Rongxiang Weng, Xunliang Cai, Yun Chen ·

    SAF-OPD:用于在线策略蒸馏的稳定优势融合

    arXiv:2607.29209v1 Announce Type: cross Abstract: Reinforcement learning with verifiable rewards (RLVR) broadcasts a single response-level reward to every token, while on-policy distillation (OPD) scores each token against a stronger teacher for a dense advantage but caps perform…

  11. arXiv cs.LG TIER_1 English(EN) · Qian Tan, Huaifei Liang, Xuanyu Zhu, Lei Jiang, Yuqiang Li ·

    Adaptive FastOPD:面向高效 On-Policy 蒸馏的感知式 Rollout Horizon 扩展

    arXiv:2607.29494v1 Announce Type: new Abstract: On-policy distillation (OPD) provides dense teacher supervision along student-generated trajectories, but its online rollout process incurs substantial computational cost, particularly when a few long responses delay batch completio…

  12. Hugging Face Daily Papers TIER_1 English(EN) ·

    DAPD: Dual-Anchored Policy Distillation

    On-policy (self) distillation (OPSD) is increasingly adopted for language-model post-training. It strengthens the teacher with privileged information but can induce a privilege illusion: the student learns privilege-dependent behavior it cannot reproduce from its inference-time c…

  13. arXiv cs.LG TIER_1 English(EN) · Jiawei Xu, Minghui Liu, Juzheng Zhang, Tom Goldstein, Furong Huang ·

    $\beta$-OPSD:通过策略优化进行推导,通过自蒸馏进行训练

    arXiv:2607.28582v1 Announce Type: new Abstract: On-policy self-distillation (OPSD) is a promising approach to improve reasoning language models, but it remains brittle in practice: making it work reliably often requires substantial engineering effort. We identify a structural sou…

  14. arXiv cs.LG TIER_1 English(EN) · Yoann Poupart, Aur\'elie Beynier, Nicolas Maudet ·

    策略梯度引导:来自行为目标的干预

    arXiv:2607.27574v1 Announce Type: new Abstract: Activation steering has emerged in large language models as a lightweight alternative for dynamically changing a model's behavior at inference time. However, we show that existing steering methods fail to steer even a simple policy …

  15. arXiv cs.LG TIER_1 English(EN) · 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 ·

    Flux-OPD:具有演进上下文的策略内蒸馏

    arXiv:2607.28022v1 Announce Type: new 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 o…

  16. arXiv cs.LG TIER_1 English(EN) · Xingjian Wu, Junlin Liu, Xingchen Liu, Xuhang Zhu, Jianing Wang, Linsen Guo, Xiaoyu Li, Xuezhi Cao, Xunliang Cai ·

    对比式强化策略优化通过特权自蒸馏

    arXiv:2607.28026v1 Announce Type: new Abstract: Recent advances in post-training Large Language Models (LLMs) increasingly rely on Reinforcement Learning with Verifiable Rewards (RLVR) or On-Policy Self-Distillation (OPSD). While OPSD provides dense, logit-level supervision, it i…

  17. Hugging Face Daily Papers TIER_1 English(EN) ·

    SAF-OPD:用于在线策略蒸馏的稳定优势融合

    Reinforcement learning with verifiable rewards (RLVR) broadcasts a single response-level reward to every token, while on-policy distillation (OPD) scores each token against a stronger teacher for a dense advantage but caps performance at teacher quality and discourages exploratio…

  18. Hugging Face Daily Papers TIER_1 English(EN) ·

    对比式强化策略优化通过特权自蒸馏

    Recent advances in post-training Large Language Models (LLMs) increasingly rely on Reinforcement Learning with Verifiable Rewards (RLVR) or On-Policy Self-Distillation (OPSD). While OPSD provides dense, logit-level supervision, it inherently suffers from exposure bias due to the …

  19. Hugging Face Daily Papers TIER_1 English(EN) ·

    Flux-OPD:具有演进上下文的策略内蒸馏

    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 conte…

  20. arXiv cs.LG TIER_1 English(EN) · Fangxu Yu, Zinan Lin, Xiaodong Liu, Weijia Xu, Michael Xu, Tianyi Zhou, Jianfeng Gao ·

    弱到强 on-policy 蒸馏

    arXiv:2607.26246v1 Announce Type: new Abstract: On-policy distillation (OPD), which aligns a student with the teacher's token-level distribution on the student's own rollouts, is an effective paradigm for transferring capabilities across LLMs. Prevailing approaches assume a teach…

  21. Hugging Face Daily Papers TIER_1 English(EN) ·

    SCOPE:黑盒组合优化中策略演化的合成条件目标

    Black-box combinatorial optimization requires systematically identifying high-quality solutions under a limited evaluation budget, yet the unknown objective function provides little guidance for deciding where the search should explore next. We introduce SCOPE, a general framewor…

  22. arXiv cs.MA (Multiagent) TIER_1 English(EN) · Nicolas Maudet ·

    策略梯度引导:来自行为目标的干预

    Activation steering has emerged in large language models as a lightweight alternative for dynamically changing a model's behavior at inference time. However, we show that existing steering methods fail to steer even a simple policy in a two-route gridworld environment. To address…

  23. Hugging Face Daily Papers TIER_1 English(EN) ·

    β-OPSD:通过策略优化推导,通过自蒸馏训练

    On-policy self-distillation (OPSD) is a promising approach to improve reasoning language models, but it remains brittle in practice: making it work reliably often requires substantial engineering effort. We identify a structural source of this difficulty: vanilla OPSD is precisel…

  24. Hugging Face Daily Papers TIER_1 English(EN) ·

    Flux-OPD:具有演进上下文的策略内蒸馏

    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 conte…

  25. arXiv cs.AI TIER_1 English(EN) · Haolei Xu, Xiaowen Xu, Haiwen Hong, Zixuan Ni, Hongxing Li, Yiwen Qiu, Weiming Lu, Yongliang Shen ·

    传递接力棒:轨迹中继的策略内蒸馏

    arXiv:2607.26057v1 Announce Type: cross Abstract: On-policy distillation (OPD) grounds token-level supervision in the student's own trajectory, yet suffers from prefix failure: once the student commits to a wrong reasoning direction, all subsequent generation builds on this devia…

  26. arXiv cs.AI TIER_1 English(EN) · Bingnan Li, Haozhe Wang, Haozhong Xiong, Fangtai Wu, Jinpeng Yu, Yang Shi, Jiaming Liu, Ruihua Huang ·

    重新思考 on-policy diffusion distillation 中的 classifier-free guidance

    arXiv:2607.24731v1 Announce Type: cross Abstract: On-policy distillation (OPD) adapts diffusion models by querying a teacher along trajectories generated by the current student, but how it should behave under classifier-free guidance (CFG), a default component of modern diffusion…

  27. arXiv cs.LG TIER_1 English(EN) · Guoqing Ma ·

    Outcome-Confounded Local Supervision in On-Policy Distillation

    arXiv:2607.23731v1 Announce Type: new Abstract: On-policy distillation (OPD) trains a student on its own trajectories while a teacher supplies dense token-level likelihoods at student-visited prefixes. These likelihoods are often read locally: agreement appears safe to imitate, w…

  28. Hugging Face Daily Papers TIER_1 English(EN) ·

    传递接力棒:轨迹中继的策略内蒸馏

    On-policy distillation (OPD) grounds token-level supervision in the student's own trajectory, yet suffers from prefix failure: once the student commits to a wrong reasoning direction, all subsequent generation builds on this deviation, producing misdirected continuations that eli…

  29. Hugging Face Daily Papers TIER_1 English(EN) ·

    弱到强 on-policy 蒸馏

    On-policy distillation (OPD), which aligns a student with the teacher's token-level distribution on the student's own rollouts, is an effective paradigm for transferring capabilities across LLMs. Prevailing approaches assume a teacher at least as capable as the student: they eith…

  30. Hugging Face Daily Papers TIER_1 English(EN) ·

    重新思考 on-policy diffusion distillation 中的 classifier-free guidance

    On-policy distillation (OPD) adapts diffusion models by querying a teacher along trajectories generated by the current student, but how it should behave under classifier-free guidance (CFG), a default component of modern diffusion systems, remains poorly understood. Existing OPD …

  31. Hugging Face Daily Papers TIER_1 English(EN) ·

    CADENCE:通过覆盖自适应策略内蒸馏缩小推理差距

    On-policy knowledge distillation transfers reasoning from large teachers to compact students, but existing approaches suffer three compounding failure modes: (i) cold-start collapse, where a fresh student assigns near-zero mass to teacher-preferred tokens; (ii) state-agnostic div…