CCIIPLab / GCE-GNN

The source code for "Global Context Enhanced Graph Neural Network for Session-based Recommendation".
124 stars 30 forks source link

About the Tmall datasets #3

Closed xiaxin1998 closed 3 years ago

xiaxin1998 commented 3 years ago

Hi, Thanks for your sharing of this paper! About the datasets Tmall, I find the website you provide in your paper and download the datasets. But I find that in the test dataset, there are no given labels for it. Only the training set has labels. So would you mind share the Tmall test dataset with sessions' labels for us? Thanks!

Mikrokosmos1997 commented 3 years ago

Thank you for your interest in our paper. The label information in the raw data indicates whether the user is a repeat buyer, which is not related to our task and has not been used in our work. For the Tmall dataset used in our work, the label of each session is the last item in the session.

xiaxin1998 commented 3 years ago

Thanks four your response! But when I preprocess the datasets, the statistics are different with your papers. For Tmall datasets, I use the train_format2.csv and test_format2.csv in the website. For the preprocess, I firstly get all the sessions, and leave the first 120000 sessions. For the 120000 sessions, I filter sessions whose lengths are 1 and larger than 40. Then I filter the items who appear less than 5 times. And then split the sessions. But I still have different datasets with yours showed in your paper, Table1. So would you mind share the preprocessed datasets for us or tell me my mistakes in the preprocess?

xiaxin1998 commented 3 years ago

If you share the preprocessed datasets for us, we'll appreciate. It is more convenient for us to make comparisons with your model.

xiaxin1998 commented 3 years ago

UPDATE: in the train_format2.csv, there are only 4995 items, but in your paper, there should be 40728 items.

Mikrokosmos1997 commented 3 years ago

Thank you for your interest. We have updated the preprocessed Tmall datasets. You can also download the raw Tmall data from the dropbox link in the paper Evaluation of Session-based Recommendation Algorithms.

xiaxin1998 commented 3 years ago

Thank you very much!!!!!!!!!!