CLMay 2

MTA: Multi-Granular Trajectory Alignment for Large Language Model Distillation

arXiv:2605.0137488.9h-index: 11
Predicted impact top 37% in CL · last 90 daysOriginality Incremental advance
AI Analysis

For practitioners compressing LLMs, MTA provides a more effective distillation method that better transfers the teacher's internal relational structure, leading to improved student performance.

MTA improves LLM distillation by aligning teacher and student representations across layers using a multi-granular approach (word-level for lower layers, phrase-level for higher layers), outperforming state-of-the-art baselines on standard benchmarks.

Knowledge distillation is a key technique for compressing large language models (LLMs), but most existing methods align representations at fixed layers or token-level outputs, ignoring how representations evolve across depth. As a result, the student is only weakly guided to capture the teacher's internal relational structure during distillation, which limits knowledge transfer. To address this limitation, we propose Multi-Granular Trajectory Alignment (MTA), a framework that aligns teacher and student representations along their layer-wise transformation trajectory. MTA adopts a layer-adaptive strategy: lower layers are aligned at the word level to preserve lexical information, while higher layers operate on phrase-level spans (e.g., noun and verb phrases) to capture compositional semantics. We instantiate this idea through a Dynamic Structural Alignment loss that matches the relative geometry among semantic units within each layer. This design is motivated by empirical findings that Transformer representations become increasingly abstract with depth, and is also consistent with linguistic views in which higher-level meaning emerges through the composition of lower-level lexical units. We further incorporate a Hidden Representation Alignment loss to directly align selected teacher-student layers. Experiments show that MTA consistently outperforms state-of-the-art baselines on standard benchmarks, with ablations confirming the contribution of each component.

Foundations

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

Your Notes