CLJun 2, 2025

StochasTok: Improving Fine-Grained Subword Understanding in LLMs

arXiv:2506.01687v27 citationsh-index: 5Has Code
Originality Incremental advance
AI Analysis

This addresses a key bottleneck for LLMs in handling fine-grained language tasks, offering an efficient solution that can be integrated post-training, though it is incremental in improving existing tokenization methods.

The paper tackles the problem of poor subword-level understanding in large language models (LLMs) due to tokenization, and introduces StochasTok, a stochastic tokenization scheme that improves performance on tasks like character counting and substring identification, with substantial gains demonstrated in experiments.

Subword-level understanding is integral to numerous tasks, including understanding multi-digit numbers, spelling mistakes, abbreviations, rhyming, and wordplay. Despite this, current large language models (LLMs) still often struggle with seemingly simple subword-level tasks like How many 'r's in 'strawberry'?. A key factor behind these failures is tokenization which obscures the fine-grained structure of words. Current alternatives, such as character-level and dropout tokenization methods, significantly increase computational costs and provide inconsistent improvements. In this paper we revisit tokenization and introduce StochasTok, a simple, efficient stochastic tokenization scheme that randomly splits tokens during training, allowing LLMs to 'see' their internal structure. Our experiments show that pretraining with StochasTok substantially improves LLMs' downstream performance across multiple subword-level language games, including character counting, substring identification, and math tasks. Furthermore, StochasTok's simplicity allows seamless integration at any stage of the training pipeline; and we demonstrate that post-training with StochasTok can instill improved subword understanding into existing pretrained models, thus avoiding costly pretraining from scratch. These dramatic improvements achieved with a minimal change suggest StochasTok holds exciting potential when applied to larger, more capable models. Code open-sourced at: https://github.com/anyasims/stochastok.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes