paper-with-me

Papers

Event Detection without Triggers

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

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 clearly expresses an event occurrence. As a consequence, existing approaches required both annotated triggers and event types in training data. However, triggers are nonessential to event detection, and it is time-consuming for annotators to pick out the {``}most clearly{''} word from a given sentence, especially from a long sentence. The expensive annotation of training corpus limits the application of existing approaches. To reduce manual effort, we explore detecting events without triggers. In this work, we propose a novel framework dubbed as Type-aware Bias Neural Network with Attention Mechanisms (TBNNAM), which encodes the representation of a sentence based on target event types. Experimental results demonstrate the effectiveness. Remarkably, the proposed approach even achieves competitive performances compared with state-of-the-arts that used annotated triggers.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Event DetectionSentence

Similar Papers 제목 키워드 기반

EventGraph: Event Extraction as Semantic Graph Parsing

2022-10-16 · Huiling You, David Samuel, Samia Touileb, Lilja Øvrelid

Event extraction involves the detection and extraction of both the event triggers and corresponding event arguments. Existing systems often decompose event extraction into multiple subtasks, without considering their pos…

Event DetectionEvent Extraction

Nugget Proposal Networks for Chinese Event Detection

2018-05-01 · ACL 2018 7 · Hongyu Lin, Yaojie Lu, Xianpei Han, Le Sun

Neural network based models commonly regard event detection as a word-wise classification task, which suffer from the mismatch problem between words and event triggers, especially in languages without natural word delimi…

Event DetectionGeneral Classification

Trigger-free Event Detection via Derangement Reading Comprehension

2022-08-20 · Jiachen Zhao, Haiqin Yang

Event detection (ED), aiming to detect events from texts and categorize them, is vital to understanding actual happenings in real life. However, mainstream event detection models require high-quality expert human annotat…

Event DetectionMachine Reading ComprehensionMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION+1

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

2023-06-25 · Tongtao Ling, Lei Chen, Huangxu Sheng, Zicheng Cai 외

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

Event DetectionMachine Reading ComprehensionPrompt LearningReading Comprehension+1

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