Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Product-based Neural Networks for User Response Prediction

About

Predicting user responses, such as clicks and conversions, is of great importance and has found its usage in many Web applications including recommender systems, web search and online advertising. The data in those applications is mostly categorical and contains multiple fields; a typical representation is to transform it into a high-dimensional sparse binary feature representation via one-hot encoding. Facing with the extreme sparsity, traditional models may limit their capacity of mining shallow patterns from the data, i.e. low-order feature combinations. Deep models like deep neural networks, on the other hand, cannot be directly applied for the high-dimensional input because of the huge feature space. In this paper, we propose a Product-based Neural Networks (PNN) with an embedding layer to learn a distributed representation of the categorical data, a product layer to capture interactive patterns between inter-field categories, and further fully connected layers to explore high-order feature interactions. Our experimental results on two large-scale real-world ad click datasets demonstrate that PNNs consistently outperform the state-of-the-art models on various metrics.

Yanru Qu, Han Cai, Kan Ren, Weinan Zhang, Yong Yu, Ying Wen, Jun Wang• 2016

Related benchmarks

TaskDatasetResultRank
CTR PredictionCriteo
AUC0.8142
282
Click-Through Rate PredictionAvazu (test)
AUC0.7943
191
CTR PredictionAvazu
AUC78.96
144
CTR PredictionCriteo (test)
AUC0.8139
141
CTR PredictionFrappe
AUC0.9845
83
CTR PredictionMovieLens
AUC96.89
55
Click-Through Rate PredictionKKBOX
AUC85.15
48
Click-Through Rate PredictionML 1M
AUC0.9042
46
CTR PredictionFrappe (test)
AUC0.9843
38
Click-Through Rate PredictioniPinYou
Logloss0.0055
37
Showing 10 of 29 rows

Other info

Code

Follow for update