Selective Adversarial Attacks on LLM Benchmarks
Ivan Dubrovsky, Anastasia Orlova, Illarion Iov, Nina Gubina, Irena Gureeva, Alexey Zaytsev
TL;DR
The paper formalizes selective adversarial attacks on LLM benchmarks, demonstrating that carefully crafted perturbations can reduce a target model's performance while preserving non-targets, thereby challenging fairness and reproducibility in leaderboard-driven evaluation. It presents a TextAttack-based protocol with custom constraints and a surrogate-model framework to generate such perturbations on the MMLU benchmark, and it provides open perturbed datasets for robust evaluation. Key findings show that selectivity exists and can meaningfully alter model rankings, with word-level perturbations (e.g., BAE) typically more impactful than character-level ones, and that surrogate-based paraphrase approaches can amplify selective degradation through iterative training. The work emphasizes the need for perturbation-aware reporting and robustness diagnostics, and it discusses potential defense strategies and risks associated with selective perturbations in benchmark analysis.
Abstract
Benchmarking outcomes increasingly govern trust, selection, and deployment of LLMs, yet these evaluations remain vulnerable to semantically equivalent adversarial perturbations. Prior work on adversarial robustness in NLP has emphasized text attacks that affect many models equally, leaving open the question of whether it is possible to selectively degrade or enhance performance while minimally affecting other models. We formalize this problem and study selective adversarial attacks on MMLU - a widely used benchmark designed to measure a language model's broad general knowledge and reasoning ability across different subjects. Using canonical attacks integrated into TextAttack framework, we introduce a protocol for selectivity assessment, develop a custom constraint to increase selectivity of attacks and propose a surrogate-LLM pipeline that generates selective perturbations. Empirically, we find that selective adversarial attacks exist and can materially alter relative rankings, challenging the fairness, reproducibility, and transparency of leaderboard-driven evaluation. Our results motivate perturbation-aware reporting and robustness diagnostics for LLM evaluation and demonstrate that even subtle edits can shift comparative judgments.
