paper-with-me

홈 › Papers

Handling Large-scale Cardinality in building recommendation systems

2024-01-17 · Dhruva Dixith Kurra, Bo Ling, Chun Zh, Seyedshahin Ashrafzadeh

Effective recommendation systems rely on capturing user preferences, often requiring incorporating numerous features such as universally unique identifiers (UUIDs) of entities. However, the exceptionally high cardinality of UUIDs poses a significant challenge in terms of model degradation and increased model size due to sparsity. This paper presents two innovative techniques to address the challenge of high cardinality in recommendation systems. Specifically, we propose a bag-of-words approach, combined with layer sharing, to substantially decrease the model size while improving performance. Our techniques were evaluated through offline and online experiments on Uber use cases, resulting in promising results demonstrating our approach's effectiveness in optimizing recommendation systems and enhancing their overall performance.

📄 PDF Abstract BibTeX arXiv:2401.09572

Code (0)

등록된 구현이 없습니다.

Tasks

Recommendation Systems

Similar Papers 제목 키워드 기반

Cardinality Estimation for High Dimensional Similarity Queries with Adaptive Bucket Probing

2026-04-06 · Zhonghan Chen, Qintian Guo, Ruiyuan Zhang, Xiaofang Zhou arxiv

In this work, we address the problem of cardinality estimation for similarity search in high-dimensional spaces. Our goal is to design a framework that is lightweight, easy to construct, and capable of providing accurate…

Actions Speak Louder than Words: Trillion-Parameter Sequential Transducers for Generative Recommendations

2024-02-27 · Jiaqi Zhai, Lucy Liao, Xing Liu, Yueming Wang 외

Large-scale recommendation systems are characterized by their reliance on high cardinality, heterogeneous features and the need to handle tens of billions of user actions on a daily basis. Despite being trained on huge v…

Recommendation Systems

ACE: A Cardinality Estimator for Set-Valued Queries

2025-03-19 · Yufan Sheng, Xin Cao, Kaiqi Zhao, Yixiang Fang 외

Cardinality estimation is a fundamental functionality in database systems. Most existing cardinality estimators focus on handling predicates over numeric or categorical data. They have largely omitted an important data t…

Information RetrievalRecommendation Systems

Scaling Generative Recommendations with Context Parallelism on Hierarchical Sequential Transducers

2025-07-23 · Yue Dong, Han Li, Shen Li, Nikhil Patel 외 arxiv

Large-scale recommendation systems are pivotal to process an immense volume of daily user interactions, requiring the effective modeling of high cardinality and heterogeneous features to ensure accurate predictions. In p…

Recommendation Systems

NN-based Transformation of Any SQL Cardinality Estimator for Handling DISTINCT, AND, OR and NOT

2020-04-15 · Rojeh Hayek, Oded Shmueli

SQL queries, with the AND, OR, and NOT operators, constitute a broad class of highly used queries. Thus, their cardinality estimation is important for query optimization. In addition, a query planner requires the set-the…