paper-with-me

Papers

MAVEN: A Massive General Domain Event Detection Dataset

2020-04-28 · EMNLP 2020 11 · Xiaozhi Wang, Ziqi Wang, Xu Han, Wangyi Jiang, Rong Han, Zhiyuan Liu, Juanzi Li, Peng Li, Yankai Lin, Jie zhou

Event detection (ED), which means identifying event trigger words and classifying event types, is the first and most fundamental step for extracting event knowledge from plain text. Most existing datasets exhibit the following issues that limit further development of ED: (1) Data scarcity. Existing small-scale datasets are not sufficient for training and stably benchmarking increasingly sophisticated modern neural methods. (2) Low coverage. Limited event types of existing datasets cannot well cover general-domain events, which restricts the applications of ED models. To alleviate these problems, we present a MAssive eVENt detection dataset (MAVEN), which contains 4,480 Wikipedia documents, 118,732 event mention instances, and 168 event types. MAVEN alleviates the data scarcity problem and covers much more general event types. We reproduce the recent state-of-the-art ED models and conduct a thorough evaluation on MAVEN. The experimental results show that existing ED methods cannot achieve promising results on MAVEN as on the small datasets, which suggests that ED in the real world remains a challenging task and requires further research efforts. We also discuss further directions for general domain ED with empirical analyses. The source code and dataset can be obtained from https://github.com/THU-KEG/MAVEN-dataset.

📄 PDF Abstract BibTeX arXiv:2004.13590

Code (1)

THU-KEG/MAVEN-dataset 공식 구현 pytorch

Tasks

BenchmarkingEvent Detection

Similar Papers 제목 키워드 기반

MAVEN-Fact: A Large-scale Event Factuality Detection Dataset

2024-07-22 · Chunyang Li, Hao Peng, Xiaozhi Wang, Yunjia Qi 외

Event Factuality Detection (EFD) task determines the factuality of textual events, i.e., classifying whether an event is a fact, possibility, or impossibility, which is essential for faithfully understanding and utilizin…

Hallucination

MAVEN-Arg: Completing the Puzzle of All-in-One Event Understanding Dataset with Event Argument Annotation

2023-11-15 · Xiaozhi Wang, Hao Peng, Yong Guan, Kaisheng Zeng 외

Understanding events in texts is a core objective of natural language understanding, which requires detecting event occurrences, extracting event arguments, and analyzing inter-event relationships. However, due to the an…

AllEvent Argument ExtractionEvent DetectionEvent Relation Extraction+2

Prompt-Guided Few-Shot Event Detection

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Practical applications of event extraction systems have long been hindered by their need for heavy human annotation. In order to scale up to new domains and event types, models must learn to cope with limited supervision…

Event DetectionEvent ExtractionFew-Shot Learning

Event Detection Explorer: An Interactive Tool for Event Detection Exploration

2022-04-26 · Wenlong Zhang, Bhagyashree Ingale, Hamza Shabir, Tianyi Li 외

Event Detection (ED) is an important task in natural language processing. In the past few years, many datasets have been introduced for advancing ED machine learning models. However, most of these datasets are under-expl…

Event Detection

DGMED: A Novel Document-Level Graph Convolution Network for Multi-Event Detection

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Online news documents can contain thousands of characters and tens of events. To detect events in these documents, it is important to construct long-range context information. Such information, however, is not effectivel…

Event DetectionEvent ExtractionSentence