paper-with-me

Papers

Reinforcement-aware Knowledge Distillation for LLM Reasoning

2026-02-26 · Zhaoyang Zhang, Shuli Jiang, Yantao Shen, Yuting Zhang, Dhananjay Ram, Shuo Yang, Zhuowen Tu, Wei Xia, Stefano Soatto arxiv

Reinforcement learning (RL) post-training has recently driven major gains in long chain-of-thought reasoning large language models (LLMs), but the high inference cost of such models motivates distillation into smaller students. Most existing knowledge distillation (KD) methods are designed for supervised fine-tuning (SFT), relying on fixed teacher traces or teacher-student Kullback-Leibler (KL) divergence-based regularization. When combined with RL, these approaches often suffer from distribution mismatch and objective interference: teacher supervision may not align with the student's evolving rollout distribution, and the KL regularizer can compete with reward maximization and require careful loss balancing. To address these issues, we propose RL-aware distillation (RLAD), which performs selective imitation during RL -- guiding the student toward the teacher only when it improves the current policy update. Our core component, Trust Region Ratio Distillation (TRRD), replaces the teacher-student KL regularizer with a PPO/GRPO-style likelihood-ratio objective anchored to a teacher--old-policy mixture, yielding advantage-aware, trust-region-bounded distillation on student rollouts and naturally balancing exploration, exploitation, and imitation. Across diverse logic reasoning and math benchmarks, RLAD consistently outperforms offline distillation, standard GRPO, and KL-based on-policy teacher-student knowledge distillation.

📄 PDF Abstract BibTeX arXiv:2602.22495

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge DistillationReinforcement Learning

Similar Papers 제목 키워드 기반

KbSD: Knowledge Boundary aware Self-Distillation for Behavioral Calibration in Agentic Search

2026-06-29 · Tao Feng, Xinke Jiang, Chao Wu arxiv

Agentic search equips large language models with dynamic retrieval abilities, but existing reinforcement learning methods remain limited by reward sparsity in knowledge boundary calibration -- deciding when to trust para…

Reinforcement Learning

Federated Reasoning Distillation Framework with Model Learnability-Aware Data Allocation

2026-02-21 · Wei Guo, Siyuan Lu, Xiangdong Ran, Yiqi Tong 외 arxiv

Data allocation plays a critical role in federated large language model (LLM) and small language models (SLMs) reasoning collaboration. Nevertheless, existing data allocation methods fail to address an under-explored cha…

Learning to Reason by Analogy via Retrieval-Augmented Reinforcement Fine-Tuning

2026-06-11 · Zilin Xiao, Qi Ma, Chun-cheng Jason Chen, Xintao Chen 외 arxiv

Retrieval-augmented generation (RAG) has become a standard mechanism for grounding language models in external knowledge, yet conventional retrieval based on lexical or semantic similarity is poorly suited for complex re…

Mathematical ReasoningSemantic Similarity

Tool-Augmented Hybrid Ensemble Reasoning with Distillation for Bilingual Mathematical Problem Solving

2025-12-22 · Peiqing Lu, Yuan Zhang, Haoyun Zhang, Jiasen Zheng 외 arxiv

Bilingual mathematical problem solving needs a clear link between language reasoning and symbolic calculation. Large language models often handle language well but are weak in accurate computation. This paper presents HE…

Reinforcement LearningKnowledge DistillationMathematical Reasoning

What Makes Low-Bit Quantization-Aware Training Work for Reasoning LLMs? A Systematic Study

2026-01-21 · Keyu Lv, Manyi Zhang, Xiaobo Xia, Jingchen Ni 외 arxiv

Reasoning models excel at complex tasks such as coding and mathematics, yet their inference is often slow and token-inefficient. To improve the inference efficiency, post-training quantization (PTQ) usually comes with th…

Knowledge DistillationReinforcement Learning