Thank you for your interest in our work!
This is the code for the paper FAITH: Few-Shot Graph Classification with Hierarchical Task Graphs.
torch==1.8.1
Run the command:
unzip data.zip
Then run the command:
python train.py
To switch the dataset, modify the "datasets" variable in line 1192 of train.py.
Welcome to cite our work!
@inproceedings{wang2022faith,
title={FAITH: Few-Shot Graph Classification with Hierarchical Task Graphs},
author={Wang, Song and Dong, Yushun and Huang, Xiao and Chen, Chen and Li, Jundong},
booktitle={IJCAI},
year={2022}
}