Learning Relation Prototype from Unlabeled Texts for Long-tail Relation Extraction
Yixin Cao, Jun Kuang, Ming Gao, Aoying Zhou, Yonggang Wen, Tat-Seng, Chua

TL;DR
This paper introduces a method to learn relation prototypes from unlabeled texts to improve long-tail relation extraction in knowledge graphs, leveraging entity co-occurrence graphs and transfer learning.
Contribution
It proposes a novel approach to learn relation prototypes from unlabeled data, enhancing extraction of infrequent and unseen relations across various frameworks.
Findings
Achieved 4.1% F1 improvement over baselines.
Effective in extracting long-tail relations.
Demonstrated generalization across multiple models.
Abstract
Relation Extraction (RE) is a vital step to complete Knowledge Graph (KG) by extracting entity relations from texts.However, it usually suffers from the long-tail issue. The training data mainly concentrates on a few types of relations, leading to the lackof sufficient annotations for the remaining types of relations. In this paper, we propose a general approach to learn relation prototypesfrom unlabeled texts, to facilitate the long-tail relation extraction by transferring knowledge from the relation types with sufficient trainingdata. We learn relation prototypes as an implicit factor between entities, which reflects the meanings of relations as well as theirproximities for transfer learning. Specifically, we construct a co-occurrence graph from texts, and capture both first-order andsecond-order entity proximities for embedding learning. Based on this, we further optimize the…
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 · Natural Language Processing Techniques · Advanced Graph Neural Networks
