paper-with-me

Papers

Distilled Reinforcement Learning for LLM Post-training

2026-07-19 · Chen Wang, Zhaochun Li, Jionghao Bai, Yining Zhang, Hexuan Deng, Ge Lan, Yue Wang hf

Large language model (LLM) post-training is essential for improving reasoning, adaptation, and alignment. Existing methods mainly follow two paradigms: reinforcement learning (RL) and on-policy distillation (OPD). However, RL relies on coarse-grained outcome supervision, resulting in difficult credit assignment and limited capability to acquire new knowledge. OPD, meanwhile, unconditionally matches teacher logits through KL divergence, which creates a dilemma: similar teachers provide little new knowledge, while substantially different teachers often yield ineffective guidance, largely restricting OPD to within-family distillation. We propose Distilled Reinforcement Learning (Distilled RL), which integrates teacher supervision into the RL objective to provide fine-grained guidance, selectively transfer new knowledge and avoid unconditional imitation. Distilled RL contains three components: reverse importance sampling with clipping, negative sample reset, and sequence-level geometric normalization. Through a concise and interpretable case study, we demonstrate that Distilled RL can effectively transfer previously unavailable knowledge from a teacher model to a student model. Extensive experiments across both within-family and cross-family distillation settings show that Distilled RL substantially outperforms standard RL and OPD in terms of both pass@1 and pass@k. Our code is available at https://github.com/597358816/Distilled-RL.

📄 PDF Abstract BibTeX arXiv:2607.17247

Code (2)

Aaron617/agent-arXiv-daily ★ 10
Valiant-Cat/hfpaper

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Data-Centric Post-Training for Financial Reasoning: Mining, Distillation, and Verifiable Learning

2026-09-09 · Zhirayr Hayrapetyan, Andrei Kalmykov, Denis Kokosinskii, Dmitry Stanishevskii 외 arxiv

Financial text, textbooks, and question-answer pairs are abundant, but only a small fraction is directly usable for reasoning-focused post-training. Existing QA pairs often lack explicit reasoning, sufficient context, or…

Reinforcement Learning

TD-MPC-Opt: Distilling Model-Based Multi-Task Reinforcement Learning Agents

2025-07-02 · Dmytro Kuzmenko, Nadiya Shvai arxiv

We present a novel approach to knowledge transfer in model-based reinforcement learning, addressing the critical challenge of deploying large world models in resource-constrained environments. Our method efficiently dist…

Reinforcement Learning

Self-Distilled Agentic Reinforcement Learning

2026-05-14 · Zhengxi Lu, Zhiyuan Yao, Zhuowen Han, Zi-Han Wang 외 arxiv

Reinforcement learning (RL) has emerged as a central paradigm for post-training LLM agents, yet its trajectory-level reward signal provides only coarse supervision for long-horizon interaction. On-Policy Self-Distillatio…

Reinforcement Learning

Distilling Datasets Into Less Than One Image

2024-03-18 · Asaf Shul, Eliahu Horwitz, Yedid Hoshen

Dataset distillation aims to compress a dataset into a much smaller one so that a model trained on the distilled dataset achieves high accuracy. Current methods frame this as maximizing the distilled classification accur…

Dataset CondensationDataset DistillationDataset Distillation - 1IPC

Layer Importance for Mathematical Reasoning is Forged in Pre-Training and Invariant after Post-Training

2025-06-27 · Aadim Nepal, Safal Shrestha, Anubhav Shrestha, Minwu Kim 외

Large language models can exhibit improved mathematical reasoning capabilities following post-training with instruction tuning, reinforcement learning, or knowledge distillation. However, it remains unclear whether these…

Knowledge DistillationMathematical Reasoningreinforcement-learningReinforcement Learning