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

SpEL: Structured Prediction for Entity Linking

About

Entity linking is a prominent thread of research focused on structured data creation by linking spans of text to an ontology or knowledge source. We revisit the use of structured prediction for entity linking which classifies each individual input token as an entity, and aggregates the token predictions. Our system, called SpEL (Structured prediction for Entity Linking) is a state-of-the-art entity linking system that uses some new ideas to apply structured prediction to the task of entity linking including: two refined fine-tuning steps; a context sensitive prediction aggregation strategy; reduction of the size of the model's output vocabulary, and; we address a common problem in entity-linking systems where there is a training vs. inference tokenization mismatch. Our experiments show that we can outperform the state-of-the-art on the commonly used AIDA benchmark dataset for entity linking to Wikipedia. Our method is also very compute efficient in terms of number of parameters and speed of inference.

Hassan S. Shavarani, Anoop Sarkar• 2023

Related benchmarks

TaskDatasetResultRank
Entity LinkingOKE 2016--
31
Entity LinkingAIDA (testb)
Micro F188.6
28
Entity LinkingOKE 2015--
26
Entity LinkingDerczynski--
25
Entity LinkingAIDA (testa)
Micro F192.9
23
Entity LinkingGERBIL
InKB Micro F1 (AIDA-B)85.8
15
Entity DisambiguationN³ RSS
F1 Score44.4
8
Entity DisambiguationN³ Reuters
F1 Score47.9
8
Entity DisambiguationKORE
F1 Score53.7
8
Entity DisambiguationMSNBC
F1 Score64.5
8
Showing 10 of 10 rows

Other info

Code

Follow for update