近年来事件抽取方法总结,包括中文事件抽取、开放域事件抽取、事件数据生成、跨语言事件抽取、小样本事件抽取、零样本事件抽取等类型,DMCNN、FramNet、DLRNN、DBRNN、GCN、DAG-GRU、JMEE、PLMEE等方法
Go to file
2020-09-27 17:44:34 +08:00
README.md Update README.md 2020-09-27 17:44:34 +08:00

Event-Extraction事件抽取资料综述总结更新中...

近年来事件抽取方法总结包括中文事件抽取、开放域事件抽取、事件数据生成、跨语言事件抽取、小样本事件抽取、零样本事件抽取等类型DMCNN、FramNet、DLRNN、DBRNN、GCN、DAG-GRU、JMEE、PLMEE等方法

Table of Contents 目录


1 Meta-Learning with Dynamic-Memory-Based Prototypical Network for Few-Shot Event Detection,WSDM 2020.FewEvent数据集链接: https://github.com/231sm/Low_Resource_KBP 2 Exploring Pre-trained Language Models for Event Extraction and GenerationACL2019 3 One for All: Neural Joint Modeling of Entities and Events,AAAI2019 4 Joint Event and Temporal Relation Extraction with Shared Representations and Structured Prediction, EMNLP2019 5 Zero-Shot Transfer Learning for Event Extraction [HuangL,ACL2018] 6 Joint Event Extraction via Recurrent Neural Networks, NAACL-HLT 2016 7 Joint Entity and Event Extraction with Generative Adversarial Imitation Learning[T Zhang, H Ji, etc.] 8 Event Extraction via Dynamic Multi-Pooling Convolutional Neural Networks[Y Chen, 2015] 9 Doc2EDAG: An End-to-End Document-level Framework for Chinese Financial Event Extraction,一种针对中文金融事件抽取的端到端文档

综述论文: 1 An Overview of Event Extraction from Text [F Hogenboom .etc ] 2 元事件抽取研究综述 (Survey on Meta-event Extraction).

Surveys(综述论文)

⬆️

元事件抽取研究综述2019 byGAO Li-zheng, ZHOU Gang, LUO Jun-yong, LAN Ming-jing

事件抽取是信息抽取领域的一个重要研究方向,在情报收集、知识提取、文档摘要、知识问答等领域有着广泛应用。对当前事件抽取领域研究得较多的元事件抽取进行了综述。首先,简要介绍了元事件和元事件抽取的基本概念,以及元事件抽取的主要实现方法。然后,重点阐述了元事件抽取的主要任务,详细介绍了元事件检测过程,并对其他相关任务进行了概述。最后,总结了元事件抽取面临的问题,在此基础上展望了元事件抽取的发展趋势。

An Overview of Event Extraction from Text2011 byFrederik Hogenboom, Flavius Frasincar, Uzay Kaymak, Franciska de Jong:

One common application of text mining is event extraction,which encompasses deducing specific knowledge concerning incidents re-ferred to in texts. Event extraction can be applied to various types ofwritten text, e.g., (online) news messages, blogs, and manuscripts. Thisliterature survey reviews text mining techniques that are employed forvarious event extraction purposes. It provides general guidelines on howto choose a particular event extraction technique depending on the user,the available content, and the scenario of use.

Deep Learning Models深度学习模型

⬆️

2020

Meta-Learning with Dynamic-Memory-Based Prototypical Network for Few-Shot Event Detection, WSDM2020(Github)

Event detection (ED), a sub-task of event extraction, involves identifying triggers and categorizing event mentions. Existing methods primarily rely upon supervised learning and require large-scale labeled event datasets which are unfortunately not readily available in many real-life applications. In this paper, we consider and reformulate the ED task with limited labeled data as a Few-Shot Learning problem. We propose a Dynamic-Memory-Based Prototypical Network (DMB-PN), which exploits Dynamic Memory Network (DMN) to not only learn better prototypes for event types, but also produce more robust sentence encodings for event mentions. Differing from vanilla prototypical networks simply computing event prototypes by averaging, which only consume event mentions once, our model is more robust and is capable of distilling contextual information from event mentions for multiple times due to the multi-hop mechanism of DMNs. The experiments show that DMB-PN not only deals with sample scarcity better than a series of baseline models but also performs more robustly when the variety of event types is relatively large and the instance quantity is extremely small.

