A tractable, interpretable formulation of approximate conditioning for pairwise-specified probability distributions over truth values

These results from my conversations with Charlie Steiner at the May 29-31 MIRI Workshop on Logical Uncertainty will primarily be of interest to people who’ve read section 2.4 of Paul Christiano’s Non-Omniscience paper.

If we write a reasoner that keeps track of probabilities of a collection of sentences (that grows and shrinks as the reasoner explores), we need some way of tracking known relationships between the sentences. One way of doing this is to store the pairwise probability distributions, ie not only for all but also for all .

If we do this, a natural question to ask is: how can we update this data structure if we learn that eg is true?

We’ll refer to the updated probabilities as .

It’s fairly reasonable for us to want to set ; however, it’s less clear what values to assign to , because we haven’t stored .

One option would be to find the maximum entropy distribution over truth assignments to under the constraint that the stored pairwise distributions are correct. This seems intractable for large ; however, in the spirit of locality, we could restrict our attention to the joint truth value distribution of . Maximizing its entropy is simple (it boils down to either convex optimization or solving a cubic), and yields a plausible candidate for that we can derive from. I’m not sure what global properties this has, for example whether it yields a positive semidefinite matrix .

A different option, as noted in section 2.4.2, is to observe that the matrix must be positive semidefinite under any joint distribution for the truth values. This means we can consider a zero-mean multivariate normal distribution with this matrix as its covariance; then there’s a closed-form expression for the Kullback-Leibler divergence of two such distributions, and this can be used to define a sort of conditional distribution, as is done in section 2.4.3.

However, as the paper remarks, this isn’t a very familiar way of defining these updated probabilities. For example, it lacks the desirable property that .

Fortunately, there is a natural construction that combines these ideas: namely, if we consider the maximum-entropy distribution for the truth assignment vector with the given second moments , but relax the requirement that their values be in , then we find a multivariate normal distribution If we wish to update this distribution after observing by finding the candidate distribution of highest relative entropy with , as proposed in the paper, then we will get the multivariate normal conditional distribution

Note that this generally has , which is a mismatch; this is related to the fact that a conditional variance in a multivariate normal is never higher than the marginal variance, which is an undesirable feature for a distribution over truth-values.

This is also related to other undesirable features; for example, if we condition on more than one sentence, we can arrive at conditional probabilities outside of . (For example if 3 sentences have then this yields ; this makes sense because this prior is very confident that , with standard deviation .)

Intermediate relaxations that lack these particular shortcomings are possible, such as the ones that restrict the relaxed to the sphere or ball . Then the maximum entropy distribution, similarly to a multivariate normal distribution, has quadratic logdensity, though the Hessian of the quadratic may have nonnegative eigenvalues (unlike in the normal case). In the spherical case, this is known as a Fisher-Bingham distribution.

Both of these relaxations seem difficult to work with, eg to compute normalizing constants for; furthermore I don’t think the analogous updating process will share the desirable property that . However, the fact that these distributions allow updating by relaxed conditioning, keep (fully conditioned) truth-values between 0 and 1, and have reasonable (at least, possibly-increasing) behavior for conditional variances, makes them seem potentially appealing.