2. Recap of the last lecture
Improving search results
Especially for high recall. E.g., searching for
aircraft so it matches with plane; thermodynamic
with heat
Options for improving results…
Global methods
Query expansion
Thesauri
Automatic thesaurus generation
Global indirect relevance feedback
Local methods
Relevance feedback
Pseudo relevance feedback
3. Probabilistic relevance feedback
Rather than reweighting in a vector space…
If user has told us some relevant and some
irrelevant documents, then we can proceed to
build a probabilistic classifier, such as a Naive
Bayes model:
P(tk|R) = |Drk| / |Dr|
P(tk|NR) = |Dnrk| / |Dnr|
tk is a term; Dr is the set of known relevant documents;
Drk is the subset that contain tk; Dnr is the set of known
irrelevant documents; Dnrk is the subset that contain tk.
4. Why probabilities in IR?
User
Information Need
Documents
Document
Representation
Query
Representation
How to match?
How to match?
In traditional IR systems, matching between each document and
query is attempted in a semantically imprecise space of index
terms.
Probabilities provide a principled foundation for uncertain
reasoning.
Uncertain guess of
whether document
has relevant content
Understanding
of user need is
uncertain
5. Probabilistic IR topics
Classical probabilistic retrieval model
Probability ranking principle, etc.
(Naïve) Bayesian Text Categorization
Bayesian networks for text retrieval
Language model approach to IR
An important emphasis in recent work
Probabilistic methods are one of the oldest but also
one of the currently hottest topics in IR.
Traditionally: neat ideas, but they’ve never won on
performance. It may be different now.
6. The document ranking problem
We have a collection of documents
User issues a query
A list of documents needs to be returned
Ranking method is core of an IR system:
Ranking method is core of an IR system:
In what order do we present documents to the
In what order do we present documents to the
user?
user?
We want the “best” document to be first, second
best second, etc….
Idea: Rank by probability of relevance of the
Idea: Rank by probability of relevance of the
document w.r.t. information need
document w.r.t. information need
P(relevant|documenti, query)
7. Recall a few probability basics
For events a and b:
Bayes’ Rule
Odds:
a
a
x
x
p
x
b
p
a
p
a
b
p
b
p
a
p
a
b
p
b
a
p
a
p
a
b
p
b
p
b
a
p
a
p
a
b
p
b
p
b
a
p
b
a
p
b
a
p
,
)
(
)
|
(
)
(
)
|
(
)
(
)
(
)
|
(
)
|
(
)
(
)
|
(
)
(
)
|
(
)
(
)
|
(
)
(
)
|
(
)
(
)
,
(
)
(
1
)
(
)
(
)
(
)
(
a
p
a
p
a
p
a
p
a
O
Posterior
Prior
8. The Probability Ranking Principle
“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.”
[1960s/1970s] S. Robertson, W.S. Cooper, M.E. Maron;
van Rijsbergen (1979:113); Manning & Schütze (1999:538)
9. Probability Ranking Principle
Let x be a document in the collection.
Let R represent relevance of a document w.r.t. given (fixed)
query and let NR represent non-relevance.
)
(
)
(
)
|
(
)
|
(
)
(
)
(
)
|
(
)
|
(
x
p
NR
p
NR
x
p
x
NR
p
x
p
R
p
R
x
p
x
R
p
p(x|R), p(x|NR) - probability that if a relevant (non-relevant)
document is retrieved, it is x.
Need to find p(R|x) - probability that a document x is relevant.
p(R),p(NR) - prior probability
of retrieving a (non) relevant
document
1
)
|
(
)
|
(
x
NR
p
x
R
p
R={0,1} vs. NR/R
10. Probability Ranking Principle (PRP)
Simple case: no selection costs or other utility
concerns that would differentially weight errors
Bayes’ Optimal Decision Rule
x is relevant iff p(R|x) > p(NR|x)
PRP in action: Rank all documents by p(R|x)
Theorem:
Using the PRP is optimal, in that it minimizes the
loss (Bayes risk) under 1/0 loss
Provable if all probabilities correct, etc. [e.g.,
Ripley 1996]
11. Probability Ranking Principle
More complex case: retrieval costs.
Let d be a document
C - cost of retrieval of relevant document
C’ - cost of retrieval of non-relevant document
Probability Ranking Principle: if
for all d’ not yet retrieved, then d is the next
document to be retrieved
We won’t further consider loss/utility from
now on
))
|
(
1
(
)
|
(
))
|
(
1
(
)
|
( d
R
p
C
d
R
p
C
d
R
p
C
d
R
p
C
12. Probability Ranking Principle
How do we compute all those probabilities?
Do not know exact probabilities, have to use estimates
Binary Independence Retrieval (BIR) – which we
discuss later today – is the simplest model
Questionable assumptions
“Relevance” of each document is independent of
relevance of other documents.
Really, it’s bad to keep on returning duplicates
Boolean model of relevance
That one has a single step information need
Seeing a range of results might let user refine query
13. Probabilistic Retrieval Strategy
Estimate how terms contribute to relevance
How do things like tf, idf, and length influence your
judgments about document relevance?
One answer is the Okapi formulae (S. Robertson)
Combine to find document relevance probability
Order documents by decreasing probability
14. Probabilistic Ranking
Basic concept:
"For a given query, if we know some documents that are
relevant, terms that occur in those documents should be
given greater weighting in searching for other relevant
documents.
By making assumptions about the distribution of terms
and applying Bayes Theorem, it is possible to derive
weights theoretically."
Van Rijsbergen
15. Binary Independence Model
Traditionally used in conjunction with PRP
“Binary” = Boolean: documents are represented as
binary incidence vectors of terms (cf. lecture 1):
iff term i is present in document x.
“Independence”: terms occur in documents
independently
Different documents can be modeled as same vector
Bernoulli Naive Bayes model (cf. text categorization!)
)
,
,
( 1 n
x
x
x
1
i
x
16. Binary Independence Model
Queries: binary term incidence vectors
Given query q,
for each document d need to compute p(R|q,d).
replace with computing p(R|q,x) where x is binary
term incidence vector representing d Interested
only in ranking
Will use odds and Bayes’ Rule:
)
|
(
)
,
|
(
)
|
(
)
|
(
)
,
|
(
)
|
(
)
,
|
(
)
,
|
(
)
,
|
(
q
x
p
q
NR
x
p
q
NR
p
q
x
p
q
R
x
p
q
R
p
x
q
NR
p
x
q
R
p
x
q
R
O
17. Binary Independence Model
• Using Independence Assumption:
n
i i
i
q
NR
x
p
q
R
x
p
q
NR
x
p
q
R
x
p
1 )
,
|
(
)
,
|
(
)
,
|
(
)
,
|
(
)
,
|
(
)
,
|
(
)
|
(
)
|
(
)
,
|
(
)
,
|
(
)
,
|
(
q
NR
x
p
q
R
x
p
q
NR
p
q
R
p
x
q
NR
p
x
q
R
p
x
q
R
O
Constant for a
given query
Needs estimation
n
i i
i
q
NR
x
p
q
R
x
p
q
R
O
d
q
R
O
1 )
,
|
(
)
,
|
(
)
|
(
)
,
|
(
•So :
18. Binary Independence Model
n
i i
i
q
NR
x
p
q
R
x
p
q
R
O
d
q
R
O
1 )
,
|
(
)
,
|
(
)
|
(
)
,
|
(
• Since xi is either 0 or 1:
0
1 )
,
|
0
(
)
,
|
0
(
)
,
|
1
(
)
,
|
1
(
)
|
(
)
,
|
(
i
i x i
i
x i
i
q
NR
x
p
q
R
x
p
q
NR
x
p
q
R
x
p
q
R
O
d
q
R
O
• Let );
,
|
1
( q
R
x
p
p i
i
);
,
|
1
( q
NR
x
p
r i
i
• Assume, for all terms not occurring in the query (qi=0) i
i r
p
Then...
This can be
changed (e.g., in
relevance feedback)
19. All matching terms
Non-matching
query terms
Binary Independence Model
All matching terms
1
0
1
1
0
1
1
1
)
|
(
1
1
)
|
(
)
,
|
(
i
i
i
i
i
i
i
i
q
x i
i
q
x i
i
q
x i
i
q
x i
i
r
p
r
p
q
R
O
r
p
r
p
q
R
O
x
q
R
O
21. Binary Independence Model
Constant for
each query
Only quantity to be estimated
for rankings
1
1 1
1
)
1
(
)
1
(
)
|
(
)
,
|
(
i
i
i q i
i
q
x i
i
i
i
r
p
p
r
r
p
q
R
O
x
q
R
O
• Retrieval Status Value:
1
1 )
1
(
)
1
(
log
)
1
(
)
1
(
log
i
i
i
i q
x i
i
i
i
q
x i
i
i
i
p
r
r
p
p
r
r
p
RSV
22. Binary Independence Model
• All boils down to computing RSV.
1
1 )
1
(
)
1
(
log
)
1
(
)
1
(
log
i
i
i
i q
x i
i
i
i
q
x i
i
i
i
p
r
r
p
p
r
r
p
RSV
1
;
i
i q
x
i
c
RSV
)
1
(
)
1
(
log
i
i
i
i
i
p
r
r
p
c
So, how do we compute ci’s from our data ?
23. Binary Independence Model
• Estimating RSV coefficients.
• For each term i look at this table of document counts:
Documens Relevant Non-Relevant Total
Xi=1 s n-s n
Xi=0 S-s N-n-S+s N-n
Total S N-S N
S
s
pi
)
(
)
(
S
N
s
n
ri
)
(
)
(
)
(
log
)
,
,
,
(
s
S
n
N
s
n
s
S
s
s
S
n
N
K
ci
• Estimates: For now,
assume no
zero terms.
More next
lecture.
24. Estimation – key challenge
If non-relevant documents are approximated by the
whole collection, then ri (prob. of occurrence in non-
relevant documents for query) is n/N and
log (1– ri)/ri = log (N– n)/n ≈ log N/n = IDF!
pi (probability of occurrence in relevant documents)
can be estimated in various ways:
from relevant documents if know some
Relevance weighting can be used in feedback loop
constant (Croft and Harper combination match) – then
just get idf weighting of terms
proportional to prob. of occurrence in collection
more accurately, to log of this (Greiff, SIGIR 1998)
25. 25
Iteratively estimating pi
1. Assume that pi constant over all xi in query
pi = 0.5 (even odds) for any given doc
2. Determine guess of relevant document set:
V is fixed size set of highest ranked documents on
this model (note: now a bit like tf.idf!)
3. We need to improve our guesses for pi and ri, so
Use distribution of xi in docs in V. Let Vi be set of
documents containing xi
pi = |Vi| / |V|
Assume if not retrieved then not relevant
ri = (ni – |Vi|) / (N – |V|)
4. Go to 2. until converges then return ranking
26. Probabilistic Relevance Feedback
1. Guess a preliminary probabilistic description of
R and use it to retrieve a first set of documents
V, as above.
2. Interact with the user to refine the description:
learn some definite members of R and NR
3. Reestimate pi and ri on the basis of these
Or can combine new information with original
guess (use Bayesian prior):
4. Repeat, thus generating a succession of
approximations to R.
|
|
|
| )
1
(
)
2
(
V
p
V
p i
i
i
κ is
prior
weight
27. PRP and BIR
Getting reasonable approximations of probabilities
is possible.
Requires restrictive assumptions:
term independence
terms not in query don’t affect the outcome
boolean representation of
documents/queries/relevance
document relevance values are independent
Some of these assumptions can be removed
Problem: either require partial relevance information or only
can derive somewhat inferior term weights
28. Removing term independence
In general, index terms aren’t
independent
Dependencies can be complex
van Rijsbergen (1979)
proposed model of simple tree
dependencies
Exactly Friedman and
Goldszmidt’s Tree Augmented
Naive Bayes (AAAI 13, 1996)
Each term dependent on one
other
In 1970s, estimation problems
held back success of this
model
29. Food for thought
Think through the differences between standard
tf.idf and the probabilistic retrieval model in the
first iteration
Think through the differences between vector
space (pseudo) relevance feedback and
probabilistic (pseudo) relevance feedback
30. Good and Bad News
Standard Vector Space Model
Empirical for the most part; success measured by results
Few properties provable
Probabilistic Model Advantages
Based on a firm theoretical foundation
Theoretically justified optimal ranking scheme
Disadvantages
Making the initial guess to get V
Binary word-in-doc weights (not using term frequencies)
Independence of terms (can be alleviated)
Amount of computation
Has never worked convincingly better in practice
31. Bayesian Networks for Text
Retrieval (Turtle and Croft 1990)
Standard probabilistic model assumes you can’t
estimate P(R|D,Q)
Instead assume independence and use P(D|R)
But maybe you can with a Bayesian network*
What is a Bayesian network?
A directed acyclic graph
Nodes
Events or Variables
Assume values.
For our purposes, all Boolean
Links
model direct dependencies between nodes
32. Bayesian Networks
a b
c
a,b,c - propositions (events).
p(c|ab) for all values
for a,b,c
p(a)
p(b)
• Bayesian networks model causal
relations between events
•Inference in Bayesian Nets:
•Given probability distributions
for roots and conditional
probabilities can compute
apriori probability of any
instance
• Fixing assumptions (e.g., b
was observed) will cause
recomputation of probabilities
Conditional
dependence
For more information see:
R.G. Cowell, A.P. Dawid, S.L. Lauritzen, and D.J. Spiegelhalter.
1999. Probabilistic Networks and Expert Systems. Springer Verlag.
J. Pearl. 1988. Probabilistic Reasoning in Intelligent Systems:
Networks of Plausible Inference. Morgan-Kaufman.
33. Toy Example
Gloom
(g)
Finals
(f)
Project Due
(d)
No Sleep
(n)
Triple Latte
(t)
7
.
0
2
.
0
1
.
0
01
.
0
3
.
0
8
.
0
9
.
0
99
.
0
g
g
d
f
d
f
fd
fd
6
.
0
4
.
0
d
d
7
.
0
3
.
0
f
f
9
.
0
01
.
0
1
.
0
99
.
0
t
t
g
g
7
.
0
1
.
0
3
.
0
9
.
0
n
n
f
f
34. Independence Assumptions
• Independence assumption:
P(t|g, f)=P(t|g)
• Joint probability
P(f d n g t)
=P(f) P(d) P(n|f) P(g|f d) P(t|g)
Gloom
(g)
Finals
(f)
Project Due
(d)
No Sleep
(n)
Triple Latte
(t)
35. Chained inference
Evidence - a node takes on some value
Inference
Compute belief (probabilities) of other nodes
conditioned on the known evidence
Two kinds of inference: Diagnostic and Predictive
Computational complexity
General network: NP-hard
Tree-like networks are easily tractable
Much other work on efficient exact and approximate
Bayesian network inference
Clever dynamic programming
Approximate inference (“loopy belief propagation”)
36. Model for Text Retrieval
Goal
Given a user’s information need (evidence), find
probability a doc satisfies need
Retrieval model
Model docs in a document network
Model information need in a query network
37. Bayesian Nets for IR: Idea
Document Network
Query Network
Large, but
Compute once for each
document collection
Small, compute once for
every query
d1 dn
d2
t1 t2 tn
r1 r2 r3
rk
di -documents
ti - document representations
ri - “concepts”
I
q2
q1
cm
c2
c1
ci - query concepts
qi - high-level concepts
I - goal node
38. Bayesian Nets for IR
Construct Document Network (once !)
For each query
Construct best Query Network
Attach it to Document Network
Find subset of di’s which maximizes the
probability value of node I (best subset).
Retrieve these di’s as the answer to query.
39. Bayesian nets for text retrieval
d1 d2
r1 r3
c1 c3
q1 q2
i
r2
c2
Document
Network
Query
Network
Documents
Terms/Concepts
Concepts
Query operators
(AND/OR/NOT)
Information need
40. Link matrices and probabilities
Prior doc probability P(d)
= 1/n
P(r|d)
within-document term
frequency
tf idf - based
P(c|r)
1-to-1
thesaurus
P(q|c): canonical forms of
query operators
Always use things like
AND and NOT – never
store a full CPT*
*conditional probability table
41. Example: “reason trouble –two”
Hamlet Macbeth
reason double
reason two
OR NOT
User query
trouble
trouble
Document
Network
Query
Network
42. Extensions
Prior probs don’t have to be 1/n.
“User information need” doesn’t have to be a
query - can be words typed, in docs read, any
combination …
Phrases, inter-document links
Link matrices can be modified over time.
User feedback.
The promise of “personalization”
43. Computational details
Document network built at indexing time
Query network built/scored at query time
Representation:
Link matrices from docs to any single term are like
the postings entry for that term
Canonical link matrices are efficient to store and
compute
Attach evidence only at roots of network
Can do single pass from roots to leaves
44. Bayes Nets in IR
Flexible ways of combining term weights, which can
generalize previous approaches
Boolean model
Binary independence model
Probabilistic models with weaker assumptions
Efficient large-scale implementation
InQuery text retrieval system from U Mass
Turtle and Croft (1990) [Commercial version defunct?]
Need approximations to avoid intractable inference
Need to estimate all the probabilities by some means
(whether more or less ad hoc)
Much new Bayes net technology yet to be applied?
45. Resources
S. E. Robertson and K. Spärck Jones. 1976. Relevance Weighting
of Search Terms. Journal of the American Society for Information
Sciences 27(3): 129–146.
C. J. van Rijsbergen. 1979. Information Retrieval. 2nd ed. London:
Butterworths, chapter 6. [Most details of math]
http://www.dcs.gla.ac.uk/Keith/Preface.html
N. Fuhr. 1992. Probabilistic Models in Information Retrieval. The
Computer Journal, 35(3),243–255. [Easiest read, with BNs]
F. Crestani, M. Lalmas, C. J. van Rijsbergen, and I. Campbell. 1998.
Is This Document Relevant? ... Probably: A Survey of
Probabilistic Models in Information Retrieval. ACM Computing
Surveys 30(4): 528–552.
http://www.acm.org/pubs/citations/journals/surveys/1998-30-4/p528-crestani/
[Adds very little material that isn’t in van Rijsbergen or Fuhr ]
46. Resources
H.R. Turtle and W.B. Croft. 1990. Inference Networks for Document
Retrieval. Proc. ACM SIGIR: 1-24.
E. Charniak. Bayesian nets without tears. AI Magazine 12(4): 50-63
(1991). http://www.aaai.org/Library/Magazine/Vol12/12-04/vol12-04.html
D. Heckerman. 1995. A Tutorial on Learning with Bayesian Networks.
Microsoft Technical Report MSR-TR-95-06
http://www.research.microsoft.com/~heckerman/
N. Fuhr. 2000. Probabilistic Datalog: Implementing Logical Information
Retrieval for Advanced Applications. Journal of the American Society
for Information Science 51(2): 95–110.
R. K. Belew. 2001. Finding Out About: A Cognitive Perspective on Search
Engine Technology and the WWW. Cambridge UP 2001.
MIR 2.5.4, 2.8
Editor's Notes
#2:The examples in the first bullet refer to the Cranfield data set which we have used as a programming exercise.
#13:In addition to the “document independence assumption” on previous slide, we have a “term independence assumption”: terms’ contributions to relevance are treated as independent events.
Okapi is one particular way of estimating probability given tf, df, and length.
#22:Used to say: Linear Discriminant Function, because it is a linear function in terms of log probabilities, but maybe that’s too far afield for here, and is better discussed later
#23:Prabhakar wanted the add 0.5 explained. Here or elsewhere?
Log odds ratio. Add 0.5 to every expression
#31:But note that this is a pseudo difference, since it will also internally use independences and inversions just like the standard model, but more flexibly