PulseAugur
EN
LIVE 11:26:34

New LLM training methods leverage reinforcement learning and distillation

Researchers have developed several new methods to improve the training and behavior of large language models (LLMs) using reinforcement learning and distillation techniques. Policy Gradient Steering (PGS) offers a way to dynamically alter LLM behavior at inference time by formulating steering as a reinforcement learning problem, showing success in diverse domains like chess and football. Beta-OPSD ($eta$-OPSD) generalizes on-policy self-distillation (OPSD) by introducing a controllable parameter that balances proximity to a reference policy with teacher guidance, improving reasoning performance and stability. Contrastive Reinforced Policy Optimization (CRPO) tackles exposure bias in agentic OPSD by using contrastive learning to preserve fine-grained optimization signals, leading to better training stability and generalization. Flux-OPD introduces evolving contexts as in-training supervision for open-ended domains, outperforming existing OPD paradigms. Finally, Weak-to-Strong On-Policy Distillation (W2S-OPD) enables a student model to learn from multiple smaller, weaker models, improving performance even when all supervision sources are less capable. AI

IMPACT These advancements offer new techniques for improving LLM reasoning, stability, and adaptability, potentially leading to more capable and controllable AI systems.

RANK_REASON Multiple research papers published on arXiv detailing new methods for LLM training and behavior modification.

Read on Hugging Face Daily Papers →

AI-generated summary · Google Gemini · from 31 sources. How we write summaries →

New LLM training methods leverage reinforcement learning and distillation

COVERAGE [31]

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

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

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

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

    DASH-OPD: Discrepancy-Aware Switching with Hysteresis for On-Policy Distillation

    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 ·

    Adaptive Policy Backbone via Shared Network

    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: Stable Advantage Fusion for On-Policy Distillation

    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: Progress-Aware Rollout Horizon Expansion for Efficient On-Policy Distillation

    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: Deriving with Policy Optimization, Training with Self-Distillation

    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 ·

    Policy Gradient Steering: Interventions from Behavioral Objectives

    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: On-Policy Distillation with Evolving Contexts

    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 ·

    Contrastive Reinforced Policy Optimization via Privileged Self-Distillation

    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: Stable Advantage Fusion for On-Policy Distillation

    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) ·

    Contrastive Reinforced Policy Optimization via Privileged Self-Distillation

    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: On-Policy Distillation with Evolving Contexts

    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 ·

    Weak-to-Strong On-Policy Distillation

    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: Synthetic Conditional Objectives for Policy Evolution in Black-Box Combinatorial Optimization

    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 ·

    Policy Gradient Steering: Interventions from Behavioral Objectives

    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: Deriving with Policy Optimization, Training with Self-Distillation

    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: On-Policy Distillation with Evolving Contexts

    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 ·

    Pass the Baton: Trajectory-Relayed On-Policy Distillation

    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 ·

    Rethinking Classifier-Free Guidance in On-Policy Diffusion Distillation

    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) ·

    Pass the Baton: Trajectory-Relayed On-Policy Distillation

    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) ·

    Weak-to-Strong On-Policy Distillation

    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) ·

    Rethinking Classifier-Free Guidance in On-Policy Diffusion Distillation

    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: Closing the Reasoning Gap via Coverage-Adaptive On-Policy Distillation

    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…