CLMay 23, 2023

AxomiyaBERTa: A Phonologically-aware Transformer Model for Assamese

arXiv:2305.13641v1223 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses the problem of resource scarcity for speakers and developers of Assamese, an Eastern Indian language, by providing an efficient model that performs well on various NLP tasks, though it is incremental as it adapts existing methods to a new language.

The paper tackles the challenge of developing Transformer-based language models for low-resource languages like Assamese by introducing AxomiyaBERTa, which achieves state-of-the-art results on tasks such as Named Entity Recognition and a novel cross-document coreference task, with specific improvements demonstrated on translated datasets.

Despite their successes in NLP, Transformer-based language models still require extensive computing resources and suffer in low-resource or low-compute settings. In this paper, we present AxomiyaBERTa, a novel BERT model for Assamese, a morphologically-rich low-resource language (LRL) of Eastern India. AxomiyaBERTa is trained only on the masked language modeling (MLM) task, without the typical additional next sentence prediction (NSP) objective, and our results show that in resource-scarce settings for very low-resource languages like Assamese, MLM alone can be successfully leveraged for a range of tasks. AxomiyaBERTa achieves SOTA on token-level tasks like Named Entity Recognition and also performs well on "longer-context" tasks like Cloze-style QA and Wiki Title Prediction, with the assistance of a novel embedding disperser and phonological signals respectively. Moreover, we show that AxomiyaBERTa can leverage phonological signals for even more challenging tasks, such as a novel cross-document coreference task on a translated version of the ECB+ corpus, where we present a new SOTA result for an LRL. Our source code and evaluation scripts may be found at https://github.com/csu-signal/axomiyaberta.

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