Optimizing Base Rankers Using Clicks: A Case Study using BM25
ECIR'14, Amsterdam, The Netherlands. Apr 14, 2014.
Summary
This work investigates optimizing the parameters of base ranking functions like BM25 using user click data, rather than just learning linear combinations of fixed features as in traditional learning-to-rank approaches. Using online evaluation methods including Dueling Bandit Gradient Descent and Relative Upper Confidence Bound, the authors demonstrate that optimizing BM25’s k1 and b parameters on the Yahoo Learning to Rank dataset improves NDCG@10 from 0.765 to 0.776, nearly matching the performance of more complex learning-to-rank methods (0.780) while being computationally cheaper. The research shows that simple parameter optimization of individual base rankers can yield significant improvements and may be more practical than complex feature combination approaches.
Slides
Links
Related Publications
Optimizing Base Rankers Using Clicks: A Case Study using BM25
Anne Schuth and Floor Sietsma and Shimon Whiteson and Maarten de Rijke.
In Proceedings of ECIR'14, 2014.