paper-with-me

홈 › Papers

Estimating Tail Risks in Language Model Output Distributions

2026-04-24 · Rico Angell, Raghav Singhal, Zachary Horvitz, Zhou Yu, Rajesh Ranganath, Kathleen McKeown, He He arxiv

Language models are increasingly capable and are being rapidly deployed on a population-level scale. As a result, the safety of these models is increasingly high-stakes. Fortunately, advances in alignment have significantly reduced the likelihood of harmful model outputs. However, when models are queried billions of times in a day, even rare worst-case behaviors will occur. Current safety evaluations focus on capturing the distribution of inputs that yield harmful outputs. These evaluations disregard the probabilistic nature of models and their tail output behavior. To measure this tail risk, we propose a method to efficiently estimate the probability of harmful outputs for any input query. Instead of naive brute-force sampling from the target model, where harmful outputs could be rare, we operationalize importance sampling by creating unsafe versions of the target model. These unsafe versions enable sample-efficient estimation by making harmful outputs more probable. On benchmarks measuring misuse and misalignment, these estimates match brute-force Monte Carlo estimates using 10-20x fewer samples. For example, we can estimate probability of harmful outputs on the order of 10^-4 with just 500 samples. Additionally, we find that these harmfulness estimates can reveal the sensitivity of models to perturbations in model input and predict deployment risks. Our work demonstrates that accurate rare-event estimation is both critical and feasible for safety evaluations. Code is available at https://github.com/rangell/LMTailRisk

📄 PDF Abstract BibTeX arXiv:2604.22167

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Estimating the expected output of wide random MLPs more efficiently than sampling

2026-05-06 · Wilson Wu, Victor Lecomte, Michael Winer, George Robinson 외 arxiv

By far the most common way to estimate an expected loss in machine learning is to draw samples, compute the loss on each one, and take the empirical average. However, sampling is not necessarily optimal. Given an MLP at …

Pricing foreseeable and unforeseeable risks in insurance portfolios

2020-07-15 · Weihong Ni, Corina Constantinescu, Alfredo Egídio dos Reis, Véronique Maume-Deschamps

In this manuscript we propose a method for pricing insurance products that cover not only traditional risks, but also unforeseen ones. By considering the Poisson process parameter to be a mixed random variable, we captur…

\ell_1-regression with Heavy-tailed Distributions

2018-12-01 · NeurIPS 2018 12 · Lijun Zhang, Zhi-Hua Zhou

In this paper, we consider the problem of linear regression with heavy-tailed distributions. Different from previous studies that use the squared loss to measure the performance, we choose the absolute loss, which is cap…

regression

$\ell_1$-regression with Heavy-tailed Distributions

2018-05-02 · NeurIPS 2018 · Lijun Zhang, Zhi-Hua Zhou

In this paper, we consider the problem of linear regression with heavy-tailed distributions. Different from previous studies that use the squared loss to measure the performance, we choose the absolute loss, which is cap…

regression

The Tail Tells All: Estimating Model-Level Membership Inference Vulnerability Without Reference Models

2025-10-22 · Euodia Dodd, Nataša Krčo, Igor Shilov, Yves-Alexandre de Montjoye arxiv

Membership inference attacks (MIAs) have emerged as the standard tool for evaluating the privacy risks of AI models. However, state-of-the-art attacks require training numerous, often computationally expensive, reference…