paper-with-me

Papers

Improving Question Answering Model Robustness with Synthetic Adversarial Data Generation

2021-04-18 · EMNLP 2021 11 · Max Bartolo, Tristan Thrush, Robin Jia, Sebastian Riedel, Pontus Stenetorp, Douwe Kiela

Despite recent progress, state-of-the-art question answering models remain vulnerable to a variety of adversarial attacks. While dynamic adversarial data collection, in which a human annotator tries to write examples that fool a model-in-the-loop, can improve model robustness, this process is expensive which limits the scale of the collected data. In this work, we are the first to use synthetic adversarial data generation to make question answering models more robust to human adversaries. We develop a data generation pipeline that selects source passages, identifies candidate answers, generates questions, then finally filters or re-labels them to improve quality. Using this approach, we amplify a smaller human-written adversarial dataset to a much larger set of synthetic question-answer pairs. By incorporating our synthetic data, we improve the state-of-the-art on the AdversarialQA dataset by 3.7F1 and improve model generalisation on nine of the twelve MRQA datasets. We further conduct a novel human-in-the-loop evaluation to show that our models are considerably more robust to new human-written adversarial examples: crowdworkers can fool our model only 8.8% of the time on average, compared to 17.6% for a model trained without synthetic data.

📄 PDF Abstract BibTeX arXiv:2104.08678

Code (0)

등록된 구현이 없습니다.

Tasks

Answer SelectionQuestion AnsweringQuestion Generation

Similar Papers 제목 키워드 기반

Contextual Breach: Assessing the Robustness of Transformer-based QA Models

2024-09-17 · Asir Saadat, Nahian Ibn Asad, Md Farhan Ishmam

Contextual question-answering models are susceptible to adversarial perturbations to input context, commonly observed in real-world scenarios. These adversarial noises are designed to degrade the performance of the model…

Question Answering

SRQA: Synthetic Reader for Factoid Question Answering

2020-09-02 · Jiuniu Wang, Wenjia Xu, Xingyu Fu, Yang Wei 외

The question answering system can answer questions from various fields and forms with deep neural networks, but it still lacks effective ways when facing multiple evidences. We introduce a new model called SRQA, which me…

Question Answering

Human Adversarial QA: Did the Model Understand the Paragraph?

2020-10-16 · NeurIPS Workshop HAMLETS 2020 12 · Anonymous

Recently, adversarial attacks have become an important means of gauging the robustness of natural language models as training and testing set methodology has proved inadequate. In this paper we explore an evaluation base…

Language ModelingLanguage ModellingQuestion Answering

Towards Robust Extractive Question Answering Models: Rethinking the Training Methodology

2024-09-29 · Son Quoc Tran, Matt Kretchmar

This paper proposes a novel training method to improve the robustness of Extractive Question Answering (EQA) models. Previous research has shown that existing models, when trained on EQA datasets that include unanswerabl…

Extractive Question-AnsweringQuestion Answering

Improving Lexical Embeddings for Robust Question Answering

2022-02-28 · Weiwen Xu, Bowei Zou, Wai Lam, Ai Ti Aw

Recent techniques in Question Answering (QA) have gained remarkable performance improvement with some QA models even surpassed human performance. However, the ability of these models in truly understanding the language s…

Question Answering