mLUKE: The Power of Entity Representations in Multilingual Pretrained Language Models
About
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.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Named Entity Recognition | CoNLL NER 2002/2003 (test) | German F1 Score78.3 | 59 | |
| Cross-lingual Question Answering | MLQA v1.0 (test) | F1 (es)74.5 | 34 | |
| Question Answering | XQuAD 1.0 (test) | F1 Score79.6 | 10 | |
| Knowledge Probing | mLAMA | Accuracy (DE)43.7 | 8 | |
| Question Answering | XQuAD v1.1 (test) | F1 (en)89 | 8 | |
| Question Answering | MLQA G-XLT v1.0 (test) | Avg Score67.7 | 8 | |
| Relation Extraction | RELX (test) | F1 (en)69.3 | 8 | |
| Cloze Prompt Task | mLAMA (test) | Accuracy (ar)42.4 | 6 |