Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 570 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 570 Bytes

COSMIC

Here we provide the code of COSMIC: "Contrastive Meta-Learning for Few-shot Node Classification". Our work is accepted by SIGKDD 2023.

Instruction

First extract the datasets:

unzip few_shot_data.zip

Then run the python file:

python train.py --dataset CoraFull

Citation

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