paper-with-me

홈 › Papers

Learning Continuous User Representations through Hybrid Filtering with doc2vec

2017-12-31 · Simon Stiebellehner, Jun Wang, Shuai Yuan

Players in the online ad ecosystem are struggling to acquire the user data required for precise targeting. Audience look-alike modeling has the potential to alleviate this issue, but models' performance strongly depends on quantity and quality of available data. In order to maximize the predictive performance of our look-alike modeling algorithms, we propose two novel hybrid filtering techniques that utilize the recent neural probabilistic language model algorithm doc2vec. We apply these methods to data from a large mobile ad exchange and additional app metadata acquired from the Apple App store and Google Play store. First, we model mobile app users through their app usage histories and app descriptions (user2vec). Second, we introduce context awareness to that model by incorporating additional user and app-related metadata in model training (context2vec). Our findings are threefold: (1) the quality of recommendations provided by user2vec is notably higher than current state-of-the-art techniques. (2) User representations generated through hybrid filtering using doc2vec prove to be highly valuable features in supervised machine learning models for look-alike modeling. This represents the first application of hybrid filtering user models using neural probabilistic language models, specifically doc2vec, in look-alike modeling. (3) Incorporating context metadata in the doc2vec model training process to introduce context awareness has positive effects on performance and is superior to directly including the data as features in the downstream supervised models.

📄 PDF Abstract BibTeX arXiv:1801.00215

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage Modelling

Similar Papers 제목 키워드 기반

Movie Recommender System using critic consensus

2021-12-22 · A Nayan Varma, Kedareshwara Petluri

Recommendation systems are perhaps one of the most important agents for industry growth through the modern Internet world. Previous approaches on recommendation systems include collaborative filtering and content based f…

Collaborative FilteringRecommendation Systems

A Hybrid Variational Autoencoder for Collaborative Filtering

2018-07-14 · Kilol Gupta, Mukund Yelahanka Raghuprasad, Pankhuri Kumar

In today's day and age when almost every industry has an online presence with users interacting in online marketplaces, personalized recommendations have become quite important. Traditionally, the problem of collaborativ…

ClusteringCollaborative FilteringMovie RecommendationRecommendation Systems

Neural Variational Hybrid Collaborative Filtering

2018-10-12 · Teng Xiao, Shangsong Liang, Hong Shen, Zaiqiao Meng

Collaborative Filtering (CF) is one of the most used methods for Recommender System. Because of the Bayesian nature and nonlinearity, deep generative models, e.g. Variational Autoencoder (VAE), have been applied into CF …

Collaborative FilteringRecommendation Systems

AutoSVD++: An Efficient Hybrid Collaborative Filtering Model via Contractive Auto-encoders

2017-06-13 · Zhang Shuai, Yao Lina, Xu Xiwei

Collaborative filtering (CF) has been successfully used to provide users with personalized products and services. However, dealing with the increasing sparseness of user-item matrix still remains a challenge. To tackle s…

Collaborative FilteringComputational EfficiencyFeature Engineering

TEARS: Textual Representations for Scrutable Recommendations

2024-10-25 · Emiliano Penaloza, Olivier Gouvert, Haolun Wu, Laurent Charlin

Traditional recommender systems rely on high-dimensional (latent) embeddings for modeling user-item interactions, often resulting in opaque representations that lack interpretability. Moreover, these systems offer limite…

Collaborative FilteringRecommendation Systems