CLAIJun 29

ARKD: Adaptive Reinforcement Learning-Guided Bidirectional KL Divergence Distillation for Text Generation

arXiv:2606.2986919.4
Predicted impact top 27% in CL · last 90 daysOriginality Incremental advance
AI Analysis

This work addresses the problem of improving text generation quality in compressed LLMs for practitioners needing efficient models with high output fidelity.

Knowledge distillation for LLMs using a single KL objective fails to balance primary distribution fitting with long-tail probability modeling. The proposed ARKD framework uses reinforcement learning to dynamically weight forward and reverse KL divergences, achieving consistent improvements of 0.4-0.6 points in Rouge-L and BertScore over greedy heuristics.

Knowledge distillation (KD) is a key technique for compressing Large Language Models (LLMs), yet methods relying on a single KL objective often fail to balance primary distribution fitting with long-tail probability modeling, limiting both generation quality and generalization. To address this, we analyze the complementary roles of forward and reverse KL divergence (FKL/RKL) in distribution alignment from theoretical and empirical perspectives. We then propose a reinforcement-learning-based adaptive KL-weighted distillation framework, in which a policy network dynamically assigns weights to FKL and RKL based on teacher-student distributional characteristics, guided by immediate reward signals to achieve dual alignment on principal and long-tail modes. Extensive experiments demonstrate consistent improvements across Rouge-L and BertScore metrics, surpassing greedy heuristics by 0.4-0.6 points and outperforming other baseline methods on diverse benchmarks.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes