SOTAVerified

Revisiting the Negative Data of Distantly Supervised Relation Extraction

2021-05-21ACL 2021Code Available1· sign in to hype

Chenhao Xie, Jiaqing Liang, Jingping Liu, Chengsong Huang, Wenhao Huang, Yanghua Xiao

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Distantly supervision automatically generates plenty of training samples for relation extraction. However, it also incurs two major problems: noisy labels and imbalanced training data. Previous works focus more on reducing wrongly labeled relations (false positives) while few explore the missing relations that are caused by incompleteness of knowledge base (false negatives). Furthermore, the quantity of negative labels overwhelmingly surpasses the positive ones in previous problem formulations. In this paper, we first provide a thorough analysis of the above challenges caused by negative data. Next, we formulate the problem of relation extraction into as a positive unlabeled learning task to alleviate false negative problem. Thirdly, we propose a pipeline approach, dubbed ReRe, that performs sentence-level relation detection then subject/object extraction to achieve sample-efficient training. Experimental results show that the proposed method consistently outperforms existing approaches and remains excellent performance even learned with a large quantity of false positive samples.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
NYT10-HRLTPLinker Wang et al. (2020)*F172.45Unverified
NYT10-HRLTPLinker Wang et al. (2020)*(exact)F171.93Unverified
NYT10-HRLCasRel (exact)F170.11Unverified
NYT10-HRLHRL Takanobu et al. (2019)F164.4Unverified
NYT10-HRLReReF173.95Unverified
NYT10-HRLReRe (exact)F173.4Unverified
NYT11-HRLHRLF153.8Unverified
NYT11-HRLREREF156.23Unverified
NYT11-HRLReRe (exact)F155.47Unverified
NYT21ReReF159.62Unverified
NYT21ReRe (exact)F158.88Unverified
NYT21TPLinker(exact)F157.33Unverified
NYT21CasRel (exact)F154.78Unverified
SKEReRe (exact)F187.21Unverified
SKECasRel (exact)F186.45Unverified
SKETPLinker (exact)F184.32Unverified

Reproductions