paper-with-me

Papers

Ranking Distillation: Learning Compact Ranking Models With High Performance for Recommender System

2018-09-19 · Jiaxi Tang, Ke Wang

We propose a novel way to train ranking models, such as recommender systems, that are both effective and efficient. Knowledge distillation (KD) was shown to be successful in image recognition to achieve both effectiveness and efficiency. We propose a KD technique for learning to rank problems, called \emph{ranking distillation (RD)}. Specifically, we train a smaller student model to learn to rank documents/items from both the training data and the supervision of a larger teacher model. The student model achieves a similar ranking performance to that of the large teacher model, but its smaller model size makes the online inference more efficient. RD is flexible because it is orthogonal to the choices of ranking models for the teacher and student. We address the challenges of RD for ranking problems. The experiments on public data sets and state-of-the-art recommendation models showed that RD achieves its design purposes: the student model learnt with RD has a model size less than half of the teacher model while achieving a ranking performance similar to the teacher model and much better than the student model learnt without RD.

📄 PDF Abstract BibTeX arXiv:1809.07428

Code (1)

graytowne/rank_distill 공식 구현 pytorch

Tasks

Knowledge DistillationLearning-To-RankRecommendation SystemsVocal Bursts Intensity Prediction

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Knowledge Distillation Approaches for Accurate and Efficient Recommender System

2024-07-19 · SeongKu Kang

Despite its breakthrough in classification problems, Knowledge distillation (KD) to recommendation models and ranking problems has not been studied well in the previous literature. This dissertation is devoted to develop…

Knowledge DistillationRecommendation Systems

Query Distillation: BERT-based Distillation for Ensemble Ranking

2020-12-01 · COLING 2020 8 · Wangshu Zhang, Junhong Liu, Zujie Wen, Yafang Wang 외

Recent years have witnessed substantial progress in the development of neural ranking networks, but also an increasingly heavy computational burden due to growing numbers of parameters and the adoption of model ensembles…

Knowledge Distillation

RankDistil: Knowledge Distillation for Ranking

2021-04-13 · AISTATS 2021 4 · Sashank J. Reddi, Rama Kumar Pasumarthi, Aditya Krishna Menon, Ankit Singh Rawat Felix Yu 외

Knowledge distillation is an approach to improve the performance of a student model by using the knowledge of a complex teacher.Despite its success in several deep learning applications, the study of distillation is most…

Document RankingKnowledge Distillation

Distillation and Refinement of Reasoning in Small Language Models for Document Re-ranking

2025-04-04 · Chris Samarinas, Hamed Zamani

We present a novel approach for training small language models for reasoning-intensive document ranking that combines knowledge distillation with reinforcement learning optimization. While existing methods often rely on …

Document RankingInformation RetrievalKnowledge DistillationLanguage Modeling+4

LLM-Based Compact Reranking with Document Features for Scientific Retrieval

2025-05-19 · Runchu Tian, Xueqiang Xu, Bowen Jin, SeongKu Kang 외

Scientific retrieval is essential for advancing academic discovery. Within this process, document reranking plays a critical role by refining first-stage retrieval results. However, large language model (LLM) listwise re…

Large Language ModelRerankingRetrieval