CLOct 23, 2020

DICT-MLM: Improved Multilingual Pre-Training using Bilingual Dictionaries

arXiv:2010.12566v129 citations
Originality Incremental advance
AI Analysis

This addresses the problem of learning language-agnostic representations for multilingual NLP, offering an incremental improvement over existing methods.

The paper tackled the limitation of masked-language modeling (MLM) in multilingual pre-training by proposing DICT-MLM, which incentivizes predicting cross-lingual synonyms, resulting in improved multilingual representations across 30+ languages.

Pre-trained multilingual language models such as mBERT have shown immense gains for several natural language processing (NLP) tasks, especially in the zero-shot cross-lingual setting. Most, if not all, of these pre-trained models rely on the masked-language modeling (MLM) objective as the key language learning objective. The principle behind these approaches is that predicting the masked words with the help of the surrounding text helps learn potent contextualized representations. Despite the strong representation learning capability enabled by MLM, we demonstrate an inherent limitation of MLM for multilingual representation learning. In particular, by requiring the model to predict the language-specific token, the MLM objective disincentivizes learning a language-agnostic representation -- which is a key goal of multilingual pre-training. Therefore to encourage better cross-lingual representation learning we propose the DICT-MLM method. DICT-MLM works by incentivizing the model to be able to predict not just the original masked word, but potentially any of its cross-lingual synonyms as well. Our empirical analysis on multiple downstream tasks spanning 30+ languages, demonstrates the efficacy of the proposed approach and its ability to learn better multilingual representations.

Foundations

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

Your Notes