paper-with-me

홈 › Papers

CompactIE: Compact Facts in Open Information Extraction

2022-05-05 · NAACL 2022 7 · Farima Fatahi Bayat, Nikita Bhutani, H. V. Jagadish

A major drawback of modern neural OpenIE systems and benchmarks is that they prioritize high coverage of information in extractions over compactness of their constituents. This severely limits the usefulness of OpenIE extractions in many downstream tasks. The utility of extractions can be improved if extractions are compact and share constituents. To this end, we study the problem of identifying compact extractions with neural-based methods. We propose CompactIE, an OpenIE system that uses a novel pipelined approach to produce compact extractions with overlapping constituents. It first detects constituents of the extractions and then links them to build extractions. We train our system on compact extractions obtained by processing existing benchmarks. Our experiments on CaRB and Wire57 datasets indicate that CompactIE finds 1.5x-2x more compact extractions than previous systems, with high precision, establishing a new state-of-the-art performance in OpenIE.

📄 PDF Abstract BibTeX arXiv:2205.02880

Code (1)

farimafatahi/compactie 공식 구현 pytorch

Tasks

Open Information Extraction

Similar Papers 제목 키워드 기반

MinIE: Minimizing Facts in Open Information Extraction

2017-09-01 · EMNLP 2017 9 · Kiril Gashteovski, Rainer Gemulla, Luciano del Corro

The goal of Open Information Extraction (OIE) is to extract surface relations and their arguments from natural-language text in an unsupervised, domain-independent manner. In this paper, we propose MinIE, an OIE system t…

Open Information ExtractionQuestion AnsweringRelation Extraction

Graphene: A Context-Preserving Open Information Extraction System

2018-08-28 · COLING 2018 8 · Matthias Cetto, Christina Niklaus, André Freitas, Siegfried Handschuh

We introduce Graphene, an Open IE system whose goal is to generate accurate, meaningful and complete propositions that may facilitate a variety of downstream semantic applications. For this purpose, we transform syntacti…

Open Information ExtractionSentence

Logician: A Unified End-to-End Neural Approach for Open-Domain Information Extraction

2019-04-29 · Mingming Sun, Xu Li, Xin Wang, Miao Fan 외

In this paper, we consider the problem of open information extraction (OIE) for extracting entity and relation level intermediate structures from sentences in open-domain. We focus on four types of valuable intermediate …

Attributeglobal-optimizationOpen Information ExtractionRelation+2

OpenCeres: When Open Information Extraction Meets the Semi-Structured Web

2019-06-01 · NAACL 2019 6 · Colin Lockard, Prashant Shiralkar, Xin Luna Dong

Open Information Extraction (OpenIE), the problem of harvesting triples from natural language text whose predicate relations are not aligned to any pre-defined ontology, has been a popular subject of research for the las…

Open Information ExtractionRelation Extraction

Maximal Clique Based Non-Autoregressive Open Information Extraction

2021-11-01 · EMNLP 2021 11 · Bowen Yu, Yucheng Wang, Tingwen Liu, Hongsong Zhu 외

Open Information Extraction (OpenIE) aims to discover textual facts from a given sentence. In essence, the facts contained in plain text are unordered. However, the popular OpenIE systems usually output facts sequentiall…

Open Information ExtractionSentence