尊敬的 微信汇率:1円 ≈ 0.046166 元 支付宝汇率:1円 ≈ 0.046257元 [退出登录]
SlideShare a Scribd company logo
Ahmet Selman Bozkır
   Introduction to conditional, total probability & Bayesian
    theorem
   Historical background of probabilistic information retrieval
   Why probabilities in IR?
   Document ranking problem
   Binary Independence Model
   Given some event B with nonzero probability P(B) > 0
   We can define conditional prob. as an event A, given B, by
                                    P( A B)
                          P( A B)
                                      P( B)
    The Probabilty P(A|B) simply reflects the fact that the probability of an
    event A may depend on a second event B. So if A and B are mutually
    exclusive, A B =
Tolerance                         Let’s define three events:
 Resistance          5%     10%      Total      1. A as “draw 47 resistor
    ( )                                         2. B as “draw” a resistor with 5%
22-                                             3. C as “draw” a “100 resistor
                     10         14     24
47-                  28         26     44
                                               P(A) = P(47 ) = 44/100
100-                 24         8      32      P(B) = P(5%) = 62/100
Total:               62         38   100       P(C) = P(100 ) = 32 /100

 The joint probabilities are:
 P(A     B) = P(47     5%) = 28/100
 P(A     C) = P(47     100 ) = 0                                             P( A C )
                                                                  P( A C )              0
 P(B     C) = P(5%    100 ) = 24/100                                           P(C )

                                               P( A B)    28                 P( B C )   24
I f we use them the cond. prob. :    P( A B)                      P( B C )
                                                 P( B)    62                   P(C )    32
   The probability of P(A) of any event A defined on a sample space S can be
    expressed in terms of cond. probabilities. Suppose we are given N
    mutually exclusive events Bn ,n = 1,2…. N whose union equals S as
    ilustrated in figure
                                                  A Bn
      B1        B2
                         A                                 N        N
                                            A   S A       B
                                                          n 1
                                                                n   (A  B )
                                                                    n 1
                                                                            n



       B3                         Bn
   The definition of conditional probability applies to any two
    events. In particular ,let Bn be one of the events defined
    above in the subsection on total probability.

                                   P(Bn A)
                       P( Bn A)
                                     P(A)

    İf P(A)≠O,or, alternatively,
                                   P( A Bn )
                       P( A Bn )
                                     P( Bn )
   if P(Bn)≠0, one form of Bayes’ theorem is obtained by
    equating these two expressions:

                                 P( A Bn ) P( Bn )
                     P( Bn A)
                                      P( A)
   Another form derives from a substitution of P(A) as given:


                                    P( A Bn ) P( Bn )
              P( Bn A)
                         P( A B1 ) P( B1 ) ... P( A BN ) P( BN )
   The first attempts to develop a probabilistic theory of retrieval were made over
    30 years ago [Maron and Kuhns 1960; Miller 1971], and since then there has been
    a steady development of the approach. There are already several operational IR
    systems based upon probabilistic or semiprobabilistic models.
   One major obstacle in probabilistic or semiprobabilistic IR models is finding
    methods for estimating the probabilities used to evaluate the probability of
    relevance that are both theoretically sound and computationally efficient.
   The first models to be based upon such assumptions were the “binary
    independence indexing model” and the “binary independence retrieval model
   One area of recent research investigates the use of an explicit network
    representation of dependencies. The networks are processed by means of
    Bayesian inference or belief theory, using evidential reasoning techniques such as
    those described by Pearl 1988. This approach is an extension of the earliest
    probabilistic models, taking into account the conditional dependencies present in
    a real environment.
User                                              Understanding
                                      Query
      Information                 Representation            of user need is
         Need                                               uncertain
                                               How to match?

                                                         Uncertain guess of
                                    Document             whether document
       Document                   Representation
           s                                             has relevant content


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.
Can we use probabilities to quantify our uncertainties?
   Classical probabilistic retrieval model
     Probability ranking principle, etc.
   (Naïve) Bayesian Text Categorization
   Bayesian networks for text retrieval

   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.
   In probabilistic information retrieval, the goal is the estimation of the
    probability of relevance P(R l qk, dm) that a document dm will be judged
    relevant by a user with request qk. In order to estimate this probability, a
    large number of probabilistic models have been developed.

   Typically, such a model is based on representations of queries and
    documents (e.g., as sets of terms); in addition to this, probabilistic
    assumptions about the distribution of elements of these representations
    within relevant and nonrelevant documents are required.

    By collecting relevance feedback data from a few documents, the model
    then can be applied in order to estimate the probability of relevance for
    the remaining documents in the collection.
   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:
     In what order do we present documents to the
      user?
     We want the “best” document to be first, second best
      second, etc….

   Idea: Rank by probability of relevance of the
    document w.r.t. information need
     P(relevant|documenti, query)
   For events a and b:
   Bayes’ Rule
p(a, b) p(a b) p(a | b) p (b) p (b | a) p (a )
p(a | b) p(b) p (b | a ) p (a )
                                                      Prior
              p(b | a) p(a)      p(b | a) p(a)
p ( a | b)
    Posterior
                  p (b)         x a ,a
                                       p (b | x) p( x)
   Odds:                 p(a)     p(a)
                O(a )
                          p(a )   1 p(a)
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.
                                                                R={0,1} vs. NR/R
Need to find p(R|x) - probability that a document x is relevant.

           p( x | R) p( R)                      p(R),p(NR) - prior probability
p( R | x)                                       of retrieving a (non) relevant
                p( x)                           document

            p( x | NR) p( NR)
p( NR | x)
                    p ( x)                         p ( R | x)      p( NR | x) 1
p(x|R), p(x|NR) - probability that if a relevant (non-relevant) document is
retrieved, it is x.
   Bayes’ Optimal Decision Rule
     x is relevant iff p(R|x) > p(NR|x)

   PRP in action: Rank all documents by p(R|x)
   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
    C p( R | d ) C (1 p( R | d )) C p( R | d ) C (1 p( R | d ))
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
   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
   Estimate how terms contribute to relevance
     How tf, df, and length influence your judgments
     about do things like document relevance?
      ▪ One answer is the Okapi formulae (S. Robertson)


   Combine to find document relevance
    probability

   Order documents by decreasing probability
   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
   Traditionally used in conjunction with PRP
   “Binary” = Boolean: documents are represented as binary
    incidence vectors of terms (cf. lecture 1):
        
       x     ( x1 , , xn )
       xi   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!)
   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:
                                                          
                                          p ( R | q ) p ( x | R, q )
                                                     
                       p ( R | q, x )            p( x | q)
      O ( R | q, x )                                     
                       p( NR | q, x )    p( NR | q) p( x | NR, q)
                                                      
                                                  p( x | q)
                        
                     p ( R | q, x )      p ( R | q ) p ( x | R, q )
 O ( R | q, x )                                        
                     p( NR | q, x )      p( NR | q) p( x | NR, q)

                     Constant for a
                                                             Needs estimation
                     given query

