Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Relation Classification with Entity Type Restriction

About

Relation classification aims to predict a relation between two entities in a sentence. The existing methods regard all relations as the candidate relations for the two entities in a sentence. These methods neglect the restrictions on candidate relations by entity types, which leads to some inappropriate relations being candidate relations. In this paper, we propose a novel paradigm, RElation Classification with ENtity Type restriction (RECENT), which exploits entity types to restrict candidate relations. Specially, the mutual restrictions of relations and entity types are formalized and introduced into relation classification. Besides, the proposed paradigm, RECENT, is model-agnostic. Based on two representative models GCN and SpanBERT respectively, RECENT_GCN and RECENT_SpanBERT are trained in RECENT. Experimental results on a standard dataset indicate that RECENT improves the performance of GCN and SpanBERT by 6.9 and 4.4 F1 points, respectively. Especially, RECENT_SpanBERT achieves a new state-of-the-art on TACRED.

Shengfei Lyu, Huanhuan Chen• 2021

Related benchmarks

TaskDatasetResultRank
Relation ExtractionTACRED (test)
F1 Score75.2
194
Relation ExtractionTACRED v1.0 (5% train)
Micro F10.533
19
Relation ExtractionTACRED v1.0 (full)
Micro F167.3
16
Relation ExtractionTACRED 1% v1.0 (train)
Micro F140
13
Relation ExtractionTACRED v1.0 (10% train)
Micro F154.2
13
Relation Extractionrevised TACRED (test)
Micro-F183.4
11
Showing 6 of 6 rows

Other info

Code

Follow for update