Event Detection without Triggers
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.
Code (0)
등록된 구현이 없습니다.
Tasks
Event DetectionSentenceSimilar Papers 제목 키워드 기반
EventGraph: Event Extraction as Semantic Graph Parsing
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 ExtractionNugget Proposal Networks for Chinese Event Detection
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 ClassificationTrigger-free Event Detection via Derangement Reading Comprehension
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+1Sentence-level Event Detection without Triggers via Prompt Learning and Machine Reading Comprehension
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+1Document Embedding Enhanced Event Detection with Hierarchical and Supervised Attention
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