CLOct 7, 2020

OpenIE6: Iterative Grid Labeling and Coordination Analysis for Open Information Extraction

arXiv:2010.03147v11013 citations
Originality Highly original
AI Analysis

This work addresses computational inefficiency and coordination handling in open information extraction, offering significant speed and accuracy improvements for NLP applications.

The paper tackles the trade-off between speed and quality in open information extraction by introducing an iterative labeling-based system that achieves a new state of the art with up to 4 points higher F1 score and extracts 10 times faster than previous methods.

A recent state-of-the-art neural open information extraction (OpenIE) system generates extractions iteratively, requiring repeated encoding of partial outputs. This comes at a significant computational cost. On the other hand, sequence labeling approaches for OpenIE are much faster, but worse in extraction quality. In this paper, we bridge this trade-off by presenting an iterative labeling-based system that establishes a new state of the art for OpenIE, while extracting 10x faster. This is achieved through a novel Iterative Grid Labeling (IGL) architecture, which treats OpenIE as a 2-D grid labeling task. We improve its performance further by applying coverage (soft) constraints on the grid at training time. Moreover, on observing that the best OpenIE systems falter at handling coordination structures, our OpenIE system also incorporates a new coordination analyzer built with the same IGL architecture. This IGL based coordination analyzer helps our OpenIE system handle complicated coordination structures, while also establishing a new state of the art on the task of coordination analysis, with a 12.3 pts improvement in F1 over previous analyzers. Our OpenIE system, OpenIE6, beats the previous systems by as much as 4 pts in F1, while being much faster.

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