A Predicate-Function-Argument Annotation of Natural Language for Open-Domain Information eXpression (2020.emnlp-main)
Copied to clipboard
| Challenge: | Existing OIE (Open Information Extraction) algorithms are redundant and not reusable. |
| Approach: | They propose a pipeline where an Open-domain Information eXpression task provides a platform for all OIE strategies. |
| Outcome: | The proposed pipeline provides a platform for all OIE strategies. |
Similar Papers
OIE@OIA: an Adaptable and Efficient Open Information Extraction Framework (2022.acl-long)
Copied to clipboard
| Challenge: | Different Open Information Extraction (OIE) tasks require different types of information. |
| Approach: | They propose to adapt an OIE Graph to different OIE tasks with simple rules . they implement an end-to-end OIA generator and make it open-accessible . |
| Outcome: | The proposed system achieves new SOTA performance on three popular OIE tasks. |
AnnIE: An Annotation Platform for Constructing Complete Open Information Extraction Benchmark (2022.acl-demo)
Copied to clipboard
Niklas Friedrich, Kiril Gashteovski, Mingying Yu, Bhushan Kotnis, Carolin Lawrence, Mathias Niepert, Goran Glavaš
| Challenge: | 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. |
| Approach: | They propose an interactive annotation platform that facilitates annotating complete facts from input sentences. |
| Outcome: | The proposed platform facilitates such challenging annotation tasks and supports creation of fact-oriented OIE evaluation benchmarks. |
Thesis Proposal: A Normalization-First Framework for Sound, Complete, and Utility-Ready Open Information Extraction (2026.acl-srw)
Copied to clipboard
| Challenge: | Existing approaches to extract relational tuples from text are incomplete and ambiguous . Existing methods rely on predefined schemas to produce t-uples . |
| Approach: | They propose a normalization-first framework that reframes OIE as a structured semantic transformation pipeline . they formalize soundness, completeness, and usefulness as approximate yet verifiable guarantees over extraction quality . |
| Outcome: | The proposed framework aims to make OIE usable for downstream reasoning and machine interpretability. |
LSOIE: A Large-Scale Dataset for Supervised Open Information Extraction (2021.eacl-main)
Copied to clipboard
| Challenge: | Open Information Extraction (OIE) systems extract factual propositions into n-ary tuples . current datasets are limited in size and diversity . |
| Approach: | They propose to convert QA-SRL 2.0 dataset to large-scale OIE dataset LSOIE. |
| Outcome: | The proposed dataset is 20 times larger than the next largest human-annotated OIE dataset. |
Open Information Extraction via Chunks (2023.emnlp-main)
Copied to clipboard
| Challenge: | Existing OIE systems split a sentence into tokens and recognize token spans as tuple relations and arguments. |
| Approach: | They propose to split a sentence into tokens and recognize token spans as tuple relations and arguments. |
| Outcome: | The proposed model achieves state-of-the-art on multiple OIE datasets showing that SaC has better properties than sentence as token sequence. |
Open Information Extraction on Scientific Text: An Evaluation (C18-1)
Copied to clipboard
| Challenge: | Open Information Extraction (OIE) is the unsupervised creation of structured information from text. |
| Approach: | They propose to use two state-of-the-art OIE systems to evaluate the performance of OIE on scientific texts originating from 10 different disciplines. |
| Outcome: | The proposed methods perform significantly worse on scientific text than encyclopedic text. |
Syntactically Rich Discriminative Training: An Effective Method for Open Information Extraction (2022.emnlp-main)
Copied to clipboard
| Challenge: | Open information extraction (OIE) is the task of extracting facts from natural language text. |
| Approach: | They propose a method for computing syntactically rich text embeddings using the structure of dependency trees and a discriminative approach to OIE where tokens in the generated fact are classified as "real" and "fake" they propose to reduce repetitive tokens and improve models' ability to generate implicit facts by a factor of 23%. |
| Outcome: | The proposed method reduces repetitive tokens by a factor of 23% on the CaRB, OIE2016, and LSOIE datasets and improves on augmented datasets. |
Open Information Extraction with Entity Focused Constraints (2023.findings-eacl)
Copied to clipboard
| Challenge: | Open Information Extraction (OIE) is the task of extracting tuples from unstructured corpora without any knowledge of the type and lexical form of the subject, the object, or the subject. |
| Approach: | They exploit domain knowledge to inject constraints into the extraction through constrained inference and constraint-aware training. |
| Outcome: | The proposed approach improves the CaRB and WIRe57 metric and achieves a 29.17% improvement in the CARB and 24.37% improvement on the WIRe56 metric. |
A Survey on Open Information Extraction from Rule-based Model to Large Language Model (2024.findings-emnlp)
Copied to clipboard
Liu Pai, Wenyang Gao, Wenjie Dong, Lin Ai, Ziwei Gong, Songfang Huang, Li Zongsheng, Ehsan Hoque, Julia Hirschberg, Yue Zhang
| Challenge: | Open Information Extraction (OpenIE) is a key NLP task aimed at extracting structured information from unstructured text sources. |
| Approach: | They propose to categorize OpenIE into rule-based, neural, and pre-trained large language models and discuss each within a chronological framework. |
| Outcome: | The paper categorizes OpenIE approaches into rule-based, neural, and pre-trained large language models, discussing each within a chronological framework. |
OpenUE: An Open Toolkit of Universal Extraction from Text (2020.emnlp-demos)
Copied to clipboard
Ningyu Zhang, Shumin Deng, Zhen Bi, Haiyang Yu, Jiacheng Yang, Mosha Chen, Fei Huang, Wei Zhang, Huajun Chen
| Challenge: | a large number of natural language processing tasks focus on token-level or sentence-level understandings. |
| Approach: | They propose an open-source and extensible toolkit for various extraction tasks . they deploy an online demo with restful APIs to support real-time extraction . |
| Outcome: | The proposed model can be used to extract information from text without training and deployment. |