paper-with-me

Papers

PoKE: A Prompt-based Knowledge Eliciting Approach for Event Argument Extraction

2021-09-11 · Jiaju Lin, Qin Chen

Eliciting knowledge from pre-trained language models via prompt-based learning has shown great potential in many natural language processing tasks. Whereas, the applications for more complex tasks such as event extraction are less studied since the design of prompt is not straightforward for the structured event containing various triggers and arguments. % Meanwhile, current conditional generation methods employ large encoder-decoder models, which are costly to train and serve. In this paper, we present a novel prompt-based approach, which elicits both the independent and joint knowledge about different events for event argument extraction. The experimental results on the benchmark ACE2005 dataset show the great advantages of our proposed approach. In particular, our approach is superior to the recent advanced methods in both fully-supervised and low-resource scenarios.

📄 PDF Abstract BibTeX arXiv:2109.05190

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderEvent Argument ExtractionEvent ExtractionText Classification

Similar Papers 제목 키워드 기반

Retrieval-Enhanced Few-Shot Prompting for Speech Event Extraction

2025-04-30 · Máté Gedeon

Speech Event Extraction (SpeechEE) is a challenging task that lies at the intersection of Automatic Speech Recognition (ASR) and Natural Language Processing (NLP), requiring the identification of structured event informa…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Event ExtractionRetrieval+4

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

Global Constraints with Prompting for Zero-Shot Event Argument Classification

2023-02-09 · Zizheng Lin, Hongming Zhang, Yangqiu Song

Determining the role of event arguments is a crucial subtask of event extraction. Most previous supervised models leverage costly annotations, which is not practical for open-domain applications. In this work, we propose…

Event ExtractionLanguage ModelingLanguage Modelling

Eliciting Rational Initial Weights in Gradual Argumentation

2025-02-11 · Nir Oren, Bruno Yun

Many semantics for weighted argumentation frameworks assume that each argument is associated with an initial weight. However, eliciting these initial weights poses challenges: (1) accurately providing a specific numerica…

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

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

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 imp…

DecoderEvent Argument ExtractionImplicit Relations