Towards Reliable and Practical LLM Security Evaluations via Bayesian Modelling
Mary Llewellyn, Annie Gray, Josh Collyer, Michael Harries
TL;DR
The paper tackles the problem of unreliable LLM security evaluations by identifying confounding variables and uncertain outcomes as core issues. It introduces a principled end-to-end framework that combines experimental designs (training- and performance-based grouping) with a Bayesian hierarchical model that uses embedding-space clustering to quantify uncertainty and reduce prompt bias. Through a case study comparing Mamba and Transformer architectures, the approach demonstrates improved reliability in inference and reveals architecture-dependent vulnerabilities that vary with attacks and grouping strategy. The work offers a scalable, uncertainty-aware methodology for practical LLM security assessment and can extend to broader prompt-based evaluation tasks and safety-alignment analyses.
Abstract
Before adopting a new large language model (LLM) architecture, it is critical to understand vulnerabilities accurately. Existing evaluations can be difficult to trust, often drawing conclusions from LLMs that are not meaningfully comparable, relying on heuristic inputs or employing metrics that fail to capture the inherent uncertainty. In this paper, we propose a principled and practical end-to-end framework for evaluating LLM vulnerabilities to prompt injection attacks. First, we propose practical approaches to experimental design, tackling unfair LLM comparisons by considering two practitioner scenarios: when training an LLM and when deploying a pre-trained LLM. Second, we address the analysis of experiments and propose a Bayesian hierarchical model with embedding-space clustering. This model is designed to improve uncertainty quantification in the common scenario that LLM outputs are not deterministic, test prompts are designed imperfectly, and practitioners only have a limited amount of compute to evaluate vulnerabilities. We show the improved inferential capabilities of the model in several prompt injection attack settings. Finally, we demonstrate the pipeline to evaluate the security of Transformer versus Mamba architectures. Our findings show that consideration of output variability can suggest less definitive findings. However, for some attacks, we find notably increased Transformer and Mamba-variant vulnerabilities across LLMs with the same training data or mathematical ability.
