🤖 AI Summary
Subword segmentation for low-resource, morphologically complex languages—such as Ge’ez—often fails to preserve morphological boundaries, undermining linguistic fidelity and token efficiency.
Method: This paper proposes MoVoC, a hybrid tokenization method integrating supervised morphological analysis with Byte-Pair Encoding (BPE). It is the first to incorporate supervised morphological analysis into subword vocabulary construction for Ge’ez.
Contribution/Results: We release manually annotated morpheme datasets for four languages and morphology-aware vocabularies for two. The resulting MoVoC-Tok tokenizer achieves a superior balance between morphological integrity and lexical expressivity. Intrinsic evaluation shows significant improvements over baselines in MorphoScore (+12.4) and boundary precision (+9.7%). Although machine translation gains are marginal, MoVoC demonstrates substantial advantages in linguistic fidelity and token efficiency—validating the efficacy of morphology-aware tokenization for morphologically rich, low-resource languages.
📝 Abstract
Subword-based tokenization methods often fail to preserve morphological boundaries, a limitation especially pronounced in low-resource, morphologically complex languages such as those written in the Geez script. To address this, we present MoVoC (Morpheme-aware Subword Vocabulary Construction) and train MoVoC-Tok, a tokenizer that integrates supervised morphological analysis into the subword vocabulary. This hybrid segmentation approach combines morpheme-based and Byte Pair Encoding (BPE) tokens to preserve morphological integrity while maintaining lexical meaning. To tackle resource scarcity, we curate and release manually annotated morpheme data for four Geez script languages and a morpheme-aware vocabulary for two of them. While the proposed tokenization method does not lead to significant gains in automatic translation quality, we observe consistent improvements in intrinsic metrics, MorphoScore, and Boundary Precision, highlighting the value of morphology-aware segmentation in enhancing linguistic fidelity and token efficiency. Our morpheme-annotated datasets and tokenizer will be publicly available to support further research in low-resource, morphologically rich languages. Our code and data are available on GitHub: https://github.com/hailaykidu/MoVoC