Datasets:
SauravMaheshkar
commited on
Commit
•
30a75c0
1
Parent(s):
935d446
chore: dataset init
Browse files- .gitattributes +1 -0
- README.md +20 -0
- data/arxivAI.txt +3 -0
- data/feature.txt +3 -0
- data/node2label.txt +3 -0
.gitattributes
CHANGED
@@ -29,6 +29,7 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
29 |
*.tar filter=lfs diff=lfs merge=lfs -text
|
30 |
*.tflite filter=lfs diff=lfs merge=lfs -text
|
31 |
*.tgz filter=lfs diff=lfs merge=lfs -text
|
|
|
32 |
*.wasm filter=lfs diff=lfs merge=lfs -text
|
33 |
*.xz filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
|
|
29 |
*.tar filter=lfs diff=lfs merge=lfs -text
|
30 |
*.tflite filter=lfs diff=lfs merge=lfs -text
|
31 |
*.tgz filter=lfs diff=lfs merge=lfs -text
|
32 |
+
*.txt filter=lfs diff=lfs merge=lfs -text
|
33 |
*.wasm filter=lfs diff=lfs merge=lfs -text
|
34 |
*.xz filter=lfs diff=lfs merge=lfs -text
|
35 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
@@ -1,3 +1,23 @@
|
|
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-arxivai)
|
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 |
+
```
|
data/arxivAI.txt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:05da2bd8c8e50b1d76dfc01a50b87dbea85a1547b740caaae0f792d6dee585ce
|
3 |
+
size 15153324
|
data/feature.txt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e2a0354494867ecf6631f2a20b64f0910c1bffae48391a8dd310f1b99be8bb08
|
3 |
+
size 98597697
|
data/node2label.txt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f577a4c3364e77c8c43ecc602e39b8e551e4ff84a09daf4391dd86b940c74a9b
|
3 |
+
size 687430
|