paper-with-me

홈 › Papers

Ask me in your own words: paraphrasing for multitask question answering

2021-10-27 · PeerJ Computer Science 2021 10 · G. Thomas Hudson​, Noura Al Moubayed

Multitask learning has led to significant advances in Natural Language Processing, including the decaNLP benchmark where question answering is used to frame 10 natural language understanding tasks in a single model. In this work we show how models trained to solve decaNLP fail with simple paraphrasing of the question. We contribute a crowd-sourced corpus of paraphrased questions (PQ-decaNLP), annotated with paraphrase phenomena. This enables analysis of how transformations such as swapping the class labels and changing the sentence modality lead to a large performance degradation. Training both MQAN and the newer T5 model using PQ-decaNLP improves their robustness and for some tasks improves the performance on the original questions, demonstrating the benefits of a model which is more robust to paraphrasing. Additionally, we explore how paraphrasing knowledge is transferred between tasks, with the aim of exploiting the multitask property to improve the robustness of the models. We explore the addition of paraphrase detection and paraphrase generation tasks, and find that while both models are able to learn these new tasks, knowledge about paraphrasing does not transfer to other decaNLP tasks.

📄 PDF Abstract BibTeX

Code (1)

ghomasHudson/paraphraseDecanlpCorpus

Tasks

Natural Language UnderstandingParaphrase GenerationQuestion AnsweringSentence

Methods 이 논문이 사용한 방법론

Gated Linear Unit A Gated Linear Unit, or GLU computes: $$ \mathrm{GLU}(a, b) = a \otimes \sigma(b) $$ It is used in natural language processing architectures, for example the Gated CNN,…
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
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…

Similar Papers 제목 키워드 기반

Improving the Robustness of Question Answering Systems to Question Paraphrasing

2019-07-01 · ACL 2019 7 · Wee Chung Gan, Hwee Tou Ng

Despite the advancement of question answering (QA) systems and rapid improvements on held-out test sets, their generalizability is a topic of concern. We explore the robustness of QA models to question paraphrasing by cr…

Data AugmentationQuestion Answering

iParaphrasing: Extracting Visually Grounded Paraphrases via an Image

2018-06-12 · COLING 2018 8 · Chenhui Chu, Mayu Otani, Yuta Nakashima

A paraphrase is a restatement of the meaning of a text in other words. Paraphrases have been studied to enhance the performance of many natural language processing tasks. In this paper, we propose a novel task iParaphras…

Image CaptioningQuestion AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Mitigating Noisy Inputs for Question Answering

2019-08-08 · Denis Peskov, Joe Barrow, Pedro Rodriguez, Graham Neubig 외

Natural language processing systems are often downstream of unreliable inputs: machine translation, optical character recognition, or speech recognition. For instance, virtual assistants can only answer your questions af…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Machine TranslationOptical Character Recognition+5

ConQuest: Contextual Question Paraphrasing through Answer-Aware Synthetic Question Generation

2021-11-01 · WNUT (ACL) 2021 11 · Mostafa Mirshekari, Jing Gu, Aaron Sisto

Despite excellent performance on tasks such as question answering, Transformer-based architectures remain sensitive to syntactic and contextual ambiguities. Question Paraphrasing (QP) offers a promising solution as a mea…

Natural QuestionsQuestion AnsweringQuestion GenerationQuestion-Generation

ParaQA: A Question Answering Dataset with Paraphrase Responses for Single-Turn Conversation

2021-03-13 · Endri Kacupaj, Barshana Banerjee, Kuldeep Singh, Jens Lehmann

This paper presents ParaQA, a question answering (QA) dataset with multiple paraphrased responses for single-turn conversation over knowledge graphs (KG). The dataset was created using a semi-automated framework for gene…

Conversational Question AnsweringKnowledge GraphsQuestion AnsweringTranslation