CLFeb 16, 2025

Enhancing Cross-Tokenizer Knowledge Distillation with Contextual Dynamical Mapping

arXiv:2502.11104v17 citationsh-index: 39Has CodeACL
Originality Highly original
AI Analysis

This addresses model compression for cross-architecture scenarios in NLP, offering a novel method to improve distillation efficiency, though it is incremental in advancing existing distillation techniques.

The paper tackles the problem of cross-tokenizer knowledge distillation, which faces challenges like sequence misalignment and vocabulary mismatches, by proposing Contextual Dynamic Mapping (CDM) to enhance alignment and mapping, resulting in significant performance advantages over baselines across diverse benchmarks like instruction-following, code generation, and math.

Knowledge Distillation (KD) has emerged as a prominent technique for model compression. However, conventional KD approaches primarily focus on homogeneous architectures with identical tokenizers, constraining their applicability in cross-architecture scenarios. As for the cross-tokenizer KD, the differences in the tokenizers give rise to two fundamental challenges: (1) sequence misalignment caused by divergent tokenization strategies, and (2) mismatched vocabulary size and composition. While existing probability-matching methods attempt to address these issues, their efficacy remains limited due to suboptimal alignment in both the sequence and vocabulary aspects. To overcome these limitations, we propose Contextual Dynamic Mapping (CDM), a novel cross-tokenizer distillation framework that employs contextual information to enhance sequence alignment precision and dynamically improves vocabulary mapping. We evaluated the effectiveness of our approach across five advanced and widely-used model families (i.e, LLama3, Phi3, Gemma2, OPT and Qwen2), which were configured into three distinct teacher-student pairs. Our method shows significant advantages over existing cross-tokenizer distillation baselines across diverse benchmarks, including instruction-following, code generation and math. Notably, our analysis reveals that combining conventional same-tokenizer distillation and cross-tokenizer distillation through CDM yields further performance improvements. The code is available at https://github.com/pppa2019/ContexualDynamicMapping

Code Implementations1 repo
Foundations

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

Your Notes