paper-with-me

Papers

Sentence-level Event Detection without Triggers via Prompt Learning and Machine Reading Comprehension

2023-06-25 · Tongtao Ling, Lei Chen, Huangxu Sheng, Zicheng Cai, Hai-Lin Liu

The traditional way of sentence-level event detection involves two important subtasks: trigger identification and trigger classifications, where the identified event trigger words are used to classify event types from sentences. However, trigger classification highly depends on abundant annotated trigger words and the accuracy of trigger identification. In a real scenario, annotating trigger words is time-consuming and laborious. For this reason, we propose a trigger-free event detection model, which transforms event detection into a two-tower model based on machine reading comprehension and prompt learning. Compared to existing trigger-based and trigger-free methods, experimental studies on two event detection benchmark datasets (ACE2005 and MAVEN) have shown that the proposed approach can achieve competitive performance.

📄 PDF Abstract BibTeX arXiv:2306.14176

Code (1)

rickltt/event_detection 공식 구현 pytorch

Tasks

Event DetectionMachine Reading ComprehensionPrompt LearningReading ComprehensionSentence

Similar Papers 제목 키워드 기반

Event Detection without Triggers

2019-06-01 · NAACL 2019 6 · Shulin Liu, Yang Li, Feng Zhang, Tao Yang 외

The goal of event detection (ED) is to detect the occurrences of events and categorize them. Previous work solved this task by recognizing and classifying event triggers, which is defined as the word or phrase that most …

Event DetectionSentence

Document Embedding Enhanced Event Detection with Hierarchical and Supervised Attention

2018-07-01 · ACL 2018 7 · Yue Zhao, Xiaolong Jin, Yuanzhuo Wang, Xue-Qi Cheng

Document-level information is very important for event detection even at sentence level. In this paper, we propose a novel Document Embedding Enhanced Bi-RNN model, called DEEB-RNN, to detect events in sentences. This mo…

Document EmbeddingEvent DetectionSentence

Are Triggers Needed for Document-Level Event Extraction?

2024-11-13 · Shaden Shaar, Wayne Chen, Maitreyi Chatterjee, Barry Wang 외

Most existing work on event extraction has focused on sentence-level texts and presumes the identification of a trigger-span -- a word or phrase in the input that evokes the occurrence of an event of interest. Event argu…

Document-level Event ExtractionEvent ExtractionSentence

Joint Event Extraction with Hierarchical Policy Network

2020-12-01 · COLING 2020 8 · Peixin Huang, Xiang Zhao, Ryuichi Takanobu, Zhen Tan 외

Most existing work on event extraction (EE) either follows a pipelined manner or uses a joint structure but is pipelined in essence. As a result, these efforts fail to utilize information interactions among event trigger…

Event DetectionEvent Extraction

Exploiting Document Level Information to Improve Event Detection via Recurrent Neural Networks

2017-11-01 · IJCNLP 2017 11 · Shaoyang Duan, Ruifang He, Wenli Zhao

This paper tackles the task of event detection, which involves identifying and categorizing events. The previous work mainly exist two problems: (1) the traditional feature-based methods apply cross-sentence information,…

Event DetectionSentence