paper-with-me

Papers

Attention-guided Generative Models for Extractive Question Answering

2021-10-12 · Peng Xu, Davis Liang, Zhiheng Huang, Bing Xiang

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.

📄 PDF Abstract BibTeX arXiv:2110.06393

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderExtractive Question-AnsweringHallucinationOpen-Domain Question AnsweringQuestion AnsweringTriviaQA

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Adam 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…

Similar Papers 제목 키워드 기반

GSQA: An End-to-End Model for Generative Spoken Question Answering

2023-12-15 · Min-Han Shih, Ho-Lam Chung, Yu-Chi Pai, Ming-Hao Hsu 외

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 Answering

Choose Your QA Model Wisely: A Systematic Study of Generative and Extractive Readers for Question Answering

2022-03-14 · SpaNLP (ACL) 2022 5 · Man Luo, Kazuma Hashimoto, Semih Yavuz, Zhiwei Liu 외

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 Answering

Machine Reading Comprehension: Generative or Extractive Reader?

2021-09-17 · ACL ARR September 2021 9 · Anonymous

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+3

Prompt Guided Copy Mechanism for Conversational Question Answering

2023-08-07 · Yong Zhang, Zhitao Li, Jianzong Wang, Yiming Gao 외

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 Answering

Adapting Pre-trained Generative Models for Extractive Question Answering

2023-11-06 · Prabir Mallick, Tapas Nayak, Indrajit Bhattacharya

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