CLAIFeb 21, 2024

Multilingual Coreference Resolution in Low-resource South Asian Languages

arXiv:2402.13571v281 citationsh-index: 46LREC
Originality Synthesis-oriented
AI Analysis

This addresses the problem of limited coreference resolution capabilities for low-resource South Asian languages, though it is incremental as it builds on existing tools and datasets.

The authors tackled the lack of coreference resolution resources for South Asian languages by creating a translated dataset for 31 languages and training models, achieving scores of 64 and 68 for LEA F1 and CoNLL F1 on a Hindi test set.

Coreference resolution involves the task of identifying text spans within a discourse that pertain to the same real-world entity. While this task has been extensively explored in the English language, there has been a notable scarcity of publicly accessible resources and models for coreference resolution in South Asian languages. We introduce a Translated dataset for Multilingual Coreference Resolution (TransMuCoRes) in 31 South Asian languages using off-the-shelf tools for translation and word-alignment. Nearly all of the predicted translations successfully pass a sanity check, and 75% of English references align with their predicted translations. Using multilingual encoders, two off-the-shelf coreference resolution models were trained on a concatenation of TransMuCoRes and a Hindi coreference resolution dataset with manual annotations. The best performing model achieved a score of 64 and 68 for LEA F1 and CoNLL F1, respectively, on our test-split of Hindi golden set. This study is the first to evaluate an end-to-end coreference resolution model on a Hindi golden set. Furthermore, this work underscores the limitations of current coreference evaluation metrics when applied to datasets with split antecedents, advocating for the development of more suitable evaluation metrics.

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