CLLGOct 2, 2020

LUKE: Deep Contextualized Entity Representations with Entity-aware Self-attention

arXiv:2010.01057v11117 citationsHas Code
Originality Highly original
AI Analysis

This work addresses the need for improved entity representations in natural language processing tasks, offering a novel method that enhances performance across multiple benchmarks.

The paper tackles the problem of generating contextualized representations for both words and entities by proposing a new pretraining task and an entity-aware self-attention mechanism, achieving state-of-the-art results on five entity-related datasets including Open Entity and SQuAD 1.1.

Entity representations are useful in natural language tasks involving entities. In this paper, we propose new pretrained contextualized representations of words and entities based on the bidirectional transformer. The proposed model treats words and entities in a given text as independent tokens, and outputs contextualized representations of them. Our model is trained using a new pretraining task based on the masked language model of BERT. The task involves predicting randomly masked words and entities in a large entity-annotated corpus retrieved from Wikipedia. We also propose an entity-aware self-attention mechanism that is an extension of the self-attention mechanism of the transformer, and considers the types of tokens (words or entities) when computing attention scores. The proposed model achieves impressive empirical performance on a wide range of entity-related tasks. In particular, it obtains state-of-the-art results on five well-known datasets: Open Entity (entity typing), TACRED (relation classification), CoNLL-2003 (named entity recognition), ReCoRD (cloze-style question answering), and SQuAD 1.1 (extractive question answering). Our source code and pretrained representations are available at https://github.com/studio-ousia/luke.

Code Implementations9 repos

Data from Papers with Code (CC-BY-SA-4.0)

Foundations

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

Your Notes