paper-with-me

Papers

Capturing Delayed Feedback in Conversion Rate Prediction via Elapsed-Time Sampling

2020-12-06 · Jia-Qi Yang, Xiang Li, Shuguang Han, Tao Zhuang, De-Chuan Zhan, Xiaoyi Zeng, Bin Tong

Conversion rate (CVR) prediction is one of the most critical tasks for digital display advertising. Commercial systems often require to update models in an online learning manner to catch up with the evolving data distribution. However, conversions usually do not happen immediately after a user click. This may result in inaccurate labeling, which is called delayed feedback problem. In previous studies, delayed feedback problem is handled either by waiting positive label for a long period of time, or by consuming the negative sample on its arrival and then insert a positive duplicate when a conversion happens later. Indeed, there is a trade-off between waiting for more accurate labels and utilizing fresh data, which is not considered in existing works. To strike a balance in this trade-off, we propose Elapsed-Time Sampling Delayed Feedback Model (ES-DFM), which models the relationship between the observed conversion distribution and the true conversion distribution. Then we optimize the expectation of true conversion distribution via importance sampling under the elapsed-time sampling distribution. We further estimate the importance weight for each instance, which is used as the weight of loss function in CVR prediction. To demonstrate the effectiveness of ES-DFM, we conduct extensive experiments on a public data and a private industrial dataset. Experimental results confirm that our method consistently outperforms the previous state-of-the-art results.

📄 PDF Abstract BibTeX arXiv:2012.03245

Code (1)

ThyrixYang/es_dfm 공식 구현 tf

Similar Papers 제목 키워드 기반

Entire Space Cascade Delayed Feedback Modeling for Effective Conversion Rate Prediction

2023-08-09 · Yunfeng Zhao, Xu Yan, Xiaoqiang Gui, Shuguang Han 외

Conversion rate (CVR) prediction is an essential task for large-scale e-commerce platforms. However, refund behaviors frequently occur after conversion in online shopping systems, which drives us to pay attention to effe…

PredictionRecommendation SystemsSelection bias

Freshness or Accuracy, Why Not Both? Addressing Delayed Feedback via Dynamic Graph Neural Networks

2023-08-15 · Xiaolin Zheng, Zhongyu Wang, Chaochao Chen, Feng Zhu 외

The delayed feedback problem is one of the most pressing challenges in predicting the conversion rate since users' conversions are always delayed in online commercial systems. Although new data are beneficial for continu…

Graph Neural Network

A Nonparametric Delayed Feedback Model for Conversion Rate Prediction

2018-02-01 · Yuya Yoshikawa, Yusaku Imai

Predicting conversion rates (CVRs) in display advertising (e.g., predicting the proportion of users who purchase an item (i.e., a conversion) after its corresponding ad is clicked) is important when measuring the effects…

Prediction

Follow the Prophet: Accurate Online Conversion Rate Prediction in the Face of Delayed Feedback

2021-08-13 · Haoming Li, Feiyang Pan, Xiang Ao, Zhao Yang 외

The delayed feedback problem is one of the imperative challenges in online advertising, which is caused by the highly diversified feedback delay of a conversion varying from a few minutes to several days. It is hard to d…

Addressing Delayed Feedback in Conversion Rate Prediction via Influence Functions

2025-02-01 · Chenlu Ding, Jiancan Wu, Yancheng Yuan, Junfeng Fang 외

In the realm of online digital advertising, conversion rate (CVR) prediction plays a pivotal role in maximizing revenue under cost-per-conversion (CPA) models, where advertisers are charged only when users complete speci…

Computational Efficiency