CLJun 5, 2025

Improving Low-Resource Morphological Inflection via Self-Supervised Objectives

arXiv:2506.05227v12 citationsh-index: 6ACL
Originality Incremental advance
AI Analysis

This addresses the challenge of language documentation for low-resource languages by enhancing morphological modeling, though it is incremental as it builds on existing self-supervised methods.

The paper tackled the problem of improving morphological inflection in low-resource languages by exploring self-supervised auxiliary tasks, finding that autoencoding works best with very limited unlabeled data while character masked language modeling becomes more effective as data increases, with performance improvements highlighted by sampling masks based on morpheme boundaries.

Self-supervised objectives have driven major advances in NLP by leveraging large-scale unlabeled data, but such resources are scarce for many of the world's languages. Surprisingly, they have not been explored much for character-level tasks, where smaller amounts of data have the potential to be beneficial. We investigate the effectiveness of self-supervised auxiliary tasks for morphological inflection -- a character-level task highly relevant for language documentation -- in extremely low-resource settings, training encoder-decoder transformers for 19 languages and 13 auxiliary objectives. Autoencoding yields the best performance when unlabeled data is very limited, while character masked language modeling (CMLM) becomes more effective as data availability increases. Though objectives with stronger inductive biases influence model predictions intuitively, they rarely outperform standard CMLM. However, sampling masks based on known morpheme boundaries consistently improves performance, highlighting a promising direction for low-resource morphological modeling.

Foundations

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

Your Notes