Beyond Pairwise Learning-To-Rank At Airbnb
Malay Haldar, Daochen Zha, Huiji Gao, Liwei He, Sanjeev Katariya

TL;DR
This paper introduces a new all-pairwise learning-to-rank framework at Airbnb that captures item interactions to improve ranking accuracy, addressing the limitations of traditional pairwise models while balancing scalability and logical ordering.
Contribution
It proposes an all-pairwise LTR model that considers item interactions for better accuracy, with strategies to mitigate scalability and ordering challenges, and demonstrates deployment at Airbnb.
Findings
Improved ranking accuracy through item interaction modeling.
Effective strategies to balance accuracy, scalability, and total order.
Positive offline and online experiment results at Airbnb.
Abstract
There are three fundamental asks from a ranking algorithm: it should scale to handle a large number of items, sort items accurately by their utility, and impose a total order on the items for logical consistency. But here's the catch-no algorithm can achieve all three at the same time. We call this limitation the SAT theorem for ranking algorithms. Given the dilemma, how can we design a practical system that meets user needs? Our current work at Airbnb provides an answer, with a working solution deployed at scale. We start with pairwise learning-to-rank (LTR) models-the bedrock of search ranking tech stacks today. They scale linearly with the number of items ranked and perform strongly on metrics like NDCG by learning from pairwise comparisons. They are at a sweet spot of performance vs. cost, making them an ideal choice for several industrial applications. However, they have a…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSharing Economy and Platforms · ICT in Developing Communities · Recommender Systems and Techniques
