Explicit, Implicit, and Scattered: Revisiting Event Extraction to Capture Complex Arguments
Prior works formulate the extraction of event-specific arguments as a span extraction problem, where event arguments are explicit -- i.e. assumed to be contiguous spans of text in a document. In this study, we revisit this definition of Event Extraction (EE) by introducing two key argument types that cannot be modeled by existing EE frameworks. First, implicit arguments are event arguments which are not explicitly mentioned in the text, but can be inferred through context. Second, scattered arguments are event arguments that are composed of information scattered throughout the text. These two argument types are crucial to elicit the full breadth of information required for proper event modeling. To support the extraction of explicit, implicit, and scattered arguments, we develop a novel dataset, DiscourseEE, which includes 7,464 argument annotations from online health discourse. Notably, 51.2% of the arguments are implicit, and 17.4% are scattered, making DiscourseEE a unique corpus for complex event extraction. Additionally, we formulate argument extraction as a text generation problem to facilitate the extraction of complex argument types. We provide a comprehensive evaluation of state-of-the-art models and highlight critical open challenges in generative event extraction. Our data and codebase are available at https://omar-sharif03.github.io/DiscourseEE.
Code (0)
등록된 구현이 없습니다.
Tasks
Event ExtractionText GenerationSimilar Papers 제목 키워드 기반
REGen: A Reliable Evaluation Framework for Generative Event Argument Extraction
Event argument extraction identifies arguments for predefined event roles in text. Traditional evaluations rely on exact match (EM), requiring predicted arguments to match annotated spans exactly. However, this approach …
Event Argument ExtractionvalidMachine Reading Comprehension as Data Augmentation: A Case Study on Implicit Event Argument Extraction
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+2Revisiting the Evaluation of End-to-end Event Extraction
Extracting Event Temporal Relations via Hyperbolic Geometry
Detecting events and their evolution through time is a crucial task in natural language understanding. Recent neural approaches to event temporal relation extraction typically map events to embeddings in the Euclidean sp…
Natural Language UnderstandingRelationRelation ExtractionTemporal Relation ExtractionTowards Extracting Absolute Event Timelines From English Clinical Reports
Temporal information extraction is a challenging but important area of automatic natural language understanding. Existing approaches annotate and extract various parts of the temporal information conveyed in language lik…
Natural Language UnderstandingTemporal Information Extraction