Utilizing Contextual Clues and Role Correlations for Enhancing Document-level Event Argument Extraction
Wanlong Liu, Dingyi Zeng, Li Zhou, Yichen Xiao, Weishan Kong, Malu Zhang, Shaohuan Cheng, Hongyang Zhao, Wenyu Chen
TL;DR
This work tackles document-level event argument extraction by addressing two core gaps: the lack of contextual clue integration and the omission of semantic role correlations. It introduces CARLG, a lightweight framework consisting of Contextual Clues Aggregation (CCA) and Role-based Latent Information Guidance (RLIG), which leverage pre-trained encoder attentions and latent role embeddings to enhance candidate representations. CARLG is instantiated in two forms, CARLG_span and CARLG_prompt, and consistently improves span-based and prompt-based EAE methods across RAMS, WikiEvents, and MLEE with minimal parameter overhead. The approach achieves state-of-the-art results while maintaining efficiency, and analyses confirm the effectiveness of CCA and RLIG in enriching context interaction and inter-role guidance, with potential for extending to trigger-agnostic EAE and other information extraction tasks.
Abstract
Document-level event argument extraction is a crucial yet challenging task within the field of information extraction. Current mainstream approaches primarily focus on the information interaction between event triggers and their arguments, facing two limitations: insufficient context interaction and the ignorance of event correlations. Here, we introduce a novel framework named CARLG (Contextual Aggregation of clues and Role-based Latent Guidance), comprising two innovative components: the Contextual Clues Aggregation (CCA) and the Role-based Latent Information Guidance (RLIG). The CCA module leverages the attention weights derived from a pre-trained encoder to adaptively assimilates broader contextual information, while the RLIG module aims to capture the semantic correlations among event roles. We then instantiate the CARLG framework into two variants based on two types of current mainstream EAE approaches. Notably, our CARLG framework introduces less than 1% new parameters yet significantly improving the performance. Comprehensive experiments across the RAMS, WikiEvents, and MLEE datasets confirm the superiority of CARLG, showing significant superiority in terms of both performance and inference speed compared to major benchmarks. Further analyses demonstrate the effectiveness of the proposed modules.
