CLOct 15, 2021

mLUKE: The Power of Entity Representations in Multilingual Pretrained Language Models

arXiv:2110.08151v3641 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses the challenge of enhancing cross-lingual performance in NLP tasks for multilingual applications, representing an incremental improvement over existing methods.

The authors tackled the problem of improving multilingual pretrained language models by leveraging entity representations in downstream tasks, showing that their model consistently outperforms word-based models in cross-lingual transfer tasks and elicits correct factual knowledge more effectively in a cloze prompt task.

Recent studies have shown that multilingual pretrained language models can be effectively improved with cross-lingual alignment information from Wikipedia entities. However, existing methods only exploit entity information in pretraining and do not explicitly use entities in downstream tasks. In this study, we explore the effectiveness of leveraging entity representations for downstream cross-lingual tasks. We train a multilingual language model with 24 languages with entity representations and show the model consistently outperforms word-based pretrained models in various cross-lingual transfer tasks. We also analyze the model and the key insight is that incorporating entity representations into the input allows us to extract more language-agnostic features. We also evaluate the model with a multilingual cloze prompt task with the mLAMA dataset. We show that entity-based prompt elicits correct factual knowledge more likely than using only word representations. Our source code and pretrained models are available at https://github.com/studio-ousia/luke.

Code Implementations4 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