paper : QpiGNN: Quantile-Free Uncertainty Quantification in Graph Neural Networks
repo : https://anonymous.4open.science/r/QpiGNN-15366
This codebase utilizes Anaconda for managing environmental dependencies. Please follow these steps to set up the environment:
-
Download Anaconda: Click here to download Anaconda.
-
Clone the Repository: Clone the repository using the following command.
git clone https://anonymous.4open.science/r/QpiGNN-15366
-
Install Requirements:
- Navigate to the cloned repository:
cd QpiGNN - Create a Conda environment from the provided
env.yamlfile:conda env create -f env.yaml
- Activate the Conda environment:
conda activate qpi-gnn
- Navigate to the cloned repository:
This will set up the environment required to run the codebase.
Below are the details and download links for real-world datasets used in our experiments:
This dataset are constructed from county-level U.S. maps, using adjacency information derived from geographic boundaries. Node attributes include socioeconomic indicators, and targets `reflect either vote shares or demographic statistics. The base topology and election outcomes were obtained from an open (GitHub), while additional attributes were sourced from the U.S. Department of Agriculture Economic Research Service. (Download)
This dataset were collected from the MUSAE project, which provides temporal and social graphs annotated with node features and continuous targets. These datasets are widely used for benchmarking node regression in non-homophilous graphs. (Download)
This Networks model urban road networks as graphs, with nodes corresponding to intersections and edges to road segments. Node features include traffic-related metrics, and the targets correspond to flow estimates or congestion levels. These datasets were obtained from the Transportation Networks for (Research repository)
These datasets provide valuable resources for our experiments.
Please refer to the training/training_code.txt file.
python train.py --dataset <dataset name> --model <model name> --target_coverage 0.9 --lambda_factor 0.5We extend our gratitude to the authors of the following libraries for generously sharing their source code and dataset: MUSAE, SQR, RQR, CF-GNN
Your contributions are greatly appreciated.
