Share this page:

DEGREE: A Data-Efficient Generative Event Extraction Model

I.-Hung Hsu, Kuan-Hao Huang, Elizabeth Boschee, Scott Miller, Prem Natarajan, Kai-Wei Chang, and Nanyun Peng, in NAACL, 2022.

Download the full text


Abstract

Event extraction (EE), the task that identifies event triggers and their arguments in text, is usually formulated as a classification or structured prediction problem. Such models usually reduce labels to numeric identifiers, making them unable to take advantage of label semantics (e.g. an event type named Arrest is related to words like arrest, detain, or apprehend). This prevents the generalization to new event types. In this work, we formulate EE as a natural language generation task and propose GenEE, a model that not only captures complex dependencies within an event but also generalizes well to unseen or rare event types. Given a passage and an event type, GenEE is trained to generate a natural sentence following a predefined template for that event type. The generated output is then decoded into trigger and argument predictions. The autoregressive generation process naturally models the dependencies among the predictions – each new word predicted depends on those already generated in the output sentence. Using carefully designed input prompts during generation, GenEE is able to capture label semantics, which enables the generalization to new event types. Empirical results show that our model achieves strong performance on event extraction tasks under all zero-shot, few-shot, and high-resource scenarios. Especially, in the high-resource setting, GenEE outperforms the state-of-the-art model on argument extraction and gets competitive results with the current best on end-to-end EE tasks.


Bib Entry

@inproceedings{hsu2021degree,
  title = {DEGREE: A Data-Efficient Generative Event Extraction Model},
  author = {Hsu, I-Hung and Huang, Kuan-Hao and Boschee, Elizabeth and Miller, Scott and Natarajan, Prem and Chang, Kai-Wei and Peng, Nanyun},
  booktitle = {NAACL},
  year = {2022}
}

Related Publications

  1. DiCoRe: Enhancing Zero-shot Event Detection via Divergent-Convergent LLM Reasoning, EMNLP, 2025
  2. SNaRe: Domain-aware Data Generation for Low-Resource Event Detection, EMNLP, 2025
  3. LongMemEval: Benchmarking Chat Assistants on Long-Term Interactive Memory, ICLR, 2025
  4. SPEED++: A Multilingual Event Extraction Framework for Epidemic Prediction and Preparedness, EMNLP, 2024
  5. TextEE: Benchmark, Reevaluation, Reflections, and Future Challenges in Event Extraction, ACL-Findings, 2024
  6. Event Detection from Social Media for Epidemic Prediction, NAACL, 2024
  7. GENEVA: Pushing the Limit of Generalizability for Event Argument Extraction with 100+ Event Types, ACL, 2023
  8. TAGPRIME: A Unified Framework for Relational Structure Extraction, ACL, 2023
  9. Enhancing Unsupervised Semantic Parsing with Distributed Contextual Representations, ACL-Finding, 2023
  10. Intent Classification and Slot Filling for Privacy Policies, ACL, 2021