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

A Frustratingly Easy Approach for Entity and Relation Extraction

About

End-to-end relation extraction aims to identify named entities and extract relations between them. Most recent work models these two subtasks jointly, either by casting them in one structured prediction framework, or performing multi-task learning through shared representations. In this work, we present a simple pipelined approach for entity and relation extraction, and establish the new state-of-the-art on standard benchmarks (ACE04, ACE05 and SciERC), obtaining a 1.7%-2.8% absolute improvement in relation F1 over previous joint models with the same pre-trained encoders. Our approach essentially builds on two independent encoders and merely uses the entity model to construct the input for the relation model. Through a series of careful examinations, we validate the importance of learning distinct contextual representations for entities and relations, fusing entity information early in the relation model, and incorporating global context. Finally, we also present an efficient approximation to our approach which requires only one pass of both entity and relation encoders at inference time, achieving an 8-16$\times$ speedup with a slight reduction in accuracy.

Zexuan Zhong, Danqi Chen• 2020

Related benchmarks

TaskDatasetResultRank
Relation ExtractionACE05 (test)
F1 Score69.4
72
Entity extractionACE05 (test)
F1 Score90.9
53
Relation ExtractionSciERC
Relation Strict F136.8
28
Temporal Relation ClassificationTB-DENSE
F-score66.2
25
Event TEMPREL extractionMATRES
F1 Score81.9
24
Relation ExtractionSCIERC (test)--
23
Relation ExtractionACE04 (test)
F1 Score66.1
21
Entity recognitionSCIERC (test)
F1 Score68.9
20
Entity extractionACE04 (test)
F1 Score90.3
19
Entity extractionCAIL 2022
Precision90.4
18
Showing 10 of 20 rows

Other info

Code

Follow for update