paper-with-me

Papers

CTPD: Cross Tokenizer Preference Distillation

2026-01-17 · Truong Nguyen, Phi Van Dat, Ngan Nguyen, Linh Ngo Van, Trung Le, Thanh Hong Nguyen 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 cross-tokenizer setting. The incompatibility of tokenization schemes between teacher and student models has largely prevented fine-grained, white-box distillation of preference information. To address this gap, we propose Cross-Tokenizer Preference Distillation (CTPD), the first unified framework for transferring human-aligned behavior between models with heterogeneous tokenizers. CTPD introduces three key innovations: (1) Aligned Span Projection, which maps teacher and student tokens to shared character-level spans for precise supervision transfer; (2) a cross-tokenizer adaptation of Token-level Importance Sampling (TIS-DPO) for improved credit assignment; and (3) a Teacher-Anchored Reference, allowing the student to directly leverage the teacher's preferences in a DPO-style objective. Our theoretical analysis grounds CTPD in importance sampling, and experiments across multiple benchmarks confirm its effectiveness, with significant performance gains over existing methods. These results establish CTPD as a practical and general solution for preference distillation across diverse tokenization schemes, opening the door to more accessible and efficient alignment of language models.

📄 PDF Abstract BibTeX arXiv:2601.11865

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Distillation

Similar Papers 제목 키워드 기반

Cross-Tokenizer Distillation via Approximate Likelihood Matching

2025-03-25 · Benjamin Minixhofer, Ivan Vulić, Edoardo Maria Ponti

Distillation has shown remarkable success in transferring knowledge from a Large Language Model (LLM) teacher to a student LLM. However, current distillation methods predominantly require the same tokenizer between the t…

Large Language Model

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…

Cross-Tokenizer LLM Distillation through a Byte-Level Interface

2026-04-08 · Avyav Kumar Singh, Yen-Chen Wu, Alexandru Cioba, Alberto Bernacchia 외 arxiv

Cross-tokenizer distillation (CTD), the transfer of knowledge from a teacher to a student language model when the two use different tokenizers, remains a largely unsolved problem. Existing approaches rely on heuristic st…

Towards Cross-Tokenizer Distillation: the Universal Logit Distillation Loss for LLMs

2024-02-19 · Nicolas Boizard, Kevin El Haddad, Céline Hudelot, Pierre Colombo

Deploying large language models (LLMs) of several billion parameters can be impractical in most industrial use cases due to constraints such as cost, latency limitations, and hardware accessibility. Knowledge distillatio…

Knowledge Distillation