graph_SSL
Self-supervised learning on Graph Representation Learning (node-level task)
How to run the code
To run GRACE, sh run_GRACE.sh
To run GCA, sh run_GCA.sh
To run BGRL, sh run_BGRL.sh
Experimental Results
You can check detailed experimental results in results
folder.
name | WikiCS | Amazon Computers | Amazon Photo | Coauthor CS | Coauthor Physics |
---|---|---|---|---|---|
GRACE |
78.41 | 86.44 | 90.02 | 92.63 | OOM |
GCA |
78.42 | 88.06 | 89.85 | 92.77 | OOM |
BGRL |
79.50 | 88.338 | 92.83 | 92.49 | 94.89 |
Implemented
Implemented paper list
name | Paper |
---|---|
GRACE |
paper |
GCA |
paper |
BGRL |
paper |
Codes borrowed from
name | Implementation Code | Paper |
---|---|---|
GRACE |
Implementation | paper |
GCA |
Implementation | paper |
Bootstrap Your Own Latent |
Implementation | paper |
SelfGNN |
Implementation | paper |