SOTAVerified

Efficient long-distance relation extraction with DG-SpanBERT

2020-04-07Conference 2020Unverified0· sign in to hype

Jun Chen, Robert Hoehndorf, Mohamed Elhoseiny, Xiangliang Zhang

Unverified — Be the first to reproduce this paper.

Reproduce

Abstract

In natural language processing, relation extraction seeks to rationally understand unstructured text. Here, we propose a novel SpanBERT-based graph convolutional network (DG-SpanBERT) that extracts semantic features from a raw sentence using the pre-trained language model SpanBERT and a graph convolutional network to pool latent features. Our DG-SpanBERT model inherits the advantage of SpanBERT on learning rich lexical features from large-scale corpus. It also has the ability to capture long-range relations between entities due to the usage of GCN on dependency tree. The experimental results show that our model outperforms other existing dependency-based and sequence-based models and achieves a state-of-the-art performance on the TACRED dataset.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
TACREDDG-SpanBERT-largeF171.5Unverified

Reproductions