EMNLP 2022main47 citations

Retrieval-Augmented Generative Question Answering for Event Argument Extraction

Xinya Du, Heng Ji

Abstract

Event argument extraction has long been studied as a sequential prediction problem with extractive-based methods, tackling each argument in isolation. Although recent work proposes generation-based methods to capture cross-argument dependency, they require generating and post-processing a complicated target sequence (template). Motivated by these observations and recent pretrained language models’ capabilities of learning from demonstrations. We propose a retrieval-augmented generative QA model (R-GQA) for event argument extraction. It retrieves the most similar QA pair and augments it as prompt to the current example’s context, then decodes the arguments as answers. Our approach outperforms substantially prior methods across various settings (i.e. fully supervised, domain transfer, and fewshot learning). Finally, we propose a clustering-based sampling strategy (JointEnc) and conduct a thorough analysis of how different strategies influence the few-shot learning performances.

BibTeX
@inproceedings{du-ji-2022-retrieval,
    title = "Retrieval-Augmented Generative Question Answering for Event Argument Extraction",
    author = "Du, Xinya  and
      Ji, Heng",
    editor = "Goldberg, Yoav  and
      Kozareva, Zornitsa  and
      Zhang, Yue",
    booktitle = "Proceedings of the 2022 Conference on Empirical Methods in Natural Language Processing",
    month = dec,
    year = "2022",
    address = "Abu Dhabi, United Arab Emirates",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2022.emnlp-main.307/",
    doi = "10.18653/v1/2022.emnlp-main.307",
    pages = "4649--4666"
}
Retrieval-Augmented Generative Question Answering for Event Argument Extraction · EMNLP 2022