• Using Independence Assumption:
                         n
    p ( x | R, q )              p ( xi | R, q )
       
   p ( x | NR, q )       i 1   p ( xi | NR, q )
                                                  n
•So :                                                    p ( xi | R, q )
        O ( R | q, d )           O( R | q)
                                                  i 1   p ( xi | NR , q )
n
                                                p ( xi | R, q )
O ( R | q, d )         O( R | q)
                                         i 1   p ( xi | NR, q )
• Since xi is either 0 or 1:
                                       p( xi 1 | R, q)           p( xi 0 | R, q)
O( R | q, d ) O( R | q)
                               xi 1   p( xi 1 | NR, q)   xi 0   p( xi 0 | NR, q)
 • Let   pi    p( xi    1 | R, q); ri          p( xi   1 | NR, q);

 • Assume, for all terms not occurring in the query (qi=0)           pi   ri
                                                                 This can be
                                                                 changed (e.g., in
                                      Then...                    relevance feedback)
                              pi         1 pi
  O ( R | q, x )     O( R | q)
                                  xi qi 1   ri   xi   0 1 ri
                                                 qi 1
        All matching terms
                                                          Non-matching
                                                          query terms
                                  pi (1 ri )           1 pi
          O( R | q)
                        xi qi   1 ri (1 pi )     qi   1 1 ri
All matching terms
                                                          All query terms
                                        pi (1 ri )           1 pi
O ( R | q, x ) O ( R | q )
                                         xi q i   1 ri (1 pi )     qi   1 1 ri


                          Constant for
                          each query

                                             Only quantity to be estimated
                                                     for rankings
• Retrieval Status Value:

                            pi (1 ri )                    pi (1 ri )
  RSV       log                                       log
                  xi qi   1 ri (1 pi )      xi qi   1     ri (1 pi )
• 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            (n s)
 • Estimates:      pi            ri
                           S           (N S)                     For now,
                                     s (S s)                     assume no
ci    K ( N , n, S , s )    log                                  zero terms.
                                (n s) ( N n S              s)
   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)
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
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):               | Vi | pi(1)
                                     pi( 2 )              κ is
                                                |V |      prior
4.   Repeat, thus generating a succession of              weight

     approximations to R.
   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
   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
   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
• Bayesian networks model causal
                                         relations between events
       a              b     p(b)
                                         •Inference in Bayesian Nets:
p(a)                                         •Given probability distributions
                           Conditional       for roots and conditional
            c              dependence        probabilities can compute
                                             apriori probability of any instance
                                             • Fixing assumptions (e.g., b
  p(c|ab) for all values
                                             was observed) will cause
  for a,b,c
                                             recomputation of probabilities

       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.
f    0 .3                                   Project Due      d     0.4
                         Finals
 f   0 .7                  (f)                  (d)           d    0.6



     f      f                                          fd   fd    f d    f d
n 0.9 0.3                No Sleep     Gloom        g 0.99 0.9     0.8    0.3
                           (n)         (g)
 n 0.1 0.7                                          g 0.01 0.1    0.2    0.7



                     g         g    Triple Latte
            t       0.99    0.1          (t)
                t   0.01    0.9
Finals             Project Due
  (f)                  (d)




                                 • Independence assumption:
No Sleep     Gloom                 P(t|g, f)=P(t|g)
  (n)         (g)                • Joint probability
                                  P(f d n g t)
                                  =P(f) P(d) P(n|f) P(g|f d) P(t|g)


           Triple Latte
                (t)
   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
Document Network
  d1    d2     di -documents                                dn
              ti - document representations
               Large, but
  t1    t2                                                  tn
              ri - “concepts” for each
               Compute once
               document collection                     rk
     r1    r2             r3



                         ci - query concepts      cm
   c1        c2           Small, compute once for
                          every query
                  qi - high-level concepts q2
        q1
Query Network                      I     I - goal node
   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.
d1         Documents
                                        d2
                                                               Document
                                                               Network

r1                   r2                 r3    Terms/Concepts




      c1        c2                 c3        Concepts
                                                                Query
                                                                Network

           q1                 q2   Query operators
                                   (AND/OR/NOT)

                     i
                          Information need
 Prior doc probability P(d) =      P(c|r)
  1/n                                 1-to-1
 P(r|d)                              thesaurus
     within-document term          P(q|c): canonical forms of
      frequency                      query operators
     tf idf - based                  Always use things like AND
                                        and NOT – never store a
                                        full CPT*




                                     *conditional probability table
Hamlet                           Macbeth
                                           Document
                                           Network

reason              trouble      double




reason        trouble             two
                                            Query
                                            Network

         OR                     NOT


                   User query
   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”
   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
All sources served by Google!

More Related Content

What's hot

Information Retrieval Models
Information Retrieval ModelsInformation Retrieval Models
Information Retrieval Models
Nisha Arankandath
 
Boolean,vector space retrieval Models
Boolean,vector space retrieval Models Boolean,vector space retrieval Models
Boolean,vector space retrieval Models
Primya Tamil
 
Functions of information retrival system(1)
Functions of information retrival system(1)Functions of information retrival system(1)
Functions of information retrival system(1)
silambu111
 
Information retrieval s
Information retrieval sInformation retrieval s
Information retrieval s
silambu111
 
Information retrieval-systems notes
Information retrieval-systems notesInformation retrieval-systems notes
Information retrieval-systems notes
BAIRAVI T
 
Information retrieval 8 term weighting
Information retrieval 8 term weightingInformation retrieval 8 term weighting
Information retrieval 8 term weighting
Vaibhav Khanna
 
Information retrieval 13 alternative set theoretic models
Information retrieval 13 alternative set theoretic modelsInformation retrieval 13 alternative set theoretic models
Information retrieval 13 alternative set theoretic models
Vaibhav Khanna
 
Vector space model of information retrieval
Vector space model of information retrievalVector space model of information retrieval
Vector space model of information retrieval
Nanthini Dominique
 
Information retrieval introduction
Information retrieval introductionInformation retrieval introduction
Information retrieval introduction
nimmyjans4
 
The vector space model
The vector space modelThe vector space model
The vector space model
pkgosh
 
Information retrieval 14 fuzzy set models of ir
Information retrieval 14 fuzzy set models of irInformation retrieval 14 fuzzy set models of ir
Information retrieval 14 fuzzy set models of ir
Vaibhav Khanna
 
3. mining frequent patterns
3. mining frequent patterns3. mining frequent patterns
3. mining frequent patterns
Azad public school
 
Term weighting
Term weightingTerm weighting
Term weighting
Primya Tamil
 
Text mining
Text miningText mining
Text mining
Koshy Geoji
 
