paper-with-me

홈 › Papers

Statistical Estimation of Adversarial Risk in Large Language Models under Best-of-N Sampling

2026-01-30 · Mingqian Feng, Xiaodong Liu, Weiwei Yang, Chenliang Xu, Christopher White, Jianfeng Gao arxiv

Large Language Models (LLMs) are typically evaluated for safety under single-shot or low-budget adversarial prompting, which underestimates real-world risk. In practice, attackers can exploit large-scale parallel sampling to repeatedly probe a model until a harmful response is produced. While recent work shows that attack success increases with repeated sampling, principled methods for predicting large-scale adversarial risk remain limited. We propose a scaling-aware Best-of-N estimation of risk, SABER, for modeling jailbreak vulnerability under Best-of-N sampling. We model sample-level success probabilities using a Beta distribution, the conjugate prior of the Bernoulli distribution, and derive an analytic scaling law that enables reliable extrapolation of large-N attack success rates from small-budget measurements. Using only n=100 samples, our anchored estimator predicts ASR@1000 with a mean absolute error of 1.66, compared to 12.04 for the baseline, which is an 86.2% reduction in estimation error. Our results reveal heterogeneous risk scaling profiles and show that models appearing robust under standard evaluation can experience rapid nonlinear risk amplification under parallel adversarial pressure. This work provides a low-cost, scalable methodology for realistic LLM safety assessment. We will release our code and evaluation scripts upon publication to future research.

📄 PDF Abstract BibTeX arXiv:2601.22636

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Selecting Models based on the Risk of Damage Caused by Adversarial Attacks

2023-01-28 · Jona Klemenc, Holger Trittenbach

Regulation, legal liabilities, and societal concerns challenge the adoption of AI in safety and security-critical applications. One of the key concerns is that adversaries can cause harm by manipulating model predictions…

Statistically Robust Neural Network Classification

2019-12-10 · Benjie Wang, Stefan Webb, Tom Rainforth

Despite their numerous successes, there are many scenarios where adversarial risk metrics do not provide an appropriate measure of robustness. For example, test-time perturbations may occur in a probabilistic manner rath…

ClassificationGeneral Classification

Optimal nonparametric estimation of the expected shortfall risk

2024-05-01 · Daniel Bartl, Stephan Eckstein

We address the problem of estimating the expected shortfall risk of a financial loss using a finite number of i.i.d. data. It is well known that the classical plug-in estimator suffers from poor statistical performance w…

Adversarial Consistency and the Uniqueness of the Adversarial Bayes Classifier

2024-04-26 · Natalie S. Frank

Minimizing an adversarial surrogate risk is a common technique for learning robust classifiers. Prior work showed that convex surrogate losses are not statistically consistent in the adversarial context -- or in other wo…

Classification

PROSAC: Provably Safe Certification for Machine Learning Models under Adversarial Attacks

2024-02-04 · Chen Feng, Ziquan Liu, Zhuo Zhi, Ilija Bogunovic 외

It is widely known that state-of-the-art machine learning models, including vision and language models, can be seriously compromised by adversarial perturbations. It is therefore increasingly relevant to develop capabili…

Adversarial AttackBayesian Optimization