Skip to content

THUSIGSICLAB/CKML

Repository files navigation

CKML

This is our Tensorflow implementation for CKML.

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

  • nvidia-tensorflow == 1.15.4+nv20.10
  • tensorflow-determinism == 0.3.0
  • numpy == 1.19.5
  • scipy == 1.7.3

For Yelp data, use the following command to train and test

python labcode_yelp.py --data yelp

For Online Retail data,

python labcode_retail.py --data retail

For Tmall data,

python labcode_retail.py --data tmall

Citation

If you want to use our codes and datasets in your research, please cite:

@article{meng2023coarse,
  title={Coarse-to-fine knowledge-enhanced multi-interest learning framework for multi-behavior recommendation},
  author={Meng, Chang and Zhao, Ziqi and Guo, Wei and Zhang, Yingxue and Wu, Haolun and Gao, Chen and Li, Dong and Li, Xiu and Tang, Ruiming},
  journal={ACM Transactions on Information Systems},
  volume={42},
  number={1},
  pages={1--27},
  year={2023},
  publisher={ACM New York, NY}
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages