paper-with-me

홈 › Papers

Both Efficiency and Effectiveness! A Large Scale Pre-ranking Framework in Search System

2023-04-05 · Qihang Zhao, Rui-Jie Zhu, Liu Yang, He Yongming, Bo Zhou, Luo Cheng

In the realm of search systems, multi-stage cascade architecture is a prevalent method, typically consisting of sequential modules such as matching, pre-ranking, and ranking. It is generally acknowledged that the model used in the pre-ranking stage must strike a balance between efficacy and efficiency. Thus, the most commonly employed architecture is the representation-focused vector product based model. However, this architecture lacks effective interaction between the query and document, resulting in a reduction in the effectiveness of the search system. To address this issue, we present a novel pre-ranking framework called RankDFM. Our framework leverages DeepFM as the backbone and employs a pairwise training paradigm to learn the ranking of videos under a query. The capability of RankDFM to cross features provides significant improvement in offline and online A/B testing performance. Furthermore, we introduce a learnable feature selection scheme to optimize the model and reduce the time required for online inference, equivalent to a tree model. Currently, RankDFM has been deployed in the search system of a shortvideo App, providing daily services to hundreds of millions users.

📄 PDF Abstract BibTeX arXiv:2304.02434

Code (0)

등록된 구현이 없습니다.

Tasks

feature selection

Methods 이 논문이 사용한 방법론

Feature Selection Feature selection, also known as variable selection, attribute selection or variable subset selection, is the process of selecting a subset of relevant features (variables,…

Similar Papers 제목 키워드 기반

Joint Optimization of Cascade Ranking Models

2019-02-11 · WSDM 2019 2 · Luke Gallagher, Ruey-Chen Chen, Roi Blanco, J. Shane Culpepper

Reducing excessive costs in feature acquisition and model evaluation has been a long-standing challenge in learning-to-rank systems. A cascaded ranking architecture turns ranking into a pipeline of multiple stages, and h…

Ad-Hoc Information RetrievalDocument RankingInformation RetrievalLearning-To-Rank

Towards Large-scale Generative Ranking

2025-05-07 · Yanhua Huang, Yuqi Chen, Xiong Cao, Rui Yang 외

Generative recommendation has recently emerged as a promising paradigm in information retrieval. However, generative ranking systems are still understudied, particularly with respect to their effectiveness and feasibilit…

Information RetrievalRecommendation Systems

IntTower: the Next Generation of Two-Tower Model for Pre-Ranking System

2022-10-18 · Xiangyang Li, Bo Chen, Huifeng Guo, Jingjie Li 외

Scoring a large number of candidates precisely in several milliseconds is vital for industrial pre-ranking systems. Existing pre-ranking systems primarily adopt the \textbf{two-tower} model since the ``user-item decoupli…

RankTower: A Synergistic Framework for Enhancing Two-Tower Pre-Ranking Model

2024-07-17 · YaChen Yan, Liubo Li

In large-scale ranking systems, cascading architectures have been widely adopted to achieve a balance between efficiency and effectiveness. The pre-ranking module plays a vital role in selecting a subset of candidates fo…

CoRanking: Collaborative Ranking with Small and Large Ranking Agents

2025-03-30 · Wenhan Liu, Xinyu Ma, Yutao Zhu, Lixin Su 외

Large Language Models (LLMs) have demonstrated superior listwise ranking performance. However, their superior performance often relies on large-scale parameters (\eg, GPT-4) and a repetitive sliding window process, which…

Collaborative Ranking