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

Document-level Relation Extraction as Semantic Segmentation

About

Document-level relation extraction aims to extract relations among multiple entity pairs from a document. Previously proposed graph-based or transformer-based models utilize the entities independently, regardless of global information among relational triples. This paper approaches the problem by predicting an entity-level relation matrix to capture local and global information, parallel to the semantic segmentation task in computer vision. Herein, we propose a Document U-shaped Network for document-level relation extraction. Specifically, we leverage an encoder module to capture the context information of entities and a U-shaped segmentation module over the image-style feature map to capture global interdependency among triples. Experimental results show that our approach can obtain state-of-the-art performance on three benchmark datasets DocRED, CDR, and GDA.

Ningyu Zhang, Xiang Chen, Xin Xie, Shumin Deng, Chuanqi Tan, Mosha Chen, Fei Huang, Luo Si, Huajun Chen• 2021

Related benchmarks

TaskDatasetResultRank
Document-level Relation ExtractionDocRED (dev)
F1 Score61.83
231
Document-level Relation ExtractionDocRED (test)
F1 Score63.77
179
Relation ExtractionDocRED (test)
F1 Score64.55
121
Relation ExtractionDocRED (dev)
F1 Score64.12
98
Relation ExtractionCDR (test)
F1 Score76.3
92
Relation ExtractionDocRED v1 (test)
F165.44
66
Relation ExtractionGDA (test)
F1 Score85.3
65
Relation ExtractionDocRED v1 (dev)
F1 Score65.21
65
Relation ExtractionRe-DocRED (test)
Ignored F145.88
56
Document-level Relation ExtractionDocRED 1.0 (test)
F161.86
51
Showing 10 of 23 rows

Other info

Code

Follow for update