The impact of web on ir
The impact of web on irThe impact of web on ir
The impact of web on ir
Primya Tamil
 
2.3 bayesian classification
2.3 bayesian classification2.3 bayesian classification
2.3 bayesian classification
Krish_ver2
 
Information Retrieval Evaluation
Information Retrieval EvaluationInformation Retrieval Evaluation
Information Retrieval Evaluation
José Ramón Ríos Viqueira
 
Representing uncertainty in expert systems
Representing uncertainty in expert systemsRepresenting uncertainty in expert systems
Representing uncertainty in expert systems
bhupendra kumar
 
Introduction to Information Retrieval
Introduction to Information RetrievalIntroduction to Information Retrieval
Introduction to Information Retrieval
Roi Blanco
 
Information retrieval 9 tf idf weights
Information retrieval 9 tf idf weightsInformation retrieval 9 tf idf weights
Information retrieval 9 tf idf weights
Vaibhav Khanna
 

What's hot (20)

Information Retrieval Models
Information Retrieval ModelsInformation Retrieval Models
Information Retrieval Models
 
Boolean,vector space retrieval Models
Boolean,vector space retrieval Models Boolean,vector space retrieval Models
Boolean,vector space retrieval Models
 
Functions of information retrival system(1)
Functions of information retrival system(1)Functions of information retrival system(1)
Functions of information retrival system(1)
 
Information retrieval s
Information retrieval sInformation retrieval s
Information retrieval s
 
Information retrieval-systems notes
Information retrieval-systems notesInformation retrieval-systems notes
Information retrieval-systems notes
 
Information retrieval 8 term weighting
Information retrieval 8 term weightingInformation retrieval 8 term weighting
Information retrieval 8 term weighting
 
Information retrieval 13 alternative set theoretic models
Information retrieval 13 alternative set theoretic modelsInformation retrieval 13 alternative set theoretic models
Information retrieval 13 alternative set theoretic models
 
Vector space model of information retrieval
Vector space model of information retrievalVector space model of information retrieval
Vector space model of information retrieval
 
Information retrieval introduction
Information retrieval introductionInformation retrieval introduction
Information retrieval introduction
 
The vector space model
The vector space modelThe vector space model
The vector space model
 
Information retrieval 14 fuzzy set models of ir
Information retrieval 14 fuzzy set models of irInformation retrieval 14 fuzzy set models of ir
Information retrieval 14 fuzzy set models of ir
 
3. mining frequent patterns
3. mining frequent patterns3. mining frequent patterns
3. mining frequent patterns
 
Term weighting
Term weightingTerm weighting
Term weighting
 
Text mining
Text miningText mining
Text mining
 
The impact of web on ir
The impact of web on irThe impact of web on ir
The impact of web on ir
 
2.3 bayesian classification
2.3 bayesian classification2.3 bayesian classification
2.3 bayesian classification
 
Information Retrieval Evaluation
Information Retrieval EvaluationInformation Retrieval Evaluation
Information Retrieval Evaluation
 
Representing uncertainty in expert systems
Representing uncertainty in expert systemsRepresenting uncertainty in expert systems
Representing uncertainty in expert systems
 
Introduction to Information Retrieval
Introduction to Information RetrievalIntroduction to Information Retrieval
Introduction to Information Retrieval
 
Information retrieval 9 tf idf weights
Information retrieval 9 tf idf weightsInformation retrieval 9 tf idf weights
Information retrieval 9 tf idf weights
 

Viewers also liked

Predicting food demand in food courts by decision tree approaches
Predicting food demand in food courts by decision tree approachesPredicting food demand in food courts by decision tree approaches
Predicting food demand in food courts by decision tree approaches
Selman Bozkır
 
Mobile Food Vendors and Mobile Food Court Ordinance Amendments
Mobile Food Vendors and Mobile Food Court Ordinance AmendmentsMobile Food Vendors and Mobile Food Court Ordinance Amendments
Mobile Food Vendors and Mobile Food Court Ordinance Amendments
City of College Station
 
Primetray-A smart Waiter
Primetray-A smart WaiterPrimetray-A smart Waiter
Primetray-A smart Waiter
primetray
 
Evolution of OPNFV CI System: What already exists and what can be introduced
Evolution of OPNFV CI System: What already exists and what can be introduced  Evolution of OPNFV CI System: What already exists and what can be introduced
Evolution of OPNFV CI System: What already exists and what can be introduced
OPNFV
 
The mall through time!!!
The mall through time!!!The mall through time!!!
The mall through time!!!
Terry Anderson
 
Shopping Malls of the Future
Shopping Malls of the FutureShopping Malls of the Future
Shopping Malls of the Future
David Wong MRICS
 
Food courts in India
Food courts in IndiaFood courts in India
Food courts in India
Bhavya Misra
 
Latest technologies in computer system AI(Artificial Intelligence) Knowledg...
Latest technologies in computer system  AI(Artificial Intelligence)  Knowledg...Latest technologies in computer system  AI(Artificial Intelligence)  Knowledg...
Latest technologies in computer system AI(Artificial Intelligence) Knowledg...
muhammad-Sulaiman
 
C&i systems
C&i systemsC&i systems
C&i systems
Devidutta Panda
 
Ppt For Visit To A Mall
Ppt For Visit To A MallPpt For Visit To A Mall
Ppt For Visit To A Mall
Harnam Arora
 

Viewers also liked (10)

Predicting food demand in food courts by decision tree approaches
Predicting food demand in food courts by decision tree approachesPredicting food demand in food courts by decision tree approaches
Predicting food demand in food courts by decision tree approaches
 
Mobile Food Vendors and Mobile Food Court Ordinance Amendments
Mobile Food Vendors and Mobile Food Court Ordinance AmendmentsMobile Food Vendors and Mobile Food Court Ordinance Amendments
Mobile Food Vendors and Mobile Food Court Ordinance Amendments
 
Primetray-A smart Waiter
Primetray-A smart WaiterPrimetray-A smart Waiter
Primetray-A smart Waiter
 
Evolution of OPNFV CI System: What already exists and what can be introduced
Evolution of OPNFV CI System: What already exists and what can be introduced  Evolution of OPNFV CI System: What already exists and what can be introduced
Evolution of OPNFV CI System: What already exists and what can be introduced
 
The mall through time!!!
The mall through time!!!The mall through time!!!
The mall through time!!!
 
Shopping Malls of the Future
Shopping Malls of the FutureShopping Malls of the Future
Shopping Malls of the Future
 
Food courts in India
Food courts in IndiaFood courts in India
Food courts in India
 
Latest technologies in computer system AI(Artificial Intelligence) Knowledg...
Latest technologies in computer system  AI(Artificial Intelligence)  Knowledg...Latest technologies in computer system  AI(Artificial Intelligence)  Knowledg...
Latest technologies in computer system AI(Artificial Intelligence) Knowledg...
 
