Explicit, Implicit, and Scattered: Revisiting Event Extraction to Capture Complex Arguments (2024.emnlp-main)
Copied to clipboard
| Challenge: | Existing work on event-specific argument extraction is limited to contiguous spans of text . Existing approaches to event-centric information extraction are limited to explicit arguments . |
| Approach: | They propose two key argument types that cannot be modeled by existing EE frameworks . implicit and scattered arguments are crucial to elicit full breadth of information required for proper event modeling. |
| Outcome: | The proposed dataset includes 7,464 argument annotations from online health discourse. |
Similar Papers
REGen: A Reliable Evaluation Framework for Generative Event Argument Extraction (2025.findings-emnlp)
Copied to clipboard
| Challenge: | Existing work evaluates event argument extraction with exact match (EM), where predicted arguments must align exactly with annotated spans. |
| Approach: | They propose a Reliable Evaluation framework for Generative event argument extraction that combines exact, relaxed, and LLM-based matching to better align with human judgment. |
| Outcome: | Experiments on six datasets show that REGen achieves an average performance gain of +23.93 F1 over EM, reflecting capabilities overlooked by prior evaluation. |
A Two-Step Approach for Implicit Event Argument Detection (2020.acl-main)
Copied to clipboard
| Challenge: | et al., 2015) only consider local arguments in the same sentence of the event trigger. |
| Approach: | They propose to decompose the implicit event argument detection task into two sub-problems . they propose to use argument head-word detection and head-to-span expansion to reduce the number of candidates. |
| Outcome: | The proposed model achieves better performance than a strong sequence labeling baseline. |
Explicit Role Interaction Network for Event Argument Extraction (2022.findings-emnlp)
Copied to clipboard
| Challenge: | Existing methods extract arguments of each role independently, ignoring the relationship between different roles. |
| Approach: | They propose a neural model that captures the correlations between different argument roles within an event. |
| Outcome: | Extensive experiments on the benchmark dataset ACE2005 show the superiority of the proposed model over existing methods. |
Revisiting Event Argument Extraction: Can EAE Models Learn Better When Being Aware of Event Co-occurrences? (2023.acl-long)
Copied to clipboard
| Challenge: | Recent studies on event argument extraction (EAE) have not taken event co-occurrences into account. |
| Approach: | They propose to reformulate event co-occurrences as a problem of table generation and extend a SOTA prompt-based EAE model into a non-autoregressive generation framework that extracts the arguments of multiple events in parallel. |
| Outcome: | The proposed framework can extract arguments of multiple events in parallel. |
Trigger is Not Sufficient: Exploiting Frame-aware Knowledge for Implicit Event Argument Extraction (2021.acl-long)
Copied to clipboard
| Challenge: | Existing methods to extract event arguments focus on learning pair-wise information between arguments and the given trigger. |
| Approach: | They propose a framework to extract event-related arguments from a given event frame-level scope. |
| Outcome: | The proposed method achieves state-of-the-art on the RAMS dataset. |
DocEE: A Large-Scale and Fine-grained Benchmark for Document-level Event Extraction (2022.naacl-main)
Copied to clipboard
| Challenge: | Existing datasets focus on sentence-level event extraction, but document-level EE is limited due to the lack of large-scale and practical training and evaluation datasets. |
| Approach: | They propose a document-level event extraction dataset with 27,000+ events and 180,000+ arguments. |
| Outcome: | The proposed dataset includes 27,000+ events, 180,000+ arguments and large-scale manual annotations, fine-grained argument types and application-oriented settings. |
The Devil is in the Details: On the Pitfalls of Event Extraction Evaluation (2023.findings-acl)
Copied to clipboard
| Challenge: | Event extraction (EE) is a fundamental information extraction task aimed at extracting events from plain texts. |
| Approach: | They propose to specify data preprocessing, standardize outputs, and provide pipeline evaluation results to avoid these pitfalls. |
| Outcome: | The results show that the evaluations are reliable and lack pipeline evaluations. |
ULTRA: Unleash LLMs’ Potential for Event Argument Extraction through Hierarchical Modeling and Pair-wise Self-Refinement (2024.findings-acl)
Copied to clipboard
| Challenge: | Structural extraction of events within discourse is critical for event-centric understanding . document-level EAE focuses on arguments that are scattered across an entire document . ULTRA is a hierarchical framework that extracts event arguments more cost-effectively . |
| Approach: | They propose a hierarchical framework that extracts event arguments more cost-effectively . ULTRA sequentially reads text chunks of a document to generate a candidate argument set . they propose to use a supervised model to find the exact boundary of an argument . |
| Outcome: | The proposed framework outperforms strong models and ChatGPT by 9.8% when evaluated by Exact Match (EM). |
Fusion meets Function: The Adaptive Selection-Generation Approach in Event Argument Extraction (2025.coling-main)
Copied to clipboard
| Challenge: | Event Argument Extraction is a critical subtask of Event Extraction, focused on identifying event arguments within text. |
| Approach: | They propose a Fusion Selection-Generation-Based Approach that merges selective and generative methods to enhance argument extraction accuracy. |
| Outcome: | The proposed method improves on the RAMS and WikiEvents, while preserving the unique characteristics of both methods. |
Document-Level Event Argument Extraction by Conditional Generation (2021.naacl-main)
Copied to clipboard
| Challenge: | Existing event extraction models have been limited to the sentence level . this formulation signifies a misalignment between the information seeking behavior and the informative seeking behavior. |
| Approach: | They propose a document-level neural event argument extraction model by formulating the task as conditional generation following event templates. |
| Outcome: | The proposed model achieves 7.6% F1 and 5.7% F1 over the best baseline on the document-level event extraction dataset WikiEvents and 9.3% F1 on the informative argument extraction task. |