Subword Tokenization Strategies for Kurdish Word Embeddings
Ali Salehi, Cassandra L. Jacobs
TL;DR
The paper investigates tokenization strategies for Kurdish word embeddings by comparing word-level, morpheme-based, and BPE approaches, using a bootstrapped BiLSTM-CRF morph segmentation model and Word2Vec embeddings. It highlights that apparent advantages of BPE in morphological similarity arise from severe evaluation coverage biases, while morpheme-based tokenization yields more coherent embedding-space organization and better semantic structure when assessed fairly. The work emphasizes coverage-aware evaluation in low-resource, morphologically rich languages and suggests that hybrid tokenization approaches may better capture the full spectrum of Kurdish morphology. Overall, the findings guide practical tokenization choices for Kurdish NLP and similar low-resource languages, with implications for downstream tasks and language-model development.
Abstract
We investigate tokenization strategies for Kurdish word embeddings by comparing word-level, morpheme-based, and BPE approaches on morphological similarity preservation tasks. We develop a BiLSTM-CRF morphological segmenter using bootstrapped training from minimal manual annotation and evaluate Word2Vec embeddings across comprehensive metrics including similarity preservation, clustering quality, and semantic organization. Our analysis reveals critical evaluation biases in tokenization comparison. While BPE initially appears superior in morphological similarity, it evaluates only 28.6\% of test cases compared to 68.7\% for morpheme model, creating artificial performance inflation. When assessed comprehensively, morpheme-based tokenization demonstrates superior embedding space organization, better semantic neighborhood structure, and more balanced coverage across morphological complexity levels. These findings highlight the importance of coverage-aware evaluation in low-resource language processing and offers different tokenization methods for low-resourced language processing.
