paper-with-me

홈 › 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 creating two test sets consisting of paraphrased SQuAD questions. Paraphrased questions from the first test set are very similar to the original questions designed to test QA models{'} over-sensitivity, while questions from the second test set are paraphrased using context words near an incorrect answer candidate in an attempt to confuse QA models. We show that both paraphrased test sets lead to significant decrease in performance on multiple state-of-the-art QA models. Using a neural paraphrasing model trained to generate multiple paraphrased questions for a given source question and a set of paraphrase suggestions, we propose a data augmentation approach that requires no human intervention to re-train the models for improved robustness to question paraphrasing.

📄 PDF Abstract BibTeX

Code (1)

nusnlp/paraphrasing-squad 공식 구현

Tasks

Data AugmentationQuestion Answering

Similar 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 t…

Natural Language UnderstandingParaphrase GenerationQuestion AnsweringSentence

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

CoQAR: Question Rewriting on CoQA

2022-07-07 · LREC 2022 6 · Quentin Brabant, Gwenole Lecorve, Lina M. Rojas-Barahona

Questions asked by humans during a conversation often contain contextual dependencies, i.e., explicit or implicit references to previous dialogue turns. These dependencies take the form of coreferences (e.g., via pronoun…

Conversational Question AnsweringFormQuestion AnsweringQuestion Rewriting

A Paraphrase Generation System for EHR Question Answering

2019-08-01 · WS 2019 8 · Sarvesh Soni, Kirk Roberts

This paper proposes a dataset and method for automatically generating paraphrases for clinical questions relating to patient-specific information in electronic health records (EHRs). Crowdsourcing is used to collect 10,5…

DecoderParaphrase GenerationQuestion Answering