# Improving Neural Relation Extraction with Implicit Mutual Relations

**Authors:** Jun Kuang, Yixin Cao, Jianbing Zheng, Xiangnan He, Ming Gao, Aoying, Zhou

arXiv: 1907.05333 · 2020-11-30

## TL;DR

This paper introduces a neural relation extraction framework that leverages implicit mutual relations mined from large unlabeled corpora, enhancing semantic understanding and significantly outperforming existing methods on standard datasets.

## Contribution

It proposes a novel method to incorporate implicit mutual relations into RE models, improving their semantic expressiveness and compatibility with existing neural architectures.

## Key findings

- Significant performance improvements over state-of-the-art methods.
- Effective integration of implicit mutual relations into CNN and RNN models.
- Enhanced semantic representation of entity pairs through entity proximity graphs.

## Abstract

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.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1907.05333/full.md

## Figures

18 figures with captions in the complete paper: https://tomesphere.com/paper/1907.05333/full.md

## References

48 references — full list in the complete paper: https://tomesphere.com/paper/1907.05333/full.md

---
Source: https://tomesphere.com/paper/1907.05333