CLOct 23, 2023

SpEL: Structured Prediction for Entity Linking

arXiv:2310.14684v1133 citationsh-index: 7
Originality Incremental advance
AI Analysis

This work addresses entity linking for structured data creation, offering incremental improvements in accuracy and efficiency for NLP applications.

The paper tackles entity linking by revisiting structured prediction to classify tokens and aggregate predictions, achieving state-of-the-art performance on the AIDA benchmark dataset with improved compute efficiency.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes