CLAIOct 27, 2022

TASA: Deceiving Question Answering Models by Twin Answer Sentences Attack

UW
arXiv:2210.15221v1296 citationsh-index: 33
Originality Incremental advance
AI Analysis

This addresses a specific security problem for QA systems, though it is incremental as it builds on general adversarial attack research.

The paper tackles the vulnerability of question answering models to adversarial attacks by introducing TASA, which generates fluent adversarial contexts that lower confidence in correct answers and misguide models to wrong answers, achieving more effective attacks than existing methods across five QA datasets.

We present Twin Answer Sentences Attack (TASA), an adversarial attack method for question answering (QA) models that produces fluent and grammatical adversarial contexts while maintaining gold answers. Despite phenomenal progress on general adversarial attacks, few works have investigated the vulnerability and attack specifically for QA models. In this work, we first explore the biases in the existing models and discover that they mainly rely on keyword matching between the question and context, and ignore the relevant contextual relations for answer prediction. Based on two biases above, TASA attacks the target model in two folds: (1) lowering the model's confidence on the gold answer with a perturbed answer sentence; (2) misguiding the model towards a wrong answer with a distracting answer sentence. Equipped with designed beam search and filtering methods, TASA can generate more effective attacks than existing textual attack methods while sustaining the quality of contexts, in extensive experiments on five QA datasets and human evaluations.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes