Open Information Extraction

60 papers with code • 13 benchmarks • 13 datasets

In natural language processing, open information extraction is the task of generating a structured, machine-readable representation of the information in text, usually in the form of triples or n-ary propositions (Source: Wikipedia).

Zero-Shot Information Extraction as a Unified Text-to-Triple Translation

cgraywang/deepex EMNLP 2021

We cast a suite of information extraction tasks into a text-to-triple translation framework.

105
23 Sep 2021

Context-NER : Contextual Phrase Generation at Scale

him1411/edgar10q-dataset 16 Sep 2021

In this paper, we introduce CONTEXT-NER, a task that aims to generate the relevant context for entities in a sentence, where the context is a phrase describing the entity but not necessarily present in the sentence.

16
16 Sep 2021

AnnIE: An Annotation Platform for Constructing Complete Open Information Extraction Benchmark

nfriedri/annie-annotation-platform ACL 2022

Open Information Extraction (OIE) is the task of extracting facts from sentences in the form of relations and their corresponding arguments in schema-free manner.

31
15 Sep 2021

BenchIE: A Framework for Multi-Faceted Fact-Based Open Information Extraction Evaluation

gkiril/benchie ACL 2022

In this work, we introduce BenchIE: a benchmark and evaluation framework for comprehensive evaluation of OIE systems for English, Chinese, and German.

38
14 Sep 2021

DocOIE: A Document-level Context-Aware Dataset for OpenIE

daviddongkc/DocOIE Findings (ACL) 2021

Both DocOIE dataset and DocIE model are released for public.

10
10 May 2021

PENELOPIE: Enabling Open Information Extraction for the Greek Language through Machine Translation

lighteternal/PENELOPIE EACL 2021

In this paper we present our submission for the EACL 2021 SRW; a methodology that aims at bridging the gap between high and low-resource languages in the context of Open Information Extraction, showcasing it on the Greek language.

5
28 Mar 2021

Syntactic and Semantic-driven Learning for Open Information Extraction

TangJiaLong/SSD-OpenIE Findings of the Association for Computational Linguistics 2020

One of the biggest bottlenecks in building accurate, high coverage neural open IE systems is the need for large labelled corpora.

8
05 Mar 2021

LSOIE: A Large-Scale Dataset for Supervised Open Information Extraction

Jacobsolawetz/large-scale-oie EACL 2021

We introduce a new dataset by converting the QA-SRL 2. 0 dataset to a large-scale OIE dataset (LSOIE).

36
27 Jan 2021

Disentangling semantics in language through VAEs and a certain architectural choice

ghazi-f/Disentanglement_Transformer 24 Dec 2020

We present an unsupervised method to obtain disentangled representations of sentences that single out semantic content.

2
24 Dec 2020

Multi\^2OIE: Multilingual Open Information Extraction Based on Multi-Head Attention with BERT

youngbin-ro/Multi2OIE Findings of the Association for Computational Linguistics 2020

In this paper, we propose Multi$^2$OIE, which performs open information extraction (open IE) by combining BERT with multi-head attention.

57
01 Nov 2020