SOTAVerified

TPLinker: Single-stage Joint Extraction of Entities and Relations Through Token Pair Linking

2020-10-26COLING 2020Code Available1· sign in to hype

Yucheng Wang, Bowen Yu, Yueyang Zhang, Tingwen Liu, Hongsong Zhu, Limin Sun

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Extracting entities and relations from unstructured text has attracted increasing attention in recent years but remains challenging, due to the intrinsic difficulty in identifying overlapping relations with shared entities. Prior works show that joint learning can result in a noticeable performance gain. However, they usually involve sequential interrelated steps and suffer from the problem of exposure bias. At training time, they predict with the ground truth conditions while at inference it has to make extraction from scratch. This discrepancy leads to error accumulation. To mitigate the issue, we propose in this paper a one-stage joint extraction model, namely, TPLinker, which is capable of discovering overlapping relations sharing one or both entities while immune from the exposure bias. TPLinker formulates joint extraction as a token pair linking problem and introduces a novel handshaking tagging scheme that aligns the boundary tokens of entity pairs under each relation type. Experiment results show that TPLinker performs significantly better on overlapping and multiple relation extraction, and achieves state-of-the-art performance on two public datasets.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
NYT10-HRLTPLinkerF171.93Unverified
NYT10-HRLTPLinkerF172.45Unverified
NYT11-HRLTPLinkerF155.28Unverified
NYT11-HRLTPLinkerF155.67Unverified
WebNLGTPLinkerF191.9Unverified

Reproductions