paper-with-me

홈 › Papers

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 (OPD) into a stable training paradigm by dynamically constructing a proximal teacher. Theoretically, we establish a rigorous framework demonstrating that TOP-D inherently controls gradient variance. By providing a formal global convergence analysis alongside a monotonic improvement bound, we mathematically formalize the reliability and stability of the overall training dynamics. Empirically, TOP-D dramatically enhances training stability, sample efficiency, and final performance on mathematical reasoning tasks. More importantly, TOP-D introduces zero additional computational overhead, positioning itself as a promising alternative to the well-established OPD paradigm.

📄 PDF Abstract BibTeX arXiv:2607.04751

Code (0)

등록된 구현이 없습니다.

Tasks

Mathematical Reasoning

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 On-Policy Distillation

2026-05-31 · Xingrun Xing, Haoqing Wang, Boyan Gao, Ziheng Li 외 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 …

Mathematical ReasoningModel CompressionCode Generation

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