paper-with-me

홈 › Papers

Retrieval-Augmented Generative Question Answering for Event Argument Extraction

2022-11-14 · Xinya Du, Heng Ji

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 performance. The implementations are available at https:// github.com/xinyadu/RGQA

📄 PDF Abstract BibTeX arXiv:2211.07067

Code (1)

xinyadu/rgqa 공식 구현 pytorch

Tasks

Event Argument ExtractionFew-Shot LearningGenerative Question AnsweringQuestion AnsweringRetrieval

Similar Papers 제목 키워드 기반

Event-Grounded Question Answering over Long Audio via Structured Retrieval

2026-02-16 · Kartik Hegde, Arvind Krishna Sridhar, Naveen Vakada, Yinyi Guo 외 arxiv

Answering natural-language questions over multi-hour audio requires reliable event recognition, temporal grounding, and efficient retrieval. We present LA-RAG (Long Audio Retrieval-Augmented Generation), a structured fra…

Question AnsweringMoment Retrieval

Fine-Tuning vs. RAG for Multi-Hop Question Answering with Novel Knowledge

2026-01-11 · Zhuoyi Yang, Yurun Song, Iftekhar Ahmed, Ian Harris arxiv

Multi-hop question answering is widely used to evaluate the reasoning capabilities of large language models (LLMs), as it requires integrating multiple pieces of supporting knowledge to arrive at a correct answer. While …

Multi-hop Question AnsweringScience Question AnsweringContinual Pretraining

Retrieval-Augmented Visual Question Answering via Built-in Autoregressive Search Engines

2025-02-23 · Xinwei Long, Zhiyuan Ma, Ermo Hua, Kaiyan Zhang 외

Retrieval-augmented generation (RAG) has emerged to address the knowledge-intensive visual question answering (VQA) task. Current methods mainly employ separate retrieval and generation modules to acquire external knowle…

Answer GenerationLanguage ModelingLanguage ModellingLarge Language Model+6

Generation-Augmented Retrieval for Open-domain Question Answering

2020-09-17 · ACL 2021 5 · Yuning Mao, Pengcheng He, Xiaodong Liu, Yelong Shen 외

We propose Generation-Augmented Retrieval (GAR) for answering open-domain questions, which augments a query through text generation of heuristically discovered relevant contexts without external resources as supervision.…

Natural QuestionsOpen-Domain Question AnsweringPassage RetrievalQuestion Answering+3

CarExpert: Leveraging Large Language Models for In-Car Conversational Question Answering

2023-10-14 · Md Rashad Al Hasan Rony, Christian Suess, Sinchana Ramakanth Bhat, Viju Sudhi 외

Large language models (LLMs) have demonstrated remarkable performance by following natural language instructions without fine-tuning them on domain-specific tasks and data. However, leveraging LLMs for domain-specific qu…

Conversational Question AnsweringQuestion AnsweringRetrievalRetrieval-augmented Generation