Bridging the Gap: Transfer Learning from English PLMs to Malaysian English

Mohan Raj Chanthran,Lay-Ki Soon,Huey Fang Ong,Bhawani Selvaretnam
2024-07-01
Abstract:Malaysian English is a low resource creole language, where it carries the elements of Malay, Chinese, and Tamil languages, in addition to Standard English. Named Entity Recognition (NER) models underperform when capturing entities from Malaysian English text due to its distinctive morphosyntactic adaptations, semantic features and code-switching (mixing English and Malay). Considering these gaps, we introduce MENmBERT and MENBERT, a pre-trained language model with contextual understanding, specifically tailored for Malaysian English. We have fine-tuned MENmBERT and MENBERT using manually annotated entities and relations from the Malaysian English News Article (MEN) Dataset. This fine-tuning process allows the PLM to learn representations that capture the nuances of Malaysian English relevant for NER and RE tasks. MENmBERT achieved a 1.52\% and 26.27\% improvement on NER and RE tasks respectively compared to the bert-base-multilingual-cased model. Although the overall performance of NER does not have a significant improvement, our further analysis shows that there is a significant improvement when evaluated by the 12 entity labels. These findings suggest that pre-training language models on language-specific and geographically-focused corpora can be a promising approach for improving NER performance in low-resource settings. The dataset and code published in this paper provide valuable resources for NLP research work focusing on Malaysian English.
Computation and Language
What problem does this paper attempt to address?
The paper aims to address the poor performance of Malaysian English in Named Entity Recognition (NER) and Relation Extraction (RE) tasks. Malaysian English is a low-resource Creole language that includes elements of Malay, Mandarin, Tamil, and Standard English. Existing pre-trained language models perform poorly when dealing with this mixed language, especially in capturing entities. To improve this situation, researchers proposed two pre-trained models, MENmBERT and MENBERT, specifically optimized for Malaysian English. Specifically, the researchers fine-tuned the models using a manually annotated Malaysian English news dataset (MEN dataset) to enable the models to better understand the unique semantic features and grammatical structures of Malaysian English. Experimental results show that compared to the multilingual baseline model `bert-base-multilingual-cased`, MENmBERT improved by 1.52% on the NER task and by 26.27% on the RE task. Although the overall performance improvement is not substantial, the evaluation on 12 entity labels showed significant improvements. This indicates that pre-training models on corpora specific to certain languages and geographical regions can effectively enhance NER task performance in low-resource settings.