CLMay 30, 2021

How Low is Too Low? A Computational Perspective on Extremely Low-Resource Languages

arXiv:2105.14515v1711 citations
Originality Synthesis-oriented
AI Analysis

This work addresses the challenge of adapting NLP techniques for extremely low-resource languages like Sumerian, which is incremental as it applies existing methods to a new domain with added interpretability tools.

The study tackled the problem of applying attention-based deep learning to extremely low-resource languages by developing a cross-lingual information extraction pipeline for Sumerian cuneiform, including part-of-speech tagging, named entity recognition, and machine translation, with results evaluated through human assessments and publicly released resources.

Despite the recent advancements of attention-based deep learning architectures across a majority of Natural Language Processing tasks, their application remains limited in a low-resource setting because of a lack of pre-trained models for such languages. In this study, we make the first attempt to investigate the challenges of adapting these techniques for an extremely low-resource language -- Sumerian cuneiform -- one of the world's oldest written languages attested from at least the beginning of the 3rd millennium BC. Specifically, we introduce the first cross-lingual information extraction pipeline for Sumerian, which includes part-of-speech tagging, named entity recognition, and machine translation. We further curate InterpretLR, an interpretability toolkit for low-resource NLP, and use it alongside human attributions to make sense of the models. We emphasize on human evaluations to gauge all our techniques. Notably, most components of our pipeline can be generalised to any other language to obtain an interpretable execution of the techniques, especially in a low-resource setting. We publicly release all software, model checkpoints, and a novel dataset with domain-specific pre-processing to promote further research.

Code Implementations2 repos
Foundations

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

Your Notes