Asking and Answering Questions to Extract Event-Argument Structures
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 (1)
Tasks
coreference-resolutionCoreference ResolutionData AugmentationQuestion AnsweringTransfer LearningSimilar Papers 제목 키워드 기반
Event Extraction by Answering (Almost) Natural Questions
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+1Mining Information from Event Structure Relation Graph for Event Argument Extraction
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 AnsweringRelationEvent Extraction as Question Generation and Answering
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-GenerationTwo-Turn Debate Doesn't Help Humans Answer Hard Reading Comprehension Questions
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+2Event Extraction as Multi-turn Question Answering
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