English

ByteSpan: Information-Driven Subword Tokenisation

Computation and Language 2025-06-24 v1

Abstract

Recent dynamic tokenisation methods operate directly on bytes and pool their latent representations into patches. This bears similarities to computational models of word segmentation that determine lexical boundaries using spikes in an autoregressive model's prediction error. Inspired by this connection, we explore whether grouping predictable bytes - rather than pooling their representations - can yield a useful fixed subword vocabulary. We propose a new information-driven subword tokeniser, ByteSpan, that uses an external byte-level LM during training to identify contiguous predictable byte sequences and group them into subwords. Experiments show that ByteSpan yields efficient vocabularies with higher morphological alignment scores than BPE for English. Multilingual experiments show similar compression and R\'enyi efficiency for 25 languages.

Keywords

Cite

@article{arxiv.2506.18639,
  title  = {ByteSpan: Information-Driven Subword Tokenisation},
  author = {Zébulon Goriely and Suchir Salhan and Pietro Lesci and Julius Cheng and Paula Buttery},
  journal= {arXiv preprint arXiv:2506.18639},
  year   = {2025}
}

Comments

Accepted to TokShop 2025 (Non-archival)

R2 v1 2026-07-01T03:29:27.914Z