paper-with-me

Papers

Evaluating Morphological Alignment of Tokenizers in 70 Languages

2025-07-08 · Catherine Arnett, Marisa Hudspeth, Brendan O'Connor

While tokenization is a key step in language modeling, with effects on model training and performance, it remains unclear how to effectively evaluate tokenizer quality. One proposed dimension of tokenizer quality is the extent to which tokenizers preserve linguistically meaningful subwords, aligning token boundaries with morphological boundaries within a word. We expand MorphScore (Arnett & Bergen, 2025), which previously covered 22 languages, to support a total of 70 languages. The updated MorphScore offers more flexibility in evaluation and addresses some of the limitations of the original version. We then correlate our alignment scores with downstream task performance for five pre-trained languages models on seven tasks, with at least one task in each of the languages in our sample. We find that morphological alignment does not explain very much variance in model performance, suggesting that morphological alignment alone does not measure dimensions of tokenization quality relevant to model performance.

📄 PDF Abstract BibTeX arXiv:2507.06378

Code (1)

catherinearnett/morphscore 공식 구현

Tasks

Language ModelingLanguage Modelling

Similar Papers 제목 키워드 기반

Tokenization Standards for Linguistic Integrity: Turkish as a Benchmark

2025-02-10 · M. Ali Bayram, Ali Arda Fincan, Ahmet Semih Gümüş, Sercan Karakaş 외

Tokenization is a fundamental preprocessing step in NLP, directly impacting large language models' (LLMs) ability to capture syntactic, morphosyntactic, and semantic structures. This paper introduces a novel framework fo…

MMLUMorphological AnalysisMultiple-choicevalid

Rethinking Tokenization for Rich Morphology: The Dominance of Unigram over BPE and Morphological Alignment

2025-08-11 · Saketh Reddy Vemula, Sandipan Dandapat, Dipti Misra Sharma, Parameswari Krishnamurthy arxiv

The relationship between tokenizer algorithm (e.g., Byte-Pair Encoding (BPE), Unigram), morphological alignment, tokenization quality (e.g., compression efficiency), and downstream performance remains largely unclear, pa…

Text Classification

SampoNLP: A Self-Referential Toolkit for Morphological Analysis of Subword Tokenizers

2026-01-08 · Iaroslav Chelombitko, Ekaterina Chelombitko, Aleksey Komissarov arxiv

The quality of subword tokenization is critical for Large Language Models, yet evaluating tokenizers for morphologically rich Uralic languages is hampered by the lack of clean morpheme lexicons. We introduce SampoNLP, a …

Morphemes Without Borders: Evaluating Root-Pattern Morphology in Arabic Tokenizers and LLMs

2026-03-16 · Yara Alakeel, Chatrine Qwaider, Hanan Aldarmaki, Sawsan Alqahtani arxiv

This work investigates how effectively large language models (LLMs) and their tokenization schemes represent and generate Arabic root-pattern morphology, probing whether they capture genuine morphological structure or re…

Why do language models perform worse for morphologically complex languages?

2024-11-21 · Catherine Arnett, Benjamin K. Bergen

Language models perform differently across languages. It has been previously suggested that morphological typology may explain some of this variability (Cotterell et al., 2018). We replicate previous analyses and find ad…

Language ModelingLanguage Modelling