Here we provide the code of COSMIC: "Contrastive Meta-Learning for Few-shot Node Classification". Our work is accepted by SIGKDD 2023.
First extract the datasets:
unzip few_shot_data.zip
Then run the python file:
python train.py --dataset CoraFull
Welcome to cite our work!
@inproceedings{wang2023contrastive,
title={Contrastive Meta-Learning for Few-shot Node Classification},
author={Wang, Song and Tan, Zhen and Liu, Huan and Li, Jundong},
booktitle={SIGKDD},
year={2023}
}