SOTAVerified

Improving Entity Linking by Modeling Latent Entity Type Information

2020-01-06Unverified0· sign in to hype

Shuang Chen, Jinpeng Wang, Feng Jiang, Chin-Yew Lin

Unverified — Be the first to reproduce this paper.

Reproduce

Abstract

Existing state of the art neural entity linking models employ attention-based bag-of-words context model and pre-trained entity embeddings bootstrapped from word embeddings to assess topic level context compatibility. However, the latent entity type information in the immediate context of the mention is neglected, which causes the models often link mentions to incorrect entities with incorrect type. To tackle this problem, we propose to inject latent entity type information into the entity embeddings based on pre-trained BERT. In addition, we integrate a BERT-based entity similarity score into the local context model of a state-of-the-art model to better capture latent entity type information. Our model significantly outperforms the state-of-the-art entity linking models on standard benchmark (AIDA-CoNLL). Detailed experiment analysis demonstrates that our model corrects most of the type errors produced by the direct baseline.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
AIDA-CoNLLChen et al. (2020) (et al, 2020)In-KB Accuracy93.54Unverified
AIDA-CoNLLBERT-Entity-Sim (local & global) AIDA-BMicro-F193.54Unverified

Reproductions