CLOct 7, 2020

Exposing Shallow Heuristics of Relation Extraction Models with Challenge Data

arXiv:2010.03656v11003 citations
Originality Incremental advance
AI Analysis

This work addresses data quality issues in relation extraction for NLP researchers, highlighting incremental improvements in model robustness through better data collection.

The authors identified that state-of-the-art relation extraction models trained on TACRED rely on shallow heuristics due to data annotation artifacts, and found that alternative question answering models perform significantly better on a new challenge-set (CRE), with performance improving when challenge data is added to training.

The process of collecting and annotating training data may introduce distribution artifacts which may limit the ability of models to learn correct generalization behavior. We identify failure modes of SOTA relation extraction (RE) models trained on TACRED, which we attribute to limitations in the data annotation process. We collect and annotate a challenge-set we call Challenging RE (CRE), based on naturally occurring corpus examples, to benchmark this behavior. Our experiments with four state-of-the-art RE models show that they have indeed adopted shallow heuristics that do not generalize to the challenge-set data. Further, we find that alternative question answering modeling performs significantly better than the SOTA models on the challenge-set, despite worse overall TACRED performance. By adding some of the challenge data as training examples, the performance of the model improves. Finally, we provide concrete suggestion on how to improve RE data collection to alleviate this behavior.

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