CLAIJun 7, 2019

Matching the Blanks: Distributional Similarity for Relation Learning

arXiv:1906.03158v11313 citations
Originality Highly original
AI Analysis

This addresses the limitation of existing relation extraction methods in generalizing across arbitrary relations, offering a more flexible approach for information extraction tasks.

The paper tackled the problem of building general-purpose relation extractors by creating task-agnostic relation representations from entity-linked text, using BERT and distributional similarity. The result showed significant outperformance on FewRel without training data and on supervised datasets like SemEval 2010 Task 8, KBP37, and TACRED.

General purpose relation extractors, which can model arbitrary relations, are a core aspiration in information extraction. Efforts have been made to build general purpose extractors that represent relations with their surface forms, or which jointly embed surface forms with relations from an existing knowledge graph. However, both of these approaches are limited in their ability to generalize. In this paper, we build on extensions of Harris' distributional hypothesis to relations, as well as recent advances in learning text representations (specifically, BERT), to build task agnostic relation representations solely from entity-linked text. We show that these representations significantly outperform previous work on exemplar based relation extraction (FewRel) even without using any of that task's training data. We also show that models initialized with our task agnostic representations, and then tuned on supervised relation extraction datasets, significantly outperform the previous methods on SemEval 2010 Task 8, KBP37, and TACRED.

Code Implementations13 repos

Data from Papers with Code (CC-BY-SA-4.0)

Foundations

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

Your Notes