PetarV- / GAT

Graph Attention Networks (https://arxiv.org/abs/1710.10903)
https://petar-v.com/GAT/
MIT License
3.15k stars 643 forks source link

Why using undirected graph for transductive learning? #84

Open qncsn2016 opened 2 years ago

qncsn2016 commented 2 years ago

Thanks for your great work! Excuse me for a question about the transductive experiments.

According to the paper, GAT could be applied to directed graph. I wonder that why do you use undirected Cora, Citeseer and Pubmed for experiments rather than the original directed ones? As we all know, the citation network is directed.