C&i systems
C&i systemsC&i systems
C&i systems
 
Ppt For Visit To A Mall
Ppt For Visit To A MallPpt For Visit To A Mall
Ppt For Visit To A Mall
 

Similar to Probabilistic information retrieval models & systems

probabilistic ranking
probabilistic rankingprobabilistic ranking
probabilistic ranking
FELIX75
 
Probability Arunesh Chand Mankotia 2005
Probability   Arunesh Chand Mankotia 2005Probability   Arunesh Chand Mankotia 2005
Probability Arunesh Chand Mankotia 2005
Consultonmic
 
Bayesian Networks - A Brief Introduction
Bayesian Networks - A Brief IntroductionBayesian Networks - A Brief Introduction
Bayesian Networks - A Brief Introduction
Adnan Masood
 
Bayesian statistics
Bayesian statisticsBayesian statistics
Bayesian statistics
Alberto Labarga
 
Probability cheatsheet
Probability cheatsheetProbability cheatsheet
Probability cheatsheet
Joachim Gwoke
 
Probability Cheatsheet.pdf
Probability Cheatsheet.pdfProbability Cheatsheet.pdf
Probability Cheatsheet.pdf
ChinmayeeJonnalagadd2
 
13-uncertainty.pdf
13-uncertainty.pdf13-uncertainty.pdf
13-uncertainty.pdf
ZainabMirza20
 
Probability cheatsheet
Probability cheatsheetProbability cheatsheet
Probability cheatsheet
Suvrat Mishra
 
1-Probability-Conditional-Bayes.pdf
1-Probability-Conditional-Bayes.pdf1-Probability-Conditional-Bayes.pdf
1-Probability-Conditional-Bayes.pdf
KrushangDilipbhaiPar
 
"On the Bayesian Interpretation of Black–Litterman" by Dr. Gordon Ritter, Sen...
"On the Bayesian Interpretation of Black–Litterman" by Dr. Gordon Ritter, Sen..."On the Bayesian Interpretation of Black–Litterman" by Dr. Gordon Ritter, Sen...
"On the Bayesian Interpretation of Black–Litterman" by Dr. Gordon Ritter, Sen...
Quantopian
 
Probabilistic Retrieval Models - Sean Golliher Lecture 8 MSU CSCI 494
Probabilistic Retrieval Models - Sean Golliher Lecture 8 MSU CSCI 494Probabilistic Retrieval Models - Sean Golliher Lecture 8 MSU CSCI 494
Probabilistic Retrieval Models - Sean Golliher Lecture 8 MSU CSCI 494
Sean Golliher
 
Equational axioms for probability calculus and modelling of Likelihood ratio ...
Equational axioms for probability calculus and modelling of Likelihood ratio ...Equational axioms for probability calculus and modelling of Likelihood ratio ...
Equational axioms for probability calculus and modelling of Likelihood ratio ...
Advanced-Concepts-Team
 
Unit IV UNCERTAINITY AND STATISTICAL REASONING in AI K.Sundar,AP/CSE,VEC
Unit IV UNCERTAINITY AND STATISTICAL REASONING in AI K.Sundar,AP/CSE,VECUnit IV UNCERTAINITY AND STATISTICAL REASONING in AI K.Sundar,AP/CSE,VEC
Unit IV UNCERTAINITY AND STATISTICAL REASONING in AI K.Sundar,AP/CSE,VEC
sundarKanagaraj1
 
Theory of Relational Calculus and its Formalization
Theory of Relational Calculus and its FormalizationTheory of Relational Calculus and its Formalization
Theory of Relational Calculus and its Formalization
Yoshihiro Mizoguchi
 
Probability distributions
Probability distributions  Probability distributions
Probability distributions
Long Beach City College
 
Lesson 29
Lesson 29Lesson 29
Lesson 29
Avijit Kumar
 
AI Lesson 29
AI Lesson 29AI Lesson 29
AI Lesson 29
Assistant Professor
 
Bayesian network
Bayesian networkBayesian network
Bayesian network
Ahmad El Tawil
 
PTSP PPT.pdf
PTSP PPT.pdfPTSP PPT.pdf
PTSP PPT.pdf
goutamkrsahoo
 
An improved demspter shafer algorithm for resolving conflicting events
An improved demspter shafer algorithm for resolving conflicting eventsAn improved demspter shafer algorithm for resolving conflicting events
An improved demspter shafer algorithm for resolving conflicting events
Gauravv Prabhu
 

Similar to Probabilistic information retrieval models & systems (20)

probabilistic ranking
probabilistic rankingprobabilistic ranking
probabilistic ranking
 
Probability Arunesh Chand Mankotia 2005
Probability   Arunesh Chand Mankotia 2005Probability   Arunesh Chand Mankotia 2005
Probability Arunesh Chand Mankotia 2005
 
Bayesian Networks - A Brief Introduction
Bayesian Networks - A Brief IntroductionBayesian Networks - A Brief Introduction
Bayesian Networks - A Brief Introduction
 
Bayesian statistics
Bayesian statisticsBayesian statistics
Bayesian statistics
 
Probability cheatsheet
Probability cheatsheetProbability cheatsheet
Probability cheatsheet
 
Probability Cheatsheet.pdf
Probability Cheatsheet.pdfProbability Cheatsheet.pdf
Probability Cheatsheet.pdf
 
13-uncertainty.pdf
13-uncertainty.pdf13-uncertainty.pdf
13-uncertainty.pdf
 
Probability cheatsheet
Probability cheatsheetProbability cheatsheet
Probability cheatsheet
 
1-Probability-Conditional-Bayes.pdf
1-Probability-Conditional-Bayes.pdf1-Probability-Conditional-Bayes.pdf
1-Probability-Conditional-Bayes.pdf
 
"On the Bayesian Interpretation of Black–Litterman" by Dr. Gordon Ritter, Sen...
"On the Bayesian Interpretation of Black–Litterman" by Dr. Gordon Ritter, Sen..."On the Bayesian Interpretation of Black–Litterman" by Dr. Gordon Ritter, Sen...
"On the Bayesian Interpretation of Black–Litterman" by Dr. Gordon Ritter, Sen...
 
Probabilistic Retrieval Models - Sean Golliher Lecture 8 MSU CSCI 494
Probabilistic Retrieval Models - Sean Golliher Lecture 8 MSU CSCI 494Probabilistic Retrieval Models - Sean Golliher Lecture 8 MSU CSCI 494
Probabilistic Retrieval Models - Sean Golliher Lecture 8 MSU CSCI 494
 
Equational axioms for probability calculus and modelling of Likelihood ratio ...
Equational axioms for probability calculus and modelling of Likelihood ratio ...Equational axioms for probability calculus and modelling of Likelihood ratio ...
Equational axioms for probability calculus and modelling of Likelihood ratio ...
 
