paper-with-me

홈 › Papers

Multi-objective Learning to Rank by Model Distillation

2024-07-09 · Jie Tang, Huiji Gao, Liwei He, Sanjeev Katariya

In online marketplaces, search ranking's objective is not only to purchase or conversion (primary objective), but to also the purchase outcomes(secondary objectives), e.g. order cancellation(or return), review rating, customer service inquiries, platform long term growth. Multi-objective learning to rank has been widely studied to balance primary and secondary objectives. But traditional approaches in industry face some challenges including expensive parameter tuning leads to sub-optimal solution, suffering from imbalanced data sparsity issue, and being not compatible with ad-hoc objective. In this paper, we propose a distillation-based ranking solution for multi-objective ranking, which optimizes the end-to-end ranking system at Airbnb across multiple ranking models on different objectives along with various considerations to optimize training and serving efficiency to meet industry standards. We found it performs much better than traditional approaches, it doesn't only significantly increases primary objective by a large margin but also meet secondary objectives constraints and improve model stability. We also demonstrated the proposed system could be further simplified by model self-distillation. Besides this, we did additional simulations to show that this approach could also help us efficiently inject ad-hoc non-differentiable business objective into the ranking system while enabling us to balance our optimization objectives.

📄 PDF Abstract BibTeX arXiv:2407.07181

Code (0)

등록된 구현이 없습니다.

Tasks

Learning-To-Rankmodel

Methods 이 논문이 사용한 방법론

Golden Queue Managers 설명 없음

Similar Papers 제목 키워드 기반

Enhancing Knowledge Distillation of Large Language Models through Efficient Multi-Modal Distribution Alignment

2024-09-19 · Tianyu Peng, Jiajun Zhang

Knowledge distillation (KD) is an effective model compression method that can transfer the internal capabilities of large language models (LLMs) to smaller ones. However, the multi-modal probability distribution predicte…

Knowledge DistillationModel Compression

An Empirical Study of Uniform-Architecture Knowledge Distillation in Document Ranking

2023-02-08 · Xubo Qin, Xiyuan Liu, Xiongfeng Zheng, Jie Liu 외

Although BERT-based ranking models have been commonly used in commercial search engines, they are usually time-consuming for online ranking tasks. Knowledge distillation, which aims at learning a smaller model with compa…

Document RankingKnowledge Distillation

Theoretical Guarantees for LT-TTD: A Unified Transformer-based Architecture for Two-Level Ranking Systems

2025-05-07 · Ayoub Abraich

Modern recommendation and search systems typically employ multi-stage ranking architectures to efficiently handle billions of candidates. The conventional approach uses distinct L1 (candidate retrieval) and L2 (re-rankin…

Computational EfficiencyKnowledge DistillationRe-RankingRetrieval

Kendall's $τ$ Coefficient for Logits Distillation

2024-09-26 · Yuchen Guan, Runxi Cheng, Kang Liu, Chun Yuan

Knowledge distillation typically employs the Kullback-Leibler (KL) divergence to constrain the student model's output to match the soft labels provided by the teacher model exactly. However, sometimes the optimization di…

Knowledge Distillation

Teacher-Student Architecture for Knowledge Distillation: A Survey

2023-08-08 · Chengming Hu, Xuan Li, Dan Liu, Haolun Wu 외

Although Deep neural networks (DNNs) have shown a strong capacity to solve large-scale problems in many areas, such DNNs are hard to be deployed in real-world systems due to their voluminous parameters. To tackle this is…

Knowledge DistillationregressionSurvey