CLIRJul 8, 2019

Improving Neural Relation Extraction with Implicit Mutual Relations

arXiv:1907.05333v17 citations
Originality Incremental advance
AI Analysis

This work addresses a bottleneck in knowledge graph construction by enhancing relation extraction models, though it is incremental as it builds on existing neural methods.

The paper tackles the problem of insufficient training corpora in relation extraction by mining implicit mutual relations from unlabeled data, resulting in a neural framework that significantly outperforms state-of-the-art methods on datasets like New York Times and Google Distant Supervision.

Relation extraction (RE) aims at extracting the relation between two entities from the text corpora. It is a crucial task for Knowledge Graph (KG) construction. Most existing methods predict the relation between an entity pair by learning the relation from the training sentences, which contain the targeted entity pair. In contrast to existing distant supervision approaches that suffer from insufficient training corpora to extract relations, our proposal of mining implicit mutual relation from the massive unlabeled corpora transfers the semantic information of entity pairs into the RE model, which is more expressive and semantically plausible. After constructing an entity proximity graph based on the implicit mutual relations, we preserve the semantic relations of entity pairs via embedding each vertex of the graph into a low-dimensional space. As a result, we can easily and flexibly integrate the implicit mutual relations and other entity information, such as entity types, into the existing RE methods. Our experimental results on a New York Times and another Google Distant Supervision datasets suggest that our proposed neural RE framework provides a promising improvement for the RE task, and significantly outperforms the state-of-the-art methods. Moreover, the component for mining implicit mutual relations is so flexible that can help to improve the performance of both CNN-based and RNN-based RE models significant.

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