SOTAVerified

Coreferential Reasoning Learning for Language Representation

2020-04-15EMNLP 2020Code Available1· sign in to hype

Deming Ye, Yankai Lin, Jiaju Du, Zheng-Hao Liu, Peng Li, Maosong Sun, Zhiyuan Liu

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Language representation models such as BERT could effectively capture contextual semantic information from plain text, and have been proved to achieve promising results in lots of downstream NLP tasks with appropriate fine-tuning. However, most existing language representation models cannot explicitly handle coreference, which is essential to the coherent understanding of the whole discourse. To address this issue, we present CorefBERT, a novel language representation model that can capture the coreferential relations in context. The experimental results show that, compared with existing baseline models, CorefBERT can achieve significant improvements consistently on various downstream NLP tasks that require coreferential reasoning, while maintaining comparable performance to previous models on other common NLP tasks. The source code and experiment details of this paper can be obtained from https://github.com/thunlp/CorefBERT.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
DocREDCorefRoBERTa-largeF160.25Unverified
DocREDCorefBERT-largeF158.83Unverified
DocREDCorefBERT-baseF156.96Unverified

Reproductions