paper-with-me

홈 › Papers

Asking and Answering Questions to Extract Event-Argument Structures

2024-04-25 · Md Nayem Uddin, Enfa Rose George, Eduardo Blanco, Steven Corman

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.

📄 PDF Abstract BibTeX arXiv:2404.16413

Code (1)

nurakib/event-question-answering 공식 구현

Tasks

coreference-resolutionCoreference ResolutionData AugmentationQuestion AnsweringTransfer Learning

Similar Papers 제목 키워드 기반

Event Extraction by Answering (Almost) Natural Questions

2020-04-28 · EMNLP 2020 11 · Xinya Du, Claire Cardie

The problem of event extraction requires detecting the event trigger and extracting its corresponding arguments. Existing work in event argument extraction typically relies heavily on entity recognition as a preprocessin…

Event Argument ExtractionEvent ExtractionNatural QuestionsQuestion Answering+1

Mining Information from Event Structure Relation Graph for Event Argument Extraction

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Event Argument Extraction is a vital subtask of Event Extraction. Despite the achievements in existing methods, they can not fully use the event structure information and the rich semantics of the labels, which can provi…

Event Argument ExtractionEvent ExtractionQuestion AnsweringRelation

Event Extraction as Question Generation and Answering

2023-07-10 · Di Lu, Shihao Ran, Joel Tetreault, Alejandro Jaimes

Recent work on Event Extraction has reframed the task as Question Answering (QA), with promising results. The advantage of this approach is that it addresses the error propagation issue found in traditional token-based c…

Event ExtractionQuestion AnsweringQuestion GenerationQuestion-Generation

Two-Turn Debate Doesn't Help Humans Answer Hard Reading Comprehension Questions

2022-10-19 · Alicia Parrish, Harsh Trivedi, Nikita Nangia, Vishakh Padmakumar 외

The use of language-model-based question-answering systems to aid humans in completing difficult tasks is limited, in part, by the unreliability of the text these systems generate. Using hard multiple-choice reading comp…

Language ModelingLanguage ModellingMultiple-choiceQuestion Answering+2

Event Extraction as Multi-turn Question Answering

2020-11-01 · Findings of the Association for Computational Linguistics 2020 · Fayuan Li, Weihua Peng, Yuguang Chen, Quan Wang 외

Event extraction, which aims to identify event triggers of pre-defined event types and their arguments of specific roles, is a challenging task in NLP. Most traditional approaches formulate this task as classification pr…

Event ExtractionQuestion AnsweringReading ComprehensionSentence