Exploring morphology-aware tokenization: A case study on Spanish language modeling
Alba T{\'a}boas Garc{\'i}a, Piotr Przyby{\l}a, Leo Wanner
Abstract
This paper investigates to what extent the integration of morphological information can improve subword tokenization and thus also language modeling performance. We focus on Spanish, a language with fusional morphology, where subword segmentation can benefit from linguistic structure. Instead of relying on purely data-driven strategies like Byte Pair Encoding (BPE), we explore a linguistically grounded approach: training a tokenizer on morphologically segmented data. To do so, we develop a semi-supervised segmentation model for Spanish, building gold-standard datasets to guide and evaluate it. We then use this tokenizer to pre-train a masked language model and assess its performance on several downstream tasks. Our results show improvements over a baseline with a standard tokenizer, supporting our hypothesis that morphology-aware tokenization offers a viable and principled alternative for improving language modeling.
BibTeX
@inproceedings{emnlp2025_exploringmorphol,
title = {Exploring morphology-aware tokenization: A case study on Spanish language modeling},
author = {Alba T{\'a}boas Garc{\'i}a and Piotr Przyby{\l}a and Leo Wanner},
booktitle = {EMNLP 2025},
year = {2025}
}