conda env create -f environment.ymlcd datasets
# KuaiRand-Pure
bash download_kuairand_pure.sh
# Alimama
bash download_alimama.sh# KuaiRand-Pure
bash scripts/kuairand-pure/perscen.sh
# Alimama
bash scripts/alimama/perscen.shReaders are welcomed to fork this repository to reproduce the experiments and follow our work. Please kindly cite our paper:
@inproceedings{du2025perscen,
title={PERSCEN: Learning Personalized Interaction Pattern and Scenario Preference for Multi-Scenario Matching},
author={Du, Haotong and Wang, Yaqing and Xiong, Fei and Shao, Lei and Liu, Ming and Gu, Hao and Yao, Quanming and Wang, Zhen},
booktitle={Proceedings of the 31th ACM SIGKDD Conference on Knowledge Discovery and Data Mining},
year={2025}
}The release code is partially based on the codes of torch-rechub and CAGE. We thank the authors of above work.