CLSep 7, 2019

A Novel Cascade Binary Tagging Framework for Relational Triple Extraction

arXiv:1909.03227v41035 citations
Originality Highly original
AI Analysis

This addresses a key bottleneck in knowledge graph construction by improving extraction accuracy for overlapping triples, representing a strong domain-specific advancement.

The paper tackled the overlapping triple problem in relational triple extraction by proposing a cascade binary tagging framework (CasRel) that models relations as functions mapping subjects to objects, achieving state-of-the-art results with absolute F1-score gains of 17.5 and 30.2 on NYT and WebNLG datasets.

Extracting relational triples from unstructured text is crucial for large-scale knowledge graph construction. However, few existing works excel in solving the overlapping triple problem where multiple relational triples in the same sentence share the same entities. In this work, we introduce a fresh perspective to revisit the relational triple extraction task and propose a novel cascade binary tagging framework (CasRel) derived from a principled problem formulation. Instead of treating relations as discrete labels as in previous works, our new framework models relations as functions that map subjects to objects in a sentence, which naturally handles the overlapping problem. Experiments show that the CasRel framework already outperforms state-of-the-art methods even when its encoder module uses a randomly initialized BERT encoder, showing the power of the new tagging framework. It enjoys further performance boost when employing a pre-trained BERT encoder, outperforming the strongest baseline by 17.5 and 30.2 absolute gain in F1-score on two public datasets NYT and WebNLG, respectively. In-depth analysis on different scenarios of overlapping triples shows that the method delivers consistent performance gain across all these scenarios. The source code and data are released online.

Code Implementations5 repos
Foundations

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

Your Notes