paper-with-me

Papers

Explicit, Implicit, and Scattered: Revisiting Event Extraction to Capture Complex Arguments

2024-10-04 · Omar Sharif, Joseph Gatto, Madhusudan Basak, Sarah M. Preum

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.

📄 PDF Abstract BibTeX arXiv:2410.03594

Code (0)

등록된 구현이 없습니다.

Tasks

Event ExtractionText Generation

Similar Papers 제목 키워드 기반

REGen: A Reliable Evaluation Framework for Generative Event Argument Extraction

2025-02-24 · Omar Sharif, Joseph Gatto, Madhusudan Basak, Sarah M. Preum

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 Extractionvalid

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

Revisiting the Evaluation of End-to-end Event Extraction

2021-08-01 · Findings (ACL) 2021 8 · Shun Zheng, Wei Cao, Wei Xu, Jiang Bian
Event Extraction

Extracting Event Temporal Relations via Hyperbolic Geometry

2021-09-12 · EMNLP 2021 11 · Xingwei Tan, Gabriele Pergola, Yulan He

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 Extraction

Towards Extracting Absolute Event Timelines From English Clinical Reports

2020-09-28 · Artuur Leeuwenberg, Marie-Francine Moens

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