- Main Source code for the CIKM'24 accepted paper Scenario-Aware Hierarchical Dynamic Network for Multi-Scenario Recommendation.
- Code is only for reference.
- The dataset file is too large and not provided. So if you want to run the project, please first replace the sample dataset in the "data" folder with the full dataset in the similar format. Then you can do training and inferencing with run_v0.py.
If you want to use the code or cite our paper, please add the following citation to your paper references currently.
@inproceedings{gao2024hierrec,
title={HierRec: Scenario-Aware Hierarchical Modeling for Multi-scenario Recommendations},
author={Gao, Jingtong and Chen, Bo and Zhu, Menghui and Zhao, Xiangyu and Li, Xiaopeng and Wang, Yuhao and Wang, Yichao and Guo, Huifeng and Tang, Ruiming},
booktitle={Proceedings of the 33rd ACM International Conference on Information and Knowledge Management},
pages={653--662},
year={2024}
}