A path to natural language through tokenisation and transformers
David S. Berman, Alexander G. Stapleton
TL;DR
The paper investigates how Zipf's law and tokenisation depth interact in transformer-based language modelling. It derives a closed-form expression for the entropy of Zipfian corpora and shows that recursive BPE drives token frequencies toward Zipf's law, increasing empirical entropy and aligning with theoretical predictions. Across transformer experiments, softmax and sampled entropies converge toward Zipf-based expectations as vocabulary size grows, with attention analyses indicating diminishing local dependencies. Collectively, the results frame tokenisation as a principled statistical transform that preserves core informational properties and suggest a renormalisation-group perspective on language statistics.
Abstract
Natural languages exhibit striking regularities in their statistical structure, including notably the emergence of Zipf's and Heaps' laws. Despite this, it remains broadly unclear how these properties relate to the modern tokenisation schemes used in contemporary transformer models. In this note, we analyse the information content (as measured by the Shannon entropy) of various corpora under the assumption of a Zipfian frequency distribution, and derive a closed-form expression for the slot entropy expectation value. We then empirically investigate how byte--pair encoding (BPE) transforms corpus statistics, showing that recursive applications of BPE drive token frequencies toward a Zipfian power law while inducing a characteristic growth pattern in empirical entropy. Utilizing the ability of transformers to learn context dependent token probability distributions, we train language models on corpora tokenised at varying BPE depths, revealing that the model predictive entropies increasingly agree with Zipf-derived predictions as the BPE depth increases. Attention-based diagnostics further indicate that deeper tokenisation reduces local token dependencies, bringing the empirical distribution closer to the weakly dependent (near IID) regime. Together, these results clarify how BPE acts not only as a compression mechanism but also as a statistical transform that reconstructs key informational properties of natural language.
