CLLGMLDec 15, 2021

GenIE: Generative Information Extraction

arXiv:2112.08340v3637 citationsHas Code
Originality Highly original
AI Analysis

This work makes closed information extraction practical for realistic scenarios, benefiting downstream tasks in natural language processing.

The paper tackles the problem of closed information extraction, which extracts structured triplets from text according to a predefined schema, by introducing GenIE, an end-to-end autoregressive method that achieves state-of-the-art performance, generalizes with fewer training data, and scales to previously unmanageable numbers of entities and relations.

Structured and grounded representation of text is typically formalized by closed information extraction, the problem of extracting an exhaustive set of (subject, relation, object) triplets that are consistent with a predefined set of entities and relations from a knowledge base schema. Most existing works are pipelines prone to error accumulation, and all approaches are only applicable to unrealistically small numbers of entities and relations. We introduce GenIE (generative information extraction), the first end-to-end autoregressive formulation of closed information extraction. GenIE naturally exploits the language knowledge from the pre-trained transformer by autoregressively generating relations and entities in textual form. Thanks to a new bi-level constrained generation strategy, only triplets consistent with the predefined knowledge base schema are produced. Our experiments show that GenIE is state-of-the-art on closed information extraction, generalizes from fewer training data points than baselines, and scales to a previously unmanageable number of entities and relations. With this work, closed information extraction becomes practical in realistic scenarios, providing new opportunities for downstream tasks. Finally, this work paves the way towards a unified end-to-end approach to the core tasks of information extraction. Code, data and models available at https://github.com/epfl-dlab/GenIE.

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