next up previous contents index
Next: The PRP with retrieval Up: The Probability Ranking Principle Previous: The Probability Ranking Principle   Contents   Index

The 1/0 loss case

We assume a ranked retrieval setup as in Section 6.3 , where there is a collection of documents, the user issues a query, and an ordered list of documents is returned. We also assume a binary notion of relevance as in Chapter 8 . For a query $q$ and a document $d$ in the collection, let $R_{d,q}$ be an indicator random variable that says whether $d$ is relevant with respect to a given query $q$. That is, it takes on a value of 1 when the document is relevant and 0 otherwise. In context we will often write just $R$ for $R_{d,q}$.

Using a probabilistic model, the obvious order in which to present documents to the user is to rank documents by their estimated probability of relevance with respect to the information need: $P(R=1\vert d,q)$. This is the basis of the Probability Ranking Principle (PRP) (van Rijsbergen, 1979, 113-114):

``If a reference retrieval system's response to each request is a ranking of the documents in the collection in order of decreasing probability of relevance to the user who submitted the request, where the probabilities are estimated as accurately as possible on the basis of whatever data have been made available to the system for this purpose, the overall effectiveness of the system to its user will be the best that is obtainable on the basis of those data.''
In the simplest case of the PRP, there are no retrieval costs or other utility concerns that would differentially weight actions or errors. You lose a point for either returning a nonrelevant document or failing to return a relevant document (such a binary situation where you are evaluated on your accuracy is called 1/0 loss ). The goal is to return the best possible results as the top $k$ documents, for any value of $k$ the user chooses to examine. The PRP then says to simply rank all documents in decreasing order of $P(R=1\vert d,q)$. If a set of retrieval results is to be returned, rather than an ordering, the Bayes Optimal Decision Rule , the decision which minimizes the risk of loss, is to simply return documents that are more likely relevant than nonrelevant:
\begin{displaymath}
d\mbox{ is relevant iff } P(R=1\vert d,q) > P(R=0\vert d,q)
\end{displaymath} (61)

Theorem. The PRP is optimal, in the sense that it minimizes the expected loss (also known as the Bayes risk ) under 1/0 loss.
End theorem.

The proof can be found in Ripley (1996). However, it requires that all probabilities are known correctly. This is never the case in practice. Nevertheless, the PRP still provides a very useful foundation for developing models of IR.


next up previous contents index
Next: The PRP with retrieval Up: The Probability Ranking Principle Previous: The Probability Ranking Principle   Contents   Index
© 2008 Cambridge University Press
This is an automatically generated page. In case of formatting errors you may want to look at the PDF edition of the book.
2009-04-07