paper-with-me

홈 › Papers

Sound Probabilistic Safety Bounds for Large Language Models

2026-07-22 · Mahdi Nazeri, Anne-Kathrin Schmuck, Sadegh Soudjani, Alessandro Abate arxiv

We propose a novel framework for computing rigorous bounds on the probability that a large language model (LLM) generates harmful output to a given prompt. We study a new application of the Clopper-Pearson confidence intervals to obtain probably approximately correct (PAC) bounds for this problem. As our main technical contribution, we propose an algorithm that leverages features in the latent space to prioritize exploring branches in the auto-regressive generation tree that are more likely to produce harmful outputs. Our approach in particular enables the efficient computation of useful lower bounds, even in scenarios where the true harm probability is extremely small, and crucially, the obtained lower bounds are sound, i.e., formally proven to be less than the actual harmfulness probability: our experimental results demonstrate the effectiveness of our method by computing non-trivial lower bounds on state-of-the-art LLMs. This study newly enables the evaluation and statistical certification of LLMs.

📄 PDF Abstract BibTeX arXiv:2607.20286

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

BEAVER: An Efficient Deterministic LLM Verifier

2025-12-05 · Tarun Suresh, Nalin Wadhwa, Debangshu Banerjee, Gagandeep Singh arxiv

As large language models (LLMs) transition from research prototypes to production systems, practitioners often need reliable methods to verify model outputs and characterize tail risk for safe deployment. While sampling-…

Guaranteed Bounds for Posterior Inference in Universal Probabilistic Programming

2022-04-06 · Raven Beutner, Luke Ong, Fabian Zaiser

We propose a new method to approximate the posterior distribution of probabilistic programs by means of computing guaranteed bounds. The starting point of our work is an interval-based trace semantics for a recursive, hi…

Probabilistic Programming

Propagation of~Interval Belief Structures and~Imprecise Copulas for~Neural Network Verification

2026-06-29 · Francesc Pifarre-Esquerda, Eric Goubault, Sylvie Putot arxiv

Quantitative verification of neural networks requires reasoning about probabilities under substantial uncertainty in both input distributions and their dependence structure. In realistic settings, this information is oft…

Conformal Reachability for Safe Control in Unknown Environments

2026-02-03 · Xinhang Ma, Junlin Wu, Yiannis Kantaros, Yevgeniy Vorobeychik arxiv

Designing provably safe control is a core problem in trustworthy autonomy. However, most prior work in this regard assumes either that the system dynamics are known or deterministic, or that the state and action space ar…

Efficient and Sound Probabilistic Verification for AI Agents

2026-06-18 · Alaia Solko-Breslin, Pramod Kaushik Mudrakarta, Mihai Christodorescu, Somesh Jha 외 arxiv

Securing AI agents that operate in complex digital environments has become a critical need, and runtime monitoring approaches that formulate and enforce policies expressed in a formal language like Datalog offer a promis…