January 9, 2020

255 words 2 mins read

Learning "learning to rank"

Learning "learning to rank"

Identifying relevant documents quickly and efficiently enhances both user experience and business revenue every day. Sophie Watson demonstrates how to implement learning-to-rank algorithms and provides you with the information you need to implement your own successful ranking system.

Talk Title Learning "learning to rank"
Speakers Sophie Watson (Red Hat)
Conference Strata Data Conference
Conf Tag Making Data Work
Location London, United Kingdom
Date April 30-May 2, 2019
URL Talk Page
Slides Talk Slides
Video

Contemporary search engines are often good at finding all results for a given query but less so at identifying which of these are the best results and thus should be returned first. Excellent recall is insufficient for useful search; search engines also need to identify the most relevant results in a sea of matches. Learning-to-rank algorithms aim to capture the relative utility of search results and thereby return useful suggestions quickly and efficiently. Learning to rank can be implemented with machine learning models of varying complexity, from standard linear regression to gradient-boosted decision trees. Sophie Watson outlines some standard learning-to-rank methods and illustrates them by applying them to a real search engine. She compares off-the-shelf methods and discusses some of the pitfalls she ran into when training a learning-to-rank model and shares simple tips to improve results from the off-the-shelf methods, enabling you to build a robust and effective search engine. You’ll walk away with an understanding of the problems involved in relevant search, an overview of key techniques, and the knowledge needed to implement learning-to-rank algorithms on your own dataset.

comments powered by Disqus