Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 662 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 662 Bytes

FAITH

Thank you for your interest in our work!

This is the code for the paper FAITH: Few-Shot Graph Classification with Hierarchical Task Graphs.

Requirement:

torch==1.8.1

Code Running:

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.

Citation

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}  
}