Enhancing Document-level Event Argument Extraction with Contextual Clues and Role Relevance
Document-level event argument extraction poses new challenges of long input and cross-sentence inference compared to its sentence-level counterpart. However, most prior works focus on capturing the relations between candidate arguments and the event trigger in each event, ignoring two crucial points: a) non-argument contextual clue information; b) the relevance among argument roles. In this paper, we propose a SCPRG (Span-trigger-based Contextual Pooling and latent Role Guidance) model, which contains two novel and effective modules for the above problem. The Span-Trigger-based Contextual Pooling(STCP) adaptively selects and aggregates the information of non-argument clue words based on the context attention weights of specific argument-trigger pairs from pre-trained model. The Role-based Latent Information Guidance (RLIG) module constructs latent role representations, makes them interact through role-interactive encoding to capture semantic relevance, and merges them into candidate arguments. Both STCP and RLIG introduce no more than 1% new parameters compared with the base model and can be easily applied to other event extraction models, which are compact and transplantable. Experiments on two public datasets show that our SCPRG outperforms previous state-of-the-art methods, with 1.13 F1 and 2.64 F1 improvements on RAMS and WikiEvents respectively. Further analyses illustrate the interpretability of our model.
Code (1)
Tasks
Event Argument ExtractionEvent ExtractionSentenceMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
CLIO: Role-interactive Multi-event Head Attention Network for Document-level Event Extraction
Transforming the large amounts of unstructured text on the Internet into structured event knowledge is a critical, yet unsolved goal of NLP, especially when addressing document-level text. Existing methods struggle in Do…
Document-level Event ExtractionEvent ExtractionDocument-Level Event Extraction with Definition-Driven ICL
In the field of Natural Language Processing (NLP), Large Language Models (LLMs) have shown great potential in document-level event extraction tasks, but existing methods face challenges in the design of prompts. To addre…
Document-level Event ExtractionEvent ExtractionPrompt EngineeringDocEE: A Large-Scale and Fine-grained Benchmark for Document-level Event Extraction
Event extraction aims to identify an event and then extract the arguments participating in the event. Despite the great success in sentence-level event extraction, events are more naturally presented in the form of docum…
Document-level Event ExtractionEvent ExtractionSentenceFew-Shot Document-Level Event Argument Extraction
Event argument extraction (EAE) has been well studied at the sentence level but under-explored at the document level. In this paper, we study to capture event arguments that actually spread across sentences in documents.…
Document-level Event ExtractionEvent Argument ExtractionEvent ExtractionSentenceDocEE: A Large-Scale and Fine-grained Benchmark for Document-level Event Extraction
Event extraction aims to identify an event and then extract the arguments participating in the event. Despite the great success in sentence-level event extraction, events are more naturally presented in the form of docum…
Document-level Event ExtractionEvent ExtractionSentence