paper-with-me

홈 › Papers

X-Token: Projection-Guided Cross-Tokenizer Knowledge Distillation

2026-05-20 · Sharath Turuvekere Sreenivas, Adithyakrishna Venkatesh Hanasoge, Mingyu Yang, Ali Taghibakhshi, Saurav Muralidharan, Ashwath Aithal, Pavlo Molchanov arxiv

Cross-tokenizer knowledge distillation allows a student model to learn from teachers with incompatible vocabularies. Prior work operates on hidden states or logits; the latter is preferred as a drop-in replacement requiring no auxiliary components. Logit-based methods either use only the correct-token probability, missing the full 'dark knowledge' in the teacher's distribution, or operate on the full output distribution, relying on strict token partitioning and/or unprincipled heuristic ranking. We identify two key shortcomings of full-distribution, logit-based methods: (i) an uncommon-token failure, where critical tokens fall into the unmatched subset (e.g., Llama's 1100 multi-digit numerals under digit-splitting Qwen supervision) and are suppressed during training, reducing GSM8k from 12.89 to 2.56 compared to same-tokenizer KD from a weaker teacher; and (ii) over-conservative matching, where strict 1-to-1 matching excludes near-equivalent tokens across surface forms. These failures require distinct remedies: eliminating the partition when critical tokens are misaligned, and refining it when alignment is reliable. We propose X-Token, an approach with two complementary loss formulations targeting these issues. P-KL removes partitioning and aligns the student's distribution with the teacher's via a sparse projection matrix W (initialized from tokenizer-level string rules) to address the uncommon-token failure. H-KL retains the hybrid form while relaxing matching to align each student token with its top-ranked teacher mapping under W. Both objectives share W and extend naturally to multiple teachers. Empirically, on Llama-3.2-1B, X-Token outperforms the current state of the art GOLD by +3.82 average points with a Qwen3-4B teacher and by +0.5 with a Phi-4-Mini teacher. Further, a two-teacher setup (Phi-4-mini + Llama-3B) improves over single-teacher distillation by +1.3 points.

📄 PDF Abstract BibTeX arXiv:2605.21699

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Distillation

Similar Papers 제목 키워드 기반

CTPD: Cross Tokenizer Preference Distillation

2026-01-17 · Truong Nguyen, Phi Van Dat, Ngan Nguyen, Linh Ngo Van 외 arxiv

While knowledge distillation has seen widespread use in pre-training and instruction tuning, its application to aligning language models with human preferences remains underexplored, particularly in the more realistic cr…

Knowledge Distillation

GEAR: Guided End-to-End AutoRegression for Image Synthesis

2026-06-30 · Bin Lin, Zheyuan Liu, Chenguo Lin, Sixiang Chen 외 hf

Visual generative models are typically trained in two stages. A tokenizer is first trained for reconstruction and then frozen, after which a generator is trained on its discrete indices or continuous latents. This decoup…

Text-to-Image Generation

BEATs: Audio Pre-Training with Acoustic Tokenizers

2022-12-18 · Sanyuan Chen, Yu Wu, Chengyi Wang, Shujie Liu 외

The massive growth of self-supervised learning (SSL) has been witnessed in language, vision, speech, and audio domains over the past few years. While discrete label prediction is widely adopted for other modalities, the …

Audio ClassificationSelf-Supervised Learning

Enhancing Cross-Tokenizer Knowledge Distillation with Contextual Dynamical Mapping

2025-02-16 · Yijie Chen, Yijin Liu, Fandong Meng, Yufeng Chen 외

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 appli…

Code GenerationInstruction FollowingKnowledge DistillationMath+1

Breaking the Tokenizer Barrier: On-Policy Distillation across Model Families

2026-06-08 · Yifan Niu, Han Xiao, Dongyi Liu, Zelong Wang 외 arxiv

On-Policy Distillation (OPD) has become a core technique in the post-training of Large Language Models (LLMs) for transferring knowledge from domain experts to student models. However, existing OPD distillation methods r…