paper-with-me

Papers

Learning Open Information Extraction of Implicit Relations from Reading Comprehension Datasets

2019-05-15 · Jacob Beckerman, Theodore Christakis

The relationship between two entities in a sentence is often implied by word order and common sense, rather than an explicit predicate. For example, it is evident that "Fed chair Powell indicates rate hike" implies (Powell, is a, Fed chair) and (Powell, works for, Fed). These tuples are just as significant as the explicit-predicate tuple (Powell, indicates, rate hike), but have much lower recall under traditional Open Information Extraction (OpenIE) systems. Implicit tuples are our term for this type of extraction where the relation is not present in the input sentence. There is very little OpenIE training data available relative to other NLP tasks and none focused on implicit relations. We develop an open source, parse-based tool for converting large reading comprehension datasets to OpenIE datasets and release a dataset 35x larger than previously available by sentence count. A baseline neural model trained on this data outperforms previous methods on the implicit extraction task.

📄 PDF Abstract BibTeX arXiv:1905.07471

Code (0)

등록된 구현이 없습니다.

Tasks

Common Sense ReasoningImplicit RelationsOpen Information ExtractionReading ComprehensionSentence

Similar Papers 제목 키워드 기반

Joint Training of Candidate Extraction and Answer Selection for Reading Comprehension

2018-05-16 · ACL 2018 7 · Zhen Wang, Jiachen Liu, Xinyan Xiao, Yajuan Lyu 외

While sophisticated neural-based techniques have been developed in reading comprehension, most approaches model the answer in an independent manner, ignoring its relations with other answer candidates. This problem can b…

Answer SelectionReading ComprehensionReinforcement Learning

Machine Reading Comprehension as Data Augmentation: A Case Study on Implicit Event Argument Extraction

2021-11-01 · EMNLP 2021 11 · Jian Liu, Yufeng Chen, Jinan Xu

Implicit event argument extraction (EAE) is a crucial document-level information extraction task that aims to identify event arguments beyond the sentence level. Despite many efforts for this task, the lack of enough tra…

Data AugmentationEvent Argument ExtractionMachine Reading ComprehensionReading Comprehension+2

Modeling Hierarchical Reasoning Chains by Linking Discourse Units and Key Phrases for Reading Comprehension

2023-06-21 · COLING 2022 10 · Jialin Chen, Zhuosheng Zhang, Hai Zhao

Machine reading comprehension (MRC) poses new challenges over logical reasoning, which aims to understand the implicit logical relations entailed in the given contexts and perform inference over them. Due to the complexi…

Logical ReasoningMachine Reading ComprehensionNatural Language InferenceReading Comprehension+1

Automatic Open Knowledge Acquisition via Long Short-Term Memory Networks with Feedback Negative Sampling

2016-05-25 · Byung-soo Kim, Hwanjo Yu, Gary Geunbae Lee

Previous studies in Open Information Extraction (Open IE) are mainly based on extraction patterns. They manually define patterns or automatically learn them from a large corpus. However, these approaches are limited when…

Implicit RelationsOpen Information ExtractionSentence

Modeling Layout Reading Order as Ordering Relations for Visually-rich Document Understanding

2024-09-29 · Chong Zhang, Yi Tu, Yixi Zhao, Chenshu Yuan 외

Modeling and leveraging layout reading order in visually-rich documents (VrDs) is critical in document intelligence as it captures the rich structure semantics within documents. Previous works typically formulated layout…

document understandingEntity LinkingKey Information ExtractionReading Order Detection+2