paper-with-me

Papers

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

2020-10-07 · EMNLP 2020 11 · Keshav Kolluru, Vaibhav Adlakha, Samarth Aggarwal, Mausam, Soumen Chakrabarti

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.

📄 PDF Abstract BibTeX arXiv:2010.03147

Code (1)

dair-iitd/openie6 공식 구현 pytorch

Tasks

Open Information Extraction

Similar Papers 제목 키워드 기반

MILLIE: Modular & Iterative Multilingual Open Information Extraction

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Open Information Extraction (OpenIE) is the task of extracting $(subject, predicate, object)$ triples from natural language sentences. Current OpenIE systems extract all triple slots independently. In contrast, we invest…

Open Information Extraction

milIE: Modular & Iterative Multilingual Open Information Extraction

2021-10-15 · ACL 2022 5 · Bhushan Kotnis, Kiril Gashteovski, Daniel Oñoro Rubio, Vanesa Rodriguez-Tembras 외

Open Information Extraction (OpenIE) is the task of extracting (subject, predicate, object) triples from natural language sentences. Current OpenIE systems extract all triple slots independently. In contrast, we explore …

Open Information Extraction

Non-Iterative Coordination of Interconnected Power Grids via Dimension-Decomposition-Based Flexibility Aggregation

2025-02-11 · Siyuan Wang, Cheng Feng, Fengqi You

The bulk power grid is divided into regional grids interconnected with multiple tie-lines for efficient operation. Since interconnected power grids are operated by different control centers, it is a challenging task to r…

DetIE: Multilingual Open Information Extraction Inspired by Object Detection

2022-06-24 · Michael Vasilkovsky, Anton Alekseev, Valentin Malykh, Ilya Shenbin 외

State of the art neural methods for open information extraction (OpenIE) usually extract triplets (or tuples) iteratively in an autoregressive or predicate-based manner in order not to produce duplicates. In this work, w…

Multilingual NLPObjectobject-detectionOpen Information Extraction

Efficient Data Learning for Open Information Extraction with Pre-trained Language Models

2023-10-23 · Zhiyuan Fan, Shizhu He

Open Information Extraction (OpenIE) is a fundamental yet challenging task in Natural Language Processing, which involves extracting all triples (subject, predicate, object) from a given sentence. While labeling-based me…

FormOpen Information ExtractionSentence