MorphBPE: A Morpho-Aware Tokenizer Bridging Linguistic Complexity for Efficient LLM Training Across Morphologies
Ehsaneddin Asgari, Yassine El Kheir, Mohammad Ali Sadraei, Javaheri

TL;DR
MorphBPE is a new morphology-aware tokenizer that improves subword segmentation for morphologically rich languages, leading to better model efficiency, faster convergence, and enhanced interpretability in large language models.
Contribution
It introduces MorphBPE, a novel tokenizer that incorporates linguistic morphology into BPE, along with new evaluation metrics for morphological alignment, enhancing LLM training across diverse languages.
Findings
Reduces cross-entropy loss in LLM training.
Accelerates convergence of language models.
Improves morphological alignment scores.
Abstract
Tokenization is fundamental to Natural Language Processing (NLP), directly impacting model efficiency and linguistic fidelity. While Byte Pair Encoding (BPE) is widely used in Large Language Models (LLMs), it often disregards morpheme boundaries, leading to suboptimal segmentation, particularly in morphologically rich languages. We introduce MorphBPE, a morphology-aware extension of BPE that integrates linguistic structure into subword tokenization while preserving statistical efficiency. Additionally, we propose two morphology-based evaluation metrics: (i) Morphological Consistency F1-Score, which quantifies the consistency between morpheme sharing and token sharing, contributing to LLM training convergence, and (ii) Morphological Edit Distance, which measures alignment between morphemes and tokens concerning interpretability. Experiments on English, Russian, Hungarian, and Arabic…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNatural Language Processing Techniques · Handwritten Text Recognition Techniques
