Retrieval-Augmented Generative Question Answering for Event Argument Extraction
Xinya Du, Heng Ji

TL;DR
This paper introduces R-GQA, a retrieval-augmented generative question answering model for event argument extraction that leverages similar QA pairs to improve performance across various settings.
Contribution
It proposes a novel retrieval-augmented generative approach for event argument extraction, outperforming prior methods and analyzing strategies for few-shot learning.
Findings
Outperforms prior methods in various settings
Effective retrieval-augmented approach improves accuracy
Clustering-based sampling enhances few-shot learning
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…
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 · Natural Language Processing Techniques · Software Engineering Research
