LUKE: Deep Contextualized Entity Representations with Entity-aware Self-attention
Ikuya Yamada, Akari Asai, Hiroyuki Shindo, Hideaki Takeda, Yuji, Matsumoto

TL;DR
LUKE introduces a novel transformer-based model that generates contextualized representations for words and entities, improving performance on various entity-related NLP tasks through an entity-aware self-attention mechanism.
Contribution
The paper presents a new pretraining task and an entity-aware self-attention mechanism, leading to state-of-the-art results on multiple entity-centric NLP benchmarks.
Findings
Achieves state-of-the-art on five datasets.
Outperforms previous models in entity typing and relation classification.
Demonstrates effectiveness of entity-aware self-attention.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
- 🤗studio-ousia/luke-large-finetuned-conll-2003model· 392 dl· ♡ 4392 dl♡ 4
- 🤗studio-ousia/mluke-basemodel· 179 dl· ♡ 6179 dl♡ 6
- 🤗studio-ousia/mluke-largemodel· 71 dl· ♡ 271 dl♡ 2
- 🤗JiachengLi/uctopic-basemodel· 10 dl10 dl
- 🤗studio-ousia/mluke-base-litemodel· 8 dl· ♡ 28 dl♡ 2
- 🤗studio-ousia/mluke-large-litemodel· 22 dl· ♡ 222 dl♡ 2
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Text and Document Classification Technologies
MethodsLinear Layer · Adam · Softmax · Residual Connection · Refunds@Expedia|||How do I get a full refund from Expedia? · Dense Connections · Layer Normalization · WordPiece · Multi-Head Attention · Weight Decay