Unit IV UNCERTAINITY AND STATISTICAL REASONING in AI K.Sundar,AP/CSE,VEC
Unit IV UNCERTAINITY AND STATISTICAL REASONING in AI K.Sundar,AP/CSE,VECUnit IV UNCERTAINITY AND STATISTICAL REASONING in AI K.Sundar,AP/CSE,VEC
Unit IV UNCERTAINITY AND STATISTICAL REASONING in AI K.Sundar,AP/CSE,VEC
 
Theory of Relational Calculus and its Formalization
Theory of Relational Calculus and its FormalizationTheory of Relational Calculus and its Formalization
Theory of Relational Calculus and its Formalization
 
Probability distributions
Probability distributions  Probability distributions
Probability distributions
 
Lesson 29
Lesson 29Lesson 29
Lesson 29
 
AI Lesson 29
AI Lesson 29AI Lesson 29
AI Lesson 29
 
Bayesian network
Bayesian networkBayesian network
Bayesian network
 
PTSP PPT.pdf
PTSP PPT.pdfPTSP PPT.pdf
PTSP PPT.pdf
 
An improved demspter shafer algorithm for resolving conflicting events
An improved demspter shafer algorithm for resolving conflicting eventsAn improved demspter shafer algorithm for resolving conflicting events
An improved demspter shafer algorithm for resolving conflicting events
 

More from Selman Bozkır

lecture_07.pptx
lecture_07.pptxlecture_07.pptx
lecture_07.pptx
Selman Bozkır
 
23--Web-Design-Principles
23--Web-Design-Principles23--Web-Design-Principles
23--Web-Design-Principles
Selman Bozkır
 
Phishing Attacks: Trends, Detection Systems and Computer Vision as a Promisin...
Phishing Attacks: Trends, Detection Systems and Computer Vision as a Promisin...Phishing Attacks: Trends, Detection Systems and Computer Vision as a Promisin...
Phishing Attacks: Trends, Detection Systems and Computer Vision as a Promisin...
Selman Bozkır
 
Kötücül Yazılımların Tanınmasında Evrişimsel Sinir Ağlarının Kullanımı ve Kar...
Kötücül Yazılımların Tanınmasında Evrişimsel Sinir Ağlarının Kullanımı ve Kar...Kötücül Yazılımların Tanınmasında Evrişimsel Sinir Ağlarının Kullanımı ve Kar...
Kötücül Yazılımların Tanınmasında Evrişimsel Sinir Ağlarının Kullanımı ve Kar...
Selman Bozkır
 
Use of hog descriptors in phishing detection
Use of hog descriptors in phishing detectionUse of hog descriptors in phishing detection
Use of hog descriptors in phishing detection
Selman Bozkır
 
ADEM: An Online Decision Tree Based Menu Demand Prediction Tool for Food Courts
ADEM: An Online Decision Tree Based Menu Demand Prediction Tool for Food CourtsADEM: An Online Decision Tree Based Menu Demand Prediction Tool for Food Courts
ADEM: An Online Decision Tree Based Menu Demand Prediction Tool for Food Courts
Selman Bozkır
 
Measurement and metrics in model driven software development
Measurement and metrics in model driven software developmentMeasurement and metrics in model driven software development
Measurement and metrics in model driven software development
Selman Bozkır
 
SHOE (simple html ontology extensions)
SHOE (simple html ontology extensions)SHOE (simple html ontology extensions)
SHOE (simple html ontology extensions)
Selman Bozkır
 
Identification of User Patterns in Social Networks by Data Mining Techniques:...
Identification of User Patterns in Social Networks by Data Mining Techniques:...Identification of User Patterns in Social Networks by Data Mining Techniques:...
Identification of User Patterns in Social Networks by Data Mining Techniques:...
Selman Bozkır
 
FUAT – A Fuzzy Clustering Analysis Tool
FUAT – A Fuzzy Clustering Analysis ToolFUAT – A Fuzzy Clustering Analysis Tool
FUAT – A Fuzzy Clustering Analysis Tool
Selman Bozkır
 
Data mining & Decison Trees
Data mining & Decison TreesData mining & Decison Trees
Data mining & Decison Trees
Selman Bozkır
 

More from Selman Bozkır (13)

lecture_07.pptx
lecture_07.pptxlecture_07.pptx
lecture_07.pptx
 
23--Web-Design-Principles
23--Web-Design-Principles23--Web-Design-Principles
23--Web-Design-Principles
 
Phishing Attacks: Trends, Detection Systems and Computer Vision as a Promisin...
Phishing Attacks: Trends, Detection Systems and Computer Vision as a Promisin...Phishing Attacks: Trends, Detection Systems and Computer Vision as a Promisin...
Phishing Attacks: Trends, Detection Systems and Computer Vision as a Promisin...
 
Kötücül Yazılımların Tanınmasında Evrişimsel Sinir Ağlarının Kullanımı ve Kar...
Kötücül Yazılımların Tanınmasında Evrişimsel Sinir Ağlarının Kullanımı ve Kar...Kötücül Yazılımların Tanınmasında Evrişimsel Sinir Ağlarının Kullanımı ve Kar...
Kötücül Yazılımların Tanınmasında Evrişimsel Sinir Ağlarının Kullanımı ve Kar...
 
Use of hog descriptors in phishing detection
Use of hog descriptors in phishing detectionUse of hog descriptors in phishing detection
Use of hog descriptors in phishing detection
 
ADEM: An Online Decision Tree Based Menu Demand Prediction Tool for Food Courts
ADEM: An Online Decision Tree Based Menu Demand Prediction Tool for Food CourtsADEM: An Online Decision Tree Based Menu Demand Prediction Tool for Food Courts
ADEM: An Online Decision Tree Based Menu Demand Prediction Tool for Food Courts
 
Measurement and metrics in model driven software development
Measurement and metrics in model driven software developmentMeasurement and metrics in model driven software development
Measurement and metrics in model driven software development
 
UML ile Modelleme
UML ile ModellemeUML ile Modelleme
UML ile Modelleme
 
Hopfield Ağı
Hopfield AğıHopfield Ağı
Hopfield Ağı
 
SHOE (simple html ontology extensions)
SHOE (simple html ontology extensions)SHOE (simple html ontology extensions)
SHOE (simple html ontology extensions)
 
Identification of User Patterns in Social Networks by Data Mining Techniques:...
Identification of User Patterns in Social Networks by Data Mining Techniques:...Identification of User Patterns in Social Networks by Data Mining Techniques:...
Identification of User Patterns in Social Networks by Data Mining Techniques:...
 
FUAT – A Fuzzy Clustering Analysis Tool
FUAT – A Fuzzy Clustering Analysis ToolFUAT – A Fuzzy Clustering Analysis Tool
FUAT – A Fuzzy Clustering Analysis Tool
 
