HyperAIHyperAI

Command Palette

Search for a command to run...

3 months ago

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

Wenxuan Zhou Kevin Huang Tengyu Ma Jing Huang

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

Abstract

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.

Code Repositories

wzhouad/ATLOP
Official
pytorch
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
relation-extraction-on-cdrSciBERT-ATLOPBASE
F1: 69.4
relation-extraction-on-docredATLOP-BERT-base
F1: 61.30
Ign F1: 59.31
relation-extraction-on-docredATLOP-RoBERTa-large
F1: 63.40
Ign F1: 61.39
relation-extraction-on-gdaSciBERT-ATLOPBASE
F1: 83.9
relation-extraction-on-redocredATLOP
F1: 77.56
Ign F1: 76.82

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
Document-Level Relation Extraction with Adaptive Thresholding and Localized Context Pooling | Papers | HyperAI