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

Eider: Empowering Document-level Relation Extraction with Efficient Evidence Extraction and Inference-stage Fusion

About

Document-level relation extraction (DocRE) aims to extract semantic relations among entity pairs in a document. Typical DocRE methods blindly take the full document as input, while a subset of the sentences in the document, noted as the evidence, are often sufficient for humans to predict the relation of an entity pair. In this paper, we propose an evidence-enhanced framework, Eider, that empowers DocRE by efficiently extracting evidence and effectively fusing the extracted evidence in inference. We first jointly train an RE model with a lightweight evidence extraction model, which is efficient in both memory and runtime. Empirically, even training the evidence model on silver labels constructed by our heuristic rules can lead to better RE performance. We further design a simple yet effective inference process that makes RE predictions on both extracted evidence and the full document, then fuses the predictions through a blending layer. This allows Eider to focus on important sentences while still having access to the complete information in the document. Extensive experiments show that Eider outperforms state-of-the-art methods on three benchmark datasets (e.g., by 1.37/1.26 Ign F1/F1 on DocRED).

Yiqing Xie, Jiaming Shen, Sha Li, Yuning Mao, Jiawei Han• 2021

Related benchmarks

TaskDatasetResultRank
Relation ExtractionDocRED (test)
F1 Score64.79
121
Relation ExtractionDocRED (dev)
F1 Score64.27
98
Relation ExtractionCDR (test)
F1 Score70.63
92
Relation ExtractionGDA (test)
F1 Score84.54
65
Relation ExtractionDocRED official (test)
RE64.79
45
Relation ExtractionDocRED official (dev)
F1 Score64.27
38
Evidence RetrievalDocRED (dev)
F1 Score52.54
14
Evidence RetrievalDocRED (test)
F1 Score53.01
13
Evidence ExtractionDocRED (dev)
Evi F152.54
4
Evidence ExtractionDocRED (test)
Evi F153.01
4
Showing 10 of 10 rows

Other info

Code

Follow for update