Datasets:
SauravMaheshkar
commited on
Commit
•
e4ef69a
1
Parent(s):
aa5d6fa
chore: dataset init
Browse files- .gitattributes +1 -0
- README.md +21 -0
- data/arxivCS.txt +3 -0
- data/feature.txt +3 -0
- data/node2label.txt +3 -0
.gitattributes
CHANGED
@@ -53,3 +53,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
53 |
*.jpg filter=lfs diff=lfs merge=lfs -text
|
54 |
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
55 |
*.webp filter=lfs diff=lfs merge=lfs -text
|
|
|
|
53 |
*.jpg filter=lfs diff=lfs merge=lfs -text
|
54 |
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
55 |
*.webp filter=lfs diff=lfs merge=lfs -text
|
56 |
+
*.txt filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
@@ -1,3 +1,24 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
task_categories:
|
4 |
+
- graph-ml
|
5 |
+
paperswithcode_id: arxivai
|
6 |
+
configs:
|
7 |
+
- config_name: default
|
8 |
+
data_files: "data/*.txt"
|
9 |
---
|
10 |
+
|
11 |
+
* Source Paper: https://arxiv.org/abs/2305.10738
|
12 |
+
* Leaderboard: [Node Clustering Leaderboard](https://paperswithcode.com/sota/node-clustering-on-arxivcs)
|
13 |
+
|
14 |
+
### Citation
|
15 |
+
|
16 |
+
```misc
|
17 |
+
@inproceedings{TGC_ML_ICLR,
|
18 |
+
title={Deep Temporal Graph Clustering},
|
19 |
+
author={Liu, Meng and Liu, Yue and Liang, Ke and Tu, Wenxuan and Wang, Siwei and Zhou, Sihang and Liu, Xinwang},
|
20 |
+
booktitle={The 12th International Conference on Learning Representations},
|
21 |
+
year={2024}
|
22 |
+
}
|
23 |
+
```
|
24 |
+
|
data/arxivCS.txt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:64089cad0003f1f6c1ff776afdea284028ead8cf4bbbcddac2813226af2e059e
|
3 |
+
size 26435780
|
data/feature.txt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1e70f7d7bf8fc8f252951f2e5349e0992d4da7a7aa804d813ce509ce522833b0
|
3 |
+
size 239121785
|
data/node2label.txt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e28aa29f49cd40e6fc7bbbb55a94b206b7f48f7703d65639271db92975f5c0e2
|
3 |
+
size 1721413
|