paper-with-me

홈 › Papers

CUP: Curriculum Learning based Prompt Tuning for Implicit Event Argument Extraction

2022-05-01 · Jiaju Lin, Qin Chen, Jie zhou, Jian Jin, Liang He

Implicit event argument extraction (EAE) aims to identify arguments that could scatter over the document. Most previous work focuses on learning the direct relations between arguments and the given trigger, while the implicit relations with long-range dependency are not well studied. Moreover, recent neural network based approaches rely on a large amount of labeled data for training, which is unavailable due to the high labelling cost. In this paper, we propose a Curriculum learning based Prompt tuning (CUP) approach, which resolves implicit EAE by four learning stages. The stages are defined according to the relations with the trigger node in a semantic graph, which well captures the long-range dependency between arguments and the trigger. In addition, we integrate a prompt-based encoder-decoder model to elicit related knowledge from pre-trained language models (PLMs) in each stage, where the prompt templates are adapted with the learning progress to enhance the reasoning for arguments. Experimental results on two well-known benchmark datasets show the great advantages of our proposed approach. In particular, we outperform the state-of-the-art models in both fully-supervised and low-data scenarios.

📄 PDF Abstract BibTeX arXiv:2205.00498

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderEvent Argument ExtractionImplicit Relations

Similar Papers 제목 키워드 기반

Trigger is Not Sufficient: Exploiting Frame-aware Knowledge for Implicit Event Argument Extraction

2021-08-01 · ACL 2021 5 · Kaiwen Wei, Xian Sun, Zequn Zhang, Jingyuan Zhang 외

Implicit Event Argument Extraction seeks to identify arguments that play direct or implicit roles in a given event. However, most prior works focus on capturing direct relations between arguments and the event trigger. T…

Event Argument ExtractionKnowledge Distillation

Bi-Directional Iterative Prompt-Tuning for Event Argument Extraction

2022-10-28 · Lu Dai, Bang Wang, Wei Xiang, Yijun Mo

Recently, prompt-tuning has attracted growing interests in event argument extraction (EAE). However, the existing prompt-tuning methods have not achieved satisfactory performance due to the lack of consideration of entit…

Event Argument Extraction

Prompt for Extraction? PAIE: Prompting Argument Interaction for Event Argument Extraction

2022-02-24 · ACL 2022 5 · Yubo Ma, Zehao Wang, Yixin Cao, Mukai Li 외

In this paper, we propose an effective yet efficient model PAIE for both sentence-level and document-level Event Argument Extraction (EAE), which also generalizes well when there is a lack of training data. On the one ha…

Event Argument ExtractionSentence

Infusing Hierarchical Guidance into Prompt Tuning: A Parameter-Efficient Framework for Multi-level Implicit Discourse Relation Recognition

2024-02-23 · Haodong Zhao, Ruifang He, Mengnan Xiao, Jing Xu

Multi-level implicit discourse relation recognition (MIDRR) aims at identifying hierarchical discourse relations among arguments. Previous methods achieve the promotion through fine-tuning PLMs. However, due to the data …

Explicit, Implicit, and Scattered: Revisiting Event Extraction to Capture Complex Arguments

2024-10-04 · Omar Sharif, Joseph Gatto, Madhusudan Basak, Sarah M. Preum

Prior works formulate the extraction of event-specific arguments as a span extraction problem, where event arguments are explicit -- i.e. assumed to be contiguous spans of text in a document. In this study, we revisit th…

Event ExtractionText Generation