CLJan 10, 2025

Linguistic Entity Masking to Improve Cross-Lingual Representation of Multilingual Language Models for Low-Resource Languages

arXiv:2501.05700v12 citationsh-index: 14Knowl Inf Syst
Originality Incremental advance
AI Analysis

This work addresses the problem of improving cross-lingual representation for low-resource languages, which is incremental as it builds on existing continual pre-training methods with a new masking strategy.

The paper tackles the suboptimal performance of multilingual pre-trained language models (multiPLMs) for low-resource languages by introducing Linguistic Entity Masking (LEM), a novel masking strategy that focuses on nouns, verbs, and named entities during continual pre-training. Results show that LEM outperforms existing methods like MLM+TLM in tasks such as bitext mining, parallel data curation, and code-mixed sentiment analysis for English-Sinhala, English-Tamil, and Sinhala-Tamil language pairs.

Multilingual Pre-trained Language models (multiPLMs), trained on the Masked Language Modelling (MLM) objective are commonly being used for cross-lingual tasks such as bitext mining. However, the performance of these models is still suboptimal for low-resource languages (LRLs). To improve the language representation of a given multiPLM, it is possible to further pre-train it. This is known as continual pre-training. Previous research has shown that continual pre-training with MLM and subsequently with Translation Language Modelling (TLM) improves the cross-lingual representation of multiPLMs. However, during masking, both MLM and TLM give equal weight to all tokens in the input sequence, irrespective of the linguistic properties of the tokens. In this paper, we introduce a novel masking strategy, Linguistic Entity Masking (LEM) to be used in the continual pre-training step to further improve the cross-lingual representations of existing multiPLMs. In contrast to MLM and TLM, LEM limits masking to the linguistic entity types nouns, verbs and named entities, which hold a higher prominence in a sentence. Secondly, we limit masking to a single token within the linguistic entity span thus keeping more context, whereas, in MLM and TLM, tokens are masked randomly. We evaluate the effectiveness of LEM using three downstream tasks, namely bitext mining, parallel data curation and code-mixed sentiment analysis using three low-resource language pairs English-Sinhala, English-Tamil, and Sinhala-Tamil. Experiment results show that continually pre-training a multiPLM with LEM outperforms a multiPLM continually pre-trained with MLM+TLM for all three tasks.

Foundations

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

Your Notes