CLMay 5, 2022

CompactIE: Compact Facts in Open Information Extraction

arXiv:2205.02880v2630 citationsh-index: 91
AI Analysis

This addresses the issue of overly verbose extractions in OpenIE for downstream NLP tasks, representing an incremental improvement over existing methods.

The paper tackles the problem of low compactness in neural OpenIE systems, which limits downstream task utility, by proposing CompactIE, a pipelined approach that detects and links constituents to produce compact extractions. Experiments on CaRB and Wire57 datasets show it finds 1.5x-2x more compact extractions than previous systems with high precision, establishing new state-of-the-art performance.

A major drawback of modern neural OpenIE systems and benchmarks is that they prioritize high coverage of information in extractions over compactness of their constituents. This severely limits the usefulness of OpenIE extractions in many downstream tasks. The utility of extractions can be improved if extractions are compact and share constituents. To this end, we study the problem of identifying compact extractions with neural-based methods. We propose CompactIE, an OpenIE system that uses a novel pipelined approach to produce compact extractions with overlapping constituents. It first detects constituents of the extractions and then links them to build extractions. We train our system on compact extractions obtained by processing existing benchmarks. Our experiments on CaRB and Wire57 datasets indicate that CompactIE finds 1.5x-2x more compact extractions than previous systems, with high precision, establishing a new state-of-the-art performance in OpenIE.

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