paper-with-me

홈 › Papers

BayesCNS: A Unified Bayesian Approach to Address Cold Start and Non-Stationarity in Search Systems at Scale

2024-10-03 · Randy Ardywibowo, Rakesh Sunki, Lucy Kuo, Sankalp Nayak

Information Retrieval (IR) systems used in search and recommendation platforms frequently employ Learning-to-Rank (LTR) models to rank items in response to user queries. These models heavily rely on features derived from user interactions, such as clicks and engagement data. This dependence introduces cold start issues for items lacking user engagement and poses challenges in adapting to non-stationary shifts in user behavior over time. We address both challenges holistically as an online learning problem and propose BayesCNS, a Bayesian approach designed to handle cold start and non-stationary distribution shifts in search systems at scale. BayesCNS achieves this by estimating prior distributions for user-item interactions, which are continuously updated with new user interactions gathered online. This online learning procedure is guided by a ranker model, enabling efficient exploration of relevant items using contextual information provided by the ranker. We successfully deployed BayesCNS in a large-scale search system and demonstrated its efficacy through comprehensive offline and online experiments. Notably, an online A/B experiment showed a 10.60% increase in new item interactions and a 1.05% improvement in overall success metrics over the existing production baseline.

📄 PDF Abstract BibTeX arXiv:2410.02126

Code (0)

등록된 구현이 없습니다.

Tasks

Efficient ExplorationInformation RetrievalLearning-To-Rank

Similar Papers 제목 키워드 기반

Fast Approximate Bayesian Contextual Cold Start Learning (FAB-COST)

2020-08-18 · Jack R. McKenzie, Peter A. Appleby, Thomas House, Neil Walton

Cold-start is a notoriously difficult problem which can occur in recommendation systems, and arises when there is insufficient information to draw inferences for users or items. To address this challenge, a contextual ba…

Recommendation Systems

Firzen: Firing Strict Cold-Start Items with Frozen Heterogeneous and Homogeneous Graphs for Recommendation

2024-10-10 · Hulingxiao He, Xiangteng He, Yuxin Peng, Zifei Shan 외

Recommendation models utilizing unique identities (IDs) to represent distinct users and items have dominated the recommender systems literature for over a decade. Since multi-modal content of items (e.g., texts and image…

Knowledge GraphsRecommendation Systems

Cross-Modal Content Inference and Feature Enrichment for Cold-Start Recommendation

2023-07-06 · Haokai Ma, Zhuang Qi, Xinxin Dong, Xiangxian Li 외

Multimedia recommendation aims to fuse the multi-modal information of items for feature enrichment to improve the recommendation performance. However, existing methods typically introduce multi-modal information based on…

Multimedia recommendation

Tangram: Accelerating Serverless LLM Loading through GPU Memory Reuse and Affinity

2025-12-01 · Wenbin Zhu, Zhaoyan Shen, Zili Shao, Hongjun Dai 외 arxiv

Serverless Large Language Models (LLMs) have emerged as a cost-effective solution for deploying AI services by enabling a 'pay-as-you-go' pricing model through GPU resource sharing. However, cold-start latency, especiall…

NTSFormer: A Self-Teaching Graph Transformer for Multimodal Isolated Cold-Start Node Classification

2025-07-07 · Jun Hu, Yufei He, Yuan Li, Bryan Hooi 외 arxiv

Isolated cold-start node classification on multimodal graphs is challenging because such nodes have no edges and often have missing modalities (e.g., absent text or image features). Existing methods address structural is…

Node ClassificationGraph Learning