Dear authors,
I have noticed that you use DGL to load Cora/Citeseer/Pubmed dataset. But the corresponding data split is not the correct split used in GCN paper (as pointed out in old questions in MVGRL ). Therefore, it is not fair for the compared baselines (like GCN and GAT).
Moreover, even with the same DGL split setting (as pointed out in your baseline paper [11]), MVGRL[11] also beats yours, but you did not compare this one?
For example, MVGR get 86.8% node classification on Cora, while you only get 84.2?
Are there any mistakes?
Dear authors,
I have noticed that you use DGL to load Cora/Citeseer/Pubmed dataset. But the corresponding data split is not the correct split used in GCN paper (as pointed out in old questions in MVGRL ). Therefore, it is not fair for the compared baselines (like GCN and GAT).
Moreover, even with the same DGL split setting (as pointed out in your baseline paper [11]), MVGRL[11] also beats yours, but you did not compare this one?
For example, MVGR get 86.8% node classification on Cora, while you only get 84.2?
Are there any mistakes?