@inproceedings{chizhov-etal-2026-words,
title = "From Where Words Come: Efficient Regularization of Code Tokenizers Through Source Attribution",
author = "Chizhov, Pavel and
Bogomolov, Egor and
Yamshchikov, Ivan P.",
editor = "Liakata, Maria and
Moreira, Viviane P. and
Zhang, Jiajun and
Jurgens, David",
booktitle = "Proceedings of the 64th Annual Meeting of the {A}ssociation for {C}omputational {L}inguistics (Volume 1: Long Papers)",
month = jul,
year = "2026",
address = "San Diego, California, United States",
publisher = "Association for Computational Linguistics",
url = "https://preview.aclanthology.org/ingest-acl/2026.acl-long.1812/",
pages = "39053--39073",
ISBN = "979-8-89176-390-6",
abstract = "Efficiency and safety of Large Language Models (LLMs), among other factors, rely on the quality of tokenization. A good tokenizer not only improves inference speed and language understanding but also provides extra defense against jailbreak attacks and lowers the risk of hallucinations. In this work, we investigate the efficiency of code tokenization, in particular from the perspective of data source diversity. We demonstrate that code tokenizers are prone to producing unused, and thus under-trained, tokens due to the imbalance in repository and language diversity in the training data, as well as the dominance of source-specific, repetitive tokens that are often unusable in future inference. By modifying the BPE objective and introducing merge skipping, we implement different techniques under the name Source-Attributed BPE (SA-BPE) to regularize BPE training and minimize overfitting, thereby substantially reducing the number of under-trained tokens while maintaining the same inference procedure as with regular BPE. This provides an effective tool suitable for production use."
}Markdown (Informal)
[From Where Words Come: Efficient Regularization of Code Tokenizers Through Source Attribution](https://preview.aclanthology.org/ingest-acl/2026.acl-long.1812/) (Chizhov et al., ACL 2026)
ACL