70 upvotes · 27 JUL 2026 · Bingnan Li, Haozhe Wang, Haozhong Xiong et al.
This paper investigates how to improve the adaptation of diffusion models in a way that doesn't rely on a classifier, and how to address a problem where the model can't accurately learn from its teacher. Practitioners might care about this because it could lead to more effective knowledge transfer in machine learning applications.
40 upvotes · 30 JUL 2026 · Yuran Wang, Zekun Wang, Bohan Zeng et al.
This paper proposes a new method for training large language models in open-ended domains, using evolving contexts as in-training supervision to capture task preferences. Practitioners may care about this approach because it can lead to better performance on open-ended tasks.
28 upvotes · 28 JUL 2026 · Haolei Xu, Xiaowen Xu, Haiwen Hong et al.
This paper addresses a problem in on-policy distillation where a student model can get stuck on a wrong path, and proposes a new method called Relay-OPD that helps the student model recover by briefly taking over at certain points to produce a new trajectory. Practitioners might care about this because it could lead to better performance and more efficient training in models like language generators or math solvers.
23 upvotes · 31 JUL 2026 · Yifan Ding, Xincheng Wei, Yoshua Y. Li et al.
This paper proposes a method to combine reinforcement learning with verifiable rewards and on-policy distillation to improve performance on complex tasks, and shows that this method can lead to more stable training and better results.
11 upvotes · 16 JUL 2026 · Baohao Liao, Hanze Dong, Christof Monz et al.
This paper proposes a method to improve on-policy distillation by reusing pre-collected teacher data, allowing for faster training without interacting with the environment. Practitioners may care about this technique because it enables scalable and efficient distillation of complex agent models.