CLDec 11, 2018

RESIDE: Improving Distantly-Supervised Neural Relation Extraction using Side Information

arXiv:1812.04361v232.71158 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses relation extraction for natural language processing applications, offering an incremental improvement by leveraging existing side information.

The paper tackled the problem of distantly-supervised relation extraction by incorporating side information like entity types and relation aliases from knowledge bases, resulting in improved performance on benchmark datasets.

Distantly-supervised Relation Extraction (RE) methods train an extractor by automatically aligning relation instances in a Knowledge Base (KB) with unstructured text. In addition to relation instances, KBs often contain other relevant side information, such as aliases of relations (e.g., founded and co-founded are aliases for the relation founderOfCompany). RE models usually ignore such readily available side information. In this paper, we propose RESIDE, a distantly-supervised neural relation extraction method which utilizes additional side information from KBs for improved relation extraction. It uses entity type and relation alias information for imposing soft constraints while predicting relations. RESIDE employs Graph Convolution Networks (GCN) to encode syntactic information from text and improves performance even when limited side information is available. Through extensive experiments on benchmark datasets, we demonstrate RESIDE's effectiveness. We have made RESIDE's source code available to encourage reproducible research.

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