ACL 2025finding0 citations

GEMS: Generation-Based Event Argument Extraction via Multi-perspective Prompts and Ontology Steering

Run Lin, Yao Liu, Yanglei Gan, Yuxiang Cai, Tian Lan, Qiao Liu

Abstract

Generative methods significantly advance event argument extraction by probabilistically generating event argument sequences in a structured format. However, existing approaches primarily rely on a single prompt to generate event arguments in a fixed, predetermined order. Such a rigid approach overlooks the complex structural and dynamic interdependencies among event arguments. In this work, we present GEMS, a multi-prompt learning framework that Generates Event arguments via Multi-perspective prompts and ontology Steering. Specifically, GEMS utilizes multiple unfilled prompts for each sentence, predicting event arguments in varying sequences to explicitly capture the interrelationships between arguments. These predictions are subsequently aggregated using a voting mechanism. Furthermore, an ontology-driven steering mechanism is proposed to ensure that the generated arguments are contextually appropriate and consistent with event-specific knowledge. Extensive experiments on two benchmark datasets demonstrate that GEMS achieves state-of-the-art performance, particularly in low-resource settings. The source code is available at: https://github.com/AONE-NLP/EAE-GEMS

BibTeX
@inproceedings{lin-etal-2025-gems,
    title = "{GEMS}: Generation-Based Event Argument Extraction via Multi-perspective Prompts and Ontology Steering",
    author = "Lin, Run  and
      Liu, Yao  and
      Gan, Yanglei  and
      Cai, Yuxiang  and
      Lan, Tian  and
      Liu, Qiao",
    editor = "Che, Wanxiang  and
      Nabende, Joyce  and
      Shutova, Ekaterina  and
      Pilehvar, Mohammad Taher",
    booktitle = "Findings of the Association for Computational Linguistics: ACL 2025",
    month = jul,
    year = "2025",
    address = "Vienna, Austria",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2025.findings-acl.1353/",
    doi = "10.18653/v1/2025.findings-acl.1353",
    pages = "26392--26409",
    ISBN = "979-8-89176-256-5"
}