Exploiting the Matching Information in the Support Set for Few Shot Event Classification, PAKDD2020 (Github)

The existing event classification (EC) work primarily focuseson the traditional supervised learning setting in which models are unableto extract event mentions of new/unseen event types. Few-shot learninghas not been investigated in this area although it enables EC models toextend their operation to unobserved event types. To fill in this gap, inthis work, we investigate event classification under the few-shot learningsetting. We propose a novel training method for this problem that exten-sively exploit the support set during the training process of a few-shotlearning model. In particular, in addition to matching the query exam-ple with those in the support set for training, we seek to further matchthe examples within the support set themselves. This method providesmore training signals for the models and can be applied to every metric-learning-based few-shot learning methods. Our extensive experiments ontwo benchmark EC datasets show that the proposed method can improvethe best reported few-shot learning models by up to 10% on accuracyfor event classification.

2019

Neural Cross-Lingual Event Detection with Minimal Parallel Resources, EMNLP2019(Github)

The scarcity in annotated data poses a great challenge for event detection (ED). Cross-lingual ED aims to tackle this challenge by transferring knowledge between different languages to boost performance. However, previous cross-lingual methods for ED demonstrated a heavy dependency on parallel resources, which might limit their applicability. In this paper, we propose a new method for cross-lingual ED, demonstrating a minimal dependency on parallel resources. Specifically, to construct a lexical mapping between different languages, we devise a context-dependent translation method; to treat the word order difference problem, we propose a shared syntactic order event detector for multilingual co-training. The efficiency of our method is studied through extensive experiments on two standard datasets. Empirical results indicate that our method is effective in 1) performing cross-lingual transfer concerning different directions and 2) tackling the extremely annotation-poor scenario.

Cross-lingual Structure Transfer for Relation and Event Extraction(Github)

The identification of complex semantic structures such as events and entity relations, already a challenging Information Extraction task, is doubly difficult from sources written in under-resourced and under-annotated languages. We investigate the suitability of cross-lingual structure transfer techniques for these tasks. We exploit relation- and event-relevant language-universal features, leveraging both symbolic (including part-of-speech and dependency path) and distributional (including type representation and contextualized representation) information. By representing all entity mentions, event triggers, and contexts into this complex and structured multilingual common space, using graph convolutional networks, we can train a relation or event extractor from source language annotations and apply it to the target language. Extensive experiments on cross-lingual relation and event transfer among English, Chinese, and Arabic demonstrate that our approach achieves performance comparable to state-of-the-art supervised models trained on up to 3,000 manually annotated mentions: up to 62.6% F-score for Relation Extraction, and 63.1% F-score for Event Argument Role Labeling. The event argument role labeling model transferred from English to Chinese achieves similar performance as the model trained from Chinese. We thus find that language-universal symbolic and distributional representations are complementary for cross-lingual structure transfer.

Shallow Learning Models(浅层学习模型)

⬆️

2017

Data数据

⬆️

English Corpus

ACE2005 English Corpus

ACE 2005 Multilingual Training Corpus contains the complete set of English, Arabic and Chinese training data for the 2005 Automatic Content Extraction (ACE) technology evaluation. The corpus consists of data of various types annotated for entities, relations and events by the Linguistic Data Consortium (LDC) with support from the ACE Program and additional assistance from LDC.

Future Research Challenges未来研究挑战

⬆️

数据层面

模型层面

性能评估层面

Tools and Repos工具与资源

⬆️

NeuralClassifier

腾讯的开源NLP项目