IRAIJun 23, 2022

BERT Rankers are Brittle: a Study using Adversarial Document Perturbations

arXiv:2206.11724v133 citationsh-index: 27
Originality Highly original
AI Analysis

This addresses a critical vulnerability in widely used ranking systems, which is incremental as it builds on existing adversarial attack research.

The study tackled the robustness of BERT-based ranking models by showing that adversarial perturbations, such as adding or replacing a small number of tokens, can cause large rank changes, with a small set of recurring words leading to successful attacks and exposing biases.

Contextual ranking models based on BERT are now well established for a wide range of passage and document ranking tasks. However, the robustness of BERT-based ranking models under adversarial inputs is under-explored. In this paper, we argue that BERT-rankers are not immune to adversarial attacks targeting retrieved documents given a query. Firstly, we propose algorithms for adversarial perturbation of both highly relevant and non-relevant documents using gradient-based optimization methods. The aim of our algorithms is to add/replace a small number of tokens to a highly relevant or non-relevant document to cause a large rank demotion or promotion. Our experiments show that a small number of tokens can already result in a large change in the rank of a document. Moreover, we find that BERT-rankers heavily rely on the document start/head for relevance prediction, making the initial part of the document more susceptible to adversarial attacks. More interestingly, we find a small set of recurring adversarial words that when added to documents result in successful rank demotion/promotion of any relevant/non-relevant document respectively. Finally, our adversarial tokens also show particular topic preferences within and across datasets, exposing potential biases from BERT pre-training or downstream datasets.

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