TISE: A Tripartite In-context Selection Method for Event Argument Extraction (2024.naacl-long)
Copied to clipboard
| Challenge: | Recent studies show that LLMs can finish inference by providing several examples. |
| Approach: | They propose a method which integrates three requirements when selecting an in-context example and integrates them into a set of determinantal point processes to enhance the reasoning capabilities of LLMs. |
| Outcome: | The proposed method can achieve superior performance with fewer examples and outperform some supervised methods. |
Similar Papers
Contextualized Soft Prompts for Extraction of Event Arguments (2023.findings-acl)
Copied to clipboard
| Challenge: | Existing prompt-based methods for event argument extraction rely on discrete and manually-designed prompts that cannot exploit specific context for each example. |
| Approach: | They propose a prompt-based method that introduces soft prompts to facilitate encoding of individual example context and multiple relevant documents to boost EAE. |
| Outcome: | The proposed method extensively evaluates on benchmark datasets to demonstrate its benefits with state-of-the-art performance. |
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. |
Thinking about how to extract: Energizing LLMs’ emergence capabilities for document-level event argument extraction (2024.findings-acl)
Copied to clipboard
| Challenge: | Existing models for document-level event argument extraction (D-EAE) lack key feature forgetting and cross-event argument confusion. |
| Approach: | They propose a document-level event argument extraction method based on guided summarization and reasoning that leverages the emergence capabilities of large language models to highlight key event information. |
| Outcome: | The proposed method outperforms baseline models by 1.3% F1 and 1.6% F1 on WIKIEVENTS and RAMS. |
Resource-Enhanced Neural Model for Event Argument Extraction (2020.findings-emnlp)
Copied to clipboard
| Challenge: | Existing work on event argument extraction (EE) is limited due to data scarcity and lack of a model encoder. |
| Approach: | They propose to capture the long-range dependency between an event trigger and a distant event argument using unlabeled data. |
| Outcome: | Experiments on the English ACE 2005 benchmark show that the proposed method achieves a new state-of-the-art. |
LLMs Learn Task Heuristics from Demonstrations: A Heuristic-Driven Prompting Strategy for Document-Level Event Argument Extraction (2024.acl-long)
Copied to clipboard
| Challenge: | In-context learning (ICL) is an emerging ability of large-scale labeled data for document-level event argument extraction (EAE). |
| Approach: | They propose an explicit heuristic-driven demonstration construction approach that emphasizes task heurs in document-level event argument extraction tasks. |
| Outcome: | The proposed method outperforms existing prompting methods and few-shot supervised learning methods on document-level EAE datasets. |
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. |
GENEVA: Benchmarking Generalizability for Event Argument Extraction with Hundreds of Event Types and Argument Roles (2023.acl-long)
Copied to clipboard
| Challenge: | Existing benchmarking datasets for Event Argument Extraction (EAE) cover less than 40 event types and 25 entity-centric argument roles. |
| Approach: | They propose to use a large and diverse EAE ontology to create a semantic role labeling dataset for EAE that incorporates 115 events and 220 argument roles. |
| Outcome: | The proposed ontology concludes with 115 events and 220 argument roles, with a significant portion of roles not being entities. |
EA2E: Improving Consistency with Event Awareness for Document-Level Argument Extraction (2022.findings-naacl)
Copied to clipboard
| Challenge: | Recent work on document-level event argument extraction models each individual event in isolation and therefore causes inconsistency among extracted arguments across events. |
| Approach: | They propose an event-aware argument extraction model with augmented context to improve consistency . they hypothesize that participants tend to play consistent roles across multiple events in a document . |
| Outcome: | The proposed model improves consistency and accuracy of arguments extracted from documents. |
Document-Level Event Argument Extraction via Optimal Transport (2022.findings-acl)
Copied to clipboard
| Challenge: | Prior work on event-level EAE models ignore syntactic structures for documents . prior work on EE is restricted to sentence-level setting where event triggers and arguments are assumed to appear in the same sentences. |
| Approach: | They propose to employ Optimal Transport to induce structures of documents based on sentence-level syntactic structures and tailored to EAE task. |
| Outcome: | The proposed model is effective in document-level EAE, with a new constraint on unrelated context words. |
From Simple to Complex: A Progressive Framework for Document-level Informative Argument Extraction (2023.findings-emnlp)
Copied to clipboard
| Challenge: | Existing methods for document-level event argument extraction use memory to store the results of already predicted events. |
| Approach: | They propose a simple-to-complex progressive framework for document-level event argument extraction . they first calculate the difficulty of each event and then conduct the extraction following a simpler order . |
| Outcome: | The proposed model outperforms previous methods by 1.4% in the document-level EAE task. |