Data mining & Decison Trees
Data mining & Decison TreesData mining & Decison Trees
Data mining & Decison Trees
 

Recently uploaded

Communications Mining Series - Zero to Hero - Session 2
Communications Mining Series - Zero to Hero - Session 2Communications Mining Series - Zero to Hero - Session 2
Communications Mining Series - Zero to Hero - Session 2
DianaGray10
 
Fuxnet [EN] .pdf
Fuxnet [EN]                                   .pdfFuxnet [EN]                                   .pdf
Fuxnet [EN] .pdf
Overkill Security
 
Session 1 - Intro to Robotic Process Automation.pdf
Session 1 - Intro to Robotic Process Automation.pdfSession 1 - Intro to Robotic Process Automation.pdf
Session 1 - Intro to Robotic Process Automation.pdf
UiPathCommunity
 
Discover the Unseen: Tailored Recommendation of Unwatched Content
Discover the Unseen: Tailored Recommendation of Unwatched ContentDiscover the Unseen: Tailored Recommendation of Unwatched Content
Discover the Unseen: Tailored Recommendation of Unwatched Content
ScyllaDB
 
Multivendor cloud production with VSF TR-11 - there and back again
Multivendor cloud production with VSF TR-11 - there and back againMultivendor cloud production with VSF TR-11 - there and back again
Multivendor cloud production with VSF TR-11 - there and back again
Kieran Kunhya
 
Mutation Testing for Task-Oriented Chatbots
Mutation Testing for Task-Oriented ChatbotsMutation Testing for Task-Oriented Chatbots
Mutation Testing for Task-Oriented Chatbots
Pablo Gómez Abajo
 
An Introduction to All Data Enterprise Integration
An Introduction to All Data Enterprise IntegrationAn Introduction to All Data Enterprise Integration
An Introduction to All Data Enterprise Integration
Safe Software
 
TrustArc Webinar - Your Guide for Smooth Cross-Border Data Transfers and Glob...
TrustArc Webinar - Your Guide for Smooth Cross-Border Data Transfers and Glob...TrustArc Webinar - Your Guide for Smooth Cross-Border Data Transfers and Glob...
TrustArc Webinar - Your Guide for Smooth Cross-Border Data Transfers and Glob...
TrustArc
 
CTO Insights: Steering a High-Stakes Database Migration
CTO Insights: Steering a High-Stakes Database MigrationCTO Insights: Steering a High-Stakes Database Migration
CTO Insights: Steering a High-Stakes Database Migration
ScyllaDB
 
Facilitation Skills - When to Use and Why.pptx
Facilitation Skills - When to Use and Why.pptxFacilitation Skills - When to Use and Why.pptx
Facilitation Skills - When to Use and Why.pptx
Knoldus Inc.
 
QR Secure: A Hybrid Approach Using Machine Learning and Security Validation F...
QR Secure: A Hybrid Approach Using Machine Learning and Security Validation F...QR Secure: A Hybrid Approach Using Machine Learning and Security Validation F...
QR Secure: A Hybrid Approach Using Machine Learning and Security Validation F...
AlexanderRichford
 
An All-Around Benchmark of the DBaaS Market
An All-Around Benchmark of the DBaaS MarketAn All-Around Benchmark of the DBaaS Market
An All-Around Benchmark of the DBaaS Market
ScyllaDB
 
So You've Lost Quorum: Lessons From Accidental Downtime
So You've Lost Quorum: Lessons From Accidental DowntimeSo You've Lost Quorum: Lessons From Accidental Downtime
So You've Lost Quorum: Lessons From Accidental Downtime
ScyllaDB
 
Call Girls Chennai ☎️ +91-7426014248 😍 Chennai Call Girl Beauty Girls Chennai...
Call Girls Chennai ☎️ +91-7426014248 😍 Chennai Call Girl Beauty Girls Chennai...Call Girls Chennai ☎️ +91-7426014248 😍 Chennai Call Girl Beauty Girls Chennai...
Call Girls Chennai ☎️ +91-7426014248 😍 Chennai Call Girl Beauty Girls Chennai...
anilsa9823
 
Guidelines for Effective Data Visualization
Guidelines for Effective Data VisualizationGuidelines for Effective Data Visualization
Guidelines for Effective Data Visualization
UmmeSalmaM1
 
Chapter 5 - Managing Test Activities V4.0
Chapter 5 - Managing Test Activities V4.0Chapter 5 - Managing Test Activities V4.0
Chapter 5 - Managing Test Activities V4.0
Neeraj Kumar Singh
 
Must Know Postgres Extension for DBA and Developer during Migration
Must Know Postgres Extension for DBA and Developer during MigrationMust Know Postgres Extension for DBA and Developer during Migration
Must Know Postgres Extension for DBA and Developer during Migration
Mydbops
 
Real-Time Persisted Events at Supercell
Real-Time Persisted Events at  SupercellReal-Time Persisted Events at  Supercell
Real-Time Persisted Events at Supercell
ScyllaDB
 
DynamoDB to ScyllaDB: Technical Comparison and the Path to Success
DynamoDB to ScyllaDB: Technical Comparison and the Path to SuccessDynamoDB to ScyllaDB: Technical Comparison and the Path to Success
DynamoDB to ScyllaDB: Technical Comparison and the Path to Success
ScyllaDB
 
Building a Semantic Layer of your Data Platform
Building a Semantic Layer of your Data PlatformBuilding a Semantic Layer of your Data Platform
Building a Semantic Layer of your Data Platform
Enterprise Knowledge
 

Recently uploaded (20)

Communications Mining Series - Zero to Hero - Session 2
Communications Mining Series - Zero to Hero - Session 2Communications Mining Series - Zero to Hero - Session 2
Communications Mining Series - Zero to Hero - Session 2
 
Fuxnet [EN] .pdf
Fuxnet [EN]                                   .pdfFuxnet [EN]                                   .pdf
Fuxnet [EN] .pdf
 
Session 1 - Intro to Robotic Process Automation.pdf
Session 1 - Intro to Robotic Process Automation.pdfSession 1 - Intro to Robotic Process Automation.pdf
Session 1 - Intro to Robotic Process Automation.pdf
 
Discover the Unseen: Tailored Recommendation of Unwatched Content
Discover the Unseen: Tailored Recommendation of Unwatched ContentDiscover the Unseen: Tailored Recommendation of Unwatched Content
Discover the Unseen: Tailored Recommendation of Unwatched Content
 
Multivendor cloud production with VSF TR-11 - there and back again
Multivendor cloud production with VSF TR-11 - there and back againMultivendor cloud production with VSF TR-11 - there and back again
Multivendor cloud production with VSF TR-11 - there and back again
 
