CLAIJun 1, 2021

KGPool: Dynamic Knowledge Graph Context Selection for Relation Extraction

arXiv:2106.00459v2715 citations
AI Analysis

It addresses context sparsity in relation extraction for natural language processing applications, representing an incremental improvement over static expansion methods.

The paper tackles the problem of sparse context in relation extraction from single sentences by introducing KGPool, a method that dynamically expands context with knowledge graph facts, resulting in significantly higher accuracy than state-of-the-art methods on standard datasets.

We present a novel method for relation extraction (RE) from a single sentence, mapping the sentence and two given entities to a canonical fact in a knowledge graph (KG). Especially in this presumed sentential RE setting, the context of a single sentence is often sparse. This paper introduces the KGPool method to address this sparsity, dynamically expanding the context with additional facts from the KG. It learns the representation of these facts (entity alias, entity descriptions, etc.) using neural methods, supplementing the sentential context. Unlike existing methods that statically use all expanded facts, KGPool conditions this expansion on the sentence. We study the efficacy of KGPool by evaluating it with different neural models and KGs (Wikidata and NYT Freebase). Our experimental evaluation on standard datasets shows that by feeding the KGPool representation into a Graph Neural Network, the overall method is significantly more accurate than state-of-the-art methods.

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