@inproceedings{dolga-etal-2025-characters,
title = "From Characters to Tokens: Dynamic Grouping with Hierarchical {BPE}",
author = "Dolga, Rares and
Maystre, Lucas and
Berariu, Tudor and
Barber, David",
editor = "Christodoulopoulos, Christos and
Chakraborty, Tanmoy and
Rose, Carolyn and
Peng, Violet",
booktitle = "Findings of the Association for Computational Linguistics: EMNLP 2025",
month = nov,
year = "2025",
address = "Suzhou, China",
publisher = "Association for Computational Linguistics",
url = "https://preview.aclanthology.org/ingest-luhme/2025.findings-emnlp.595/",
doi = "10.18653/v1/2025.findings-emnlp.595",
pages = "11154--11162",
ISBN = "979-8-89176-335-7",
abstract = "Subword tokenization methods like Byte Pair Encoding (BPE) are widely used in large language models due to their balance of vocabulary compactness and representational power. However, they suffer from inefficiencies in representing rare words and require large embedding matrices. Character-level models address these issues but introduce performance bottlenecks, particularly in Transformer-based architectures. Recent hierarchical models attempt to merge the benefits of both paradigms by grouping characters into patches, but existing patching strategies either rely on whitespace{---}limiting applicability to certain languages{---}or require auxiliary models that introduce new dependencies. In this paper, we propose a dynamic character grouping method that leverages the structure of existing BPE tokenization without requiring additional models. By appending explicit end-of-patch markers to BPE tokens and introducing a second-level BPE compression stage to control patch granularity, our method offers efficient, flexible, and language-agnostic representations. Empirical results demonstrate that our approach matches or exceeds the performance of dynamic entropy- and whitespace-based patching strategies, while maintaining a compact vocabulary."
}Markdown (Informal)
[From Characters to Tokens: Dynamic Grouping with Hierarchical BPE](https://preview.aclanthology.org/ingest-luhme/2025.findings-emnlp.595/) (Dolga et al., Findings 2025)
ACL