thanks.
My understanding is:
Given a query,
then for every document in the collection, we compute a P(Q|
D,R),assuming it is P0.
then according to P0 of each document, sorting
when computing P0, we should compute P(qi|wj) first,
My question is :
whether the probability of P(qi|wj) is the same for every document,
On 6月26日, 下午9时57分, "吉阳生" <
johnson.nj...@gmail.com> wrote:
> P(Q|D,R)= 对i求积(对j求和(P(qi|wj)*P(wj|D)))
>
> 我的理解是这样
> P(Q|D,R) = 求积i[ P(Qi|D,R) ]
> = 求积i[ 求和j[P(Qi|Wj, D, R) P(Wj|D, R)] ]
> = 求积i[ 求和j[P(Qi|Wj) P(Wj|D, R)] ] if D and R are conditional
> independent with Qi given Wi
> So I think the formula makes sense.
>
> END.
>
> 2008/6/26 len_yu <
yuku...@163.com>:
>
>
>
> > 那节课下半节又点事没听到.
>
> > 问:
> > 有些符号打不出来,直接写文字了.
> > translation model 如下:
> > P(Q|D,R)= 对i求积(对j求和(P(qi|wj)*P(wj|D)))
>
> > 对于一个query,
> > 根据上面计算的概率来给文档排序,
> > 问题是公式中的 P(qi|wj)这个概率对于求 P(Q|D,R) 应该对每篇文档是不是一样的呢?
> > 根据公式理解好像是的,
> > 但是如果是的话,是说不通的,就没有必要算了。
>
> > 没有理解,
> > 大家帮忙解答下,谢谢- 隐藏被引用文字 -
>
> - 显示引用的文字 -