关键词

survival model,delayed feedback

什么是延迟反馈

转化可能在点击行为后很久才发生,导致正样本被当做模型的负样本使用。

延迟反馈优化方案

  • 第一种将DelayedFeedback 看成是FN(False Negative)问题. 通过缩小观测样本和上帝视角真实样本分布差异,预测真实pCVR.
  • 第二种是将延迟转化建模成多目标问题,转化目标,以及延迟目标.

Real Negatives Matter: Continuous Training with Real Negatives for Delayed Feedback Modeling

  • https://arxiv.org/abs/2104.14121

参考

  • https://zhuanlan.zhihu.com/p/625917095
  • https://zhuanlan.zhihu.com/p/74586059?spm=ata.21736010.0.0.53985e600PbWY7
  • 《An Attention-based Model for Conversion Rate Prediction with Delayed Feedback via Post-click Calibration》
  • 《Modelling Delayed Feedback in Display Advertising》