Clone the git repository and run the following to setup the Python environment:
# create a new virtual environment
python -m venv .venv
pip install -r requirements.txt
Once the environment is setup, the necessary data for running the experiments
from the paper can be downloaded by running bash download_datasets.sh
.
To run all the experiments from the paper, run bash run_controlled.sh
.