ACL2025
Tokenization is Sensitive to Language Variation
Anna Wegmann, Dong Nguyen, David Jurgens
被引用 8 次
摘要
Variation in language is ubiquitous and often systematically linked to regional, social, and contextual factors. Tokenizers split texts into smaller units and might behave differently for less common linguistic forms. This might affect downstream LLM performance differently on two types of tasks: Tasks where the model should be robust to language variation (e.g., for semantic tasks like NLI, labels do not depend on whether a text uses British or American spelling) and tasks where the model should be sensitive to language variation (e.g., for formbased tasks like authorship verification, labels depend on whether a text uses British or American spelling). We pre-train BERT base models with the popular Byte-Pair Encoding algorithm to investigate how key tokenization design choices impact the performance of downstream models: the corpus used to train the tokenizer, the pre-tokenizer and the vocabulary size. We find that the best tokenizer varies on the two task types and that the pre-tokenizer has the biggest overall impact on performance. Further, we introduce a new approach to estimate tokenizer impact on downstream LLM performance, showing substantial improvement over metrics like Rényi efficiency. We encourage more work on language variation and its relation to tokenizers and thus LLM performance. Example Label GLUE How do I hire an ethical hacker? Where can I find ethical hackers? duplicate +typo Wher're cacn I fien ethical hackprs? Hjw fo I hie an ehtical hacker? duplicate +dialect How do I hire me an ethical hacker? Where can I find me ethical hackers? duplicate (a) Tasks requiring robustness to language variation.