paper-with-me

Papers

Tuning Word2vec for Large Scale Recommendation Systems

2020-09-24 · Benjamin P. Chamberlain, Emanuele Rossi, Dan Shiebler, Suvash Sedhain, Michael M. Bronstein

Word2vec is a powerful machine learning tool that emerged from Natural Lan-guage Processing (NLP) and is now applied in multiple domains, including recom-mender systems, forecasting, and network analysis. As Word2vec is often used offthe shelf, we address the question of whether the default hyperparameters are suit-able for recommender systems. The answer is emphatically no. In this paper, wefirst elucidate the importance of hyperparameter optimization and show that un-constrained optimization yields an average 221% improvement in hit rate over thedefault parameters. However, unconstrained optimization leads to hyperparametersettings that are very expensive and not feasible for large scale recommendationtasks. To this end, we demonstrate 138% average improvement in hit rate with aruntime budget-constrained hyperparameter optimization. Furthermore, to makehyperparameter optimization applicable for large scale recommendation problemswhere the target dataset is too large to search over, we investigate generalizinghyperparameters settings from samples. We show that applying constrained hy-perparameter optimization using only a 10% sample of the data still yields a 91%average improvement in hit rate over the default parameters when applied to thefull datasets. Finally, we apply hyperparameters learned using our method of con-strained optimization on a sample to the Who To Follow recommendation serviceat Twitter and are able to increase follow rates by 15%.

📄 PDF Abstract BibTeX arXiv:2009.12192

Code (0)

등록된 구현이 없습니다.

Tasks

Hyperparameter OptimizationRecommendation Systems

Similar Papers 제목 키워드 기반

A Novel Mamba-based Sequential Recommendation Method

2025-04-10 · Jun Yuan

Sequential recommendation (SR), which encodes user activity to predict the next action, has emerged as a widely adopted strategy in developing commercial personalized recommendation systems. Although Transformer-based mo…

MambaRecommendation SystemsSequential Recommendation

How Good Are Large Language Models for Course Recommendation in MOOCs?

2025-04-11 · Boxuan Ma, Md Akib Zabed Khan, Tianyuan Yang, Agoritsa Polyzou 외

Large Language Models (LLMs) have made significant strides in natural language processing and are increasingly being integrated into recommendation systems. However, their potential in educational recommendation systems …

DiversityRecommendation Systems

PLUM: Adapting Pre-trained Language Models for Industrial-scale Generative Recommendations

2025-10-09 · Ruining He, Lukasz Heldt, Lichan Hong, Raghunandan Keshavan 외 arxiv

Large Language Models (LLMs) pose a new paradigm of modeling and computation for information tasks. Recommendation systems are a critical application domain poised to benefit significantly from the sequence modeling capa…

Recommendation Systems

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…

Recommendation Systems

Application of Statistical Relational Learning to Hybrid Recommendation Systems

2016-07-04 · Shuo Yang, Mohammed Korayem, Khalifeh Aljadda, Trey Grainger 외

Recommendation systems usually involve exploiting the relations among known features and content that describe items (content-based filtering) or the overlap of similar users who interacted with or rated the target item …

Collaborative FilteringFeature EngineeringRecommendation SystemsRelational Reasoning