IRFeb 2, 2017

Neural Feature Embedding for User Response Prediction in Real-Time Bidding (RTB)

arXiv:1702.00855v61 citations
Originality Synthesis-oriented
AI Analysis

This work addresses a domain-specific problem in ad-targeting for RTB applications, offering an incremental improvement by adapting existing NLP methods to a new context.

The paper tackles the challenge of predicting rare user responses in Real-Time Bidding (RTB) by applying neural embedding techniques to sparse categorical features from web history, resulting in improved accuracy for commonly used models.

In the area of ad-targeting, predicting user responses is essential for many applications such as Real-Time Bidding (RTB). Many of the features available in this domain are sparse categorical features. This presents a challenge especially when the user responses to be predicted are rare, because each feature will only have very few positive examples. Recently, neural embedding techniques such as word2vec which learn distributed representations of words using occurrence statistics in the corpus have been shown to be effective in many Natural Language Processing tasks. In this paper, we use real-world data set to show that a similar technique can be used to learn distributed representations of features from users' web history, and that such representations can be used to improve the accuracy of commonly used models for predicting rare user responses.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes