Datasets:
Tasks:
Graph Machine Learning
Modalities:
Text
Formats:
text
Size:
10K - 100K
ArXiv:
Tags:
art
License:
docs: add dataset metadata
Browse files
README.md
ADDED
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
size_categories:
|
3 |
+
- 1K<n<10K
|
4 |
+
task_categories:
|
5 |
+
- graph-ml
|
6 |
+
tags:
|
7 |
+
- art
|
8 |
+
license: cc
|
9 |
+
---
|
10 |
+
|
11 |
+
## Dataset Information
|
12 |
+
|
13 |
+
| # Nodes | # Edges | # Features |
|
14 |
+
|:-------:|:-------:|:----------:|
|
15 |
+
| 7,600 | 33,544 | 931 |
|
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 |
+
```
|
27 |
+
|
28 |
+
```
|
29 |
+
@inproceedings{Tang2009SocialIA,
|
30 |
+
title={Social influence analysis in large-scale networks},
|
31 |
+
author={Jie Tang and Jimeng Sun and Chi Wang and Zi Yang},
|
32 |
+
booktitle={Knowledge Discovery and Data Mining},
|
33 |
+
year={2009},
|
34 |
+
url={https://api.semanticscholar.org/CorpusID:4931148}
|
35 |
+
}
|
36 |
+
```
|