Agent Tuning & Optimization 相关度: 8/10

Information-Theoretic Limits of Safety Verification for Self-Improving Systems

Arsenios Scrivens
arXiv: 2603.28650v1 发布: 2026-03-30 更新: 2026-03-30

AI 摘要

研究自改进系统的安全性验证的信息论极限,探讨安全门的设计。

主要贡献

  • 证明了基于分类器的安全门在特定条件下无法同时满足有界风险和无界效用。
  • 提出了逃逸不可能性的验证方法,即 Lipschitz 球验证器。
  • 给出了可实现的分类器效用上限,并验证了其在 LLM 上的有效性。

方法论

利用信息论工具、Holder不等式、NP计数方法等进行理论分析,并结合GPT-2实验进行验证。

原文摘要

Can a safety gate permit unbounded beneficial self-modification while maintaining bounded cumulative risk? We formalize this question through dual conditions -- requiring sum delta_n < infinity (bounded risk) and sum TPR_n = infinity (unbounded utility) -- and establish a theory of their (in)compatibility. Classification impossibility (Theorem 1): For power-law risk schedules delta_n = O(n^{-p}) with p > 1, any classifier-based gate under overlapping safe/unsafe distributions satisfies TPR_n <= C_alpha * delta_n^beta via Holder's inequality, forcing sum TPR_n < infinity. This impossibility is exponent-optimal (Theorem 3). A second independent proof via the NP counting method (Theorem 4) yields a 13% tighter bound without Holder's inequality. Universal finite-horizon ceiling (Theorem 5): For any summable risk schedule, the exact maximum achievable classifier utility is U*(N, B) = N * TPR_NP(B/N), growing as exp(O(sqrt(log N))) -- subpolynomial. At N = 10^6 with budget B = 1.0, a classifier extracts at most U* ~ 87 versus a verifier's ~500,000. Verification escape (Theorem 2): A Lipschitz ball verifier achieves delta = 0 with TPR > 0, escaping the impossibility. Formal Lipschitz bounds for pre-LayerNorm transformers under LoRA enable LLM-scale verification. The separation is strict. We validate on GPT-2 (d_LoRA = 147,456): conditional delta = 0 with TPR = 0.352. Comprehensive empirical validation is in the companion paper [D2].

标签

安全验证 自改进系统 信息论 大型语言模型

arXiv 分类

cs.LG cs.AI stat.ML