Efficient Zero-shot Event Extraction with Context-Definition Alignment
Hongming Zhang, Wenlin Yao, Dong Yu

TL;DR
This paper introduces ZED, a zero-shot event extraction model that uses transformer-based semantic alignment of event definitions and mentions, significantly improving performance and speed over previous methods.
Contribution
The paper proposes a novel zero-shot event extraction approach using definition semantics and contrastive learning, enhancing generalization to unseen event types.
Findings
ZED outperforms previous zero-shot EE methods on MAVEN dataset.
ZED achieves faster inference speed due to disjoint design.
ZED also improves few-shot event extraction performance.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Advanced Text Analysis Techniques · Expert finding and Q&A systems
MethodsSPEED: Separable Pyramidal Pooling EncodEr-Decoder for Real-Time Monocular Depth Estimation on Low-Resource Settings
