This repository contains code and data to reproduce our results from "Optimizing Reachability in Graph-based Recommender Systems"
- Create virtual environment:
python3 -m venv reachability
- Install required dependencies:
pip3 install -r requirements.txt
- Run the different scripts. Each one corresponds to different methods and baselines. To do this, you need to download the NELAGT-2022 dataset and place it in the data folder for pre-processing.