paper-with-me

홈 › Papers

Event Extraction as Machine Reading Comprehension

2020-11-01 · EMNLP 2020 11 · Jian Liu, Yubo Chen, Kang Liu, Wei Bi, Xiaojiang Liu

Event extraction (EE) is a crucial information extraction task that aims to extract event information in texts. Previous methods for EE typically model it as a classification task, which are usually prone to the data scarcity problem. In this paper, we propose a new learning paradigm of EE, by explicitly casting it as a machine reading comprehension problem (MRC). Our approach includes an unsupervised question generation process, which can transfer event schema into a set of natural questions, followed by a BERT-based question-answering process to retrieve answers as EE results. This learning paradigm enables us to strengthen the reasoning process of EE, by introducing sophisticated models in MRC, and relieve the data scarcity problem, by introducing the large-scale datasets in MRC. The empirical results show that: i) our approach attains state-of-the-art performance by considerable margins over previous methods. ii) Our model is excelled in the data-scarce scenario, for example, obtaining 49.8{\%} in F1 for event argument extraction with only 1{\%} data, compared with 2.2{\%} of the previous method. iii) Our model also fits with zero-shot scenarios, achieving 37.0{\%} and 16{\%} in F1 on two datasets without using any EE training data.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Event Argument ExtractionEvent ExtractionMachine Reading ComprehensionNatural QuestionsQuestion AnsweringQuestion GenerationQuestion-GenerationReading Comprehension

Similar Papers 제목 키워드 기반

Probing and Fine-tuning Reading Comprehension Models for Few-shot Event Extraction

2020-10-21 · Rui Feng, Jie Yuan, Chao Zhang

We study the problem of event extraction from text data, which requires both detecting target event types and their arguments. Typically, both the event detection and argument detection subtasks are formulated as supervi…

Event DetectionEvent ExtractionNatural Language InferenceReading Comprehension

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

Sentence Extraction-Based Machine Reading Comprehension for Vietnamese

2021-05-19 · Phong Nguyen-Thuan Do, Nhat Duy Nguyen, Tin Van Huynh, Kiet Van Nguyen 외

The development of natural language processing (NLP) in general and machine reading comprehension in particular has attracted the great attention of the research community. In recent years, there are a few datasets for m…

ArticlesMachine Reading ComprehensionQuestion AnsweringReading Comprehension+2

A Span-Extraction Dataset for Chinese Machine Reading Comprehension

2018-10-17 · IJCNLP 2019 11 · Yiming Cui, Ting Liu, Wanxiang Che, Li Xiao 외

Machine Reading Comprehension (MRC) has become enormously popular recently and has attracted a lot of attention. However, the existing reading comprehension datasets are mostly in English. In this paper, we introduce a S…

Machine Reading ComprehensionReading ComprehensionSentence

ESTER: A Machine Reading Comprehension Dataset for Event Semantic Relation Reasoning

2021-04-16 · Rujun Han, I-Hung Hsu, Jiao Sun, Julia Baylon 외

Understanding how events are semantically related to each other is the essence of reading comprehension. Recent event-centric reading comprehension datasets focus mostly on event arguments or temporal relations. While th…

Machine Reading ComprehensionNatural Language QueriesQuestion AnsweringReading Comprehension+1