CLApr 17, 2022

Does Recommend-Revise Produce Reliable Annotations? An Analysis on Missing Instances in DocRED

Peking U
arXiv:2204.07980v1640 citationsh-index: 52Has Code
Originality Synthesis-oriented
AI Analysis

This work identifies critical flaws in a widely used annotation method for relation extraction, impacting researchers and practitioners relying on DocRED for model development.

The authors analyzed the recommend-revise annotation scheme used in the DocRED dataset for document-level relation extraction, finding that it leads to many false negatives and biases towards popular entities and relations, with models trained on DocRED showing low recall on a relabeled subset.

DocRED is a widely used dataset for document-level relation extraction. In the large-scale annotation, a \textit{recommend-revise} scheme is adopted to reduce the workload. Within this scheme, annotators are provided with candidate relation instances from distant supervision, and they then manually supplement and remove relational facts based on the recommendations. However, when comparing DocRED with a subset relabeled from scratch, we find that this scheme results in a considerable amount of false negative samples and an obvious bias towards popular entities and relations. Furthermore, we observe that the models trained on DocRED have low recall on our relabeled dataset and inherit the same bias in the training data. Through the analysis of annotators' behaviors, we figure out the underlying reason for the problems above: the scheme actually discourages annotators from supplementing adequate instances in the revision phase. We appeal to future research to take into consideration the issues with the recommend-revise scheme when designing new models and annotation schemes. The relabeled dataset is released at \url{https://github.com/AndrewZhe/Revisit-DocRED}, to serve as a more reliable test set of document RE models.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes