BeeGass commited on
Commit
4f54f2c
·
verified ·
1 Parent(s): c53e04f

Fix features schema to use list format

Browse files
Files changed (1) hide show
  1. README.md +1128 -564
README.md CHANGED
@@ -24,12 +24,18 @@ configs:
24
  - split: test
25
  path: data/s3/test/*.arrow
26
  features:
27
- input_sequence: string
28
- target: string
29
- sequence_length: int64
30
- group_degree: int64
31
- group_order: int64
32
- group_type: string
 
 
 
 
 
 
33
  - config_name: s4
34
  data_files:
35
  - split: train
@@ -37,12 +43,18 @@ configs:
37
  - split: test
38
  path: data/s4/test/*.arrow
39
  features:
40
- input_sequence: string
41
- target: string
42
- sequence_length: int64
43
- group_degree: int64
44
- group_order: int64
45
- group_type: string
 
 
 
 
 
 
46
  - config_name: s5
47
  data_files:
48
  - split: train
@@ -50,12 +62,18 @@ configs:
50
  - split: test
51
  path: data/s5/test/*.arrow
52
  features:
53
- input_sequence: string
54
- target: string
55
- sequence_length: int64
56
- group_degree: int64
57
- group_order: int64
58
- group_type: string
 
 
 
 
 
 
59
  - config_name: s6
60
  data_files:
61
  - split: train
@@ -63,12 +81,18 @@ configs:
63
  - split: test
64
  path: data/s6/test/*.arrow
65
  features:
66
- input_sequence: string
67
- target: string
68
- sequence_length: int64
69
- group_degree: int64
70
- group_order: int64
71
- group_type: string
 
 
 
 
 
 
72
  - config_name: s7
73
  data_files:
74
  - split: train
@@ -76,12 +100,18 @@ configs:
76
  - split: test
77
  path: data/s7/test/*.arrow
78
  features:
79
- input_sequence: string
80
- target: string
81
- sequence_length: int64
82
- group_degree: int64
83
- group_order: int64
84
- group_type: string
 
 
 
 
 
 
85
  - config_name: s8
86
  data_files:
87
  - split: train
@@ -89,12 +119,18 @@ configs:
89
  - split: test
90
  path: data/s8/test/*.arrow
91
  features:
92
- input_sequence: string
93
- target: string
94
- sequence_length: int64
95
- group_degree: int64
96
- group_order: int64
97
- group_type: string
 
 
 
 
 
 
98
  - config_name: s9
99
  data_files:
100
  - split: train
@@ -102,12 +138,18 @@ configs:
102
  - split: test
103
  path: data/s9/test/*.arrow
104
  features:
105
- input_sequence: string
106
- target: string
107
- sequence_length: int64
108
- group_degree: int64
109
- group_order: int64
110
- group_type: string
 
 
 
 
 
 
111
  - config_name: a3
112
  data_files:
113
  - split: train
@@ -115,12 +157,18 @@ configs:
115
  - split: test
116
  path: data/a3/test/*.arrow
117
  features:
118
- input_sequence: string
119
- target: string
120
- sequence_length: int64
121
- group_degree: int64
122
- group_order: int64
123
- group_type: string
 
 
 
 
 
 
124
  - config_name: a4
125
  data_files:
126
  - split: train
@@ -128,12 +176,18 @@ configs:
128
  - split: test
129
  path: data/a4/test/*.arrow
130
  features:
131
- input_sequence: string
132
- target: string
133
- sequence_length: int64
134
- group_degree: int64
135
- group_order: int64
136
- group_type: string
 
 
 
 
 
 
137
  - config_name: a5
138
  data_files:
139
  - split: train
@@ -141,12 +195,18 @@ configs:
141
  - split: test
142
  path: data/a5/test/*.arrow
143
  features:
144
- input_sequence: string
145
- target: string
146
- sequence_length: int64
147
- group_degree: int64
148
- group_order: int64
149
- group_type: string
 
 
 
 
 
 
150
  - config_name: a6
151
  data_files:
152
  - split: train
@@ -154,12 +214,18 @@ configs:
154
  - split: test
155
  path: data/a6/test/*.arrow
156
  features:
157
- input_sequence: string
158
- target: string
159
- sequence_length: int64
160
- group_degree: int64
161
- group_order: int64
162
- group_type: string
 
 
 
 
 
 
163
  - config_name: a7
164
  data_files:
165
  - split: train
@@ -167,12 +233,18 @@ configs:
167
  - split: test
168
  path: data/a7/test/*.arrow
169
  features:
170
- input_sequence: string
171
- target: string
172
- sequence_length: int64
173
- group_degree: int64
174
- group_order: int64
175
- group_type: string
 
 
 
 
 
 
176
  - config_name: a8
177
  data_files:
178
  - split: train
@@ -180,12 +252,18 @@ configs:
180
  - split: test
181
  path: data/a8/test/*.arrow
182
  features:
183
- input_sequence: string
184
- target: string
185
- sequence_length: int64
186
- group_degree: int64
187
- group_order: int64
188
- group_type: string
 
 
 
 
 
 
189
  - config_name: a9
190
  data_files:
191
  - split: train
@@ -193,12 +271,18 @@ configs:
193
  - split: test
194
  path: data/a9/test/*.arrow
195
  features:
196
- input_sequence: string
197
- target: string
198
- sequence_length: int64
199
- group_degree: int64
200
- group_order: int64
201
- group_type: string
 
 
 
 
 
 
202
  - config_name: c2
203
  data_files:
204
  - split: train
@@ -206,12 +290,18 @@ configs:
206
  - split: test
207
  path: data/c2/test/*.arrow
208
  features:
209
- input_sequence: string
210
- target: string
211
- sequence_length: int64
212
- group_degree: int64
213
- group_order: int64
214
- group_type: string
 
 
 
 
 
 
215
  - config_name: c3
216
  data_files:
217
  - split: train
@@ -219,12 +309,18 @@ configs:
219
  - split: test
220
  path: data/c3/test/*.arrow
221
  features:
222
- input_sequence: string
223
- target: string
224
- sequence_length: int64
225
- group_degree: int64
226
- group_order: int64
227
- group_type: string
 
 
 
 
 
 
228
  - config_name: c4
229
  data_files:
230
  - split: train
@@ -232,12 +328,18 @@ configs:
232
  - split: test
233
  path: data/c4/test/*.arrow
234
  features:
235
- input_sequence: string
236
- target: string
237
- sequence_length: int64
238
- group_degree: int64
239
- group_order: int64
240
- group_type: string
 
 
 
 
 
 
241
  - config_name: c5
242
  data_files:
243
  - split: train
@@ -245,12 +347,18 @@ configs:
245
  - split: test
246
  path: data/c5/test/*.arrow
247
  features:
248
- input_sequence: string
249
- target: string
250
- sequence_length: int64
251
- group_degree: int64
252
- group_order: int64
253
- group_type: string
 
 
 
 
 
 
254
  - config_name: c6
255
  data_files:
256
  - split: train
@@ -258,12 +366,18 @@ configs:
258
  - split: test
259
  path: data/c6/test/*.arrow
260
  features:
261
- input_sequence: string
262
- target: string
263
- sequence_length: int64
264
- group_degree: int64
265
- group_order: int64
266
- group_type: string
 
 
 
 
 
 
267
  - config_name: c7
268
  data_files:
269
  - split: train
@@ -271,12 +385,18 @@ configs:
271
  - split: test
272
  path: data/c7/test/*.arrow
273
  features:
274
- input_sequence: string
275
- target: string
276
- sequence_length: int64
277
- group_degree: int64
278
- group_order: int64
279
- group_type: string
 
 
 
 
 
 
280
  - config_name: c8
281
  data_files:
282
  - split: train
@@ -284,12 +404,18 @@ configs:
284
  - split: test
285
  path: data/c8/test/*.arrow
286
  features:
287
- input_sequence: string
288
- target: string
289
- sequence_length: int64
290
- group_degree: int64
291
- group_order: int64
292
- group_type: string
 
 
 
 
 
 
293
  - config_name: c9
294
  data_files:
295
  - split: train
@@ -297,12 +423,18 @@ configs:
297
  - split: test
298
  path: data/c9/test/*.arrow
299
  features:
300
- input_sequence: string
301
- target: string
302
- sequence_length: int64
303
- group_degree: int64
304
- group_order: int64
305
- group_type: string
 
 
 
 
 
 
306
  - config_name: c10
307
  data_files:
308
  - split: train
@@ -310,12 +442,18 @@ configs:
310
  - split: test
311
  path: data/c10/test/*.arrow
312
  features:
313
- input_sequence: string
314
- target: string
315
- sequence_length: int64
316
- group_degree: int64
317
- group_order: int64
318
- group_type: string
 
 
 
 
 
 
319
  - config_name: c11
320
  data_files:
321
  - split: train
@@ -323,12 +461,18 @@ configs:
323
  - split: test
324
  path: data/c11/test/*.arrow
325
  features:
326
- input_sequence: string
327
- target: string
328
- sequence_length: int64
329
- group_degree: int64
330
- group_order: int64
331
- group_type: string
 
 
 
 
 
 
332
  - config_name: c12
333
  data_files:
334
  - split: train
@@ -336,12 +480,18 @@ configs:
336
  - split: test
337
  path: data/c12/test/*.arrow
338
  features:
339
- input_sequence: string
340
- target: string
341
- sequence_length: int64
342
- group_degree: int64
343
- group_order: int64
344
- group_type: string
 
 
 
 
 
 
345
  - config_name: c13
346
  data_files:
347
  - split: train
@@ -349,12 +499,18 @@ configs:
349
  - split: test
350
  path: data/c13/test/*.arrow
351
  features:
352
- input_sequence: string
353
- target: string
354
- sequence_length: int64
355
- group_degree: int64
356
- group_order: int64
357
- group_type: string
 
 
 
 
 
 
358
  - config_name: c14
359
  data_files:
360
  - split: train
@@ -362,12 +518,18 @@ configs:
362
  - split: test
363
  path: data/c14/test/*.arrow
364
  features:
365
- input_sequence: string
366
- target: string
367
- sequence_length: int64
368
- group_degree: int64
369
- group_order: int64
370
- group_type: string
 
 
 
 
 
 
371
  - config_name: c15
372
  data_files:
373
  - split: train
@@ -375,12 +537,18 @@ configs:
375
  - split: test
376
  path: data/c15/test/*.arrow
377
  features:
378
- input_sequence: string
379
- target: string
380
- sequence_length: int64
381
- group_degree: int64
382
- group_order: int64
383
- group_type: string
 
 
 
 
 
 
384
  - config_name: c16
385
  data_files:
386
  - split: train
@@ -388,12 +556,18 @@ configs:
388
  - split: test
389
  path: data/c16/test/*.arrow
390
  features:
391
- input_sequence: string
392
- target: string
393
- sequence_length: int64
394
- group_degree: int64
395
- group_order: int64
396
- group_type: string
 
 
 
 
 
 
397
  - config_name: c17
398
  data_files:
399
  - split: train
@@ -401,12 +575,18 @@ configs:
401
  - split: test
402
  path: data/c17/test/*.arrow
403
  features:
404
- input_sequence: string
405
- target: string
406
- sequence_length: int64
407
- group_degree: int64
408
- group_order: int64
409
- group_type: string
 
 
 
 
 
 
410
  - config_name: c18
411
  data_files:
412
  - split: train
@@ -414,12 +594,18 @@ configs:
414
  - split: test
415
  path: data/c18/test/*.arrow
416
  features:
417
- input_sequence: string
418
- target: string
419
- sequence_length: int64
420
- group_degree: int64
421
- group_order: int64
422
- group_type: string
 
 
 
 
 
 
423
  - config_name: c19
424
  data_files:
425
  - split: train
@@ -427,12 +613,18 @@ configs:
427
  - split: test
428
  path: data/c19/test/*.arrow
429
  features:
430
- input_sequence: string
431
- target: string
432
- sequence_length: int64
433
- group_degree: int64
434
- group_order: int64
435
- group_type: string
 
 
 
 
 
 
436
  - config_name: c20
437
  data_files:
438
  - split: train
@@ -440,12 +632,18 @@ configs:
440
  - split: test
441
  path: data/c20/test/*.arrow
442
  features:
443
- input_sequence: string
444
- target: string
445
- sequence_length: int64
446
- group_degree: int64
447
- group_order: int64
448
- group_type: string
 
 
 
 
 
 
449
  - config_name: c21
450
  data_files:
451
  - split: train
@@ -453,12 +651,18 @@ configs:
453
  - split: test
454
  path: data/c21/test/*.arrow
455
  features:
456
- input_sequence: string
457
- target: string
458
- sequence_length: int64
459
- group_degree: int64
460
- group_order: int64
461
- group_type: string
 
 
 
 
 
 
462
  - config_name: c22
463
  data_files:
464
  - split: train
@@ -466,12 +670,18 @@ configs:
466
  - split: test
467
  path: data/c22/test/*.arrow
468
  features:
469
- input_sequence: string
470
- target: string
471
- sequence_length: int64
472
- group_degree: int64
473
- group_order: int64
474
- group_type: string
 
 
 
 
 
 
475
  - config_name: c23
476
  data_files:
477
  - split: train
@@ -479,12 +689,18 @@ configs:
479
  - split: test
480
  path: data/c23/test/*.arrow
481
  features:
482
- input_sequence: string
483
- target: string
484
- sequence_length: int64
485
- group_degree: int64
486
- group_order: int64
487
- group_type: string
 
 
 
 
 
 
488
  - config_name: c24
489
  data_files:
490
  - split: train
@@ -492,12 +708,18 @@ configs:
492
  - split: test
493
  path: data/c24/test/*.arrow
494
  features:
495
- input_sequence: string
496
- target: string
497
- sequence_length: int64
498
- group_degree: int64
499
- group_order: int64
500
- group_type: string
 
 
 
 
 
 
501
  - config_name: c25
502
  data_files:
503
  - split: train
@@ -505,12 +727,18 @@ configs:
505
  - split: test
506
  path: data/c25/test/*.arrow
507
  features:
508
- input_sequence: string
509
- target: string
510
- sequence_length: int64
511
- group_degree: int64
512
- group_order: int64
513
- group_type: string
 
 
 
 
 
 
514
  - config_name: c26
515
  data_files:
516
  - split: train
@@ -518,12 +746,18 @@ configs:
518
  - split: test
519
  path: data/c26/test/*.arrow
520
  features:
521
- input_sequence: string
522
- target: string
523
- sequence_length: int64
524
- group_degree: int64
525
- group_order: int64
526
- group_type: string
 
 
 
 
 
 
527
  - config_name: c27
528
  data_files:
529
  - split: train
@@ -531,12 +765,18 @@ configs:
531
  - split: test
532
  path: data/c27/test/*.arrow
533
  features:
534
- input_sequence: string
535
- target: string
536
- sequence_length: int64
537
- group_degree: int64
538
- group_order: int64
539
- group_type: string
 
 
 
 
 
 
540
  - config_name: c28
541
  data_files:
542
  - split: train
@@ -544,12 +784,18 @@ configs:
544
  - split: test
545
  path: data/c28/test/*.arrow
546
  features:
547
- input_sequence: string
548
- target: string
549
- sequence_length: int64
550
- group_degree: int64
551
- group_order: int64
552
- group_type: string
 
 
 
 
 
 
553
  - config_name: c29
554
  data_files:
555
  - split: train
@@ -557,12 +803,18 @@ configs:
557
  - split: test
558
  path: data/c29/test/*.arrow
559
  features:
560
- input_sequence: string
561
- target: string
562
- sequence_length: int64
563
- group_degree: int64
564
- group_order: int64
565
- group_type: string
 
 
 
 
 
 
566
  - config_name: c30
567
  data_files:
568
  - split: train
@@ -570,12 +822,18 @@ configs:
570
  - split: test
571
  path: data/c30/test/*.arrow
572
  features:
573
- input_sequence: string
574
- target: string
575
- sequence_length: int64
576
- group_degree: int64
577
- group_order: int64
578
- group_type: string
 
 
 
 
 
 
579
  - config_name: d3
580
  data_files:
581
  - split: train
@@ -583,12 +841,18 @@ configs:
583
  - split: test
584
  path: data/d3/test/*.arrow
585
  features:
586
- input_sequence: string
587
- target: string
588
- sequence_length: int64
589
- group_degree: int64
590
- group_order: int64
591
- group_type: string
 
 
 
 
 
 
592
  - config_name: d4
593
  data_files:
594
  - split: train
@@ -596,12 +860,18 @@ configs:
596
  - split: test
597
  path: data/d4/test/*.arrow
598
  features:
599
- input_sequence: string
600
- target: string
601
- sequence_length: int64
602
- group_degree: int64
603
- group_order: int64
604
- group_type: string
 
 
 
 
 
 
605
  - config_name: d5
606
  data_files:
607
  - split: train
@@ -609,12 +879,18 @@ configs:
609
  - split: test
610
  path: data/d5/test/*.arrow
611
  features:
612
- input_sequence: string
613
- target: string
614
- sequence_length: int64
615
- group_degree: int64
616
- group_order: int64
617
- group_type: string
 
 
 
 
 
 
618
  - config_name: d6
619
  data_files:
620
  - split: train
@@ -622,12 +898,18 @@ configs:
622
  - split: test
623
  path: data/d6/test/*.arrow
624
  features:
625
- input_sequence: string
626
- target: string
627
- sequence_length: int64
628
- group_degree: int64
629
- group_order: int64
630
- group_type: string
 
 
 
 
 
 
631
  - config_name: d7
632
  data_files:
633
  - split: train
@@ -635,12 +917,18 @@ configs:
635
  - split: test
636
  path: data/d7/test/*.arrow
637
  features:
638
- input_sequence: string
639
- target: string
640
- sequence_length: int64
641
- group_degree: int64
642
- group_order: int64
643
- group_type: string
 
 
 
 
 
 
644
  - config_name: d8
645
  data_files:
646
  - split: train
@@ -648,12 +936,18 @@ configs:
648
  - split: test
649
  path: data/d8/test/*.arrow
650
  features:
651
- input_sequence: string
652
- target: string
653
- sequence_length: int64
654
- group_degree: int64
655
- group_order: int64
656
- group_type: string
 
 
 
 
 
 
657
  - config_name: d9
658
  data_files:
659
  - split: train
@@ -661,12 +955,18 @@ configs:
661
  - split: test
662
  path: data/d9/test/*.arrow
663
  features:
664
- input_sequence: string
665
- target: string
666
- sequence_length: int64
667
- group_degree: int64
668
- group_order: int64
669
- group_type: string
 
 
 
 
 
 
670
  - config_name: d10
671
  data_files:
672
  - split: train
@@ -674,12 +974,18 @@ configs:
674
  - split: test
675
  path: data/d10/test/*.arrow
676
  features:
677
- input_sequence: string
678
- target: string
679
- sequence_length: int64
680
- group_degree: int64
681
- group_order: int64
682
- group_type: string
 
 
 
 
 
 
683
  - config_name: d11
684
  data_files:
685
  - split: train
@@ -687,12 +993,18 @@ configs:
687
  - split: test
688
  path: data/d11/test/*.arrow
689
  features:
690
- input_sequence: string
691
- target: string
692
- sequence_length: int64
693
- group_degree: int64
694
- group_order: int64
695
- group_type: string
 
 
 
 
 
 
696
  - config_name: d12
697
  data_files:
698
  - split: train
@@ -700,12 +1012,18 @@ configs:
700
  - split: test
701
  path: data/d12/test/*.arrow
702
  features:
703
- input_sequence: string
704
- target: string
705
- sequence_length: int64
706
- group_degree: int64
707
- group_order: int64
708
- group_type: string
 
 
 
 
 
 
709
  - config_name: d13
710
  data_files:
711
  - split: train
@@ -713,12 +1031,18 @@ configs:
713
  - split: test
714
  path: data/d13/test/*.arrow
715
  features:
716
- input_sequence: string
717
- target: string
718
- sequence_length: int64
719
- group_degree: int64
720
- group_order: int64
721
- group_type: string
 
 
 
 
 
 
722
  - config_name: d14
723
  data_files:
724
  - split: train
@@ -726,12 +1050,18 @@ configs:
726
  - split: test
727
  path: data/d14/test/*.arrow
728
  features:
729
- input_sequence: string
730
- target: string
731
- sequence_length: int64
732
- group_degree: int64
733
- group_order: int64
734
- group_type: string
 
 
 
 
 
 
735
  - config_name: d15
736
  data_files:
737
  - split: train
@@ -739,12 +1069,18 @@ configs:
739
  - split: test
740
  path: data/d15/test/*.arrow
741
  features:
742
- input_sequence: string
743
- target: string
744
- sequence_length: int64
745
- group_degree: int64
746
- group_order: int64
747
- group_type: string
 
 
 
 
 
 
748
  - config_name: d16
749
  data_files:
750
  - split: train
@@ -752,12 +1088,18 @@ configs:
752
  - split: test
753
  path: data/d16/test/*.arrow
754
  features:
755
- input_sequence: string
756
- target: string
757
- sequence_length: int64
758
- group_degree: int64
759
- group_order: int64
760
- group_type: string
 
 
 
 
 
 
761
  - config_name: d17
762
  data_files:
763
  - split: train
@@ -765,12 +1107,18 @@ configs:
765
  - split: test
766
  path: data/d17/test/*.arrow
767
  features:
768
- input_sequence: string
769
- target: string
770
- sequence_length: int64
771
- group_degree: int64
772
- group_order: int64
773
- group_type: string
 
 
 
 
 
 
774
  - config_name: d18
775
  data_files:
776
  - split: train
@@ -778,12 +1126,18 @@ configs:
778
  - split: test
779
  path: data/d18/test/*.arrow
780
  features:
781
- input_sequence: string
782
- target: string
783
- sequence_length: int64
784
- group_degree: int64
785
- group_order: int64
786
- group_type: string
 
 
 
 
 
 
787
  - config_name: d19
788
  data_files:
789
  - split: train
@@ -791,12 +1145,18 @@ configs:
791
  - split: test
792
  path: data/d19/test/*.arrow
793
  features:
794
- input_sequence: string
795
- target: string
796
- sequence_length: int64
797
- group_degree: int64
798
- group_order: int64
799
- group_type: string
 
 
 
 
 
 
800
  - config_name: d20
801
  data_files:
802
  - split: train
@@ -804,12 +1164,18 @@ configs:
804
  - split: test
805
  path: data/d20/test/*.arrow
806
  features:
807
- input_sequence: string
808
- target: string
809
- sequence_length: int64
810
- group_degree: int64
811
- group_order: int64
812
- group_type: string
 
 
 
 
 
 
813
  - config_name: q8
814
  data_files:
815
  - split: train
@@ -817,12 +1183,18 @@ configs:
817
  - split: test
818
  path: data/q8/test/*.arrow
819
  features:
820
- input_sequence: string
821
- target: string
822
- sequence_length: int64
823
- group_degree: int64
824
- group_order: int64
825
- group_type: string
 
 
 
 
 
 
826
  - config_name: q16
827
  data_files:
828
  - split: train
@@ -830,12 +1202,18 @@ configs:
830
  - split: test
831
  path: data/q16/test/*.arrow
832
  features:
833
- input_sequence: string
834
- target: string
835
- sequence_length: int64
836
- group_degree: int64
837
- group_order: int64
838
- group_type: string
 
 
 
 
 
 
839
  - config_name: q32
840
  data_files:
841
  - split: train
@@ -843,12 +1221,18 @@ configs:
843
  - split: test
844
  path: data/q32/test/*.arrow
845
  features:
846
- input_sequence: string
847
- target: string
848
- sequence_length: int64
849
- group_degree: int64
850
- group_order: int64
851
- group_type: string
 
 
 
 
 
 
852
  - config_name: f20
853
  data_files:
854
  - split: train
@@ -856,12 +1240,18 @@ configs:
856
  - split: test
857
  path: data/f20/test/*.arrow
858
  features:
859
- input_sequence: string
860
- target: string
861
- sequence_length: int64
862
- group_degree: int64
863
- group_order: int64
864
- group_type: string
 
 
 
 
 
 
865
  - config_name: f21
866
  data_files:
867
  - split: train
@@ -869,12 +1259,18 @@ configs:
869
  - split: test
870
  path: data/f21/test/*.arrow
871
  features:
872
- input_sequence: string
873
- target: string
874
- sequence_length: int64
875
- group_degree: int64
876
- group_order: int64
877
- group_type: string
 
 
 
 
 
 
878
  - config_name: v4
879
  data_files:
880
  - split: train
@@ -882,12 +1278,18 @@ configs:
882
  - split: test
883
  path: data/v4/test/*.arrow
884
  features:
885
- input_sequence: string
886
- target: string
887
- sequence_length: int64
888
- group_degree: int64
889
- group_order: int64
890
- group_type: string
 
 
 
 
 
 
891
  - config_name: z2_1
892
  data_files:
893
  - split: train
@@ -895,12 +1297,18 @@ configs:
895
  - split: test
896
  path: data/z2_1/test/*.arrow
897
  features:
898
- input_sequence: string
899
- target: string
900
- sequence_length: int64
901
- group_degree: int64
902
- group_order: int64
903
- group_type: string
 
 
 
 
 
 
904
  - config_name: z2_2
905
  data_files:
906
  - split: train
@@ -908,12 +1316,18 @@ configs:
908
  - split: test
909
  path: data/z2_2/test/*.arrow
910
  features:
911
- input_sequence: string
912
- target: string
913
- sequence_length: int64
914
- group_degree: int64
915
- group_order: int64
916
- group_type: string
 
 
 
 
 
 
917
  - config_name: z2_3
918
  data_files:
919
  - split: train
@@ -921,12 +1335,18 @@ configs:
921
  - split: test
922
  path: data/z2_3/test/*.arrow
923
  features:
924
- input_sequence: string
925
- target: string
926
- sequence_length: int64
927
- group_degree: int64
928
- group_order: int64
929
- group_type: string
 
 
 
 
 
 
930
  - config_name: z2_4
931
  data_files:
932
  - split: train
@@ -934,12 +1354,18 @@ configs:
934
  - split: test
935
  path: data/z2_4/test/*.arrow
936
  features:
937
- input_sequence: string
938
- target: string
939
- sequence_length: int64
940
- group_degree: int64
941
- group_order: int64
942
- group_type: string
 
 
 
 
 
 
943
  - config_name: z2_5
944
  data_files:
945
  - split: train
@@ -947,12 +1373,18 @@ configs:
947
  - split: test
948
  path: data/z2_5/test/*.arrow
949
  features:
950
- input_sequence: string
951
- target: string
952
- sequence_length: int64
953
- group_degree: int64
954
- group_order: int64
955
- group_type: string
 
 
 
 
 
 
956
  - config_name: z3_1
957
  data_files:
958
  - split: train
@@ -960,12 +1392,18 @@ configs:
960
  - split: test
961
  path: data/z3_1/test/*.arrow
962
  features:
963
- input_sequence: string
964
- target: string
965
- sequence_length: int64
966
- group_degree: int64
967
- group_order: int64
968
- group_type: string
 
 
 
 
 
 
969
  - config_name: z3_2
970
  data_files:
971
  - split: train
@@ -973,12 +1411,18 @@ configs:
973
  - split: test
974
  path: data/z3_2/test/*.arrow
975
  features:
976
- input_sequence: string
977
- target: string
978
- sequence_length: int64
979
- group_degree: int64
980
- group_order: int64
981
- group_type: string
 
 
 
 
 
 
982
  - config_name: z3_3
983
  data_files:
984
  - split: train
@@ -986,12 +1430,18 @@ configs:
986
  - split: test
987
  path: data/z3_3/test/*.arrow
988
  features:
989
- input_sequence: string
990
- target: string
991
- sequence_length: int64
992
- group_degree: int64
993
- group_order: int64
994
- group_type: string
 
 
 
 
 
 
995
  - config_name: z3_4
996
  data_files:
997
  - split: train
@@ -999,12 +1449,18 @@ configs:
999
  - split: test
1000
  path: data/z3_4/test/*.arrow
1001
  features:
1002
- input_sequence: string
1003
- target: string
1004
- sequence_length: int64
1005
- group_degree: int64
1006
- group_order: int64
1007
- group_type: string
 
 
 
 
 
 
1008
  - config_name: z5_1
1009
  data_files:
1010
  - split: train
@@ -1012,12 +1468,18 @@ configs:
1012
  - split: test
1013
  path: data/z5_1/test/*.arrow
1014
  features:
1015
- input_sequence: string
1016
- target: string
1017
- sequence_length: int64
1018
- group_degree: int64
1019
- group_order: int64
1020
- group_type: string
 
 
 
 
 
 
1021
  - config_name: z5_2
1022
  data_files:
1023
  - split: train
@@ -1025,12 +1487,18 @@ configs:
1025
  - split: test
1026
  path: data/z5_2/test/*.arrow
1027
  features:
1028
- input_sequence: string
1029
- target: string
1030
- sequence_length: int64
1031
- group_degree: int64
1032
- group_order: int64
1033
- group_type: string
 
 
 
 
 
 
1034
  - config_name: z5_3
1035
  data_files:
1036
  - split: train
@@ -1038,12 +1506,18 @@ configs:
1038
  - split: test
1039
  path: data/z5_3/test/*.arrow
1040
  features:
1041
- input_sequence: string
1042
- target: string
1043
- sequence_length: int64
1044
- group_degree: int64
1045
- group_order: int64
1046
- group_type: string
 
 
 
 
 
 
1047
  - config_name: z5_4
1048
  data_files:
1049
  - split: train
@@ -1051,12 +1525,18 @@ configs:
1051
  - split: test
1052
  path: data/z5_4/test/*.arrow
1053
  features:
1054
- input_sequence: string
1055
- target: string
1056
- sequence_length: int64
1057
- group_degree: int64
1058
- group_order: int64
1059
- group_type: string
 
 
 
 
 
 
1060
  - config_name: psl2_2
1061
  data_files:
1062
  - split: train
@@ -1064,12 +1544,18 @@ configs:
1064
  - split: test
1065
  path: data/psl2_2/test/*.arrow
1066
  features:
1067
- input_sequence: string
1068
- target: string
1069
- sequence_length: int64
1070
- group_degree: int64
1071
- group_order: int64
1072
- group_type: string
 
 
 
 
 
 
1073
  - config_name: psl2_3
1074
  data_files:
1075
  - split: train
@@ -1077,12 +1563,18 @@ configs:
1077
  - split: test
1078
  path: data/psl2_3/test/*.arrow
1079
  features:
1080
- input_sequence: string
1081
- target: string
1082
- sequence_length: int64
1083
- group_degree: int64
1084
- group_order: int64
1085
- group_type: string
 
 
 
 
 
 
1086
  - config_name: psl2_4
1087
  data_files:
1088
  - split: train
@@ -1090,12 +1582,18 @@ configs:
1090
  - split: test
1091
  path: data/psl2_4/test/*.arrow
1092
  features:
1093
- input_sequence: string
1094
- target: string
1095
- sequence_length: int64
1096
- group_degree: int64
1097
- group_order: int64
1098
- group_type: string
 
 
 
 
 
 
1099
  - config_name: psl2_5
1100
  data_files:
1101
  - split: train
@@ -1103,12 +1601,18 @@ configs:
1103
  - split: test
1104
  path: data/psl2_5/test/*.arrow
1105
  features:
1106
- input_sequence: string
1107
- target: string
1108
- sequence_length: int64
1109
- group_degree: int64
1110
- group_order: int64
1111
- group_type: string
 
 
 
 
 
 
1112
  - config_name: psl2_7
1113
  data_files:
1114
  - split: train
@@ -1116,12 +1620,18 @@ configs:
1116
  - split: test
1117
  path: data/psl2_7/test/*.arrow
1118
  features:
1119
- input_sequence: string
1120
- target: string
1121
- sequence_length: int64
1122
- group_degree: int64
1123
- group_order: int64
1124
- group_type: string
 
 
 
 
 
 
1125
  - config_name: psl2_8
1126
  data_files:
1127
  - split: train
@@ -1129,12 +1639,18 @@ configs:
1129
  - split: test
1130
  path: data/psl2_8/test/*.arrow
1131
  features:
1132
- input_sequence: string
1133
- target: string
1134
- sequence_length: int64
1135
- group_degree: int64
1136
- group_order: int64
1137
- group_type: string
 
 
 
 
 
 
1138
  - config_name: psl2_9
1139
  data_files:
1140
  - split: train
@@ -1142,12 +1658,18 @@ configs:
1142
  - split: test
1143
  path: data/psl2_9/test/*.arrow
1144
  features:
1145
- input_sequence: string
1146
- target: string
1147
- sequence_length: int64
1148
- group_degree: int64
1149
- group_order: int64
1150
- group_type: string
 
 
 
 
 
 
1151
  - config_name: psl2_11
1152
  data_files:
1153
  - split: train
@@ -1155,12 +1677,18 @@ configs:
1155
  - split: test
1156
  path: data/psl2_11/test/*.arrow
1157
  features:
1158
- input_sequence: string
1159
- target: string
1160
- sequence_length: int64
1161
- group_degree: int64
1162
- group_order: int64
1163
- group_type: string
 
 
 
 
 
 
1164
  - config_name: psl3_2
1165
  data_files:
1166
  - split: train
@@ -1168,12 +1696,18 @@ configs:
1168
  - split: test
1169
  path: data/psl3_2/test/*.arrow
1170
  features:
1171
- input_sequence: string
1172
- target: string
1173
- sequence_length: int64
1174
- group_degree: int64
1175
- group_order: int64
1176
- group_type: string
 
 
 
 
 
 
1177
  - config_name: psl3_3
1178
  data_files:
1179
  - split: train
@@ -1181,12 +1715,18 @@ configs:
1181
  - split: test
1182
  path: data/psl3_3/test/*.arrow
1183
  features:
1184
- input_sequence: string
1185
- target: string
1186
- sequence_length: int64
1187
- group_degree: int64
1188
- group_order: int64
1189
- group_type: string
 
 
 
 
 
 
1190
  - config_name: psl3_4
1191
  data_files:
1192
  - split: train
@@ -1194,12 +1734,18 @@ configs:
1194
  - split: test
1195
  path: data/psl3_4/test/*.arrow
1196
  features:
1197
- input_sequence: string
1198
- target: string
1199
- sequence_length: int64
1200
- group_degree: int64
1201
- group_order: int64
1202
- group_type: string
 
 
 
 
 
 
1203
  - config_name: psl3_5
1204
  data_files:
1205
  - split: train
@@ -1207,12 +1753,18 @@ configs:
1207
  - split: test
1208
  path: data/psl3_5/test/*.arrow
1209
  features:
1210
- input_sequence: string
1211
- target: string
1212
- sequence_length: int64
1213
- group_degree: int64
1214
- group_order: int64
1215
- group_type: string
 
 
 
 
 
 
1216
  - config_name: m11
1217
  data_files:
1218
  - split: train
@@ -1220,12 +1772,18 @@ configs:
1220
  - split: test
1221
  path: data/m11/test/*.arrow
1222
  features:
1223
- input_sequence: string
1224
- target: string
1225
- sequence_length: int64
1226
- group_degree: int64
1227
- group_order: int64
1228
- group_type: string
 
 
 
 
 
 
1229
  - config_name: m12
1230
  data_files:
1231
  - split: train
@@ -1233,12 +1791,18 @@ configs:
1233
  - split: test
1234
  path: data/m12/test/*.arrow
1235
  features:
1236
- input_sequence: string
1237
- target: string
1238
- sequence_length: int64
1239
- group_degree: int64
1240
- group_order: int64
1241
- group_type: string
 
 
 
 
 
 
1242
  ---
1243
 
1244
  # Group Theory Collection
 
24
  - split: test
25
  path: data/s3/test/*.arrow
26
  features:
27
+ - name: input_sequence
28
+ dtype: string
29
+ - name: target
30
+ dtype: string
31
+ - name: sequence_length
32
+ dtype: int64
33
+ - name: group_degree
34
+ dtype: int64
35
+ - name: group_order
36
+ dtype: int64
37
+ - name: group_type
38
+ dtype: string
39
  - config_name: s4
40
  data_files:
41
  - split: train
 
43
  - split: test
44
  path: data/s4/test/*.arrow
45
  features:
46
+ - name: input_sequence
47
+ dtype: string
48
+ - name: target
49
+ dtype: string
50
+ - name: sequence_length
51
+ dtype: int64
52
+ - name: group_degree
53
+ dtype: int64
54
+ - name: group_order
55
+ dtype: int64
56
+ - name: group_type
57
+ dtype: string
58
  - config_name: s5
59
  data_files:
60
  - split: train
 
62
  - split: test
63
  path: data/s5/test/*.arrow
64
  features:
65
+ - name: input_sequence
66
+ dtype: string
67
+ - name: target
68
+ dtype: string
69
+ - name: sequence_length
70
+ dtype: int64
71
+ - name: group_degree
72
+ dtype: int64
73
+ - name: group_order
74
+ dtype: int64
75
+ - name: group_type
76
+ dtype: string
77
  - config_name: s6
78
  data_files:
79
  - split: train
 
81
  - split: test
82
  path: data/s6/test/*.arrow
83
  features:
84
+ - name: input_sequence
85
+ dtype: string
86
+ - name: target
87
+ dtype: string
88
+ - name: sequence_length
89
+ dtype: int64
90
+ - name: group_degree
91
+ dtype: int64
92
+ - name: group_order
93
+ dtype: int64
94
+ - name: group_type
95
+ dtype: string
96
  - config_name: s7
97
  data_files:
98
  - split: train
 
100
  - split: test
101
  path: data/s7/test/*.arrow
102
  features:
103
+ - name: input_sequence
104
+ dtype: string
105
+ - name: target
106
+ dtype: string
107
+ - name: sequence_length
108
+ dtype: int64
109
+ - name: group_degree
110
+ dtype: int64
111
+ - name: group_order
112
+ dtype: int64
113
+ - name: group_type
114
+ dtype: string
115
  - config_name: s8
116
  data_files:
117
  - split: train
 
119
  - split: test
120
  path: data/s8/test/*.arrow
121
  features:
122
+ - name: input_sequence
123
+ dtype: string
124
+ - name: target
125
+ dtype: string
126
+ - name: sequence_length
127
+ dtype: int64
128
+ - name: group_degree
129
+ dtype: int64
130
+ - name: group_order
131
+ dtype: int64
132
+ - name: group_type
133
+ dtype: string
134
  - config_name: s9
135
  data_files:
136
  - split: train
 
138
  - split: test
139
  path: data/s9/test/*.arrow
140
  features:
141
+ - name: input_sequence
142
+ dtype: string
143
+ - name: target
144
+ dtype: string
145
+ - name: sequence_length
146
+ dtype: int64
147
+ - name: group_degree
148
+ dtype: int64
149
+ - name: group_order
150
+ dtype: int64
151
+ - name: group_type
152
+ dtype: string
153
  - config_name: a3
154
  data_files:
155
  - split: train
 
157
  - split: test
158
  path: data/a3/test/*.arrow
159
  features:
160
+ - name: input_sequence
161
+ dtype: string
162
+ - name: target
163
+ dtype: string
164
+ - name: sequence_length
165
+ dtype: int64
166
+ - name: group_degree
167
+ dtype: int64
168
+ - name: group_order
169
+ dtype: int64
170
+ - name: group_type
171
+ dtype: string
172
  - config_name: a4
173
  data_files:
174
  - split: train
 
176
  - split: test
177
  path: data/a4/test/*.arrow
178
  features:
179
+ - name: input_sequence
180
+ dtype: string
181
+ - name: target
182
+ dtype: string
183
+ - name: sequence_length
184
+ dtype: int64
185
+ - name: group_degree
186
+ dtype: int64
187
+ - name: group_order
188
+ dtype: int64
189
+ - name: group_type
190
+ dtype: string
191
  - config_name: a5
192
  data_files:
193
  - split: train
 
195
  - split: test
196
  path: data/a5/test/*.arrow
197
  features:
198
+ - name: input_sequence
199
+ dtype: string
200
+ - name: target
201
+ dtype: string
202
+ - name: sequence_length
203
+ dtype: int64
204
+ - name: group_degree
205
+ dtype: int64
206
+ - name: group_order
207
+ dtype: int64
208
+ - name: group_type
209
+ dtype: string
210
  - config_name: a6
211
  data_files:
212
  - split: train
 
214
  - split: test
215
  path: data/a6/test/*.arrow
216
  features:
217
+ - name: input_sequence
218
+ dtype: string
219
+ - name: target
220
+ dtype: string
221
+ - name: sequence_length
222
+ dtype: int64
223
+ - name: group_degree
224
+ dtype: int64
225
+ - name: group_order
226
+ dtype: int64
227
+ - name: group_type
228
+ dtype: string
229
  - config_name: a7
230
  data_files:
231
  - split: train
 
233
  - split: test
234
  path: data/a7/test/*.arrow
235
  features:
236
+ - name: input_sequence
237
+ dtype: string
238
+ - name: target
239
+ dtype: string
240
+ - name: sequence_length
241
+ dtype: int64
242
+ - name: group_degree
243
+ dtype: int64
244
+ - name: group_order
245
+ dtype: int64
246
+ - name: group_type
247
+ dtype: string
248
  - config_name: a8
249
  data_files:
250
  - split: train
 
252
  - split: test
253
  path: data/a8/test/*.arrow
254
  features:
255
+ - name: input_sequence
256
+ dtype: string
257
+ - name: target
258
+ dtype: string
259
+ - name: sequence_length
260
+ dtype: int64
261
+ - name: group_degree
262
+ dtype: int64
263
+ - name: group_order
264
+ dtype: int64
265
+ - name: group_type
266
+ dtype: string
267
  - config_name: a9
268
  data_files:
269
  - split: train
 
271
  - split: test
272
  path: data/a9/test/*.arrow
273
  features:
274
+ - name: input_sequence
275
+ dtype: string
276
+ - name: target
277
+ dtype: string
278
+ - name: sequence_length
279
+ dtype: int64
280
+ - name: group_degree
281
+ dtype: int64
282
+ - name: group_order
283
+ dtype: int64
284
+ - name: group_type
285
+ dtype: string
286
  - config_name: c2
287
  data_files:
288
  - split: train
 
290
  - split: test
291
  path: data/c2/test/*.arrow
292
  features:
293
+ - name: input_sequence
294
+ dtype: string
295
+ - name: target
296
+ dtype: string
297
+ - name: sequence_length
298
+ dtype: int64
299
+ - name: group_degree
300
+ dtype: int64
301
+ - name: group_order
302
+ dtype: int64
303
+ - name: group_type
304
+ dtype: string
305
  - config_name: c3
306
  data_files:
307
  - split: train
 
309
  - split: test
310
  path: data/c3/test/*.arrow
311
  features:
312
+ - name: input_sequence
313
+ dtype: string
314
+ - name: target
315
+ dtype: string
316
+ - name: sequence_length
317
+ dtype: int64
318
+ - name: group_degree
319
+ dtype: int64
320
+ - name: group_order
321
+ dtype: int64
322
+ - name: group_type
323
+ dtype: string
324
  - config_name: c4
325
  data_files:
326
  - split: train
 
328
  - split: test
329
  path: data/c4/test/*.arrow
330
  features:
331
+ - name: input_sequence
332
+ dtype: string
333
+ - name: target
334
+ dtype: string
335
+ - name: sequence_length
336
+ dtype: int64
337
+ - name: group_degree
338
+ dtype: int64
339
+ - name: group_order
340
+ dtype: int64
341
+ - name: group_type
342
+ dtype: string
343
  - config_name: c5
344
  data_files:
345
  - split: train
 
347
  - split: test
348
  path: data/c5/test/*.arrow
349
  features:
350
+ - name: input_sequence
351
+ dtype: string
352
+ - name: target
353
+ dtype: string
354
+ - name: sequence_length
355
+ dtype: int64
356
+ - name: group_degree
357
+ dtype: int64
358
+ - name: group_order
359
+ dtype: int64
360
+ - name: group_type
361
+ dtype: string
362
  - config_name: c6
363
  data_files:
364
  - split: train
 
366
  - split: test
367
  path: data/c6/test/*.arrow
368
  features:
369
+ - name: input_sequence
370
+ dtype: string
371
+ - name: target
372
+ dtype: string
373
+ - name: sequence_length
374
+ dtype: int64
375
+ - name: group_degree
376
+ dtype: int64
377
+ - name: group_order
378
+ dtype: int64
379
+ - name: group_type
380
+ dtype: string
381
  - config_name: c7
382
  data_files:
383
  - split: train
 
385
  - split: test
386
  path: data/c7/test/*.arrow
387
  features:
388
+ - name: input_sequence
389
+ dtype: string
390
+ - name: target
391
+ dtype: string
392
+ - name: sequence_length
393
+ dtype: int64
394
+ - name: group_degree
395
+ dtype: int64
396
+ - name: group_order
397
+ dtype: int64
398
+ - name: group_type
399
+ dtype: string
400
  - config_name: c8
401
  data_files:
402
  - split: train
 
404
  - split: test
405
  path: data/c8/test/*.arrow
406
  features:
407
+ - name: input_sequence
408
+ dtype: string
409
+ - name: target
410
+ dtype: string
411
+ - name: sequence_length
412
+ dtype: int64
413
+ - name: group_degree
414
+ dtype: int64
415
+ - name: group_order
416
+ dtype: int64
417
+ - name: group_type
418
+ dtype: string
419
  - config_name: c9
420
  data_files:
421
  - split: train
 
423
  - split: test
424
  path: data/c9/test/*.arrow
425
  features:
426
+ - name: input_sequence
427
+ dtype: string
428
+ - name: target
429
+ dtype: string
430
+ - name: sequence_length
431
+ dtype: int64
432
+ - name: group_degree
433
+ dtype: int64
434
+ - name: group_order
435
+ dtype: int64
436
+ - name: group_type
437
+ dtype: string
438
  - config_name: c10
439
  data_files:
440
  - split: train
 
442
  - split: test
443
  path: data/c10/test/*.arrow
444
  features:
445
+ - name: input_sequence
446
+ dtype: string
447
+ - name: target
448
+ dtype: string
449
+ - name: sequence_length
450
+ dtype: int64
451
+ - name: group_degree
452
+ dtype: int64
453
+ - name: group_order
454
+ dtype: int64
455
+ - name: group_type
456
+ dtype: string
457
  - config_name: c11
458
  data_files:
459
  - split: train
 
461
  - split: test
462
  path: data/c11/test/*.arrow
463
  features:
464
+ - name: input_sequence
465
+ dtype: string
466
+ - name: target
467
+ dtype: string
468
+ - name: sequence_length
469
+ dtype: int64
470
+ - name: group_degree
471
+ dtype: int64
472
+ - name: group_order
473
+ dtype: int64
474
+ - name: group_type
475
+ dtype: string
476
  - config_name: c12
477
  data_files:
478
  - split: train
 
480
  - split: test
481
  path: data/c12/test/*.arrow
482
  features:
483
+ - name: input_sequence
484
+ dtype: string
485
+ - name: target
486
+ dtype: string
487
+ - name: sequence_length
488
+ dtype: int64
489
+ - name: group_degree
490
+ dtype: int64
491
+ - name: group_order
492
+ dtype: int64
493
+ - name: group_type
494
+ dtype: string
495
  - config_name: c13
496
  data_files:
497
  - split: train
 
499
  - split: test
500
  path: data/c13/test/*.arrow
501
  features:
502
+ - name: input_sequence
503
+ dtype: string
504
+ - name: target
505
+ dtype: string
506
+ - name: sequence_length
507
+ dtype: int64
508
+ - name: group_degree
509
+ dtype: int64
510
+ - name: group_order
511
+ dtype: int64
512
+ - name: group_type
513
+ dtype: string
514
  - config_name: c14
515
  data_files:
516
  - split: train
 
518
  - split: test
519
  path: data/c14/test/*.arrow
520
  features:
521
+ - name: input_sequence
522
+ dtype: string
523
+ - name: target
524
+ dtype: string
525
+ - name: sequence_length
526
+ dtype: int64
527
+ - name: group_degree
528
+ dtype: int64
529
+ - name: group_order
530
+ dtype: int64
531
+ - name: group_type
532
+ dtype: string
533
  - config_name: c15
534
  data_files:
535
  - split: train
 
537
  - split: test
538
  path: data/c15/test/*.arrow
539
  features:
540
+ - name: input_sequence
541
+ dtype: string
542
+ - name: target
543
+ dtype: string
544
+ - name: sequence_length
545
+ dtype: int64
546
+ - name: group_degree
547
+ dtype: int64
548
+ - name: group_order
549
+ dtype: int64
550
+ - name: group_type
551
+ dtype: string
552
  - config_name: c16
553
  data_files:
554
  - split: train
 
556
  - split: test
557
  path: data/c16/test/*.arrow
558
  features:
559
+ - name: input_sequence
560
+ dtype: string
561
+ - name: target
562
+ dtype: string
563
+ - name: sequence_length
564
+ dtype: int64
565
+ - name: group_degree
566
+ dtype: int64
567
+ - name: group_order
568
+ dtype: int64
569
+ - name: group_type
570
+ dtype: string
571
  - config_name: c17
572
  data_files:
573
  - split: train
 
575
  - split: test
576
  path: data/c17/test/*.arrow
577
  features:
578
+ - name: input_sequence
579
+ dtype: string
580
+ - name: target
581
+ dtype: string
582
+ - name: sequence_length
583
+ dtype: int64
584
+ - name: group_degree
585
+ dtype: int64
586
+ - name: group_order
587
+ dtype: int64
588
+ - name: group_type
589
+ dtype: string
590
  - config_name: c18
591
  data_files:
592
  - split: train
 
594
  - split: test
595
  path: data/c18/test/*.arrow
596
  features:
597
+ - name: input_sequence
598
+ dtype: string
599
+ - name: target
600
+ dtype: string
601
+ - name: sequence_length
602
+ dtype: int64
603
+ - name: group_degree
604
+ dtype: int64
605
+ - name: group_order
606
+ dtype: int64
607
+ - name: group_type
608
+ dtype: string
609
  - config_name: c19
610
  data_files:
611
  - split: train
 
613
  - split: test
614
  path: data/c19/test/*.arrow
615
  features:
616
+ - name: input_sequence
617
+ dtype: string
618
+ - name: target
619
+ dtype: string
620
+ - name: sequence_length
621
+ dtype: int64
622
+ - name: group_degree
623
+ dtype: int64
624
+ - name: group_order
625
+ dtype: int64
626
+ - name: group_type
627
+ dtype: string
628
  - config_name: c20
629
  data_files:
630
  - split: train
 
632
  - split: test
633
  path: data/c20/test/*.arrow
634
  features:
635
+ - name: input_sequence
636
+ dtype: string
637
+ - name: target
638
+ dtype: string
639
+ - name: sequence_length
640
+ dtype: int64
641
+ - name: group_degree
642
+ dtype: int64
643
+ - name: group_order
644
+ dtype: int64
645
+ - name: group_type
646
+ dtype: string
647
  - config_name: c21
648
  data_files:
649
  - split: train
 
651
  - split: test
652
  path: data/c21/test/*.arrow
653
  features:
654
+ - name: input_sequence
655
+ dtype: string
656
+ - name: target
657
+ dtype: string
658
+ - name: sequence_length
659
+ dtype: int64
660
+ - name: group_degree
661
+ dtype: int64
662
+ - name: group_order
663
+ dtype: int64
664
+ - name: group_type
665
+ dtype: string
666
  - config_name: c22
667
  data_files:
668
  - split: train
 
670
  - split: test
671
  path: data/c22/test/*.arrow
672
  features:
673
+ - name: input_sequence
674
+ dtype: string
675
+ - name: target
676
+ dtype: string
677
+ - name: sequence_length
678
+ dtype: int64
679
+ - name: group_degree
680
+ dtype: int64
681
+ - name: group_order
682
+ dtype: int64
683
+ - name: group_type
684
+ dtype: string
685
  - config_name: c23
686
  data_files:
687
  - split: train
 
689
  - split: test
690
  path: data/c23/test/*.arrow
691
  features:
692
+ - name: input_sequence
693
+ dtype: string
694
+ - name: target
695
+ dtype: string
696
+ - name: sequence_length
697
+ dtype: int64
698
+ - name: group_degree
699
+ dtype: int64
700
+ - name: group_order
701
+ dtype: int64
702
+ - name: group_type
703
+ dtype: string
704
  - config_name: c24
705
  data_files:
706
  - split: train
 
708
  - split: test
709
  path: data/c24/test/*.arrow
710
  features:
711
+ - name: input_sequence
712
+ dtype: string
713
+ - name: target
714
+ dtype: string
715
+ - name: sequence_length
716
+ dtype: int64
717
+ - name: group_degree
718
+ dtype: int64
719
+ - name: group_order
720
+ dtype: int64
721
+ - name: group_type
722
+ dtype: string
723
  - config_name: c25
724
  data_files:
725
  - split: train
 
727
  - split: test
728
  path: data/c25/test/*.arrow
729
  features:
730
+ - name: input_sequence
731
+ dtype: string
732
+ - name: target
733
+ dtype: string
734
+ - name: sequence_length
735
+ dtype: int64
736
+ - name: group_degree
737
+ dtype: int64
738
+ - name: group_order
739
+ dtype: int64
740
+ - name: group_type
741
+ dtype: string
742
  - config_name: c26
743
  data_files:
744
  - split: train
 
746
  - split: test
747
  path: data/c26/test/*.arrow
748
  features:
749
+ - name: input_sequence
750
+ dtype: string
751
+ - name: target
752
+ dtype: string
753
+ - name: sequence_length
754
+ dtype: int64
755
+ - name: group_degree
756
+ dtype: int64
757
+ - name: group_order
758
+ dtype: int64
759
+ - name: group_type
760
+ dtype: string
761
  - config_name: c27
762
  data_files:
763
  - split: train
 
765
  - split: test
766
  path: data/c27/test/*.arrow
767
  features:
768
+ - name: input_sequence
769
+ dtype: string
770
+ - name: target
771
+ dtype: string
772
+ - name: sequence_length
773
+ dtype: int64
774
+ - name: group_degree
775
+ dtype: int64
776
+ - name: group_order
777
+ dtype: int64
778
+ - name: group_type
779
+ dtype: string
780
  - config_name: c28
781
  data_files:
782
  - split: train
 
784
  - split: test
785
  path: data/c28/test/*.arrow
786
  features:
787
+ - name: input_sequence
788
+ dtype: string
789
+ - name: target
790
+ dtype: string
791
+ - name: sequence_length
792
+ dtype: int64
793
+ - name: group_degree
794
+ dtype: int64
795
+ - name: group_order
796
+ dtype: int64
797
+ - name: group_type
798
+ dtype: string
799
  - config_name: c29
800
  data_files:
801
  - split: train
 
803
  - split: test
804
  path: data/c29/test/*.arrow
805
  features:
806
+ - name: input_sequence
807
+ dtype: string
808
+ - name: target
809
+ dtype: string
810
+ - name: sequence_length
811
+ dtype: int64
812
+ - name: group_degree
813
+ dtype: int64
814
+ - name: group_order
815
+ dtype: int64
816
+ - name: group_type
817
+ dtype: string
818
  - config_name: c30
819
  data_files:
820
  - split: train
 
822
  - split: test
823
  path: data/c30/test/*.arrow
824
  features:
825
+ - name: input_sequence
826
+ dtype: string
827
+ - name: target
828
+ dtype: string
829
+ - name: sequence_length
830
+ dtype: int64
831
+ - name: group_degree
832
+ dtype: int64
833
+ - name: group_order
834
+ dtype: int64
835
+ - name: group_type
836
+ dtype: string
837
  - config_name: d3
838
  data_files:
839
  - split: train
 
841
  - split: test
842
  path: data/d3/test/*.arrow
843
  features:
844
+ - name: input_sequence
845
+ dtype: string
846
+ - name: target
847
+ dtype: string
848
+ - name: sequence_length
849
+ dtype: int64
850
+ - name: group_degree
851
+ dtype: int64
852
+ - name: group_order
853
+ dtype: int64
854
+ - name: group_type
855
+ dtype: string
856
  - config_name: d4
857
  data_files:
858
  - split: train
 
860
  - split: test
861
  path: data/d4/test/*.arrow
862
  features:
863
+ - name: input_sequence
864
+ dtype: string
865
+ - name: target
866
+ dtype: string
867
+ - name: sequence_length
868
+ dtype: int64
869
+ - name: group_degree
870
+ dtype: int64
871
+ - name: group_order
872
+ dtype: int64
873
+ - name: group_type
874
+ dtype: string
875
  - config_name: d5
876
  data_files:
877
  - split: train
 
879
  - split: test
880
  path: data/d5/test/*.arrow
881
  features:
882
+ - name: input_sequence
883
+ dtype: string
884
+ - name: target
885
+ dtype: string
886
+ - name: sequence_length
887
+ dtype: int64
888
+ - name: group_degree
889
+ dtype: int64
890
+ - name: group_order
891
+ dtype: int64
892
+ - name: group_type
893
+ dtype: string
894
  - config_name: d6
895
  data_files:
896
  - split: train
 
898
  - split: test
899
  path: data/d6/test/*.arrow
900
  features:
901
+ - name: input_sequence
902
+ dtype: string
903
+ - name: target
904
+ dtype: string
905
+ - name: sequence_length
906
+ dtype: int64
907
+ - name: group_degree
908
+ dtype: int64
909
+ - name: group_order
910
+ dtype: int64
911
+ - name: group_type
912
+ dtype: string
913
  - config_name: d7
914
  data_files:
915
  - split: train
 
917
  - split: test
918
  path: data/d7/test/*.arrow
919
  features:
920
+ - name: input_sequence
921
+ dtype: string
922
+ - name: target
923
+ dtype: string
924
+ - name: sequence_length
925
+ dtype: int64
926
+ - name: group_degree
927
+ dtype: int64
928
+ - name: group_order
929
+ dtype: int64
930
+ - name: group_type
931
+ dtype: string
932
  - config_name: d8
933
  data_files:
934
  - split: train
 
936
  - split: test
937
  path: data/d8/test/*.arrow
938
  features:
939
+ - name: input_sequence
940
+ dtype: string
941
+ - name: target
942
+ dtype: string
943
+ - name: sequence_length
944
+ dtype: int64
945
+ - name: group_degree
946
+ dtype: int64
947
+ - name: group_order
948
+ dtype: int64
949
+ - name: group_type
950
+ dtype: string
951
  - config_name: d9
952
  data_files:
953
  - split: train
 
955
  - split: test
956
  path: data/d9/test/*.arrow
957
  features:
958
+ - name: input_sequence
959
+ dtype: string
960
+ - name: target
961
+ dtype: string
962
+ - name: sequence_length
963
+ dtype: int64
964
+ - name: group_degree
965
+ dtype: int64
966
+ - name: group_order
967
+ dtype: int64
968
+ - name: group_type
969
+ dtype: string
970
  - config_name: d10
971
  data_files:
972
  - split: train
 
974
  - split: test
975
  path: data/d10/test/*.arrow
976
  features:
977
+ - name: input_sequence
978
+ dtype: string
979
+ - name: target
980
+ dtype: string
981
+ - name: sequence_length
982
+ dtype: int64
983
+ - name: group_degree
984
+ dtype: int64
985
+ - name: group_order
986
+ dtype: int64
987
+ - name: group_type
988
+ dtype: string
989
  - config_name: d11
990
  data_files:
991
  - split: train
 
993
  - split: test
994
  path: data/d11/test/*.arrow
995
  features:
996
+ - name: input_sequence
997
+ dtype: string
998
+ - name: target
999
+ dtype: string
1000
+ - name: sequence_length
1001
+ dtype: int64
1002
+ - name: group_degree
1003
+ dtype: int64
1004
+ - name: group_order
1005
+ dtype: int64
1006
+ - name: group_type
1007
+ dtype: string
1008
  - config_name: d12
1009
  data_files:
1010
  - split: train
 
1012
  - split: test
1013
  path: data/d12/test/*.arrow
1014
  features:
1015
+ - name: input_sequence
1016
+ dtype: string
1017
+ - name: target
1018
+ dtype: string
1019
+ - name: sequence_length
1020
+ dtype: int64
1021
+ - name: group_degree
1022
+ dtype: int64
1023
+ - name: group_order
1024
+ dtype: int64
1025
+ - name: group_type
1026
+ dtype: string
1027
  - config_name: d13
1028
  data_files:
1029
  - split: train
 
1031
  - split: test
1032
  path: data/d13/test/*.arrow
1033
  features:
1034
+ - name: input_sequence
1035
+ dtype: string
1036
+ - name: target
1037
+ dtype: string
1038
+ - name: sequence_length
1039
+ dtype: int64
1040
+ - name: group_degree
1041
+ dtype: int64
1042
+ - name: group_order
1043
+ dtype: int64
1044
+ - name: group_type
1045
+ dtype: string
1046
  - config_name: d14
1047
  data_files:
1048
  - split: train
 
1050
  - split: test
1051
  path: data/d14/test/*.arrow
1052
  features:
1053
+ - name: input_sequence
1054
+ dtype: string
1055
+ - name: target
1056
+ dtype: string
1057
+ - name: sequence_length
1058
+ dtype: int64
1059
+ - name: group_degree
1060
+ dtype: int64
1061
+ - name: group_order
1062
+ dtype: int64
1063
+ - name: group_type
1064
+ dtype: string
1065
  - config_name: d15
1066
  data_files:
1067
  - split: train
 
1069
  - split: test
1070
  path: data/d15/test/*.arrow
1071
  features:
1072
+ - name: input_sequence
1073
+ dtype: string
1074
+ - name: target
1075
+ dtype: string
1076
+ - name: sequence_length
1077
+ dtype: int64
1078
+ - name: group_degree
1079
+ dtype: int64
1080
+ - name: group_order
1081
+ dtype: int64
1082
+ - name: group_type
1083
+ dtype: string
1084
  - config_name: d16
1085
  data_files:
1086
  - split: train
 
1088
  - split: test
1089
  path: data/d16/test/*.arrow
1090
  features:
1091
+ - name: input_sequence
1092
+ dtype: string
1093
+ - name: target
1094
+ dtype: string
1095
+ - name: sequence_length
1096
+ dtype: int64
1097
+ - name: group_degree
1098
+ dtype: int64
1099
+ - name: group_order
1100
+ dtype: int64
1101
+ - name: group_type
1102
+ dtype: string
1103
  - config_name: d17
1104
  data_files:
1105
  - split: train
 
1107
  - split: test
1108
  path: data/d17/test/*.arrow
1109
  features:
1110
+ - name: input_sequence
1111
+ dtype: string
1112
+ - name: target
1113
+ dtype: string
1114
+ - name: sequence_length
1115
+ dtype: int64
1116
+ - name: group_degree
1117
+ dtype: int64
1118
+ - name: group_order
1119
+ dtype: int64
1120
+ - name: group_type
1121
+ dtype: string
1122
  - config_name: d18
1123
  data_files:
1124
  - split: train
 
1126
  - split: test
1127
  path: data/d18/test/*.arrow
1128
  features:
1129
+ - name: input_sequence
1130
+ dtype: string
1131
+ - name: target
1132
+ dtype: string
1133
+ - name: sequence_length
1134
+ dtype: int64
1135
+ - name: group_degree
1136
+ dtype: int64
1137
+ - name: group_order
1138
+ dtype: int64
1139
+ - name: group_type
1140
+ dtype: string
1141
  - config_name: d19
1142
  data_files:
1143
  - split: train
 
1145
  - split: test
1146
  path: data/d19/test/*.arrow
1147
  features:
1148
+ - name: input_sequence
1149
+ dtype: string
1150
+ - name: target
1151
+ dtype: string
1152
+ - name: sequence_length
1153
+ dtype: int64
1154
+ - name: group_degree
1155
+ dtype: int64
1156
+ - name: group_order
1157
+ dtype: int64
1158
+ - name: group_type
1159
+ dtype: string
1160
  - config_name: d20
1161
  data_files:
1162
  - split: train
 
1164
  - split: test
1165
  path: data/d20/test/*.arrow
1166
  features:
1167
+ - name: input_sequence
1168
+ dtype: string
1169
+ - name: target
1170
+ dtype: string
1171
+ - name: sequence_length
1172
+ dtype: int64
1173
+ - name: group_degree
1174
+ dtype: int64
1175
+ - name: group_order
1176
+ dtype: int64
1177
+ - name: group_type
1178
+ dtype: string
1179
  - config_name: q8
1180
  data_files:
1181
  - split: train
 
1183
  - split: test
1184
  path: data/q8/test/*.arrow
1185
  features:
1186
+ - name: input_sequence
1187
+ dtype: string
1188
+ - name: target
1189
+ dtype: string
1190
+ - name: sequence_length
1191
+ dtype: int64
1192
+ - name: group_degree
1193
+ dtype: int64
1194
+ - name: group_order
1195
+ dtype: int64
1196
+ - name: group_type
1197
+ dtype: string
1198
  - config_name: q16
1199
  data_files:
1200
  - split: train
 
1202
  - split: test
1203
  path: data/q16/test/*.arrow
1204
  features:
1205
+ - name: input_sequence
1206
+ dtype: string
1207
+ - name: target
1208
+ dtype: string
1209
+ - name: sequence_length
1210
+ dtype: int64
1211
+ - name: group_degree
1212
+ dtype: int64
1213
+ - name: group_order
1214
+ dtype: int64
1215
+ - name: group_type
1216
+ dtype: string
1217
  - config_name: q32
1218
  data_files:
1219
  - split: train
 
1221
  - split: test
1222
  path: data/q32/test/*.arrow
1223
  features:
1224
+ - name: input_sequence
1225
+ dtype: string
1226
+ - name: target
1227
+ dtype: string
1228
+ - name: sequence_length
1229
+ dtype: int64
1230
+ - name: group_degree
1231
+ dtype: int64
1232
+ - name: group_order
1233
+ dtype: int64
1234
+ - name: group_type
1235
+ dtype: string
1236
  - config_name: f20
1237
  data_files:
1238
  - split: train
 
1240
  - split: test
1241
  path: data/f20/test/*.arrow
1242
  features:
1243
+ - name: input_sequence
1244
+ dtype: string
1245
+ - name: target
1246
+ dtype: string
1247
+ - name: sequence_length
1248
+ dtype: int64
1249
+ - name: group_degree
1250
+ dtype: int64
1251
+ - name: group_order
1252
+ dtype: int64
1253
+ - name: group_type
1254
+ dtype: string
1255
  - config_name: f21
1256
  data_files:
1257
  - split: train
 
1259
  - split: test
1260
  path: data/f21/test/*.arrow
1261
  features:
1262
+ - name: input_sequence
1263
+ dtype: string
1264
+ - name: target
1265
+ dtype: string
1266
+ - name: sequence_length
1267
+ dtype: int64
1268
+ - name: group_degree
1269
+ dtype: int64
1270
+ - name: group_order
1271
+ dtype: int64
1272
+ - name: group_type
1273
+ dtype: string
1274
  - config_name: v4
1275
  data_files:
1276
  - split: train
 
1278
  - split: test
1279
  path: data/v4/test/*.arrow
1280
  features:
1281
+ - name: input_sequence
1282
+ dtype: string
1283
+ - name: target
1284
+ dtype: string
1285
+ - name: sequence_length
1286
+ dtype: int64
1287
+ - name: group_degree
1288
+ dtype: int64
1289
+ - name: group_order
1290
+ dtype: int64
1291
+ - name: group_type
1292
+ dtype: string
1293
  - config_name: z2_1
1294
  data_files:
1295
  - split: train
 
1297
  - split: test
1298
  path: data/z2_1/test/*.arrow
1299
  features:
1300
+ - name: input_sequence
1301
+ dtype: string
1302
+ - name: target
1303
+ dtype: string
1304
+ - name: sequence_length
1305
+ dtype: int64
1306
+ - name: group_degree
1307
+ dtype: int64
1308
+ - name: group_order
1309
+ dtype: int64
1310
+ - name: group_type
1311
+ dtype: string
1312
  - config_name: z2_2
1313
  data_files:
1314
  - split: train
 
1316
  - split: test
1317
  path: data/z2_2/test/*.arrow
1318
  features:
1319
+ - name: input_sequence
1320
+ dtype: string
1321
+ - name: target
1322
+ dtype: string
1323
+ - name: sequence_length
1324
+ dtype: int64
1325
+ - name: group_degree
1326
+ dtype: int64
1327
+ - name: group_order
1328
+ dtype: int64
1329
+ - name: group_type
1330
+ dtype: string
1331
  - config_name: z2_3
1332
  data_files:
1333
  - split: train
 
1335
  - split: test
1336
  path: data/z2_3/test/*.arrow
1337
  features:
1338
+ - name: input_sequence
1339
+ dtype: string
1340
+ - name: target
1341
+ dtype: string
1342
+ - name: sequence_length
1343
+ dtype: int64
1344
+ - name: group_degree
1345
+ dtype: int64
1346
+ - name: group_order
1347
+ dtype: int64
1348
+ - name: group_type
1349
+ dtype: string
1350
  - config_name: z2_4
1351
  data_files:
1352
  - split: train
 
1354
  - split: test
1355
  path: data/z2_4/test/*.arrow
1356
  features:
1357
+ - name: input_sequence
1358
+ dtype: string
1359
+ - name: target
1360
+ dtype: string
1361
+ - name: sequence_length
1362
+ dtype: int64
1363
+ - name: group_degree
1364
+ dtype: int64
1365
+ - name: group_order
1366
+ dtype: int64
1367
+ - name: group_type
1368
+ dtype: string
1369
  - config_name: z2_5
1370
  data_files:
1371
  - split: train
 
1373
  - split: test
1374
  path: data/z2_5/test/*.arrow
1375
  features:
1376
+ - name: input_sequence
1377
+ dtype: string
1378
+ - name: target
1379
+ dtype: string
1380
+ - name: sequence_length
1381
+ dtype: int64
1382
+ - name: group_degree
1383
+ dtype: int64
1384
+ - name: group_order
1385
+ dtype: int64
1386
+ - name: group_type
1387
+ dtype: string
1388
  - config_name: z3_1
1389
  data_files:
1390
  - split: train
 
1392
  - split: test
1393
  path: data/z3_1/test/*.arrow
1394
  features:
1395
+ - name: input_sequence
1396
+ dtype: string
1397
+ - name: target
1398
+ dtype: string
1399
+ - name: sequence_length
1400
+ dtype: int64
1401
+ - name: group_degree
1402
+ dtype: int64
1403
+ - name: group_order
1404
+ dtype: int64
1405
+ - name: group_type
1406
+ dtype: string
1407
  - config_name: z3_2
1408
  data_files:
1409
  - split: train
 
1411
  - split: test
1412
  path: data/z3_2/test/*.arrow
1413
  features:
1414
+ - name: input_sequence
1415
+ dtype: string
1416
+ - name: target
1417
+ dtype: string
1418
+ - name: sequence_length
1419
+ dtype: int64
1420
+ - name: group_degree
1421
+ dtype: int64
1422
+ - name: group_order
1423
+ dtype: int64
1424
+ - name: group_type
1425
+ dtype: string
1426
  - config_name: z3_3
1427
  data_files:
1428
  - split: train
 
1430
  - split: test
1431
  path: data/z3_3/test/*.arrow
1432
  features:
1433
+ - name: input_sequence
1434
+ dtype: string
1435
+ - name: target
1436
+ dtype: string
1437
+ - name: sequence_length
1438
+ dtype: int64
1439
+ - name: group_degree
1440
+ dtype: int64
1441
+ - name: group_order
1442
+ dtype: int64
1443
+ - name: group_type
1444
+ dtype: string
1445
  - config_name: z3_4
1446
  data_files:
1447
  - split: train
 
1449
  - split: test
1450
  path: data/z3_4/test/*.arrow
1451
  features:
1452
+ - name: input_sequence
1453
+ dtype: string
1454
+ - name: target
1455
+ dtype: string
1456
+ - name: sequence_length
1457
+ dtype: int64
1458
+ - name: group_degree
1459
+ dtype: int64
1460
+ - name: group_order
1461
+ dtype: int64
1462
+ - name: group_type
1463
+ dtype: string
1464
  - config_name: z5_1
1465
  data_files:
1466
  - split: train
 
1468
  - split: test
1469
  path: data/z5_1/test/*.arrow
1470
  features:
1471
+ - name: input_sequence
1472
+ dtype: string
1473
+ - name: target
1474
+ dtype: string
1475
+ - name: sequence_length
1476
+ dtype: int64
1477
+ - name: group_degree
1478
+ dtype: int64
1479
+ - name: group_order
1480
+ dtype: int64
1481
+ - name: group_type
1482
+ dtype: string
1483
  - config_name: z5_2
1484
  data_files:
1485
  - split: train
 
1487
  - split: test
1488
  path: data/z5_2/test/*.arrow
1489
  features:
1490
+ - name: input_sequence
1491
+ dtype: string
1492
+ - name: target
1493
+ dtype: string
1494
+ - name: sequence_length
1495
+ dtype: int64
1496
+ - name: group_degree
1497
+ dtype: int64
1498
+ - name: group_order
1499
+ dtype: int64
1500
+ - name: group_type
1501
+ dtype: string
1502
  - config_name: z5_3
1503
  data_files:
1504
  - split: train
 
1506
  - split: test
1507
  path: data/z5_3/test/*.arrow
1508
  features:
1509
+ - name: input_sequence
1510
+ dtype: string
1511
+ - name: target
1512
+ dtype: string
1513
+ - name: sequence_length
1514
+ dtype: int64
1515
+ - name: group_degree
1516
+ dtype: int64
1517
+ - name: group_order
1518
+ dtype: int64
1519
+ - name: group_type
1520
+ dtype: string
1521
  - config_name: z5_4
1522
  data_files:
1523
  - split: train
 
1525
  - split: test
1526
  path: data/z5_4/test/*.arrow
1527
  features:
1528
+ - name: input_sequence
1529
+ dtype: string
1530
+ - name: target
1531
+ dtype: string
1532
+ - name: sequence_length
1533
+ dtype: int64
1534
+ - name: group_degree
1535
+ dtype: int64
1536
+ - name: group_order
1537
+ dtype: int64
1538
+ - name: group_type
1539
+ dtype: string
1540
  - config_name: psl2_2
1541
  data_files:
1542
  - split: train
 
1544
  - split: test
1545
  path: data/psl2_2/test/*.arrow
1546
  features:
1547
+ - name: input_sequence
1548
+ dtype: string
1549
+ - name: target
1550
+ dtype: string
1551
+ - name: sequence_length
1552
+ dtype: int64
1553
+ - name: group_degree
1554
+ dtype: int64
1555
+ - name: group_order
1556
+ dtype: int64
1557
+ - name: group_type
1558
+ dtype: string
1559
  - config_name: psl2_3
1560
  data_files:
1561
  - split: train
 
1563
  - split: test
1564
  path: data/psl2_3/test/*.arrow
1565
  features:
1566
+ - name: input_sequence
1567
+ dtype: string
1568
+ - name: target
1569
+ dtype: string
1570
+ - name: sequence_length
1571
+ dtype: int64
1572
+ - name: group_degree
1573
+ dtype: int64
1574
+ - name: group_order
1575
+ dtype: int64
1576
+ - name: group_type
1577
+ dtype: string
1578
  - config_name: psl2_4
1579
  data_files:
1580
  - split: train
 
1582
  - split: test
1583
  path: data/psl2_4/test/*.arrow
1584
  features:
1585
+ - name: input_sequence
1586
+ dtype: string
1587
+ - name: target
1588
+ dtype: string
1589
+ - name: sequence_length
1590
+ dtype: int64
1591
+ - name: group_degree
1592
+ dtype: int64
1593
+ - name: group_order
1594
+ dtype: int64
1595
+ - name: group_type
1596
+ dtype: string
1597
  - config_name: psl2_5
1598
  data_files:
1599
  - split: train
 
1601
  - split: test
1602
  path: data/psl2_5/test/*.arrow
1603
  features:
1604
+ - name: input_sequence
1605
+ dtype: string
1606
+ - name: target
1607
+ dtype: string
1608
+ - name: sequence_length
1609
+ dtype: int64
1610
+ - name: group_degree
1611
+ dtype: int64
1612
+ - name: group_order
1613
+ dtype: int64
1614
+ - name: group_type
1615
+ dtype: string
1616
  - config_name: psl2_7
1617
  data_files:
1618
  - split: train
 
1620
  - split: test
1621
  path: data/psl2_7/test/*.arrow
1622
  features:
1623
+ - name: input_sequence
1624
+ dtype: string
1625
+ - name: target
1626
+ dtype: string
1627
+ - name: sequence_length
1628
+ dtype: int64
1629
+ - name: group_degree
1630
+ dtype: int64
1631
+ - name: group_order
1632
+ dtype: int64
1633
+ - name: group_type
1634
+ dtype: string
1635
  - config_name: psl2_8
1636
  data_files:
1637
  - split: train
 
1639
  - split: test
1640
  path: data/psl2_8/test/*.arrow
1641
  features:
1642
+ - name: input_sequence
1643
+ dtype: string
1644
+ - name: target
1645
+ dtype: string
1646
+ - name: sequence_length
1647
+ dtype: int64
1648
+ - name: group_degree
1649
+ dtype: int64
1650
+ - name: group_order
1651
+ dtype: int64
1652
+ - name: group_type
1653
+ dtype: string
1654
  - config_name: psl2_9
1655
  data_files:
1656
  - split: train
 
1658
  - split: test
1659
  path: data/psl2_9/test/*.arrow
1660
  features:
1661
+ - name: input_sequence
1662
+ dtype: string
1663
+ - name: target
1664
+ dtype: string
1665
+ - name: sequence_length
1666
+ dtype: int64
1667
+ - name: group_degree
1668
+ dtype: int64
1669
+ - name: group_order
1670
+ dtype: int64
1671
+ - name: group_type
1672
+ dtype: string
1673
  - config_name: psl2_11
1674
  data_files:
1675
  - split: train
 
1677
  - split: test
1678
  path: data/psl2_11/test/*.arrow
1679
  features:
1680
+ - name: input_sequence
1681
+ dtype: string
1682
+ - name: target
1683
+ dtype: string
1684
+ - name: sequence_length
1685
+ dtype: int64
1686
+ - name: group_degree
1687
+ dtype: int64
1688
+ - name: group_order
1689
+ dtype: int64
1690
+ - name: group_type
1691
+ dtype: string
1692
  - config_name: psl3_2
1693
  data_files:
1694
  - split: train
 
1696
  - split: test
1697
  path: data/psl3_2/test/*.arrow
1698
  features:
1699
+ - name: input_sequence
1700
+ dtype: string
1701
+ - name: target
1702
+ dtype: string
1703
+ - name: sequence_length
1704
+ dtype: int64
1705
+ - name: group_degree
1706
+ dtype: int64
1707
+ - name: group_order
1708
+ dtype: int64
1709
+ - name: group_type
1710
+ dtype: string
1711
  - config_name: psl3_3
1712
  data_files:
1713
  - split: train
 
1715
  - split: test
1716
  path: data/psl3_3/test/*.arrow
1717
  features:
1718
+ - name: input_sequence
1719
+ dtype: string
1720
+ - name: target
1721
+ dtype: string
1722
+ - name: sequence_length
1723
+ dtype: int64
1724
+ - name: group_degree
1725
+ dtype: int64
1726
+ - name: group_order
1727
+ dtype: int64
1728
+ - name: group_type
1729
+ dtype: string
1730
  - config_name: psl3_4
1731
  data_files:
1732
  - split: train
 
1734
  - split: test
1735
  path: data/psl3_4/test/*.arrow
1736
  features:
1737
+ - name: input_sequence
1738
+ dtype: string
1739
+ - name: target
1740
+ dtype: string
1741
+ - name: sequence_length
1742
+ dtype: int64
1743
+ - name: group_degree
1744
+ dtype: int64
1745
+ - name: group_order
1746
+ dtype: int64
1747
+ - name: group_type
1748
+ dtype: string
1749
  - config_name: psl3_5
1750
  data_files:
1751
  - split: train
 
1753
  - split: test
1754
  path: data/psl3_5/test/*.arrow
1755
  features:
1756
+ - name: input_sequence
1757
+ dtype: string
1758
+ - name: target
1759
+ dtype: string
1760
+ - name: sequence_length
1761
+ dtype: int64
1762
+ - name: group_degree
1763
+ dtype: int64
1764
+ - name: group_order
1765
+ dtype: int64
1766
+ - name: group_type
1767
+ dtype: string
1768
  - config_name: m11
1769
  data_files:
1770
  - split: train
 
1772
  - split: test
1773
  path: data/m11/test/*.arrow
1774
  features:
1775
+ - name: input_sequence
1776
+ dtype: string
1777
+ - name: target
1778
+ dtype: string
1779
+ - name: sequence_length
1780
+ dtype: int64
1781
+ - name: group_degree
1782
+ dtype: int64
1783
+ - name: group_order
1784
+ dtype: int64
1785
+ - name: group_type
1786
+ dtype: string
1787
  - config_name: m12
1788
  data_files:
1789
  - split: train
 
1791
  - split: test
1792
  path: data/m12/test/*.arrow
1793
  features:
1794
+ - name: input_sequence
1795
+ dtype: string
1796
+ - name: target
1797
+ dtype: string
1798
+ - name: sequence_length
1799
+ dtype: int64
1800
+ - name: group_degree
1801
+ dtype: int64
1802
+ - name: group_order
1803
+ dtype: int64
1804
+ - name: group_type
1805
+ dtype: string
1806
  ---
1807
 
1808
  # Group Theory Collection