CLSEApr 15, 2024

Glitch Tokens in Large Language Models: Categorization Taxonomy and Effective Detection

arXiv:2404.09894v337 citationsh-index: 28Has CodeProc. ACM Softw. Eng.
Originality Incremental advance
AI Analysis

This addresses tokenization errors in LLMs, which is an incremental but important domain-specific issue for improving model reliability.

The paper tackles the problem of 'glitch tokens'—anomalous tokens from tokenizers that degrade LLM responses—by categorizing them and proposing GlitchHunter, a detection method that outperforms three baselines on eight LLMs.

With the expanding application of Large Language Models (LLMs) in various domains, it becomes imperative to comprehensively investigate their unforeseen behaviors and consequent outcomes. In this study, we introduce and systematically explore the phenomenon of "glitch tokens", which are anomalous tokens produced by established tokenizers and could potentially compromise the models' quality of response. Specifically, we experiment on seven top popular LLMs utilizing three distinct tokenizers and involving a totally of 182,517 tokens. We present categorizations of the identified glitch tokens and symptoms exhibited by LLMs when interacting with glitch tokens. Based on our observation that glitch tokens tend to cluster in the embedding space, we propose GlitchHunter, a novel iterative clustering-based technique, for efficient glitch token detection. The evaluation shows that our approach notably outperforms three baseline methods on eight open-source LLMs. To the best of our knowledge, we present the first comprehensive study on glitch tokens. Our new detection further provides valuable insights into mitigating tokenization-related errors in LLMs.

Foundations

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

Your Notes