This repository contains the source code for the paper titled "Interactive Graph Convolutional Filtering".
The three datasets used in the paper can be downloaded from the following links:
- Dataset 1: KuaiRec
- Dataset 2: Movielens-1m
- Dataset 3: EachMovie
After downloading the datasets, change the data paths accordingly in the file src/script/load_data.py.
The core model is implemented in the file iGCF.
See requirements.txt
for details