vstenby commited on
Commit
a26a930
·
verified ·
1 Parent(s): 5db14ec

Upload dataset

Browse files
README.md CHANGED
@@ -14,6 +14,67 @@ tags:
14
  - stochastic-block-model
15
  - complete-graph
16
  - graph-qa
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
  ---
18
 
19
  # Graph Dataset with Task Labels
 
14
  - stochastic-block-model
15
  - complete-graph
16
  - graph-qa
17
+ dataset_info:
18
+ features:
19
+ - name: algorithm
20
+ dtype: string
21
+ - name: edge_list
22
+ dtype: string
23
+ - name: node_count
24
+ dtype: int64
25
+ - name: edge_count
26
+ dtype: int64
27
+ - name: node_degree_node
28
+ dtype: int64
29
+ - name: node_degree
30
+ dtype: int64
31
+ - name: edge_existence_src
32
+ dtype: int64
33
+ - name: edge_existence_dst
34
+ dtype: int64
35
+ - name: edge_existence
36
+ dtype: bool
37
+ - name: cycle_check
38
+ dtype: bool
39
+ - name: triangle_count
40
+ dtype: int64
41
+ - name: connected_nodes_node
42
+ dtype: int64
43
+ - name: connected_nodes
44
+ dtype: string
45
+ - name: reachability_src
46
+ dtype: int64
47
+ - name: reachability_dst
48
+ dtype: int64
49
+ - name: reachability
50
+ dtype: bool
51
+ - name: shortest_path_src
52
+ dtype: int64
53
+ - name: shortest_path_dst
54
+ dtype: int64
55
+ - name: shortest_path
56
+ dtype: int64
57
+ splits:
58
+ - name: train
59
+ num_bytes: 6331306
60
+ num_examples: 10000
61
+ - name: validation
62
+ num_bytes: 648652
63
+ num_examples: 1000
64
+ - name: test
65
+ num_bytes: 637077
66
+ num_examples: 1000
67
+ download_size: 1545715
68
+ dataset_size: 7617035
69
+ configs:
70
+ - config_name: default
71
+ data_files:
72
+ - split: train
73
+ path: data/train-*
74
+ - split: validation
75
+ path: data/validation-*
76
+ - split: test
77
+ path: data/test-*
78
  ---
79
 
80
  # Graph Dataset with Task Labels
data/test-00000-of-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2140f20bd781830cd937742c9a70935ba2103442517368b4ab0684520111b71b
3
- size 124356
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:70536726400f1a66a2e27cc278ec7f972efc808f5bc1ef6f70fdd7e3bfc1d4fe
3
+ size 125338
data/train-00000-of-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d4430ecb96d75b63fb277aadb0f1f3692ff9c1aa0a9491099712076e73dcfaf8
3
- size 1276064
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f40c51fafee4e994581358d1d53b4edc23e337c212d7fe839f8fabc3064c339
3
+ size 1290584
data/validation-00000-of-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:795c200513b914d957feed8a90467af156767d5ea0b658c94326d782509536a4
3
- size 129148
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b728c2e4a445f001a183be4e6e94b2c0812313388fc659fbf4056e29a43db40f
3
+ size 129793