Relation Classification as Two-way Span-Prediction

Amir DN Cohen, Shachar Rosenman, Yoav Goldberg

Abstract

The current supervised relation classification (RC) task uses a single embedding to represent the relation between a pair of entities. We argue that a better approach is to treat the RC task as span-prediction (SP) problem, similar to Question answering (QA). We present a span-prediction based system for RC and evaluate its performance compared to the embedding based system. We demonstrate that the supervised SP objective works significantly better then the standard classification based objective. We achieve state-of-the-art results on the TACRED and SemEval task 8 datasets.

Results

TaskDatasetMetricValueModel
Relation ExtractionSemEval-2010 Task-8F191.9SP
Relation ExtractionTACREDF174.8Relation Reduction

Related Papers