LMSR subsidy is the price of information

A logarithmic scoring rule to elicit a probability distribution r on a random variable X ∈ {1…n} is s(r) = blog (rX). Something that always seemed clear to me but I haven't seen explicitly written anywhere is that the parameter b is just the "price of information on X".

Firstly: for an agent with true belief p, the expected score from making a report r is Ep[s(r)] = ∑x ∈ {1…n}blog (rx)px =  − bH(p,r) where H is cross-entropy. This is maximized when r = p.

Well, this is just the standard proof that logarithmic scoring is proper. This max score itself is Ep[s(p)] =  − bH(p) i.e. the entropy in p. So your expected earning is exactly proportional to the information you have on X (the negative of the entropy in your probability distribution for it), and the proportionality constant, the price of a bit of information on X, is b.

This can be made even clearer by considering the value of some other piece of information Y. If Y = y and you learn this fact, you will bet P(X|Y=y) which would give you an expected score of EP(XY=y)[P(XY=y)] =  − bH(P(XY=y)). Taking the expectation over Y, your expected score if you acquire Y is  − bEP(Y)[H(P(XY=y))] which is the conditional entropy  − bH(XY). Thus the expected profit from acquiring Y is  − b(H(XY)−H(X)) = bI(X;Y).

So the value of Y is precisely b multiplied by its mutual information with X, i.e. b is the price of one bit of information on X.

I assume this is widely known. But I think it's still pedagogically useful to actually think in these terms because it sheds light on things like: