Enhancing Document-level Event Argument Extraction with Contextual Clues and Role Relevance
Wanlong Liu, Shaohuan Cheng, Dingyi Zeng, Hong Qu

TL;DR
This paper introduces SCPRG, a novel model for document-level event argument extraction that leverages contextual clues and role relevance, significantly improving accuracy over previous methods.
Contribution
The paper proposes two innovative modules, STCP and RLIG, that enhance event argument extraction by incorporating non-argument clues and role relevance with minimal additional parameters.
Findings
Achieved 1.13 F1 and 2.64 F1 improvements on RAMS and WikiEvents datasets.
Modules are compact, adding less than 1% parameters, and are easily transferable.
Model demonstrates improved interpretability and state-of-the-art performance.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Biomedical Text Mining and Ontologies
MethodsFocus · Balanced Selection
