[Recsys'25]Enhancing Online Video Recommendation via a Coarse-to-fine Dynamic Uplift Modeling Framework

July 13, 2025 · View on GitHub

This repository contains TensorFlow codes and datasets for the paper.

Environment

The code has been tested running under Python 3.8. The required packages are as follows:

  • tensorflow == 2.7.3
  • keras == 2.7.0
  • numpy == 1.24.4

Datasets

We provide the processed dataset: lazada and criteo.

lazada dataset:https://drive.google.com/drive/folders/1yPBlMY9qxrcWb4Il0JbmVazQNXHiRTlM?usp=drive_link

criteo dataset:https://drive.google.com/drive/folders/10w65depeVvW2EfJixEk5le0gFTuDIbTt?usp=drive_link

Just Run It!

  • lazada
python lazada.py
  • criteo
python criteo.py