Attention-guided Generative Models for Extractive Question Answering
We propose a novel method for applying Transformer models to extractive question answering (QA) tasks. Recently, pretrained generative sequence-to-sequence (seq2seq) models have achieved great success in question answering. Contributing to the success of these models are internal attention mechanisms such as cross-attention. We propose a simple strategy to obtain an extractive answer span from the generative model by leveraging the decoder cross-attention patterns. Viewing cross-attention as an architectural prior, we apply joint training to further improve QA performance. Empirical results show that on open-domain question answering datasets like NaturalQuestions and TriviaQA, our method approaches state-of-the-art performance on both generative and extractive inference, all while using much fewer parameters. Furthermore, this strategy allows us to perform hallucination-free inference while conferring significant improvements to the model's ability to rerank relevant passages.
Code (0)
등록된 구현이 없습니다.
Tasks
DecoderExtractive Question-AnsweringHallucinationOpen-Domain Question AnsweringQuestion AnsweringTriviaQAMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
GSQA: An End-to-End Model for Generative Spoken Question Answering
In recent advancements in spoken question answering (QA), end-to-end models have made significant strides. However, previous research has primarily focused on extractive span selection. While this extractive-based approa…
Question AnsweringChoose Your QA Model Wisely: A Systematic Study of Generative and Extractive Readers for Question Answering
While both extractive and generative readers have been successfully applied to the Question Answering (QA) task, little attention has been paid toward the systematic comparison of them. Characterizing the strengths and w…
DecoderDomain GeneralizationMulti-Task LearningQuestion AnsweringMachine Reading Comprehension: Generative or Extractive Reader?
While both extractive and generative readers have been successfully applied to the Question Answering (QA) task, little attention has been paid toward the comparison of these two readers. Which reader performs better? Wh…
DecoderLanguage ModelingLanguage ModellingMachine Reading Comprehension+3Prompt Guided Copy Mechanism for Conversational Question Answering
Conversational Question Answering (CQA) is a challenging task that aims to generate natural answers for conversational flow questions. In this paper, we propose a pluggable approach for extractive methods that introduces…
Conversational Question AnsweringQuestion AnsweringAdapting Pre-trained Generative Models for Extractive Question Answering
Pre-trained Generative models such as BART, T5, etc. have gained prominence as a preferred method for text generation in various natural language processing tasks, including abstractive long-form question answering (QA) …
Extractive Question-AnsweringLong Form Question AnsweringQuestion AnsweringText Generation