Open Information Extraction

58 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).

Rules still work for Open Information Extraction

jialin666/aprcoie_v1 16 Mar 2024

To train the model, we manually annotated a large-scale Chinese OIE dataset.

0
16 Mar 2024

Exploiting Duality in Open Information Extraction with Predicate Prompt

ccczhen/dualoie 20 Jan 2024

Open information extraction (OpenIE) aims to extract the schema-free triplets in the form of (\emph{subject}, \emph{predicate}, \emph{object}) from a given sentence.

2
20 Jan 2024

Linking Surface Facts to Large-Scale Knowledge Graphs

nec-research/fact-linking 23 Oct 2023

Open Information Extraction (OIE) methods extract facts from natural language text in the form of ("subject"; "relation"; "object") triples.

8
23 Oct 2023

MT4CrossOIE: Multi-stage Tuning for Cross-lingual Open Information Extraction

CSJianYang/Multilingual-Multimodal-NLP 12 Aug 2023

Cross-lingual open information extraction aims to extract structured information from raw text across multiple languages.

6
12 Aug 2023

Mapping and Cleaning Open Commonsense Knowledge Bases with Generative Translation

Aunsiels/GenT 22 Jun 2023

Structured knowledge bases (KBs) are the backbone of many know\-ledge-intensive applications, and their automated construction has received considerable attention.

1
22 Jun 2023

Preserving Knowledge Invariance: Rethinking Robustness Evaluation of Open Information Extraction

qijimrc/robust 23 May 2023

In this paper, we present the first benchmark that simulates the evaluation of open information extraction models in the real world, where the syntactic and expressive distributions under the same knowledge meaning may drift variously.

8
23 May 2023

Leveraging Open Information Extraction for More Robust Domain Transfer of Event Trigger Detection

dd1497/oie-td 23 May 2023

We address the problem of negative transfer in TD by coupling triggers between domains using subject-object relations obtained from a rule-based open information extraction (OIE) system.

0
23 May 2023

Shall We Trust All Relational Tuples by Open Information Extraction? A Study on Speculation Detection

daviddongkc/oie_spec 7 May 2023

We formally define the research problem of tuple-level speculation detection and conduct a detailed data analysis on the LSOIE dataset which contains labels for speculative tuples.

0
07 May 2023

Open Information Extraction via Chunks

daviddongkc/chunk_oie 5 May 2023

Accordingly, we propose a simple BERT-based model for sentence chunking, and propose Chunk-OIE for tuple extraction on top of SaC.

0
05 May 2023

Syntactically Robust Training on Partially-Observed Data for Open Information Extraction

qijimrc/robustoie 17 Jan 2023

In this paper, we propose a syntactically robust training framework that enables models to be trained on a syntactic-abundant distribution based on diverse paraphrase generation.

6
17 Jan 2023