This is the implementation for the paper: “Adaptive Graph Representation Learning for Next POI Recommendation.” SIGIR 2023
We use Foursquare and Gowalla datasets. For more details of data preprocessing, please refer to our paper.
To train our model with default hyper-parameters:
python main.py
The code is implemented based on TiSASRec and its pytorch version.