Skip to content

Latest commit

 

History

History
46 lines (27 loc) · 719 Bytes

section_machine_learning_for_ranked_retrieval.md

File metadata and controls

46 lines (27 loc) · 719 Bytes

Machine Learning for Ranked Retrieval

Notes:


Why?

  • Getting field weights right is hard
  • Title match > Meta keyword match?
  • Query "iphone": "iPhone cover" > "iPhone X"?

Just rank by click!

But what about new items?

Notes:


How?

  1. Calculate weights
  2. Apply new weights
  3. Compare actual rank to expected rank (nDCG, MAP, ERR, …)
  4. Try harder

Notes:


From

Regular Search pipeline

Notes:


To

LTR Search pipeline

Notes: