少点错误 20小时前
The Observer Effect for belief measurement
index_new5.html
../../../zaker_core/zaker_tpl_static/wap/tpl_guoji1.html

 

本文探讨了一个有趣的概率问题:当我们向一个概率预言家(Oracle)询问某个事件的概率时,提问这个行为本身可能会改变预言家对该事件的实际概率判断。这源于预言家会考虑到“为什么会问我这个问题”这一事实,从而调整其先验概率。例如,如果有人问“我是否中了彩票”,预言家可能会因为这个问题被问到而提高该人中奖的概率。这种更新机制可能导致概率总和不为1,并且简单的 Renormalization 或清除记忆的方法也难以解决。文章最后提出了一个与贝叶斯更新相关的反向问题,即希望预言家不要基于提问行为进行更新,并邀请读者共同探讨解决方案。

❓ **提问行为改变概率评估**: 当向一个概率预言家(Oracle)询问某个事件的概率时,预言家会基于“为什么会被问到这个问题”这一事实来调整其先验概率,而非仅仅提供事件本身的客观概率。例如,彩票中奖的询问,预言家可能会因为被询问而提高询问者中奖的概率。

⚖️ **概率总和失衡问题**: 这种基于提问行为的概率更新可能导致所有互斥且穷尽的假设概率之和不等于1。这是因为概率的更新是基于不同的证据(即不同的提问情境),而概率论只保证在相同证据下概率之和为1。

🚫 **现有方法的局限性**: 诸如Renormalization(重正化)或在每次查询前清除预言家记忆等方法,都不能有效解决这个问题。重正化无法处理因提问顺序而产生的概率差异,而清除记忆也无法解决更新不均等问题。

🔄 **与贝叶斯更新的关联与反差**: 该问题与“贝叶斯主义者应更新观察到的证据,而非仅仅证据本身”的观点有关联,但此处问题更侧重于希望预言家“不”基于提问这一行为进行更新,这是一种反向的更新控制需求。

Published on August 2, 2025 1:57 PM GMT

The lottery question

Alice comes to Bob and asks: "What is the probability that I've won the lottery?" Bob's first intuition (his actual prior probability) would be to answer "1/#lottery_tickets." But then Bob thinks "Wait, why would she even ask me that? Did she actually win the lottery?" This would change his answer to this question, moving the probability higher than his prior.

General problem

In general, if we have a query-answering oracle, which gives the probability of the event in the query, it would not give its "actual" probability of the event P(E), but rather the probability of that event happening, conditioned on the fact that this query is asked, or P(E|E is queried).

This does introduce the problem of obtaining the probability distribution of such a machine, in the sense that it isn't possible by simply querying about the probability of all mutually exclusive collectively exhaustive hypotheses. 

I assume those probabilities wouldn't even add up to 1. For example, in the case of Bob, if all participants in the lottery asked him about their chance of winning the lottery, and if Bob had given all of them probability higher than the prior, then the sum of those probabilities would be higher than 1. And that would happen even if Bob is updating on all previous queries, and the probability of the "I'm actually asked by each participant" hypothesis is rising, with the latest answers being much closer to the prior than the earlier ones. The main reason for this is that the probability theory doesn't guarantee that the probabilities of mutually exclusive, collectively exhaustive hypotheses add up to 1 when they are conditioned on different evidence. They add up to 1 only when the evidence is the same.

Why not just...?

Renormalize

Renormalization wouldn't help, because the probabilities are higher for the first queries only because they are the first ones. Maybe we could average out probabilities for all possible permutations of the query-sequence, but that sounds too computationally intensive.

Erase the memory before each query

That would help for symmetrical cases like the lottery example, but wouldn't help much when the update on the query is not the same for all hypothesis.

Add "hey I'm just probing you, please don't update on that query" in the query

That might decrease the update a bit, but insofar if inquirer counterfactually adds that in cases they need the answer in some hypothesis-specific case the oracle would still update somewhat.

Conclusion

This problem somehow relates to "Bayesians should update on the fact that they observed the evidence, not only the evidence itself". But for me it seems like the opposite problem, because in that case we want the oracle to not update on the fact that we asked it something.

There is also the question of why we don't have access to the probability distribution of the oracle directly. That might be the case if the oracle doesn't have it explicitly, and calculates the probability only when queried to do so.

I don't know the solution to this problem, so please suggest your answers in the comments (or maybe somebody already talked about it, then please share the source). I also don't know if the problem of updating on the query is only a problem for obtaining the probability distribution; it might cause other problems I haven't thought about.


 



Discuss

Fish AI Reader

Fish AI Reader

AI辅助创作,多种专业模板,深度分析,高质量内容生成。从观点提取到深度思考,FishAI为您提供全方位的创作支持。新版本引入自定义参数,让您的创作更加个性化和精准。

FishAI

FishAI

鱼阅,AI 时代的下一个智能信息助手,助你摆脱信息焦虑

联系邮箱 441953276@qq.com

相关标签

概率论 贝叶斯更新 认知偏差 信息悖论 预言家模型
相关文章