To run the code, the following packages are required to be installed:
-python==3.8.19
-torch==1.13.1
-dgl==1.0.1+cu117
To get the results with Facebook as the training graph, just run the following command:
sh run.sh
Code for "Zero-shot Generalist Graph Anomaly Detection with Unified Neighborhood Prompts"
PythonMIT