docs: update dataset card
Browse files
README.md
CHANGED
|
@@ -1,3 +1,26 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
license: cc
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
size_categories:
|
| 3 |
+
- 1K<n<10K
|
| 4 |
+
task_categories:
|
| 5 |
+
- graph-ml
|
| 6 |
license: cc
|
| 7 |
---
|
| 8 |
+
|
| 9 |
+
## Dataset Information
|
| 10 |
+
|
| 11 |
+
| # Nodes | # Edges | # Features |
|
| 12 |
+
|:-------:|:---------:|:----------:|
|
| 13 |
+
| 169,343 | 1,166,243 | 128 |
|
| 14 |
+
|
| 15 |
+
Pre-processed as per the official codebase of https://arxiv.org/abs/2210.02016
|
| 16 |
+
|
| 17 |
+
## Citations
|
| 18 |
+
|
| 19 |
+
```
|
| 20 |
+
@article{ju2023multi,
|
| 21 |
+
title={Multi-task Self-supervised Graph Neural Networks Enable Stronger Task Generalization},
|
| 22 |
+
author={Ju, Mingxuan and Zhao, Tong and Wen, Qianlong and Yu, Wenhao and Shah, Neil and Ye, Yanfang and Zhang, Chuxu},
|
| 23 |
+
booktitle={International Conference on Learning Representations},
|
| 24 |
+
year={2023}
|
| 25 |
+
}
|
| 26 |
+
```
|