File size: 515 Bytes
742fffd | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | {
"complexity_levels": {
"1": "Factual/Declarative",
"2": "Single-step reasoning",
"3": "Multi-step reasoning",
"4": "Complex reasoning",
"5": "Formal/Abstract reasoning"
},
"excluded_levels": [
5
],
"train_levels": [
1,
2,
3,
4
],
"num_labels": 1,
"problem_type": "regression",
"label_display_names": [
"Level 1 - Factual/Declarative",
"Level 2 - Single-step reasoning",
"Level 3 - Multi-step reasoning",
"Level 4 - Complex reasoning"
]
} |