CLSep 26, 2021

XLM-K: Improving Cross-Lingual Language Model Pre-training with Multilingual Knowledge

arXiv:2109.12573v331 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses the limitation of neglecting multilingual knowledge in pre-trained models for cross-lingual NLP tasks, offering incremental enhancements.

The paper tackles the problem of cross-lingual language model pre-training by incorporating multilingual knowledge, resulting in significant improvements over existing models on tasks like MLQA, NER, and XNLI.

Cross-lingual pre-training has achieved great successes using monolingual and bilingual plain text corpora. However, most pre-trained models neglect multilingual knowledge, which is language agnostic but comprises abundant cross-lingual structure alignment. In this paper, we propose XLM-K, a cross-lingual language model incorporating multilingual knowledge in pre-training. XLM-K augments existing multilingual pre-training with two knowledge tasks, namely Masked Entity Prediction Task and Object Entailment Task. We evaluate XLM-K on MLQA, NER and XNLI. Experimental results clearly demonstrate significant improvements over existing multilingual language models. The results on MLQA and NER exhibit the superiority of XLM-K in knowledge related tasks. The success in XNLI shows a better cross-lingual transferability obtained in XLM-K. What is more, we provide a detailed probing analysis to confirm the desired knowledge captured in our pre-training regimen. The code is available at https://github.com/microsoft/Unicoder/tree/master/pretraining/xlmk.

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