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

Document-Level Relation Extraction with Adaptive Thresholding and Localized Context Pooling

About

Document-level relation extraction (RE) poses new challenges compared to its sentence-level counterpart. One document commonly contains multiple entity pairs, and one entity pair occurs multiple times in the document associated with multiple possible relations. In this paper, we propose two novel techniques, adaptive thresholding and localized context pooling, to solve the multi-label and multi-entity problems. The adaptive thresholding replaces the global threshold for multi-label classification in the prior work with a learnable entities-dependent threshold. The localized context pooling directly transfers attention from pre-trained language models to locate relevant context that is useful to decide the relation. We experiment on three document-level RE benchmark datasets: DocRED, a recently released large-scale RE dataset, and two datasets CDRand GDA in the biomedical domain. Our ATLOP (Adaptive Thresholding and Localized cOntext Pooling) model achieves an F1 score of 63.4, and also significantly outperforms existing models on both CDR and GDA.

Wenxuan Zhou, Kevin Huang, Tengyu Ma, Jing Huang• 2020

Related benchmarks

TaskDatasetResultRank
Document-level Relation ExtractionDocRED (dev)
F1 Score63.18
231
Document-level Relation ExtractionDocRED (test)
F1 Score61.3
179
Relation ExtractionDocRED (test)
F1 Score63.4
121
Relation ExtractionDocRED (dev)
F1 Score63.18
98
Relation ExtractionCDR (test)
F1 Score69.4
92
Relation ExtractionDocRED v1 (test)
F165.47
66
Relation ExtractionDocRED v1 (dev)
F1 Score65.33
65
Relation ExtractionGDA (test)
F1 Score83.9
65
Relation ExtractionRe-DocRED (test)
Ignored F176.13
56
Document-level Relation ExtractionDocRED 1.0 (test)
F163.4
51
Showing 10 of 27 rows

Other info

Code

Follow for update