CLApr 2, 2025

From Smør-re-brød to Subwords: Training LLMs on Danish, One Morpheme at a Time

arXiv:2504.01540v11 citationsh-index: 19
Originality Incremental advance
AI Analysis

This addresses the challenge of better language modeling for Danish by incorporating linguistic morphology, though it is incremental as it builds on existing tokenization methods.

The study tackled the problem of suboptimal tokenization for Danish language models by developing custom morphological tokenizers, which achieved an F1 score of 58.84 in segmentation compared to 39.28 for BPE and improved downstream performance in generative transformer models.

The best performing transformer-based language models use subword tokenization techniques, such as Byte-Pair-Encoding (BPE). However, these approaches often overlook linguistic principles, such as morphological segmentation, which we believe is fundamental for understanding language-specific word structure. In this study, we leverage an annotated Danish morphological dataset to train a semisupervised model for morphological segmentation, enabling the development of tokenizers optimized for Danish morphology. We evaluate four distinct tokenizers, including two custom morphological tokenizers, by analyzing their performance in morphologically segmenting Danish words. Additionally, we train two generative transformer models, \textit{CerebrasGPT-111M} and \textit{LLaMA-3.2 1B}, using these tokenizers and evaluate their downstream performance. Our findings reveal that our custom-developed tokenizers substantially enhance morphological segmentation, achieving an F1 score of 58.84, compared to 39.28 achieved by a Danish BPE tokenizer. In downstream tasks, models trained with our morphological tokenizers outperform those using BPE tokenizers across different evaluation metrics. These results highlight that incorporating Danish morphological segmentation strategies into tokenizers leads to improved performance in generative transformer models on Danish language

Code Implementations1 repo
Foundations

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

Your Notes