Slide 27
Slide 27 text
Mapping function
• A mapping function is required to define relevance of a web-page to the
query.
• Φ(q, d) is a mapping onto features that describe the match between
query q and document d.
• Such features are, for example, the number of words that query and
document share, the number of words they share inside certain HTML
tags (e.g. TITLE, H1, H2, ...), or the page-rank of d, etc.
• These features combined with user’s click-through data (which implies
page ranks for a specific query) can be considered as the training data
for machine learning algorithms.
27
Friday, 15 March 13