CLAIAug 12, 2020

Evaluating the Impact of Knowledge Graph Context on Entity Disambiguation Models

arXiv:2008.05190v359 citations
Originality Incremental advance
AI Analysis

This addresses entity disambiguation for NLP applications, representing an incremental improvement by enhancing existing transformer methods with structured knowledge.

The paper tackles the problem of named entity disambiguation by incorporating knowledge graph context into transformer models, showing that this approach considerably outperforms existing baselines on Wikidata and Wikipedia datasets.

Pretrained Transformer models have emerged as state-of-the-art approaches that learn contextual information from text to improve the performance of several NLP tasks. These models, albeit powerful, still require specialized knowledge in specific scenarios. In this paper, we argue that context derived from a knowledge graph (in our case: Wikidata) provides enough signals to inform pretrained transformer models and improve their performance for named entity disambiguation (NED) on Wikidata KG. We further hypothesize that our proposed KG context can be standardized for Wikipedia, and we evaluate the impact of KG context on state-of-the-art NED model for the Wikipedia knowledge base. Our empirical results validate that the proposed KG context can be generalized (for Wikipedia), and providing KG context in transformer architectures considerably outperforms the existing baselines, including the vanilla transformer models.

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