English

Improving Tokenisation by Alternative Treatment of Spaces

Computation and Language 2022-10-25 v2

Abstract

Tokenisation is the first step in almost all NLP tasks, and state-of-the-art transformer-based language models all use subword tokenisation algorithms to process input text. Existing algorithms have problems, often producing tokenisations of limited linguistic validity, and representing equivalent strings differently depending on their position within a word. We hypothesise that these problems hinder the ability of transformer-based models to handle complex words, and suggest that these problems are a result of allowing tokens to include spaces. We thus experiment with an alternative tokenisation approach where spaces are always treated as individual tokens. Specifically, we apply this modification to the BPE and Unigram algorithms. We find that our modified algorithms lead to improved performance on downstream NLP tasks that involve handling complex words, whilst having no detrimental effect on performance in general natural language understanding tasks. Intrinsically, we find our modified algorithms give more morphologically correct tokenisations, in particular when handling prefixes. Given the results of our experiments, we advocate for always treating spaces as individual tokens as an improved tokenisation method.

Keywords

Cite

@article{arxiv.2204.04058,
  title  = {Improving Tokenisation by Alternative Treatment of Spaces},
  author = {Edward Gow-Smith and Harish Tayyar Madabushi and Carolina Scarton and Aline Villavicencio},
  journal= {arXiv preprint arXiv:2204.04058},
  year   = {2022}
}

Comments

EMNLP 2022

R2 v1 2026-06-24T10:42:27.118Z