Two Training Strategies for Improving Relation Extraction over Universal Graph
Qin Dai, Naoya Inoue, Ryo Takahashi, Kentaro Inui

TL;DR
This paper introduces two training strategies to enhance relation extraction using a Universal Graph, addressing previous performance degradation and achieving state-of-the-art results on benchmark datasets.
Contribution
The paper proposes Path Type Adaptive Pretraining and Complexity Ranking Guided Attention to improve learning over Universal Graphs in relation extraction tasks.
Findings
Improved relation extraction performance on biomedical and NYT10 datasets.
Achieved new state-of-the-art results on NYT10 dataset.
Demonstrated robustness of the proposed training strategies.
Abstract
This paper explores how the Distantly Supervised Relation Extraction (DS-RE) can benefit from the use of a Universal Graph (UG), the combination of a Knowledge Graph (KG) and a large-scale text collection. A straightforward extension of a current state-of-the-art neural model for DS-RE with a UG may lead to degradation in performance. We first report that this degradation is associated with the difficulty in learning a UG and then propose two training strategies: (1) Path Type Adaptive Pretraining, which sequentially trains the model with different types of UG paths so as to prevent the reliance on a single type of UG path; and (2) Complexity Ranking Guided Attention mechanism, which restricts the attention span according to the complexity of a UG path so as to force the model to extract features not only from simple UG paths but also from complex ones. Experimental results on both…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Biomedical Text Mining and Ontologies · Advanced Graph Neural Networks
