CLIRDec 20, 2022

Defending Against Disinformation Attacks in Open-Domain Question Answering

arXiv:2212.10002v3110 citationsh-index: 60Has Code
Originality Incremental advance
AI Analysis

This addresses a critical vulnerability in production ODQA systems by providing a defense against disinformation attacks, though it is incremental as it builds on existing poisoning defense intuitions.

The paper tackles the problem of defending against adversarial poisoning attacks in open-domain question answering by introducing a method that uses query augmentation and a novel confidence mechanism (CAR) to find redundant, less poisoned passages, resulting in gains of nearly 20% exact match accuracy across varying attack levels.

Recent work in open-domain question answering (ODQA) has shown that adversarial poisoning of the search collection can cause large drops in accuracy for production systems. However, little to no work has proposed methods to defend against these attacks. To do so, we rely on the intuition that redundant information often exists in large corpora. To find it, we introduce a method that uses query augmentation to search for a diverse set of passages that could answer the original question but are less likely to have been poisoned. We integrate these new passages into the model through the design of a novel confidence method, comparing the predicted answer to its appearance in the retrieved contexts (what we call Confidence from Answer Redundancy, i.e. CAR). Together these methods allow for a simple but effective way to defend against poisoning attacks that provides gains of nearly 20% exact match across varying levels of data poisoning/knowledge conflicts.

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