ACL 2025long0 citations

Improving Low-Resource Morphological Inflection via Self-Supervised Objectives

Adam Wiemerslage, Katharina Von Der Wense

Abstract

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.

BibTeX
@inproceedings{wiemerslage-wense-2025-improving,
    title = "Improving Low-Resource Morphological Inflection via Self-Supervised Objectives",
    author = "Wiemerslage, Adam  and
      Wense, Katharina Von Der",
    editor = "Che, Wanxiang  and
      Nabende, Joyce  and
      Shutova, Ekaterina  and
      Pilehvar, Mohammad Taher",
    booktitle = "Proceedings of the 63rd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)",
    month = jul,
    year = "2025",
    address = "Vienna, Austria",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2025.acl-long.1195/",
    doi = "10.18653/v1/2025.acl-long.1195",
    pages = "24494--24510",
    ISBN = "979-8-89176-251-0"
}