CorrectAndSmooth
CorrectAndSmooth copied to clipboard
[ICLR 2021] Combining Label Propagation and Simple Models Out-performs Graph Neural Networks (https://arxiv.org/abs/2010.13993)
may somebody share links to get data sets from Table 1: Summary statistics of datasets https://arxiv.org/pdf/2010.13993.pdf
Hi, could you please provide the set of libraries needed to replicate your experiments? Something like a YML file would be great :) Thanks a lot for your time! Best
It's my honor to read your excellent paper which has broadened my view greatly. You conduct associated experiments on two OGB node property prediction datasets, namely, ogbn-arxiv and ogbn-products. I...
Hi, thanks for your excellent work. I tried to search hyperparameters for MLP+C&S on arxiv. The performance of base MLP model is: ``` Valid acc: 0.7289±0.0008 | Test acc: 0.7150±0.0012...
After my installing the julia package, the following error happened when I run the code 'gen_models'. FileNotFoundError: [Errno 2] No such file or directory: 'julia' WHY? thx!
Hi, thanks for this nice work! I wanted to reproduce your results for label prop but could only find your hyperparameter settings for the two OGB datasets. Could you share...