COLING 2024main2 citations

Demonstration Retrieval-Augmented Generative Event Argument Extraction

Shiming He, Yu Hong, Shuai Yang, Jianmin Yao, Guodong Zhou

Abstract

We tackle Event Argument Extraction (EAE) in the manner of template-based generation. Based on our exploration of generative EAE, it suffers from several issues, such as multiple arguments of one role, generating words out of context and inconsistency with prescribed format. We attribute it to the weakness of following complex input prompts. To address these problems, we propose the demonstration retrieval-augmented generative EAE (DRAGEAE), containing two components: event knowledge-injected generator (EKG) and demonstration retriever (DR). EKG employs event knowledge prompts to capture role dependencies and semantics. DR aims to search informative demonstrations from training data, facilitating the conditional generation of EKG. To train DR, we use the probability-based rankings from large language models (LLMs) as supervised signals. Experimental results on ACE-2005, RAMS and WIKIEVENTS demonstrate that our method outperforms all strong baselines and it can be generalized to various datasets. Further analysis is conducted to discuss the impact of diverse LLMs and prove that our model alleviates the above issues.

BibTeX
@inproceedings{he-etal-2024-demonstration,
    title = "Demonstration Retrieval-Augmented Generative Event Argument Extraction",
    author = "He, Shiming  and
      Hong, Yu  and
      Yang, Shuai  and
      Yao, Jianmin  and
      Zhou, Guodong",
    editor = "Calzolari, Nicoletta  and
      Kan, Min-Yen  and
      Hoste, Veronique  and
      Lenci, Alessandro  and
      Sakti, Sakriani  and
      Xue, Nianwen",
    booktitle = "Proceedings of the 2024 Joint International Conference on Computational Linguistics, Language Resources and Evaluation (LREC-COLING 2024)",
    month = may,
    year = "2024",
    address = "Torino, Italia",
    publisher = "ELRA and ICCL",
    url = "https://aclanthology.org/2024.lrec-main.412/",
    pages = "4617--4625"
}
Demonstration Retrieval-Augmented Generative Event Argument Extraction · COLING 2024