SOTAVerified

Three Sentences Are All You Need: Local Path Enhanced Document Relation Extraction

2021-06-03ACL 2021Code Available1· sign in to hype

Quzhe Huang, Shengqi Zhu, Yansong Feng, Yuan Ye, Yuxuan Lai, Dongyan Zhao

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Document-level Relation Extraction (RE) is a more challenging task than sentence RE as it often requires reasoning over multiple sentences. Yet, human annotators usually use a small number of sentences to identify the relationship between a given entity pair. In this paper, we present an embarrassingly simple but effective method to heuristically select evidence sentences for document-level RE, which can be easily combined with BiLSTM to achieve good performance on benchmark datasets, even better than fancy graph neural network based methods. We have released our code at https://github.com/AndrewZhe/Three-Sentences-Are-All-You-Need.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
DocREDPaths+BiLSTM-GloVeF156.23Unverified

Reproductions