Search papers, labs, and topics across Lattice.
This paper investigates the benefits of subword tokenization in LLMs by decoupling its effects within a byte-level pretraining pipeline. They formulate and test hypotheses related to sample throughput, vocabulary scaling, and the linguistic prior of subword boundaries. Results show that increased training throughput and the integration of subword boundaries as priors are critical for the superior performance of subword models compared to raw byte models.
Subword tokenization's secret sauce isn't just vocabulary size – it's the boosted training throughput and the subtle linguistic priors baked into subword boundaries.
Subword tokenization is an essential part of modern large language models (LLMs), yet its specific contributions to training efficiency and model performance remain poorly understood. In this work, we decouple the effects of subword tokenization by isolating them within a controlled byte-level pretraining pipeline. We formulate and test hypotheses across various dimensions, including sample throughput, vocabulary scaling, and the linguistic prior of subword boundaries. By simulating these effects in a byte-level setting, we refine our understanding of why subword models outperform raw byte models and offer insights to improve the pretraining of future byte-level and subword models. Specifically, our experiments highlight the critical role of increased training throughput and the integration of subword boundaries as either explicit priors or inductive biases.