SOTAVerified

Sequence Generation with Label Augmentation for Relation Extraction

2022-12-29Code Available1· sign in to hype

Bo Li, Dingyao Yu, Wei Ye, Jinglei Zhang, Shikun Zhang

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Sequence generation demonstrates promising performance in recent information extraction efforts, by incorporating large-scale pre-trained Seq2Seq models. This paper investigates the merits of employing sequence generation in relation extraction, finding that with relation names or synonyms as generation targets, their textual semantics and the correlation (in terms of word sequence pattern) among them affect model performance. We then propose Relation Extraction with Label Augmentation (RELA), a Seq2Seq model with automatic label augmentation for RE. By saying label augmentation, we mean prod semantically synonyms for each relation name as the generation target. Besides, we present an in-depth analysis of the Seq2Seq model's behavior when dealing with RE. Experimental results show that RELA achieves competitive results compared with previous methods on four RE datasets.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
Google RERELAF193.9Unverified
sciERC-sentRELAF190.3Unverified
SemEval-2010 Task-8RELAF190.4Unverified
TACREDRELAF171.2Unverified

Reproductions