paper-with-me

Papers

Trust Region On-Policy Distillation

2026-05-31 · Xingrun Xing, Haoqing Wang, Boyan Gao, Ziheng Li, Yehui Tang arxiv

On-Policy Distillation (OPD) is a fundamental technique for efficient post-training of large language models (LLMs), with broad applications in agent learning, multi-task enhancement, and model compression. However, OPD training becomes unstable when the teacher and student distributions differ substantially, as teacher supervision on student-generated tokens may yield unreliable policy gradients and even cause optimization failure. This work addresses reliable on-policy token-level supervision through credit assignment strategies, and proposes Trust Region On-Policy Distillation, TrOPD. It features the following characteristics: 1) Trust-Region On-Policy Learning: TrOPD performs OPD only in regions where the teacher provides reliable supervision, mitigating the optimization difficulty of the K1 reverse-KL estimator under distribution mismatch. 2) Outlier Estimation: For outlier regions, we explore gradient clipping, masking, and forward-KL estimation to reduce the adverse effects of unreliable supervision. 3) Off-Policy Guidance: The student continues generation from teacher prefixes and uses forward KL to imitate off-policy guidance, encouraging on-policy exploration toward reliable regions. Experiments show that TrOPD consistently outperforms SoTA OPD baselines, including OPD, EOPD, and REOPOLD, across mathematical reasoning, code generation, and general-domain benchmarks.

📄 PDF Abstract BibTeX arXiv:2606.01249

Code (0)

등록된 구현이 없습니다.

Tasks

Mathematical ReasoningModel CompressionCode Generation

Similar Papers 제목 키워드 기반

Trust-Region Behavior Blending for On-Policy Distillation

2026-05-29 · Daniil Plyusov, Alexey Gorbatovski, Alexey Malakhov, Nikita Balagansky 외 arxiv

On-policy distillation (OPD) trains a student on prefixes sampled from its own policy while matching a stronger teacher. This addresses the prefix mismatch of offline distillation, but early student rollouts can still be…

Trust Region Policy Distillation

2026-07-06 · Zhengpeng Xie, Li Lyna Zhang, Zeke Xie, Mao Yang arxiv

Big goals are hard to achieve all at once; breaking them into small steps is wiser. We present Trust Region Policy Distillation (TOP-D), which transforms the notoriously unstable, high-variance On-Policy Distillation (OP…

Mathematical Reasoning

Reinforcement-aware Knowledge Distillation for LLM Reasoning

2026-02-26 · Zhaoyang Zhang, Shuli Jiang, Yantao Shen, Yuting Zhang 외 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 st…

Knowledge DistillationReinforcement Learning

Diffusion Policies creating a Trust Region for Offline Reinforcement Learning

2024-05-30 · Tianyu Chen, Zhendong Wang, Mingyuan Zhou

Offline reinforcement learning (RL) leverages pre-collected datasets to train optimal policies. Diffusion Q-Learning (DQL), introducing diffusion models as a powerful and expressive policy class, significantly boosts the…

D4RLDenoisingOffline RLQ-Learning+3

Extreme Region Policy Distillation

2026-05-25 · Changyu Chen, Xiting Wang, Rui Yan arxiv

Reinforcement learning for large language models faces a fundamental trade-off between sample efficiency and asymptotic performance: strictly on-policy methods discard trajectories after a single update, while off-policy…

Reinforcement LearningMathematical Reasoning