モデルの重みを変え、極めてまれな出力事象の確率を推定
Rare Event Estimation via Iterative Unalignment
この論文をやさしく読む
ひとことで言うと
普通に何度も生成するだけではほとんど出ない事象を、意図的に出やすくしたモデルで調べ、元の発生確率を推定します。
何に役立つ?
確率の低い失敗などを、限られた計算量で評価する用途が考えられます。要旨はエージェント自身の行動のランダム性に由来する事象を対象にしています。
この研究の面白いところ
入力だけを変えるのではなく、モデルの重みを調整して重要度サンプリングの提案分布を作ります。事象を増やすことと推定の安定性の両方を目的に含めます。
どこまで分かった?
800倍超は最も検証しやすい設定での計算量を考慮した効率で、全事象の一律な速度向上ではありません。評価モデルの規模や事象群は限定され、あらゆる実運用リスクを測ったわけではありません。
v1のアブストラクトに基づくAI解説。日本語訳とは別に、用途の解釈を含みます。
アブストラクトの日本語訳
エージェントがより高い自律性で運用されるにつれて、確率的な出力軌跡上の極めてまれな事象でも実際に発生し、壊滅的な結果をもたらす可能性がある。そのため安全な運用で重要なのは、事象が起こり得るかではなく、どの程度の頻度で起こり得るかである。エージェント自身の行動の確率的な変動から生じる、まれな事象の確率を推定する問題を研究する。この種のリスク推定には、組合せ的に膨大な行動軌跡の空間を探索する必要がある。この領域では単純なモンテカルロ法の計算費用は過大であり、有効な重要度サンプリング(IS)の提案分布を作るには、文脈に依存する条件付き分布の連鎖を協調して変える必要がある。元モデルの重みに摂動を加えて提案分布を構成する、新しいIS法を開発する。提案分布自体が微分可能なパラメータを持つ言語モデルなので、重み空間を勾配ベースで探索できる。事象を起こりやすくする微分可能な代理目的と、その増幅と推定量の安定性の釣り合いを動的に調整する適応的正則化を組み合わせた目的関数を定式化する。約1億2000万および約26億パラメータのモデルで、3種類の事象群にわたる300件超のまれな事象を評価した。最もまれなものの確率は10の−9乗であり、参照確率は相対標準誤差10%未満で計算した。最も検証しやすい設定では、確率10の−7乗未満の事象について、本IS推定量は単純なモンテカルロ法に比べ、計算量で重み付けした効率が800倍超となった。実装はhttps://github.com/namkoong-lab/iterative-unalignmentで公開されている。
v1の要旨から自動生成。本文の精読・人による確認は未実施。
- 初稿
- 2026-09-21(UTC)
- 最新改訂
- 2026-09-21 · v1
- 査読・掲載
- 査読状況未確認
更新履歴
- v1 2026-09-21 この版を読む
取得できた版を表示。版の更新は査読済みを意味しません。過去版の本文差分は未解析です。
原文の要旨
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.
arXiv ID: 2609.24969 / 要約の誤りについて