Evaluating Reliability Gaps in Large Language Model Safety via Repeated Prompt Sampling

arXiv cs.AI / 4/14/2026

💬 OpinionSignals & Early TrendsIdeas & Deep AnalysisModels & Research

Key Points

  • The paper argues that standard LLM safety benchmarks (e.g., HELM, AIR-BENCH) may miss “operational” risks that appear when the same prompt is generated repeatedly in real deployments.
  • It introduces Accelerated Prompt Stress Testing (APST), a depth-oriented framework that repeatedly samples identical prompts while varying temperature and applying controlled prompt perturbations to uncover latent failure modes like hallucinations, inconsistent refusals, and unsafe completions.
  • The methodology treats failures as stochastic outcomes of repeated inference and uses Bernoulli/binomial modeling to estimate per-inference failure probabilities, allowing quantitative comparisons across models and configurations.
  • Experiments on multiple instruction-tuned LLMs using AIR-BENCH 2024-derived safety/security prompts show that models can look similar under shallow evaluation (N≤3) but diverge substantially under repeated sampling, especially across temperatures.
  • The authors conclude that relying on shallow benchmark scores can obscure meaningful differences in safety reliability during sustained use.

Abstract

Traditional benchmarks for large language models (LLMs), such as HELM and AIR-BENCH, primarily assess safety risk through breadth-oriented evaluation across diverse tasks. However, real-world deployment often exposes a different class of risk: operational failures arising from repeated generations of the same prompt rather than broad task generalization. In high-stakes settings, response consistency and safety under repeated use are critical operational requirements. We introduce Accelerated Prompt Stress Testing (APST), a depth-oriented evaluation framework inspired by highly accelerated stress testing in reliability engineering. APST probes LLM behavior by repeatedly sampling identical prompts under controlled operational conditions, including temperature variation and prompt perturbation, to surface latent failure modes such as hallucinations, refusal inconsistency, and unsafe completions. Rather than treating failures as isolated events, APST characterizes them statistically as stochastic outcomes of repeated inference. We model observed safety failures using Bernoulli and binomial formulations to estimate per-inference failure probabilities, enabling quantitative comparison of operational risk across models and configurations. We apply APST to multiple instruction-tuned LLMs evaluated on AIR-BENCH 2024 derived safety and security prompts. While models exhibit similar performance under conventional single- or very-low-sample evaluation (N <= 3), repeated sampling reveals substantial variation in empirical failure probabilities across temperatures. These results demonstrate that shallow benchmark scores can obscure meaningful differences in reliability under sustained use.