Official Repo of Prompt Tuning for Item Cold-start Recommendation (PROMO)
The data pre-processing script is included.
For example, you could download KuaiRand-Pure data from here and run the script to produce the csv format data.
cd data/KuaiRand
sh data_preprocess.sh
To train our model on KuaiRand (with default hyper-parameters):
sh train.sh