area of research
In natural language processing, open information extraction (OIE) 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. A โ€ฆ Wikipedia
๐ŸŒ
Wikipedia
en.wikipedia.org โ€บ wiki โ€บ Open_information_extraction
Open information extraction - Wikipedia
February 27, 2026 - In natural language processing, open information extraction (OIE) 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. A proposition can be understood as truth-bearer, a textual expression of ...
๐ŸŒ
arXiv
arxiv.org โ€บ abs โ€บ 2310.11644
[2310.11644] Open Information Extraction: A Review of Baseline Techniques, Approaches, and Applications
October 18, 2023 - For this purpose, there have been many studies recently in Open Information Extraction (OIE). OIE improves upon relation extraction techniques by analyzing relations across different domains and avoids requiring hand-labeling pre-specified relations in sentences.
๐ŸŒ
Stanford NLP Group
nlp.stanford.edu โ€บ software โ€บ openie.html
The Stanford Natural Language Processing Group
Open information extraction (open IE) refers to the extraction of relation tuples, typically binary relations, from plain text, such as (Mark Zuckerberg; founded; Facebook).
๐ŸŒ
GitHub
github.com โ€บ gkiril โ€บ oie-resources
GitHub - gkiril/oie-resources: A curated list of Open Information Extraction (OIE) resources: papers, code, data, etc. ยท GitHub
Open Information Extraction (OIE) systems aim to extract unseen relations and their arguments from unstructured text in unsupervised manner.
Starred by 504 users
Forked by 55 users
๐ŸŒ
ACL Anthology
aclanthology.org โ€บ 2023.emnlp-main.376
Abstractive Open Information Extraction - ACL Anthology
Open Information Extraction (OpenIE) is a traditional NLP task that extracts structured information from unstructured text to be used for other downstream applications. Traditionally, OpenIE focuses on extracting the surface forms of relations ...
๐ŸŒ
CoreNLP
stanfordnlp.github.io โ€บ CoreNLP โ€บ openie.html
OpenIE - CoreNLP
The Open Information Extraction (OpenIE) annotator extracts open-domain relation triples, representing a subject, a relation, and the object of the relation. For example, born-in(Barack Obama, Hawaii).
๐ŸŒ
arXiv
arxiv.org โ€บ abs โ€บ 2208.08690
[2208.08690] A Survey on Open Information Extraction from Rule-based Model to Large Language Model
October 23, 2024 - Abstract:Open Information Extraction (OpenIE) represents a crucial NLP task aimed at deriving structured information from unstructured text, unrestricted by relation type or domain.
๐ŸŒ
GitHub
github.com โ€บ uma-pi1 โ€บ minie
GitHub - uma-pi1/minie: An open information extraction system that provides compact extractions ยท GitHub
Open Information Extraction (OIE) systems aim to extract unseen relations and their arguments from unstructured text in unsupervised manner.
Starred by 98 users
Forked by 29 users
Languages ย  Java
Find elsewhere
๐ŸŒ
arXiv
arxiv.org โ€บ pdf โ€บ 2310.11644 pdf
Open Information Extraction: A Review of Baseline ...
challenges, open issues, and future work opportunities for OIE, ... I. INTRODUCTION ยท As huge amounts of offline and online text documents (e.g. digital libraries) are available, there have been a lot of efforts ยท to better organize and extract this information [1], [2]. Finding
๐ŸŒ
OpenReview
openreview.net โ€บ forum
Abstractive Open Information Extraction | OpenReview
December 1, 2023 - Abstract: Open Information Extraction (OpenIE) is a traditional NLP task that extracts structured information from unstructured text to be used for other downstream applications. Traditionally, OpenIE focuses on extracting the surface forms of relations as they appear in the raw text, which ...
๐ŸŒ
ACM Digital Library
dl.acm.org โ€บ doi โ€บ 10.1145 โ€บ 1409360.1409378
Open information extraction from the web | Communications of the ACM
Traditionally, Information Extraction (IE) has focused on satisfying precise, narrow, pre-specified requests from small homogeneous corpora (e.g., extract the location and time of seminars from a set of announcements). Shifting to a new domain requires ... ... The problem of performing open-domain Information Extraction (IE) was historically tied to the problem of ad-hoc acquisition of extraction patterns.
๐ŸŒ
GitHub
github.com โ€บ philipperemy โ€บ stanford-openie-python
GitHub - philipperemy/stanford-openie-python: Stanford Open Information Extraction made simple! ยท GitHub
Open information extraction (open IE) refers to the extraction of structured relation triples from plain text, such that the schema for these relations does not need to be specified in advance.
Starred by 684 users
Forked by 104 users
Languages ย  Python
๐ŸŒ
arXiv
arxiv.org โ€บ html โ€บ 2208.08690v6
A Survey on Open Information Extraction from Rule-based Model to Large Language Model
May 10, 2024 - Open Information Extraction (OpenIE) represents a crucial NLP task aimed at deriving structured information from unstructured text, unrestricted by relation type or domain. This survey paper provides an overview of OpenIE technologies spanning from 2007 to 2024, emphasizing a chronological ...
๐ŸŒ
arXiv
arxiv.org โ€บ abs โ€บ 1806.05599
[1806.05599] A Survey on Open Information Extraction
June 14, 2018 - We provide a detailed overview of the various approaches that were proposed to date to solve the task of Open Information Extraction. We present the major challenges that such systems face, show the evolution of the suggested approaches over time and depict the specific issues they address.
๐ŸŒ
ACL Anthology
aclanthology.org โ€บ 2023.emnlp-main.951
Open Information Extraction via Chunks - ACL Anthology
Open Information Extraction (OIE) aims to extract relational tuples from open-domain sentences. Existing OIE systems split a sentence into tokens and recognize token spans as tuple relations and arguments.
๐ŸŒ
University of Washington
reverb.cs.washington.edu
ReVerb - Open Information Extraction Software
ReVerb is a program that automatically identifies and extracts binary relationships from English sentences. ReVerb is designed for Web-scale information extraction, where the target relations cannot be specified in advance and speed is important. ... Download the code on github. Read Identifying Relations for Open Information Extraction.
๐ŸŒ
arXiv
arxiv.org โ€บ abs โ€บ 1805.04270
[1805.04270] Neural Open Information Extraction
May 11, 2018 - Abstract:Conventional Open Information Extraction (Open IE) systems are usually built on hand-crafted patterns from other NLP tools such as syntactic parsing, yet they face problems of error propagation.
๐ŸŒ
ACL Anthology
aclanthology.org โ€บ N18-1081
Supervised Open Information Extraction - ACL Anthology
We present data and methods that enable a supervised learning approach to Open Information Extraction (Open IE). Central to the approach is a novel formulation of Open IE as a sequence tagging problem, addressing challenges such as encoding multiple extractions for a predicate.
๐ŸŒ
ACL Anthology
aclanthology.org โ€บ C18-1326
A Survey on Open Information Extraction - ACL Anthology
We provide a detailed overview of the various approaches that were proposed to date to solve the task of Open Information Extraction. We present the major challenges that such systems face, show the evolution of the suggested approaches over time and depict the specific issues they address.