Rare Event Estimation via Iterative Unalignment

📅 2026-09-21
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
研究通过迭代非对齐方法估计由智能体行为随机变化引起的罕见事件概率,以提高安全部署。提出了一种新的重要性采样方法,比朴素蒙特卡洛方法效率高800倍以上。
📝 Abstract
As agents are deployed with increased autonomy, even extremely rare events along their stochastic output trajectories can occur and prove catastrophic. Safe deployment therefore does not depend on whether these events can occur, but on how often they might. We study the problem of estimating the probability of rare events that arise from stochastic variation in the agent's own actions. Estimating this type of risk requires searching over the combinatorially vast space of trajectories. Naive Monte Carlo is computationally prohibitive in this regime, and constructing effective importance sampling (IS) proposals requires coordinated changes to a context-dependent chain of conditional distributions. We develop a new IS method that perturbs the original model's weights to construct the proposal. The proposal is itself a differentiably parameterized language model, enabling gradient-based search over weight space. We formulate an objective that combines a differentiable surrogate for event amplification and an adaptive regularization scheme that dynamically balances amplification against estimator stability. We evaluate our approach on $\sim$120M and $\sim$2.6B models across three event families spanning 300+ rare events as rare as $10^{-9}$, with reference probabilities computed with $<10\%$ relative standard error. In our most verifiable settings, we observe that our IS estimator achieves over $800\times$ compute-weighted efficiency gains over naive Monte Carlo for events with probabilities lower than $10^{-7}$. Our implementation is available at https://github.com/namkoong-lab/iterative-unalignment.
Problem

Research questions and friction points this paper is trying to address.

Rare Event Estimation
Stochastic Variation
Autonomous Agents
Importance Sampling
Event Probability
Innovation

Methods, ideas, or system contributions that make the work stand out.

importance sampling
differentiably parameterized language model
gradient-based search
adaptive regularization scheme
🔎 Similar Papers
No similar papers found.