Mutation Testing for Task-Oriented Chatbots
Mutation Testing for Task-Oriented ChatbotsMutation Testing for Task-Oriented Chatbots
Mutation Testing for Task-Oriented Chatbots
 
An Introduction to All Data Enterprise Integration
An Introduction to All Data Enterprise IntegrationAn Introduction to All Data Enterprise Integration
An Introduction to All Data Enterprise Integration
 
TrustArc Webinar - Your Guide for Smooth Cross-Border Data Transfers and Glob...
TrustArc Webinar - Your Guide for Smooth Cross-Border Data Transfers and Glob...TrustArc Webinar - Your Guide for Smooth Cross-Border Data Transfers and Glob...
TrustArc Webinar - Your Guide for Smooth Cross-Border Data Transfers and Glob...
 
CTO Insights: Steering a High-Stakes Database Migration
CTO Insights: Steering a High-Stakes Database MigrationCTO Insights: Steering a High-Stakes Database Migration
CTO Insights: Steering a High-Stakes Database Migration
 
Facilitation Skills - When to Use and Why.pptx
Facilitation Skills - When to Use and Why.pptxFacilitation Skills - When to Use and Why.pptx
Facilitation Skills - When to Use and Why.pptx
 
QR Secure: A Hybrid Approach Using Machine Learning and Security Validation F...
QR Secure: A Hybrid Approach Using Machine Learning and Security Validation F...QR Secure: A Hybrid Approach Using Machine Learning and Security Validation F...
QR Secure: A Hybrid Approach Using Machine Learning and Security Validation F...
 
An All-Around Benchmark of the DBaaS Market
An All-Around Benchmark of the DBaaS MarketAn All-Around Benchmark of the DBaaS Market
An All-Around Benchmark of the DBaaS Market
 
So You've Lost Quorum: Lessons From Accidental Downtime
So You've Lost Quorum: Lessons From Accidental DowntimeSo You've Lost Quorum: Lessons From Accidental Downtime
So You've Lost Quorum: Lessons From Accidental Downtime
 
Call Girls Chennai ☎️ +91-7426014248 😍 Chennai Call Girl Beauty Girls Chennai...
Call Girls Chennai ☎️ +91-7426014248 😍 Chennai Call Girl Beauty Girls Chennai...Call Girls Chennai ☎️ +91-7426014248 😍 Chennai Call Girl Beauty Girls Chennai...
Call Girls Chennai ☎️ +91-7426014248 😍 Chennai Call Girl Beauty Girls Chennai...
 
Guidelines for Effective Data Visualization
Guidelines for Effective Data VisualizationGuidelines for Effective Data Visualization
Guidelines for Effective Data Visualization
 
Chapter 5 - Managing Test Activities V4.0
Chapter 5 - Managing Test Activities V4.0Chapter 5 - Managing Test Activities V4.0
Chapter 5 - Managing Test Activities V4.0
 
Must Know Postgres Extension for DBA and Developer during Migration
Must Know Postgres Extension for DBA and Developer during MigrationMust Know Postgres Extension for DBA and Developer during Migration
Must Know Postgres Extension for DBA and Developer during Migration
 
Real-Time Persisted Events at Supercell
Real-Time Persisted Events at  SupercellReal-Time Persisted Events at  Supercell
Real-Time Persisted Events at Supercell
 
DynamoDB to ScyllaDB: Technical Comparison and the Path to Success
DynamoDB to ScyllaDB: Technical Comparison and the Path to SuccessDynamoDB to ScyllaDB: Technical Comparison and the Path to Success
DynamoDB to ScyllaDB: Technical Comparison and the Path to Success
 
Building a Semantic Layer of your Data Platform
Building a Semantic Layer of your Data PlatformBuilding a Semantic Layer of your Data Platform
Building a Semantic Layer of your Data Platform
 

