Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Investigating Entity Knowledge in BERT with Simple Neural End-To-End Entity Linking

About

A typical architecture for end-to-end entity linking systems consists of three steps: mention detection, candidate generation and entity disambiguation. In this study we investigate the following questions: (a) Can all those steps be learned jointly with a model for contextualized text-representations, i.e. BERT (Devlin et al., 2019)? (b) How much entity knowledge is already contained in pretrained BERT? (c) Does additional entity knowledge improve BERT's performance in downstream tasks? To this end, we propose an extreme simplification of the entity linking setup that works surprisingly well: simply cast it as a per token classification over the entire entity vocabulary (over 700K classes in our case). We show on an entity linking benchmark that (i) this model improves the entity representations over plain BERT, (ii) that it outperforms entity linking architectures that optimize the tasks separately and (iii) that it only comes second to the current state-of-the-art that does mention detection and entity disambiguation jointly. Additionally, we investigate the usefulness of entity-aware token-representations in the text-understanding benchmark GLUE, as well as the question answering benchmarks SQUAD V2 and SWAG and also the EN-DE WMT14 machine translation benchmark. To our surprise, we find that most of those benchmarks do not benefit from additional entity knowledge, except for a task with very small training data, the RTE task in GLUE, which improves by 2%.

Samuel Broscheit• 2020

Related benchmarks

TaskDatasetResultRank
Entity DisambiguationAIDA CoNLL (test)
In-KB Accuracy87.9
36
Entity LinkingAIDA (testb)
Micro F179.3
28
Entity LinkingAIDA (testa)
Micro F186
23
Entity LinkingGERBIL
InKB Micro F1 (AIDA-B)79.3
15
Entity LinkingAIDA-B (test)
Micro F10.793
12
Entity LinkingAIDA and Out-of-domain (MSNBC, Derczynski, KORE50, N3-Reuters-128, N3-RSS-500, OKE-15, OKE-16) (test)
AIDA Performance79.3
12
Entity LinkingAIDA (test)
Micro F179.3
8
End-to-end Entity LinkingCoNLL (dev)
Micro F186
7
End-to-end Entity LinkingCoNLL (test)
Micro F179.3
7
Entity LinkingAIDA testa CoNLL03 (val)
Strong F186
7
Showing 10 of 11 rows

Other info

Follow for update