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.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Document-level Relation Extraction | DocRED (dev) | F1 Score61.83 | 231 | |
| Document-level Relation Extraction | DocRED (test) | F1 Score63.77 | 179 | |
| Relation Extraction | DocRED (test) | F1 Score64.55 | 121 | |
| Relation Extraction | DocRED (dev) | F1 Score64.12 | 98 | |
| Relation Extraction | CDR (test) | F1 Score76.3 | 92 | |
| Relation Extraction | DocRED v1 (test) | F165.44 | 66 | |
| Relation Extraction | GDA (test) | F1 Score85.3 | 65 | |
| Relation Extraction | DocRED v1 (dev) | F1 Score65.21 | 65 | |
| Relation Extraction | Re-DocRED (test) | Ignored F145.88 | 56 | |
| Document-level Relation Extraction | DocRED 1.0 (test) | F161.86 | 51 |