English

Distilling Token-Trained Models into Byte-Level Models

Computation and Language 2026-02-03 v1

Abstract

Byte Language Models (BLMs) have emerged as a promising direction for scaling language models beyond tokenization. However, existing BLMs typically require training from scratch on trillions of bytes, making them prohibitively expensive. In this paper, we propose an efficient distillation recipe that converts existing token-trained LLMs into BLMs while retaining comparable capabilities. Our recipe follows a two-stage curriculum: (1) Progressive Knowledge Distillation, which aligns byte-level representations with the embeddings of the token-trained teacher model; and (2) Byte-Level Supervised Fine-Tuning, which enables end-to-end generation entirely in the byte space. We validate our approach across multiple model families, including Llama, Qwen, and OLMo, and demonstrate that the distilled BLMs retain most of the teacher models' performance using only approximately 125B bytes.

Keywords

Cite

@article{arxiv.2602.01007,
  title  = {Distilling Token-Trained Models into Byte-Level Models},
  author = {Zishuo Bao and Jiaqi Leng and Junxiong Wang and Bowen Peng and Yucheng Lu},
  journal= {arXiv preprint arXiv:2602.01007},
  year   = {2026}
}

Comments

17 pages, 3 figures, 13 tables

R2 v1 2026-07-01T09:29:51.845Z