/RTB-research

RTB(Real-Time-Bidding) research walkthrough.

MIT LicenseMIT

RTB-research

RTB(Real-Time-Bidding) research walk through.

This is my material repo about the Computional Advertising. That's about the resource i read, some notes and memo.

Welcome to make friends in this industry.

Book

  • Display Advertising with Real-Time Bidding (RTB) and Behavioural Targeting by Jun Wang, Weinan Zhang and Shuai Yuan. ArXiv 2016.

    A very detail introduction book about RTB industry and technic detail with many paper reference.

  • Computational Advertising by Peng Liu, Chao Wang. 2015

    A good introduction book from almost all perspectives to talking about digital advertising. Copyright reserve. So no link..

Paper

Bidding

CTR

  • Simple and Scalable Response Prediction for Display Advertising by Olivier Chapelle Criteo, Eren Manavoglu, Romer Rosales. ACM TIST 2014.

    Very specific CTR modeling process. Including model introduce, tricks of feature engineering, feature conjunctions, try multitasks learning, subsampling, regulazation, smoothing, calibration. Some useful experiment like Exploration/Exploitation. But a little obsolete for today (2017).

  • Practical Lessons from Predicting Clicks on Ads at Facebook by Xinran He et al. ADKDD 2014.

    This paper formulate Normalized-Entropy as metrics and any other metrics explained. It also put forward the practice of GBDT+LR. (A method use GBDT(gradient boosting decision tree) to do feature transformation.

  • Ad Click Prediction: a View from the Trenches by H. Brendan McMahan. KDD 2013.

    This paper have a lot of pratical skills and industry experience about CTR, including sparsification, feature enginering, validation and final calibration. It also put forward how to estimate the unconfidence pCTR. The calibration is about possion regression or isotonic regression.(Need further check.)

  • Predictive Model Performance: Offline and Online Evaluations by Jeonghee Yi, Ye Chen et al. KDD 2013.  

    This paper do the summary for now about the evaluation metrics of model performance including but not except sponsor search, RTB..et al. AUC is not good enough to evaluate model performance, RIG is not much good for model compare.

Pacing

Other Technique Tricks

  • Cheng H T, Koc L, Harmsen J, et al. Wide & Deep Learning for Recommender Systems[J]. 2016

    The paper have a detail explain the implimentation in Google Play. Use wide model to memorize data and deep model to generialize and using joint learning to learn the model. Google open source the code in tensorflow.

  • Steffen Rendle (2010): Factorization Machines, in Proceedings of the 10th IEEE International Conference on Data Mining (ICDM 2010), Sydney, Australia.

    Factorization machine. Widely used in Information Retrieve field. It extend LR, take 2nd cross-feature into consideration. The idea is simple. But very useful.

  • Feature Hashing for Large Scale Multitask Learning, by Kilian Weinberger et al. 2010

    This paper show great details about feature hash, including mathematic prove, application in spam email filter. NLP problem. It could also apply when there's need to reduce RAM. But google shows that, hash trick may induce great bias when there's great collision.

  • Logistic Regression in Rare Events Data by Gary King and Langche Zeng. Political Analysis 2001  

    This paper is about correction in LR model in rare events data, the imbalanced dataset. Two correction methods, afterward correction and weight correction.

Dataset