Skip to main content

A More Concrete Ranking Model

a-more-concrete-model-of-ranking

R(Q,D)=igi(Q)fi(D)R(Q, D) = \sum_i {g_i(Q) f_i(D)}

fif_i is some feature function that extracts a number from the document text.

gig_i is a similar feature function that extract a value from the query.

These two functions form a pair of feature functions. Each pair of functions is multiplied together, and the results from all pairs are added to create a final document score.