Project description
Click-through rate (CTR) prediction is a critical task for various industrial applications such as online advertising, recommender systems, and sponsored search. FuxiCTR provides an open-source library for CTR prediction, with key features in configurability, tunability, and reproducibility. We hope this project could promote reproducible research and benefit both researchers and practitioners in this field.
Key Features
Configurable : Both data preprocessing and models are modularized and configurable.
Tunable : Models can be automatically tuned through easy configurations.
Reproducible : All the benchmarks can be easily reproduced.
Extensible : It can be easily extended to any new models, supporting both Pytorch and Tensorflow frameworks.
Model Zoo
No
Publication
Model
Paper
Benchmark
Version
:open_file_folder: Feature Interaction Models
1
WWW'07
LR
Predicting Clicks: Estimating the Click-Through Rate for New Ads :triangular_flag_on_post:Microsoft
:arrow_upper_right:
torch
2
ICDM'10
FM
Factorization Machines
:arrow_upper_right:
torch
3
CIKM'13
DSSM
Learning Deep Structured Semantic Models for Web Search using Clickthrough Data :triangular_flag_on_post:Microsoft
:arrow_upper_right:
torch
4
CIKM'15
CCPM
A Convolutional Click Prediction Model
:arrow_upper_right:
torch
5
RecSys'16
FFM
Field-aware Factorization Machines for CTR Prediction :triangular_flag_on_post:Criteo
:arrow_upper_right:
torch
6
RecSys'16
DNN
Deep Neural Networks for YouTube Recommendations :triangular_flag_on_post:Google
:arrow_upper_right:
torch
, tf
7
DLRS'16
Wide&Deep
Wide & Deep Learning for Recommender Systems :triangular_flag_on_post:Google
:arrow_upper_right:
torch
, tf
8
ICDM'16
PNN
Product-based Neural Networks for User Response Prediction
:arrow_upper_right:
torch
9
KDD'16
DeepCrossing
Deep Crossing: Web-Scale Modeling without Manually Crafted Combinatorial Features :triangular_flag_on_post:Microsoft
:arrow_upper_right:
torch
10
NIPS'16
HOFM
Higher-Order Factorization Machines
:arrow_upper_right:
torch
11
IJCAI'17
DeepFM
DeepFM: A Factorization-Machine based Neural Network for CTR Prediction :triangular_flag_on_post:Huawei
:arrow_upper_right:
torch
, tf
12
SIGIR'17
NFM
Neural Factorization Machines for Sparse Predictive Analytics
:arrow_upper_right:
torch
13
IJCAI'17
AFM
Attentional Factorization Machines: Learning the Weight of Feature Interactions via Attention Networks
:arrow_upper_right:
torch
14
ADKDD'17
DCN
Deep & Cross Network for Ad Click Predictions :triangular_flag_on_post:Google
:arrow_upper_right:
torch
, tf
15
WWW'18
FwFM
Field-weighted Factorization Machines for Click-Through Rate Prediction in Display Advertising :triangular_flag_on_post:Oath, TouchPal, LinkedIn, Alibaba
:arrow_upper_right:
torch
16
KDD'18
xDeepFM
xDeepFM: Combining Explicit and Implicit Feature Interactions for Recommender Systems :triangular_flag_on_post:Microsoft
:arrow_upper_right:
torch
17
CIKM'19
FiGNN
FiGNN: Modeling Feature Interactions via Graph Neural Networks for CTR Prediction
:arrow_upper_right:
torch
18
CIKM'19
AutoInt/AutoInt+
AutoInt: Automatic Feature Interaction Learning via Self-Attentive Neural Networks
:arrow_upper_right:
torch
19
RecSys'19
FiBiNET
FiBiNET: Combining Feature Importance and Bilinear feature Interaction for Click-Through Rate Prediction :triangular_flag_on_post:Sina Weibo
:arrow_upper_right:
torch
20
WWW'19
FGCNN
Feature Generation by Convolutional Neural Network for Click-Through Rate Prediction :triangular_flag_on_post:Huawei
:arrow_upper_right:
torch
21
AAAI'19
HFM/HFM+
Holographic Factorization Machines for Recommendation
:arrow_upper_right:
torch
22
Arxiv'19
DLRM
Deep Learning Recommendation Model for Personalization and Recommendation Systems :triangular_flag_on_post:Facebook
:arrow_upper_right:
torch
23
NeuralNetworks'20
ONN
Operation-aware Neural Networks for User Response Prediction
:arrow_upper_right:
torch
, tf
24
AAAI'20
AFN/AFN+
Adaptive Factorization Network: Learning Adaptive-Order Feature Interactions
:arrow_upper_right:
torch
25
AAAI'20
LorentzFM
Learning Feature Interactions with Lorentzian Factorization :triangular_flag_on_post:eBay
:arrow_upper_right:
torch
26
WSDM'20
InterHAt
Interpretable Click-through Rate Prediction through Hierarchical Attention :triangular_flag_on_post:NEC Labs, Google
:arrow_upper_right:
torch
27
DLP-KDD'20
FLEN
FLEN: Leveraging Field for Scalable CTR Prediction :triangular_flag_on_post:Tencent
:arrow_upper_right:
torch
28
CIKM'20
DeepIM
Deep Interaction Machine: A Simple but Effective Model for High-order Feature Interactions :triangular_flag_on_post:Alibaba, RealAI
:arrow_upper_right:
torch
29
WWW'21
FmFM
FM^2: Field-matrixed Factorization Machines for Recommender Systems :triangular_flag_on_post:Yahoo
:arrow_upper_right:
torch
30
WWW'21
DCN-V2
DCN V2: Improved Deep & Cross Network and Practical Lessons for Web-scale Learning to Rank Systems :triangular_flag_on_post:Google
:arrow_upper_right:
torch
31
CIKM'21
DESTINE
Disentangled Self-Attentive Neural Networks for Click-Through Rate Prediction :triangular_flag_on_post:Alibaba
:arrow_upper_right:
torch
32
CIKM'21
EDCN
Enhancing Explicit and Implicit Feature Interactions via Information Sharing for Parallel Deep CTR Models :triangular_flag_on_post:Huawei
:arrow_upper_right:
torch
33
DLP-KDD'21
MaskNet
MaskNet: Introducing Feature-Wise Multiplication to CTR Ranking Models by Instance-Guided Mask :triangular_flag_on_post:Sina Weibo
:arrow_upper_right:
torch
34
SIGIR'21
SAM
Looking at CTR Prediction Again: Is Attention All You Need? :triangular_flag_on_post:BOSS Zhipin
:arrow_upper_right:
torch
35
KDD'21
AOANet
Architecture and Operation Adaptive Network for Online Recommendations :triangular_flag_on_post:Didi Chuxing
:arrow_upper_right:
torch
36
AAAI'23
FinalMLP
FinalMLP: An Enhanced Two-Stream MLP Model for CTR Prediction :triangular_flag_on_post:Huawei
:arrow_upper_right:
torch
37
SIGIR'23
FinalNet
FINAL: Factorized Interaction Layer for CTR Prediction :triangular_flag_on_post:Huawei
:arrow_upper_right:
torch
38
CIKM'23
GDCN
Towards Deeper, Lighter and Interpretable Cross Network for CTR Prediction :triangular_flag_on_post:Microsoft
torch
:open_file_folder: Behavior Sequence Modeling
39
KDD'18
DIN
Deep Interest Network for Click-Through Rate Prediction :triangular_flag_on_post:Alibaba
:arrow_upper_right:
torch
40
AAAI'19
DIEN
Deep Interest Evolution Network for Click-Through Rate Prediction :triangular_flag_on_post:Alibaba
:arrow_upper_right:
torch
41
DLP-KDD'19
BST
Behavior Sequence Transformer for E-commerce Recommendation in Alibaba :triangular_flag_on_post:Alibaba
:arrow_upper_right:
torch
42
CIKM'20
DMIN
Deep Multi-Interest Network for Click-through Rate Prediction :triangular_flag_on_post:Alibaba
torch
43
AAAI'20
DMR
Deep Match to Rank Model for Personalized Click-Through Rate Prediction :triangular_flag_on_post:Alibaba
torch
44
Arxiv'21
ETA
End-to-End User Behavior Retrieval in Click-Through RatePrediction Model :triangular_flag_on_post:Alibaba
torch
45
CIKM'22
SDIM
Sampling Is All You Need on Modeling Long-Term User Behaviors for CTR Prediction :triangular_flag_on_post:Meituan
torch
:open_file_folder: Dynamic Weight Network
46
NeurIPS'22
APG
APG: Adaptive Parameter Generation Network for Click-Through Rate Prediction :triangular_flag_on_post:Alibaba
torch
47
Arxiv'23
PPNet
PEPNet: Parameter and Embedding Personalized Network for Infusing with Personalized Prior Information :triangular_flag_on_post:KuaiShou
torch
:open_file_folder: Multi-Task Modeling
48
MachineLearn'97
SharedBottom
Multitask Learning
torch
49
KDD'18
MMoE
Modeling Task Relationships in Multi-task Learning with Multi-Gate Mixture-of-Experts :triangular_flag_on_post:Google
torch
50
KDD'18
PLE
Progressive Layered Extraction (PLE): A Novel Multi-Task Learning (MTL) Model for Personalized Recommendations :triangular_flag_on_post:Tencent
torch
:open_file_folder: Multi-Domain Modeling
51
Arxiv'23
PEPNet
PEPNet: Parameter and Embedding Personalized Network for Infusing with Personalized Prior Information :triangular_flag_on_post:KuaiShou
torch
Benchmarking
We have benchmarked FuxiCTR models on a set of open datasets as follows:
Dependencies
FuxiCTR has the following dependencies:
python 3.9+
pytorch 1.10+ (required only for Torch models)
tensorflow 2.1+ (required only for TF models)
Please install other required packages via pip install -r requirements.txt
.
Quick Start
Run the demo examples
Examples are provided in the demo directory to show some basic usage of FuxiCTR. Users can run the examples for quick start and to understand the workflow.
cd demo
python example1_build_dataset_to_h5.py
python example2_DeepFM_with_h5_input.py
Run a model on tiny data
Users can easily run each model in the model zoo following the commands below, which is a demo for running DCN. In addition, users can modify the dataset config and model config files to run on their own datasets or with new hyper-parameters. More details can be found in the README .
cd model_zoo/DCN/DCN_torch
python run_expid.py --expid DCN_test --gpu 0
# Change `MODEL` according to the target model name
cd model_zoo/MODEL_PATH
python run_expid.py --expid MODEL_test --gpu 0
Run a model on benchmark datasets (e.g., Criteo)
Users can follow the benchmark section to get benchmark datasets and running steps for reproducing the existing results. Please see an example here: https://github.com/reczoo/BARS/tree/main/ranking/ctr/DCNv2/DCNv2_criteo_x1
Implement a new model
The FuxiCTR library is designed to be modularized, so that every component can be overwritten by users according to their needs. In many cases, only the model class needs to be implemented for a new customized model. If data preprocessing or data loader is not directly applicable, one can also overwrite a new one through the core APIs . We show a concrete example which implements our new model FinalMLP that has been recently published in AAAI 2023.
Tune hyper-parameters of a model
FuxiCTR currently support fast grid search of hyper-parameters of a model using multiple GPUs. The following example shows the grid search of 8 experiments with 4 GPUs.
cd experiment
python run_param_tuner.py --config config/DCN_tiny_h5_tuner_config.yaml --gpu 0 1 2 3 0 1 2 3
🔥 Citation
If you find our code or benchmarks helpful in your research, please cite the following papers.
Jieming Zhu, Jinyang Liu, Shuai Yang, Qi Zhang, Xiuqiang He. BARS-CTR: Open Benchmarking for Click-Through Rate Prediction . The 30th ACM International Conference on Information and Knowledge Management (CIKM) , 2021. [Bibtex ]
Jieming Zhu, Quanyu Dai, Liangcai Su, Rong Ma, Jinyang Liu, Guohao Cai, Xi Xiao, Rui Zhang. BARS: Towards Open Benchmarking for Recommender Systems . The 45th International ACM SIGIR Conference on Research and Development in Information Retrieval (SIGIR) , 2022. [Bibtex ]
Discussion
Welcome to join our WeChat group for any question and discussion. We also have open positions for internships and full-time jobs. If you are interested in research and practice in recommender systems, please reach out via our WeChat group.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages .
Source Distribution
Built Distribution
File details
Details for the file fuxictr-2.3.0.tar.gz
.
File metadata
Download URL:
fuxictr-2.3.0.tar.gz
Upload date:
Apr 28, 2024
Size: 50.8 kB
Tags: Source
Uploaded using Trusted Publishing? Yes
Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Hashes for fuxictr-2.3.0.tar.gz
Algorithm
Hash digest
SHA256
8c921d51eb180bd22de3ffe162165950d90af5da093a5c173dcb763d762ce72c
Copy
MD5
d512a6ac5a6b14bde2bf6e8f0dcc85e7
Copy
BLAKE2b-256
fb20f546759ef596e363acf794b0913752f8d10bb1198e4e100975a69e8016d5
Copy
See more details on using hashes here.
Provenance
File details
Details for the file fuxictr-2.3.0-py3-none-any.whl
.
File metadata
Download URL:
fuxictr-2.3.0-py3-none-any.whl
Upload date:
Apr 28, 2024
Size: 86.1 kB
Tags: Python 3
Uploaded using Trusted Publishing? Yes
Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Hashes for fuxictr-2.3.0-py3-none-any.whl
Algorithm
Hash digest
SHA256
6d6bb786fe58de7733eee233955ae485afc44b439d9a181045104ad352c38e3e
Copy
MD5
696725faeef4240eb0fcd394e453a63d
Copy
BLAKE2b-256
1f5cd92e92ab7ddcd009eeb46e52bc7f2a388ab9be72aa812ffa72c0903e8d2c
Copy
See more details on using hashes here.
Provenance