Efficient Zero-shot Event Extraction with Context-Definition Alignment
Event extraction (EE) is the task of identifying interested event mentions from text. Conventional efforts mainly focus on the supervised setting. However, these supervised models cannot generalize to event types out of the pre-defined ontology. To fill this gap, many efforts have been devoted to the zero-shot EE problem. This paper follows the trend of modeling event-type semantics but moves one step further. We argue that using the static embedding of the event type name might not be enough because a single word could be ambiguous, and we need a sentence to define the type semantics accurately. To model the definition semantics, we use two separate transformer models to project the contextualized event mentions and corresponding definitions into the same embedding space and then minimize their embedding distance via contrastive learning. On top of that, we also propose a warming phase to help the model learn the minor difference between similar definitions. We name our approach Zero-shot Event extraction with Definition (ZED). Experiments on the MAVEN dataset show that our model significantly outperforms all previous zero-shot EE methods with fast inference speed due to the disjoint design. Further experiments also show that ZED can be easily applied to the few-shot setting when the annotation is available and consistently outperforms baseline supervised methods.
Code (1)
Tasks
Contrastive LearningEvent ExtractionSentenceZero-shot Event ExtractionMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Improving Event Definition Following For Zero-Shot Event Detection
Existing approaches on zero-shot event detection usually train models on datasets annotated with known event types, and prompt them with unseen event definitions. These approaches yield sporadic successes, yet generally …
Event DetectionEvent ExtractionExtracting Events Like Code: A Multi-Agent Programming Framework for Zero-Shot Event Extraction
Zero-shot event extraction (ZSEE) remains a significant challenge for large language models (LLMs) due to the need for complex reasoning and domain-specific understanding. Direct prompting often yields incomplete or stru…
Event ExtractionCode GenerationLearning to Generate and Extract: A Multi-Agent Collaboration Framework For Zero-shot Document-level Event Arguments Extraction
Document-level event argument extraction (DEAE) is essential for knowledge acquisition, aiming to extract participants of events from documents . In the zero-shot setting, existing methods employ LLMs to generate synthet…
Reinforcement LearningA Monte Carlo Language Model Pipeline for Zero-Shot Sociopolitical Event Extraction
Current social science efforts automatically populate event databases of "who did what to whom?" tuples, by applying event extraction (EE) to text such as news. The event databases are used to analyze sociopolitical dyna…
Computational EfficiencyEvent ExtractionInstruction FollowingLanguage Modeling+3Improving Zero-Shot Event Extraction via Sentence Simplification
The success of sites such as ACLED and Our World in Data have demonstrated the massive utility of extracting events in structured formats from large volumes of textual data in the form of news, social media, blogs and di…
Event Argument ExtractionEvent ExtractionExtractive Question-AnsweringMachine Reading Comprehension+4