paper-with-me

Papers

Efficient Zero-shot Event Extraction with Context-Definition Alignment

2022-11-09 · Hongming Zhang, Wenlin Yao, Dong Yu

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.

📄 PDF Abstract BibTeX arXiv:2211.05156

Code (1)

tencent-ailab/ZED 공식 구현 pytorch

Tasks

Contrastive LearningEvent ExtractionSentenceZero-shot Event Extraction

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Improving Event Definition Following For Zero-Shot Event Detection

2024-03-05 · Zefan Cai, Po-Nien Kung, Ashima Suvarna, Mingyu Derek Ma 외

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 Extraction

Extracting Events Like Code: A Multi-Agent Programming Framework for Zero-Shot Event Extraction

2025-11-17 · Quanjiang Guo, Sijie Wang, Jinchuan Zhang, Ben Zhang 외 arxiv

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 Generation

Learning to Generate and Extract: A Multi-Agent Collaboration Framework For Zero-shot Document-level Event Arguments Extraction

2026-03-03 · Guangjun Zhang, Hu Zhang, Yazhou Han, Yue Fan 외 arxiv

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 Learning

A Monte Carlo Language Model Pipeline for Zero-Shot Sociopolitical Event Extraction

2023-05-24 · Erica Cai, Brendan O'Connor

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+3

Improving Zero-Shot Event Extraction via Sentence Simplification

2022-04-06 · Sneha Mehta, Huzefa Rangwala, Naren Ramakrishnan

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