GES
GES copied to clipboard
This is our Tensorflow implementation for "Graph-based Embedding Smoothing for Sequential Recommendation" (GES) TKDE 2021.
Results
3
GES issues
Sort by
recently updated
recently updated
newest added
Would you mind provide the code for data preprocessing of semantic graph? My own processed data produced some errors during runtime. THX!!!
Hi, I have run GES-SASRec on Amazon books, however the testing performance is greatly lower than the Table 3 shows, as is HR@10: 0.4437, NDCG@10: 0.2727, MRR@10: 0.2201, while the...