BeeGass commited on
Commit
1cc5190
·
verified ·
1 Parent(s): 19870a3

Add NC1 dataset: psl2_5

Browse files
NC1/psl2_5/dataset_dict.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"splits": ["train", "test"]}
NC1/psl2_5/metadata.json ADDED
@@ -0,0 +1,496 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "group_type": "psl",
3
+ "group_parameters": {
4
+ "dim": 2,
5
+ "p": 5,
6
+ "n": 1
7
+ },
8
+ "group_order": 60,
9
+ "group_degree": 6,
10
+ "num_train_samples": 100000,
11
+ "num_test_samples": 20000,
12
+ "min_seq_length": 3,
13
+ "max_seq_length": 1024,
14
+ "permutation_map": {
15
+ "0": [
16
+ 4,
17
+ 0,
18
+ 5,
19
+ 2,
20
+ 1,
21
+ 3
22
+ ],
23
+ "1": [
24
+ 0,
25
+ 1,
26
+ 2,
27
+ 3,
28
+ 4,
29
+ 5
30
+ ],
31
+ "2": [
32
+ 1,
33
+ 0,
34
+ 5,
35
+ 3,
36
+ 4,
37
+ 2
38
+ ],
39
+ "3": [
40
+ 3,
41
+ 4,
42
+ 0,
43
+ 2,
44
+ 5,
45
+ 1
46
+ ],
47
+ "4": [
48
+ 0,
49
+ 5,
50
+ 4,
51
+ 3,
52
+ 2,
53
+ 1
54
+ ],
55
+ "5": [
56
+ 3,
57
+ 0,
58
+ 4,
59
+ 1,
60
+ 5,
61
+ 2
62
+ ],
63
+ "6": [
64
+ 0,
65
+ 3,
66
+ 4,
67
+ 5,
68
+ 1,
69
+ 2
70
+ ],
71
+ "7": [
72
+ 3,
73
+ 0,
74
+ 2,
75
+ 5,
76
+ 1,
77
+ 4
78
+ ],
79
+ "8": [
80
+ 5,
81
+ 3,
82
+ 2,
83
+ 4,
84
+ 0,
85
+ 1
86
+ ],
87
+ "9": [
88
+ 1,
89
+ 2,
90
+ 0,
91
+ 5,
92
+ 3,
93
+ 4
94
+ ],
95
+ "10": [
96
+ 1,
97
+ 5,
98
+ 0,
99
+ 2,
100
+ 4,
101
+ 3
102
+ ],
103
+ "11": [
104
+ 2,
105
+ 1,
106
+ 0,
107
+ 3,
108
+ 5,
109
+ 4
110
+ ],
111
+ "12": [
112
+ 3,
113
+ 4,
114
+ 1,
115
+ 5,
116
+ 2,
117
+ 0
118
+ ],
119
+ "13": [
120
+ 4,
121
+ 1,
122
+ 3,
123
+ 0,
124
+ 5,
125
+ 2
126
+ ],
127
+ "14": [
128
+ 4,
129
+ 0,
130
+ 3,
131
+ 1,
132
+ 2,
133
+ 5
134
+ ],
135
+ "15": [
136
+ 4,
137
+ 3,
138
+ 0,
139
+ 5,
140
+ 2,
141
+ 1
142
+ ],
143
+ "16": [
144
+ 3,
145
+ 1,
146
+ 4,
147
+ 0,
148
+ 2,
149
+ 5
150
+ ],
151
+ "17": [
152
+ 1,
153
+ 4,
154
+ 2,
155
+ 0,
156
+ 5,
157
+ 3
158
+ ],
159
+ "18": [
160
+ 3,
161
+ 2,
162
+ 5,
163
+ 1,
164
+ 4,
165
+ 0
166
+ ],
167
+ "19": [
168
+ 2,
169
+ 0,
170
+ 1,
171
+ 4,
172
+ 5,
173
+ 3
174
+ ],
175
+ "20": [
176
+ 5,
177
+ 4,
178
+ 2,
179
+ 3,
180
+ 1,
181
+ 0
182
+ ],
183
+ "21": [
184
+ 1,
185
+ 0,
186
+ 2,
187
+ 4,
188
+ 3,
189
+ 5
190
+ ],
191
+ "22": [
192
+ 1,
193
+ 3,
194
+ 4,
195
+ 2,
196
+ 0,
197
+ 5
198
+ ],
199
+ "23": [
200
+ 2,
201
+ 3,
202
+ 0,
203
+ 1,
204
+ 4,
205
+ 5
206
+ ],
207
+ "24": [
208
+ 0,
209
+ 4,
210
+ 5,
211
+ 1,
212
+ 2,
213
+ 3
214
+ ],
215
+ "25": [
216
+ 0,
217
+ 1,
218
+ 5,
219
+ 4,
220
+ 3,
221
+ 2
222
+ ],
223
+ "26": [
224
+ 4,
225
+ 5,
226
+ 0,
227
+ 3,
228
+ 1,
229
+ 2
230
+ ],
231
+ "27": [
232
+ 0,
233
+ 2,
234
+ 3,
235
+ 4,
236
+ 5,
237
+ 1
238
+ ],
239
+ "28": [
240
+ 5,
241
+ 3,
242
+ 1,
243
+ 0,
244
+ 4,
245
+ 2
246
+ ],
247
+ "29": [
248
+ 5,
249
+ 4,
250
+ 0,
251
+ 1,
252
+ 3,
253
+ 2
254
+ ],
255
+ "30": [
256
+ 5,
257
+ 0,
258
+ 4,
259
+ 2,
260
+ 3,
261
+ 1
262
+ ],
263
+ "31": [
264
+ 5,
265
+ 1,
266
+ 0,
267
+ 4,
268
+ 2,
269
+ 3
270
+ ],
271
+ "32": [
272
+ 2,
273
+ 5,
274
+ 4,
275
+ 1,
276
+ 0,
277
+ 3
278
+ ],
279
+ "33": [
280
+ 2,
281
+ 0,
282
+ 3,
283
+ 5,
284
+ 4,
285
+ 1
286
+ ],
287
+ "34": [
288
+ 0,
289
+ 3,
290
+ 2,
291
+ 1,
292
+ 5,
293
+ 4
294
+ ],
295
+ "35": [
296
+ 1,
297
+ 5,
298
+ 3,
299
+ 4,
300
+ 2,
301
+ 0
302
+ ],
303
+ "36": [
304
+ 4,
305
+ 5,
306
+ 2,
307
+ 1,
308
+ 3,
309
+ 0
310
+ ],
311
+ "37": [
312
+ 4,
313
+ 2,
314
+ 5,
315
+ 0,
316
+ 3,
317
+ 1
318
+ ],
319
+ "38": [
320
+ 5,
321
+ 2,
322
+ 4,
323
+ 0,
324
+ 1,
325
+ 3
326
+ ],
327
+ "39": [
328
+ 1,
329
+ 4,
330
+ 3,
331
+ 5,
332
+ 0,
333
+ 2
334
+ ],
335
+ "40": [
336
+ 0,
337
+ 2,
338
+ 1,
339
+ 5,
340
+ 4,
341
+ 3
342
+ ],
343
+ "41": [
344
+ 4,
345
+ 1,
346
+ 2,
347
+ 5,
348
+ 0,
349
+ 3
350
+ ],
351
+ "42": [
352
+ 2,
353
+ 1,
354
+ 4,
355
+ 5,
356
+ 3,
357
+ 0
358
+ ],
359
+ "43": [
360
+ 3,
361
+ 2,
362
+ 0,
363
+ 4,
364
+ 1,
365
+ 5
366
+ ],
367
+ "44": [
368
+ 1,
369
+ 3,
370
+ 5,
371
+ 0,
372
+ 2,
373
+ 4
374
+ ],
375
+ "45": [
376
+ 1,
377
+ 2,
378
+ 4,
379
+ 3,
380
+ 5,
381
+ 0
382
+ ],
383
+ "46": [
384
+ 3,
385
+ 5,
386
+ 1,
387
+ 4,
388
+ 0,
389
+ 2
390
+ ],
391
+ "47": [
392
+ 3,
393
+ 5,
394
+ 2,
395
+ 0,
396
+ 4,
397
+ 1
398
+ ],
399
+ "48": [
400
+ 4,
401
+ 2,
402
+ 1,
403
+ 3,
404
+ 0,
405
+ 5
406
+ ],
407
+ "49": [
408
+ 5,
409
+ 1,
410
+ 3,
411
+ 2,
412
+ 4,
413
+ 0
414
+ ],
415
+ "50": [
416
+ 3,
417
+ 1,
418
+ 5,
419
+ 2,
420
+ 0,
421
+ 4
422
+ ],
423
+ "51": [
424
+ 2,
425
+ 4,
426
+ 1,
427
+ 0,
428
+ 3,
429
+ 5
430
+ ],
431
+ "52": [
432
+ 0,
433
+ 4,
434
+ 3,
435
+ 2,
436
+ 1,
437
+ 5
438
+ ],
439
+ "53": [
440
+ 2,
441
+ 4,
442
+ 5,
443
+ 3,
444
+ 0,
445
+ 1
446
+ ],
447
+ "54": [
448
+ 4,
449
+ 3,
450
+ 1,
451
+ 2,
452
+ 5,
453
+ 0
454
+ ],
455
+ "55": [
456
+ 5,
457
+ 2,
458
+ 3,
459
+ 1,
460
+ 0,
461
+ 4
462
+ ],
463
+ "56": [
464
+ 2,
465
+ 5,
466
+ 3,
467
+ 0,
468
+ 1,
469
+ 4
470
+ ],
471
+ "57": [
472
+ 5,
473
+ 0,
474
+ 1,
475
+ 3,
476
+ 2,
477
+ 4
478
+ ],
479
+ "58": [
480
+ 0,
481
+ 5,
482
+ 1,
483
+ 2,
484
+ 3,
485
+ 4
486
+ ],
487
+ "59": [
488
+ 2,
489
+ 3,
490
+ 5,
491
+ 4,
492
+ 1,
493
+ 0
494
+ ]
495
+ }
496
+ }
NC1/psl2_5/test/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:985eec451e865e7c6242632f86ace05f1d0a2b4135fbdf918ed3a2104ae0a818
3
+ size 30025952
NC1/psl2_5/test/dataset_info.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "",
4
+ "features": {
5
+ "input_sequence": {
6
+ "dtype": "string",
7
+ "_type": "Value"
8
+ },
9
+ "target": {
10
+ "dtype": "string",
11
+ "_type": "Value"
12
+ },
13
+ "sequence_length": {
14
+ "dtype": "int64",
15
+ "_type": "Value"
16
+ },
17
+ "group_degree": {
18
+ "dtype": "int64",
19
+ "_type": "Value"
20
+ },
21
+ "group_order": {
22
+ "dtype": "int64",
23
+ "_type": "Value"
24
+ },
25
+ "group_type": {
26
+ "dtype": "string",
27
+ "_type": "Value"
28
+ }
29
+ },
30
+ "homepage": "",
31
+ "license": ""
32
+ }
NC1/psl2_5/test/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "322b45f596c3883c",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": null
13
+ }
NC1/psl2_5/train/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73fbb6c3daa80954f0cfb355c475e0393a0346c33e9866b9aebfabe7f96eb2ec
3
+ size 149609264
NC1/psl2_5/train/dataset_info.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "",
4
+ "features": {
5
+ "input_sequence": {
6
+ "dtype": "string",
7
+ "_type": "Value"
8
+ },
9
+ "target": {
10
+ "dtype": "string",
11
+ "_type": "Value"
12
+ },
13
+ "sequence_length": {
14
+ "dtype": "int64",
15
+ "_type": "Value"
16
+ },
17
+ "group_degree": {
18
+ "dtype": "int64",
19
+ "_type": "Value"
20
+ },
21
+ "group_order": {
22
+ "dtype": "int64",
23
+ "_type": "Value"
24
+ },
25
+ "group_type": {
26
+ "dtype": "string",
27
+ "_type": "Value"
28
+ }
29
+ },
30
+ "homepage": "",
31
+ "license": ""
32
+ }
NC1/psl2_5/train/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "17197cda35e4ae64",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": null
13
+ }