TL;DR
This paper compares supervised and unsupervised models for morphological segmentation of Nguni languages, showing that transformers excel in canonical segmentation and CRFs in surface segmentation, aiding NLP development for these languages.
Contribution
It introduces and evaluates models for canonical and surface segmentation in Nguni languages, highlighting the effectiveness of transformers and CRFs in these tasks.
Findings
Transformers outperform LSTMs in canonical segmentation with 72.5% F1.
CRFs outperform LSTM-CRFs in surface segmentation with 97.1% F1.
Unsupervised methods like Morfessor and language models perform poorly on these languages.
Abstract
Morphological Segmentation involves decomposing words into morphemes, the smallest meaning-bearing units of language. This is an important NLP task for morphologically-rich agglutinative languages such as the Southern African Nguni language group. In this paper, we investigate supervised and unsupervised models for two variants of morphological segmentation: canonical and surface segmentation. We train sequence-to-sequence models for canonical segmentation, where the underlying morphemes may not be equal to the surface form of the word, and Conditional Random Fields (CRF) for surface segmentation. Transformers outperform LSTMs with attention on canonical segmentation, obtaining an average F1 score of 72.5% across 4 languages. Feature-based CRFs outperform bidirectional LSTM-CRFs to obtain an average of 97.1% F1 on surface segmentation. In the unsupervised setting, an entropy-based…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsSigmoid Activation · Tanh Activation · Long Short-Term Memory
