Deep Learning over Multi-field Categorical Data: A Case Study on User Response Prediction
Weinan Zhang, Tianming Du, Jun Wang

TL;DR
This paper introduces deep learning models that automatically learn feature interactions from multi-field categorical data to improve user response prediction, outperforming existing models in large-scale experiments.
Contribution
The paper proposes two novel deep neural network models combined with feature transformation methods like FMs, RBMs, and DAEs for effective user response prediction from categorical data.
Findings
Models outperform state-of-the-art methods in large-scale experiments.
Deep models effectively learn feature interactions without manual feature engineering.
Feature transformation methods improve training efficiency and prediction accuracy.
Abstract
Predicting user responses, such as click-through rate and conversion rate, are critical in many web applications including web search, personalised recommendation, and online advertising. Different from continuous raw features that we usually found in the image and audio domains, the input features in web space are always of multi-field and are mostly discrete and categorical while their dependencies are little known. Major user response prediction models have to either limit themselves to linear models or require manually building up high-order combination features. The former loses the ability of exploring feature interactions, while the latter results in a heavy computation in the large feature space. To tackle the issue, we propose two novel models using deep neural networks (DNNs) to automatically learn effective patterns from categorical feature interactions and make predictions…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRecommender Systems and Techniques · Advanced Data Compression Techniques · Image Retrieval and Classification Techniques
