English

Global Entity Disambiguation with BERT

Computation and Language 2022-05-03 v5 Machine Learning

Abstract

We propose a global entity disambiguation (ED) model based on BERT. To capture global contextual information for ED, our model treats not only words but also entities as input tokens, and solves the task by sequentially resolving mentions to their referent entities and using resolved entities as inputs at each step. We train the model using a large entity-annotated corpus obtained from Wikipedia. We achieve new state-of-the-art results on five standard ED datasets: AIDA-CoNLL, MSNBC, AQUAINT, ACE2004, and WNED-WIKI. The source code and model checkpoint are available at https://github.com/studio-ousia/luke.

Keywords

Cite

@article{arxiv.1909.00426,
  title  = {Global Entity Disambiguation with BERT},
  author = {Ikuya Yamada and Koki Washio and Hiroyuki Shindo and Yuji Matsumoto},
  journal= {arXiv preprint arXiv:1909.00426},
  year   = {2022}
}

Comments

NAACL 2022

R2 v1 2026-06-23T11:02:36.091Z