Official Implementation of AAAI 2021 paper Class-Attentive Diffusion Network for Semi-Supervised Classification.
The link above provides the full version of the paper, including appendices.
This repository provides both source codes and datasets for experiments on citation networks (CiteSeer, Cora, and PubMed).
To reproduce the results reported on the paper, just run the demo files as,
python demo_citeseer.py
python demo_cora.py
python demo_pubmed.py
-
Python 3.6
For further requirements, please check the requirements.txt
Contact ljin0429@gmail.com if you have any questions.