paper-with-me

Papers

Distilling Token-Trained Models into Byte-Level Models

2026-02-01 · Zishuo Bao, Jiaqi Leng, Junxiong Wang, Bowen Peng, Yucheng Lu arxiv

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.

📄 PDF Abstract BibTeX arXiv:2602.01007

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Distillation

Similar Papers 제목 키워드 기반

ByT5: Towards a token-free future with pre-trained byte-to-byte models

2021-05-28 · Linting Xue, Aditya Barua, Noah Constant, Rami Al-Rfou 외

Most widely-used pre-trained language models operate on sequences of tokens corresponding to word or subword units. By comparison, token-free models that operate directly on raw text (bytes or characters) have many benef…

Cross-Lingual Natural Language InferenceCross-Lingual NERCross-Lingual Paraphrase IdentificationCross-Lingual Question Answering+2

ByteFlow: Language Modeling through Adaptive Byte Compression without a Tokenizer

2026-03-03 · Chunyuan Deng, Sanket Lokegaonkar, Colin Lockard, Besnik Fetahu 외 arxiv

Modern language models still rely on fixed, pre-defined subword tokenizations. Once a tokenizer is trained, the LM can only operate at this fixed level of granularity, which often leads to brittle and counterintuitive be…

Byte Latent Transformer: Patches Scale Better Than Tokens

2024-12-13 · Artidoro Pagnoni, Ram Pasunuru, Pedro Rodriguez, John Nguyen 외

We introduce the Byte Latent Transformer (BLT), a new byte-level LLM architecture that, for the first time, matches tokenization-based LLM performance at scale with significant improvements in inference efficiency and ro…

Local Byte Fusion for Neural Machine Translation

2022-05-23 · Makesh Narsimhan Sreedhar, Xiangpeng Wan, Yu Cheng, Junjie Hu

Subword tokenization schemes are the dominant technique used in current NLP models. However, such schemes can be rigid and tokenizers built on one corpus do not adapt well to other parallel corpora. It has also been obse…

Cross-Lingual TransferDomain AdaptationMachine TranslationTranslation+1

KazByte: Adapting Qwen models to Kazakh via Byte-level Adapter

2026-03-29 · Rauan Akylzhanov arxiv

Large language models fragment Kazakh text into many more tokens than equivalent English text, because their tokenizers were built for high-resource languages. This tokenizer tax inflates compute, shortens the effective …