This repository contains the source code and instructions to reproduce the experiments described in our anonymous paper submitted to The Web Conference (WWW) 2026.
To run all experiments as described in the paper, simply execute:
nohup bash run_experiments.sh > run_batch.out 2>&1 &This will start the experiments in the background and log the output to run_batch.out.
Please ensure all dependencies are installed as specified in the provided configuration or requirements files before running the experiments.