CLOct 22, 2020

Exploit Multiple Reference Graphs for Semi-supervised Relation Extraction

arXiv:2010.11383v112 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of manual annotation for relation extraction, offering a semi-supervised approach that is incremental in improving sample selection.

The paper tackles the problem of semi-supervised relation extraction by connecting unlabeled data to labeled data using multiple reference graphs, rather than directly mapping to classes, and demonstrates effectiveness through experiments on two public datasets with state-of-the-art baselines.

Manual annotation of the labeled data for relation extraction is time-consuming and labor-intensive. Semi-supervised methods can offer helping hands for this problem and have aroused great research interests. Existing work focuses on mapping the unlabeled samples to the classes to augment the labeled dataset. However, it is hard to find an overall good mapping function, especially for the samples with complicated syntactic components in one sentence. To tackle this limitation, we propose to build the connection between the unlabeled data and the labeled ones rather than directly mapping the unlabeled samples to the classes. Specifically, we first use three kinds of information to construct reference graphs, including entity reference, verb reference, and semantics reference. The goal is to semantically or lexically connect the unlabeled sample(s) to the labeled one(s). Then, we develop a Multiple Reference Graph (MRefG) model to exploit the reference information for better recognizing high-quality unlabeled samples. The effectiveness of our method is demonstrated by extensive comparison experiments with the state-of-the-art baselines on two public datasets.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes