概率声明一致性验证的交互式PCP协议

How to Verify Consistency of Probabilistic Claims

精选理由

这篇论文给AI安全提供了新思路,用交互式PCP验证概率预测的自洽性,数学严谨,值得做安全对齐的人看看。

AI 摘要

该论文研究概率预测器回答多个条件概率查询时,其答案是否自洽以及能否在多项式时间内验证。作者构建了一个交互式PCP协议,验证器只需在少数点评估电路(P,Q)并读取证明预言机的少量位置,即可验证近似一致性。论文将显式概率声明的l2近似一致性置于NP中,证书长度为O(mn+log B)。该工作为AI安全中概率预测的自洽性认证提供了复杂性理论基础。

原文 · arXiv cs.AI

How to Verify Consistency of Probabilistic Claims

When a probabilistic predictor answers many conditional-probability queries, are its answers self-consistent, and can this be verified in polynomial time? This problem is of interest for AI safety, where safety is derived from honesty about probabilistic predictions of unwanted outcomes potentially caused by an AI action. We construct an interactive PCP as follows. Let a predictive model be specified by a probability circuit P and a circuit Q which outputs confidence in predictions. Together, P and Q implicitly specify exponentially many probabilistic claims. We show a protocol in which a polynomial-time verifier can verify the approximate consistency of (P,Q). The verifier is given the pair of circuits (P,Q), which it evaluates at only a few points; alongside them it is given a proof oracle, an encoding of a witnessing probability distribution allegedly consistent with the predictions of (P,Q), which it reads at a few locations while interacting with a single untrusted prover. En route, we must ensure the existence of a sparse witnessing distribution consistent with the model's predictions. To do so, we first consider witness distributions for the consistency of explicit probabilistic claims, rather than claims specified by a predictor: say m claims, each of the form Pr[Y = 1 | X = x] = p, over n Boolean variables. Building on work initiated by Nilsson (Artif. Intell., 1986), we place l_2-approximate probabilistic consistency of explicit claims in NP, with certificates of length O(mn + log B) in the input bit-precision B; we further show how a small additive completeness-soundness gap removes the dependence on B. Together these results provide a complexity-theoretic foundation for certifying the self-consistency of probabilistic predictors. We view our interactive PCP as a first step toward training predictive models to prove their own consistency.