Fast Proxies for LLM Robustness Evaluation
Tim Beyer, Jan Schuchardt, Leo Schwinn, Stephan Günnemann
TL;DR
This work addresses the challenge of expensive real-world red-teaming for evaluating LLM robustness by proposing fast proxy metrics. It introduces three proxies—direct prompting, prefilling, and embedding-space attacks—and validates them against a synthetic red-teamer ensemble of six attack methods across 33 models and 300 prompts, yielding over 7M jailbreak attempts. The proxies achieve strong predictive power relative to the full ensemble, with correlations such as $r_p=0.87$ (linear) and $r_s=0.94$ (Spearman) while reducing compute by about three orders of magnitude. The findings hold for within- and across-family comparisons and for robustness fine-tuning scenarios, suggesting scalable, cost-effective pathways for safety evaluation and checkpoint selection in adversarial training.
Abstract
Evaluating the robustness of LLMs to adversarial attacks is crucial for safe deployment, yet current red-teaming methods are often prohibitively expensive. We compare the ability of fast proxy metrics to predict the real-world robustness of an LLM against a simulated attacker ensemble. This allows us to estimate a model's robustness to computationally expensive attacks without requiring runs of the attacks themselves. Specifically, we consider gradient-descent-based embedding-space attacks, prefilling attacks, and direct prompting. Even though direct prompting in particular does not achieve high ASR, we find that it and embedding-space attacks can predict attack success rates well, achieving $r_p=0.87$ (linear) and $r_s=0.94$ (Spearman rank) correlations with the full attack ensemble while reducing computational cost by three orders of magnitude.