Probabilistic information retrieval models & systems

  • 2. Introduction to conditional, total probability & Bayesian theorem  Historical background of probabilistic information retrieval  Why probabilities in IR?  Document ranking problem  Binary Independence Model
  • 3. Given some event B with nonzero probability P(B) > 0  We can define conditional prob. as an event A, given B, by P( A B) P( A B) P( B) The Probabilty P(A|B) simply reflects the fact that the probability of an event A may depend on a second event B. So if A and B are mutually exclusive, A B =
  • 4. Tolerance Let’s define three events: Resistance 5% 10% Total 1. A as “draw 47 resistor ( ) 2. B as “draw” a resistor with 5% 22- 3. C as “draw” a “100 resistor 10 14 24 47- 28 26 44 P(A) = P(47 ) = 44/100 100- 24 8 32 P(B) = P(5%) = 62/100 Total: 62 38 100 P(C) = P(100 ) = 32 /100 The joint probabilities are: P(A B) = P(47 5%) = 28/100 P(A C) = P(47 100 ) = 0 P( A C ) P( A C ) 0 P(B C) = P(5% 100 ) = 24/100 P(C ) P( A B) 28 P( B C ) 24 I f we use them the cond. prob. : P( A B) P( B C ) P( B) 62 P(C ) 32
  • 5. The probability of P(A) of any event A defined on a sample space S can be expressed in terms of cond. probabilities. Suppose we are given N mutually exclusive events Bn ,n = 1,2…. N whose union equals S as ilustrated in figure A Bn B1 B2 A N N A S A B n 1 n (A  B ) n 1 n B3 Bn
  • 6. The definition of conditional probability applies to any two events. In particular ,let Bn be one of the events defined above in the subsection on total probability. P(Bn A) P( Bn A) P(A) İf P(A)≠O,or, alternatively, P( A Bn ) P( A Bn ) P( Bn )
  • 7. if P(Bn)≠0, one form of Bayes’ theorem is obtained by equating these two expressions: P( A Bn ) P( Bn ) P( Bn A) P( A)  Another form derives from a substitution of P(A) as given: P( A Bn ) P( Bn ) P( Bn A) P( A B1 ) P( B1 ) ... P( A BN ) P( BN )
  • 8. The first attempts to develop a probabilistic theory of retrieval were made over 30 years ago [Maron and Kuhns 1960; Miller 1971], and since then there has been a steady development of the approach. There are already several operational IR systems based upon probabilistic or semiprobabilistic models.  One major obstacle in probabilistic or semiprobabilistic IR models is finding methods for estimating the probabilities used to evaluate the probability of relevance that are both theoretically sound and computationally efficient.  The first models to be based upon such assumptions were the “binary independence indexing model” and the “binary independence retrieval model  One area of recent research investigates the use of an explicit network representation of dependencies. The networks are processed by means of Bayesian inference or belief theory, using evidential reasoning techniques such as those described by Pearl 1988. This approach is an extension of the earliest probabilistic models, taking into account the conditional dependencies present in a real environment.
  • 9. User Understanding Query Information Representation of user need is Need uncertain How to match? Uncertain guess of Document whether document Document Representation s has relevant content 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. Can we use probabilities to quantify our uncertainties?
  • 10. Classical probabilistic retrieval model  Probability ranking principle, etc.  (Naïve) Bayesian Text Categorization  Bayesian networks for text retrieval  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.
  • 11. In probabilistic information retrieval, the goal is the estimation of the probability of relevance P(R l qk, dm) that a document dm will be judged relevant by a user with request qk. In order to estimate this probability, a large number of probabilistic models have been developed.  Typically, such a model is based on representations of queries and documents (e.g., as sets of terms); in addition to this, probabilistic assumptions about the distribution of elements of these representations within relevant and nonrelevant documents are required.  By collecting relevance feedback data from a few documents, the model then can be applied in order to estimate the probability of relevance for the remaining documents in the collection.
  • 12. 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:  In what order do we present documents to the user?  We want the “best” document to be first, second best second, etc….  Idea: Rank by probability of relevance of the document w.r.t. information need  P(relevant|documenti, query)
  • 13. For events a and b:  Bayes’ Rule p(a, b) p(a b) p(a | b) p (b) p (b | a) p (a ) p(a | b) p(b) p (b | a ) p (a ) Prior p(b | a) p(a) p(b | a) p(a) p ( a | b) Posterior p (b) x a ,a p (b | x) p( x)  Odds: p(a) p(a) O(a ) p(a ) 1 p(a)
  • 14. 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. R={0,1} vs. NR/R Need to find p(R|x) - probability that a document x is relevant. p( x | R) p( R) p(R),p(NR) - prior probability p( R | x) of retrieving a (non) relevant p( x) document p( x | NR) p( NR) p( NR | x) p ( x) p ( R | x) p( NR | x) 1 p(x|R), p(x|NR) - probability that if a relevant (non-relevant) document is retrieved, it is x.
  • 15. Bayes’ Optimal Decision Rule  x is relevant iff p(R|x) > p(NR|x)  PRP in action: Rank all documents by p(R|x)
  • 16. 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 C p( R | d ) C (1 p( R | d )) C p( R | d ) C (1 p( R | d )) 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
  • 17. 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
  • 18. Estimate how terms contribute to relevance  How tf, df, and length influence your judgments about do things like document relevance? ▪ One answer is the Okapi formulae (S. Robertson)  Combine to find document relevance probability  Order documents by decreasing probability
  • 19. 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
  • 20. Traditionally used in conjunction with PRP  “Binary” = Boolean: documents are represented as binary incidence vectors of terms (cf. lecture 1):   x ( x1 , , xn )  xi 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!)
  • 21. 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:  p ( R | q ) p ( x | R, q )    p ( R | q, x ) p( x | q) O ( R | q, x )   p( NR | q, x ) p( NR | q) p( x | NR, q)  p( x | q)
  • 22.   p ( R | q, x ) p ( R | q ) p ( x | R, q ) O ( R | q, x )   p( NR | q, x ) p( NR | q) p( x | NR, q) Constant for a Needs estimation given query • Using Independence Assumption:  n p ( x | R, q ) p ( xi | R, q )  p ( x | NR, q ) i 1 p ( xi | NR, q ) n •So : p ( xi | R, q ) O ( R | q, d ) O( R | q) i 1 p ( xi | NR , q )
  • 23. n p ( xi | R, q ) O ( R | q, d ) O( R | q) i 1 p ( xi | NR, q ) • Since xi is either 0 or 1: p( xi 1 | R, q) p( xi 0 | R, q) O( R | q, d ) O( R | q) xi 1 p( xi 1 | NR, q) xi 0 p( xi 0 | NR, q) • Let pi p( xi 1 | R, q); ri p( xi 1 | NR, q); • Assume, for all terms not occurring in the query (qi=0) pi ri This can be changed (e.g., in Then... relevance feedback)
  • 24. pi 1 pi O ( R | q, x ) O( R | q) xi qi 1 ri xi 0 1 ri qi 1 All matching terms Non-matching query terms pi (1 ri ) 1 pi O( R | q) xi qi 1 ri (1 pi ) qi 1 1 ri All matching terms All query terms
  • 25. pi (1 ri ) 1 pi O ( R | q, x ) O ( R | q ) xi q i 1 ri (1 pi ) qi 1 1 ri Constant for each query Only quantity to be estimated for rankings • Retrieval Status Value: pi (1 ri ) pi (1 ri ) RSV log log xi qi 1 ri (1 pi ) xi qi 1 ri (1 pi )
  • 26. • 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 (n s) • Estimates: pi ri S (N S) For now, s (S s) assume no ci K ( N , n, S , s ) log zero terms. (n s) ( N n S s)
  • 27. 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)
  • 28. 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
  • 29. 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): | Vi | pi(1) pi( 2 ) κ is |V | prior 4. Repeat, thus generating a succession of weight approximations to R.
  • 30. 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
  • 31. 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
  • 32. 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
  • 33. • Bayesian networks model causal relations between events a b p(b) •Inference in Bayesian Nets: p(a) •Given probability distributions Conditional for roots and conditional c dependence probabilities can compute apriori probability of any instance • Fixing assumptions (e.g., b p(c|ab) for all values was observed) will cause for a,b,c recomputation of probabilities 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.
  • 34. f 0 .3 Project Due d 0.4 Finals f 0 .7 (f) (d) d 0.6 f f fd fd f d f d n 0.9 0.3 No Sleep Gloom g 0.99 0.9 0.8 0.3 (n) (g) n 0.1 0.7 g 0.01 0.1 0.2 0.7 g g Triple Latte t 0.99 0.1 (t) t 0.01 0.9
  • 35. Finals Project Due (f) (d) • Independence assumption: No Sleep Gloom P(t|g, f)=P(t|g) (n) (g) • Joint probability P(f d n g t) =P(f) P(d) P(n|f) P(g|f d) P(t|g) Triple Latte (t)
  • 36. 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. Document Network d1 d2 di -documents dn ti - document representations Large, but t1 t2 tn ri - “concepts” for each Compute once document collection rk r1 r2 r3 ci - query concepts cm c1 c2 Small, compute once for every query qi - high-level concepts q2 q1 Query Network I I - goal node
  • 38. 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. d1 Documents d2 Document Network r1 r2 r3 Terms/Concepts c1 c2 c3 Concepts Query Network q1 q2 Query operators (AND/OR/NOT) i Information need
  • 40.  Prior doc probability P(d) =  P(c|r) 1/n  1-to-1  P(r|d)  thesaurus  within-document term  P(q|c): canonical forms of frequency query operators  tf idf - based  Always use things like AND and NOT – never store a full CPT* *conditional probability table
  • 41. Hamlet Macbeth Document Network reason trouble double reason trouble two Query Network OR NOT User query
  • 42. 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. 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. All sources served by Google!
  翻译: