paper-with-me

Papers

Enhancing Document-level Event Argument Extraction with Contextual Clues and Role Relevance

2023-10-08 · Association for Computational Linguistics 2023 7 · Wanlong Liu, Shaohuan Cheng, Dingyi Zeng, Hong Qu

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.

📄 PDF Abstract BibTeX arXiv:2310.05991

Code (1)

LWL-cpu/SCPRG-master 공식 구현 pytorch

Tasks

Event Argument ExtractionEvent ExtractionSentence

Methods 이 논문이 사용한 방법론

Focus 설명 없음
BASE 설명 없음

Similar Papers 제목 키워드 기반

CLIO: Role-interactive Multi-event Head Attention Network for Document-level Event Extraction

2022-10-01 · COLING 2022 10 · Yubing Ren, Yanan Cao, Fang Fang, Ping Guo 외

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 Extraction

Document-Level Event Extraction with Definition-Driven ICL

2024-08-10 · Zhuoyuan Liu, Yilin Luo

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 Engineering

DocEE: A Large-Scale and Fine-grained Benchmark for Document-level Event Extraction

2021-11-16 · ACL ARR November 2021 11 · Anonymous

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

Few-Shot Document-Level Event Argument Extraction

2022-09-06 · Xianjun Yang, Yujie Lu, Linda Petzold

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 ExtractionSentence

DocEE: A Large-Scale and Fine-grained Benchmark for Document-level Event Extraction

2022-07-01 · NAACL 2022 7 · Meihan Tong, Bin Xu, Shuai Wang, Meihuan Han 외

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