Poster
in
Workshop: Tokenization Workshop (TokShop)
ByteSpan: Information-Driven Subword Tokenisation
Zebulon Goriely · Suchir Salhan · Pietro Lesci · Julius Cheng · Paula Buttery
Keywords: [ morphological segmentation ] [ information ] [ subword representations ]
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ényi efficiency for 25 languages.