/AGRAN

Primary LanguagePython

AGRAN

This is the implementation for the paper: “Adaptive Graph Representation Learning for Next POI Recommendation.” SIGIR 2023

Datasets

We use Foursquare and Gowalla datasets. For more details of data preprocessing, please refer to our paper.

Model Training

To train our model with default hyper-parameters:

python main.py

Acknowledgement

The code is implemented based on TiSASRec and its pytorch version.