CLOct 12, 2022

Subword Segmental Language Modelling for Nguni Languages

arXiv:2210.06525v1296 citationsh-index: 12
Originality Highly original
AI Analysis

This addresses the problem of inefficient NLP for low-resource languages with complex morphologies, offering a novel integration of segmentation and modeling, though it is incremental in improving existing subword methods.

The paper tackles suboptimal subword segmentation for low-resource agglutinative languages by proposing a subword segmental language model (SSLM) that learns segmentation during language modeling, outperforming BPE-based models on average across 4 Nguni languages and achieving large gains in unsupervised morphological segmentation.

Subwords have become the standard units of text in NLP, enabling efficient open-vocabulary models. With algorithms like byte-pair encoding (BPE), subword segmentation is viewed as a preprocessing step applied to the corpus before training. This can lead to sub-optimal segmentations for low-resource languages with complex morphologies. We propose a subword segmental language model (SSLM) that learns how to segment words while being trained for autoregressive language modelling. By unifying subword segmentation and language modelling, our model learns subwords that optimise LM performance. We train our model on the 4 Nguni languages of South Africa. These are low-resource agglutinative languages, so subword information is critical. As an LM, SSLM outperforms existing approaches such as BPE-based models on average across the 4 languages. Furthermore, it outperforms standard subword segmenters on unsupervised morphological segmentation. We also train our model as a word-level sequence model, resulting in an unsupervised morphological segmenter that outperforms existing methods by a large margin for all 4 languages. Our results show that learning subword segmentation is an effective alternative to existing subword segmenters, enabling the model to discover morpheme-like subwords that improve its LM capabilities.

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