CLApr 25, 2024

Asking and Answering Questions to Extract Event-Argument Structures

arXiv:2404.16413v181 citationsh-index: 5LREC
Originality Incremental advance
AI Analysis

This addresses the problem of extracting complex event structures from text for natural language processing applications, but it is incremental as it builds on existing QA and augmentation methods.

The paper tackles document-level event-argument structure extraction by using a question-answering approach with automatically generated questions and data augmentation, achieving competitive results on the RAMS dataset and outperforming prior work, especially for arguments in different sentences from event triggers.

This paper presents a question-answering approach to extract document-level event-argument structures. We automatically ask and answer questions for each argument type an event may have. Questions are generated using manually defined templates and generative transformers. Template-based questions are generated using predefined role-specific wh-words and event triggers from the context document. Transformer-based questions are generated using large language models trained to formulate questions based on a passage and the expected answer. Additionally, we develop novel data augmentation strategies specialized in inter-sentential event-argument relations. We use a simple span-swapping technique, coreference resolution, and large language models to augment the training instances. Our approach enables transfer learning without any corpora-specific modifications and yields competitive results with the RAMS dataset. It outperforms previous work, and it is especially beneficial to extract arguments that appear in different sentences than the event trigger. We also present detailed quantitative and qualitative analyses shedding light on the most common errors made by our best model.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes