mirror of
https://github.com/InternLM/InternBootcamp.git
synced 2026-04-28 17:29:37 +00:00
refactor(data_pipeline): optimize data generation pipeline; add multiple preset configurations for data generation
This commit is contained in:
parent
1a8477c8d8
commit
8d493b35a0
2160 changed files with 69199 additions and 154 deletions
|
|
@ -1,32 +0,0 @@
|
|||
[
|
||||
{
|
||||
"difficulty": "easy",
|
||||
"timeout": 30,
|
||||
"language": "zh"
|
||||
},
|
||||
{
|
||||
"difficulty": "medium",
|
||||
"timeout": 30,
|
||||
"language": "zh"
|
||||
},
|
||||
{
|
||||
"difficulty": "hard",
|
||||
"timeout": 30,
|
||||
"language": "zh"
|
||||
},
|
||||
{
|
||||
"difficulty": "easy",
|
||||
"timeout": 30,
|
||||
"language": "en"
|
||||
},
|
||||
{
|
||||
"difficulty": "medium",
|
||||
"timeout": 30,
|
||||
"language": "en"
|
||||
},
|
||||
{
|
||||
"difficulty": "hard",
|
||||
"timeout": 30,
|
||||
"language": "en"
|
||||
}
|
||||
]
|
||||
|
|
@ -1,32 +0,0 @@
|
|||
[
|
||||
{
|
||||
"difficulty": "easy",
|
||||
"timeout": 30,
|
||||
"language": "zh"
|
||||
},
|
||||
{
|
||||
"difficulty": "medium",
|
||||
"timeout": 30,
|
||||
"language": "zh"
|
||||
},
|
||||
{
|
||||
"difficulty": "hard",
|
||||
"timeout": 30,
|
||||
"language": "zh"
|
||||
},
|
||||
{
|
||||
"difficulty": "easy",
|
||||
"timeout": 30,
|
||||
"language": "en"
|
||||
},
|
||||
{
|
||||
"difficulty": "medium",
|
||||
"timeout": 30,
|
||||
"language": "en"
|
||||
},
|
||||
{
|
||||
"difficulty": "hard",
|
||||
"timeout": 30,
|
||||
"language": "en"
|
||||
}
|
||||
]
|
||||
|
|
@ -0,0 +1,32 @@
|
|||
[
|
||||
{
|
||||
"seed": 3407,
|
||||
"max_num_items": 2,
|
||||
"augment_unit": true
|
||||
},
|
||||
{
|
||||
"seed": 3408,
|
||||
"max_num_items": 4,
|
||||
"augment_unit": false
|
||||
},
|
||||
{
|
||||
"seed": 3409,
|
||||
"max_num_items": 8,
|
||||
"augment_unit": false
|
||||
},
|
||||
{
|
||||
"seed": 3410,
|
||||
"max_num_items": 16,
|
||||
"augment_unit": false
|
||||
},
|
||||
{
|
||||
"seed": 3411,
|
||||
"max_num_items": 20,
|
||||
"augment_unit": false
|
||||
},
|
||||
{
|
||||
"seed": 514,
|
||||
"max_num_items": 24,
|
||||
"augment_unit": false
|
||||
}
|
||||
]
|
||||
|
|
@ -0,0 +1,32 @@
|
|||
[
|
||||
{
|
||||
"seed": 0,
|
||||
"max_num_items": 2,
|
||||
"augment_unit": true
|
||||
},
|
||||
{
|
||||
"seed": 1,
|
||||
"max_num_items": 4,
|
||||
"augment_unit": true
|
||||
},
|
||||
{
|
||||
"seed": 2,
|
||||
"max_num_items": 8,
|
||||
"augment_unit": true
|
||||
},
|
||||
{
|
||||
"seed": 3,
|
||||
"max_num_items": 16,
|
||||
"augment_unit": true
|
||||
},
|
||||
{
|
||||
"seed": 4,
|
||||
"max_num_items": 20,
|
||||
"augment_unit": true
|
||||
},
|
||||
{
|
||||
"seed": 114,
|
||||
"max_num_items": 24,
|
||||
"augment_unit": true
|
||||
}
|
||||
]
|
||||
|
|
@ -0,0 +1,32 @@
|
|||
[
|
||||
{
|
||||
"target_cha_range": [
|
||||
3,
|
||||
6
|
||||
],
|
||||
"max_has_range": [
|
||||
2,
|
||||
3
|
||||
]
|
||||
},
|
||||
{
|
||||
"target_cha_range": [
|
||||
3,
|
||||
6
|
||||
],
|
||||
"max_has_range": [
|
||||
2,
|
||||
3
|
||||
]
|
||||
},
|
||||
{
|
||||
"target_cha_range": [
|
||||
3,
|
||||
6
|
||||
],
|
||||
"max_has_range": [
|
||||
2,
|
||||
3
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
@ -0,0 +1,32 @@
|
|||
[
|
||||
{
|
||||
"target_cha_range": [
|
||||
3,
|
||||
6
|
||||
],
|
||||
"max_has_range": [
|
||||
2,
|
||||
3
|
||||
]
|
||||
},
|
||||
{
|
||||
"target_cha_range": [
|
||||
3,
|
||||
6
|
||||
],
|
||||
"max_has_range": [
|
||||
2,
|
||||
3
|
||||
]
|
||||
},
|
||||
{
|
||||
"target_cha_range": [
|
||||
3,
|
||||
6
|
||||
],
|
||||
"max_has_range": [
|
||||
2,
|
||||
3
|
||||
]
|
||||
}
|
||||
]
|
||||
10
examples/pipelines/puzzle_configs/flange_plane_test.json
Normal file
10
examples/pipelines/puzzle_configs/flange_plane_test.json
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[
|
||||
{
|
||||
"D_min": 40,
|
||||
"D_max": 400,
|
||||
"thickness_min": 5,
|
||||
"thickness_max": 45,
|
||||
"pressure_min": 1,
|
||||
"pressure_max": 100
|
||||
}
|
||||
]
|
||||
10
examples/pipelines/puzzle_configs/flange_plane_train.json
Normal file
10
examples/pipelines/puzzle_configs/flange_plane_train.json
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[
|
||||
{
|
||||
"D_min": 40,
|
||||
"D_max": 400,
|
||||
"thickness_min": 5,
|
||||
"thickness_max": 45,
|
||||
"pressure_min": 1,
|
||||
"pressure_max": 100
|
||||
}
|
||||
]
|
||||
|
|
@ -1,32 +0,0 @@
|
|||
[
|
||||
{
|
||||
"intensional_ratio": 0.3,
|
||||
"extensional_ratio": 0.5,
|
||||
"lexical_ratio": 0.2
|
||||
},
|
||||
{
|
||||
"intensional_ratio": 0.45,
|
||||
"extensional_ratio": 0.35,
|
||||
"lexical_ratio": 0.2
|
||||
},
|
||||
{
|
||||
"intensional_ratio": 0.3,
|
||||
"extensional_ratio": 0.4,
|
||||
"lexical_ratio": 0.3
|
||||
},
|
||||
{
|
||||
"intensional_ratio": 0.5,
|
||||
"extensional_ratio": 0.3,
|
||||
"lexical_ratio": 0.2
|
||||
},
|
||||
{
|
||||
"intensional_ratio": 0.25,
|
||||
"extensional_ratio": 0.5,
|
||||
"lexical_ratio": 0.25
|
||||
},
|
||||
{
|
||||
"intensional_ratio": 0.35,
|
||||
"extensional_ratio": 0.35,
|
||||
"lexical_ratio": 0.3
|
||||
}
|
||||
]
|
||||
|
|
@ -1,32 +0,0 @@
|
|||
[
|
||||
{
|
||||
"intensional_ratio": 0.3,
|
||||
"extensional_ratio": 0.5,
|
||||
"lexical_ratio": 0.2
|
||||
},
|
||||
{
|
||||
"intensional_ratio": 0.45,
|
||||
"extensional_ratio": 0.35,
|
||||
"lexical_ratio": 0.2
|
||||
},
|
||||
{
|
||||
"intensional_ratio": 0.3,
|
||||
"extensional_ratio": 0.4,
|
||||
"lexical_ratio": 0.3
|
||||
},
|
||||
{
|
||||
"intensional_ratio": 0.5,
|
||||
"extensional_ratio": 0.3,
|
||||
"lexical_ratio": 0.2
|
||||
},
|
||||
{
|
||||
"intensional_ratio": 0.25,
|
||||
"extensional_ratio": 0.5,
|
||||
"lexical_ratio": 0.25
|
||||
},
|
||||
{
|
||||
"intensional_ratio": 0.35,
|
||||
"extensional_ratio": 0.35,
|
||||
"lexical_ratio": 0.3
|
||||
}
|
||||
]
|
||||
|
|
@ -1,80 +0,0 @@
|
|||
[
|
||||
{
|
||||
"apply_prob": 0.5,
|
||||
"methods": [
|
||||
"A",
|
||||
"B",
|
||||
"C"
|
||||
],
|
||||
"subjects": [
|
||||
"natural numbers",
|
||||
"products",
|
||||
"college students",
|
||||
"true revolutionaries",
|
||||
"formally correct reasoning"
|
||||
],
|
||||
"predicates": [
|
||||
"rational numbers",
|
||||
"top-grade",
|
||||
"patriots",
|
||||
"upright and open",
|
||||
"tested by practice"
|
||||
]
|
||||
},
|
||||
{
|
||||
"apply_prob": 0.5,
|
||||
"methods": [
|
||||
"A",
|
||||
"B"
|
||||
],
|
||||
"subjects": [
|
||||
"natural numbers",
|
||||
"products",
|
||||
"true revolutionaries"
|
||||
],
|
||||
"predicates": [
|
||||
"rational numbers",
|
||||
"top-grade",
|
||||
"upright and open"
|
||||
]
|
||||
},
|
||||
{
|
||||
"apply_prob": 0.7,
|
||||
"methods": [
|
||||
"A",
|
||||
"B",
|
||||
"C"
|
||||
],
|
||||
"subjects": [
|
||||
"natural numbers",
|
||||
"products",
|
||||
"college students",
|
||||
"true revolutionaries",
|
||||
"formally correct reasoning"
|
||||
],
|
||||
"predicates": [
|
||||
"rational numbers",
|
||||
"top-grade",
|
||||
"patriots",
|
||||
"upright and open",
|
||||
"tested by practice"
|
||||
]
|
||||
},
|
||||
{
|
||||
"apply_prob": 0.6,
|
||||
"methods": [
|
||||
"B",
|
||||
"C"
|
||||
],
|
||||
"subjects": [
|
||||
"college students",
|
||||
"true revolutionaries",
|
||||
"formally correct reasoning"
|
||||
],
|
||||
"predicates": [
|
||||
"patriots",
|
||||
"upright and open",
|
||||
"tested by practice"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
@ -1,80 +0,0 @@
|
|||
[
|
||||
{
|
||||
"apply_prob": 0.5,
|
||||
"methods": [
|
||||
"A",
|
||||
"B",
|
||||
"C"
|
||||
],
|
||||
"subjects": [
|
||||
"natural numbers",
|
||||
"products",
|
||||
"college students",
|
||||
"true revolutionaries",
|
||||
"formally correct reasoning"
|
||||
],
|
||||
"predicates": [
|
||||
"rational numbers",
|
||||
"top-grade",
|
||||
"patriots",
|
||||
"upright and open",
|
||||
"tested by practice"
|
||||
]
|
||||
},
|
||||
{
|
||||
"apply_prob": 0.5,
|
||||
"methods": [
|
||||
"A",
|
||||
"B"
|
||||
],
|
||||
"subjects": [
|
||||
"natural numbers",
|
||||
"products",
|
||||
"true revolutionaries"
|
||||
],
|
||||
"predicates": [
|
||||
"rational numbers",
|
||||
"top-grade",
|
||||
"upright and open"
|
||||
]
|
||||
},
|
||||
{
|
||||
"apply_prob": 0.7,
|
||||
"methods": [
|
||||
"A",
|
||||
"B",
|
||||
"C"
|
||||
],
|
||||
"subjects": [
|
||||
"natural numbers",
|
||||
"products",
|
||||
"college students",
|
||||
"true revolutionaries",
|
||||
"formally correct reasoning"
|
||||
],
|
||||
"predicates": [
|
||||
"rational numbers",
|
||||
"top-grade",
|
||||
"patriots",
|
||||
"upright and open",
|
||||
"tested by practice"
|
||||
]
|
||||
},
|
||||
{
|
||||
"apply_prob": 0.6,
|
||||
"methods": [
|
||||
"B",
|
||||
"C"
|
||||
],
|
||||
"subjects": [
|
||||
"college students",
|
||||
"true revolutionaries",
|
||||
"formally correct reasoning"
|
||||
],
|
||||
"predicates": [
|
||||
"patriots",
|
||||
"upright and open",
|
||||
"tested by practice"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
@ -1,26 +0,0 @@
|
|||
[
|
||||
{
|
||||
"max_variables": 3,
|
||||
"seed": 42,
|
||||
"problem_type": "classify",
|
||||
"difficulty_level": "easy"
|
||||
},
|
||||
{
|
||||
"max_variables": 2,
|
||||
"seed": 202,
|
||||
"problem_type": "classify",
|
||||
"difficulty_level": "easy"
|
||||
},
|
||||
{
|
||||
"max_variables": 3,
|
||||
"seed": 101,
|
||||
"problem_type": "denote",
|
||||
"difficulty_level": "medium"
|
||||
},
|
||||
{
|
||||
"max_variables": 4,
|
||||
"seed": 789,
|
||||
"problem_type": "classify",
|
||||
"difficulty_level": "hard"
|
||||
}
|
||||
]
|
||||
|
|
@ -1,26 +0,0 @@
|
|||
[
|
||||
{
|
||||
"max_variables": 3,
|
||||
"seed": 42,
|
||||
"problem_type": "classify",
|
||||
"difficulty_level": "easy"
|
||||
},
|
||||
{
|
||||
"max_variables": 2,
|
||||
"seed": 202,
|
||||
"problem_type": "classify",
|
||||
"difficulty_level": "easy"
|
||||
},
|
||||
{
|
||||
"max_variables": 3,
|
||||
"seed": 101,
|
||||
"problem_type": "denote",
|
||||
"difficulty_level": "medium"
|
||||
},
|
||||
{
|
||||
"max_variables": 4,
|
||||
"seed": 789,
|
||||
"problem_type": "classify",
|
||||
"difficulty_level": "hard"
|
||||
}
|
||||
]
|
||||
|
|
@ -1,26 +0,0 @@
|
|||
[
|
||||
{
|
||||
"max_attempts": 1,
|
||||
"seed": 2,
|
||||
"difficulty": "easy"
|
||||
},
|
||||
{
|
||||
"max_attempts": 4,
|
||||
"seed": 123,
|
||||
"difficulty": "hard"
|
||||
},
|
||||
{
|
||||
"max_attempts": 3,
|
||||
"seed": 0,
|
||||
"difficulty": "medium"
|
||||
},
|
||||
{
|
||||
"max_attempts": 1,
|
||||
"seed": 999
|
||||
},
|
||||
{
|
||||
"max_attempts": 5,
|
||||
"seed": 1,
|
||||
"difficulty": "hard"
|
||||
}
|
||||
]
|
||||
|
|
@ -1,26 +0,0 @@
|
|||
[
|
||||
{
|
||||
"max_attempts": 1,
|
||||
"seed": 2,
|
||||
"difficulty": "easy"
|
||||
},
|
||||
{
|
||||
"max_attempts": 4,
|
||||
"seed": 123,
|
||||
"difficulty": "hard"
|
||||
},
|
||||
{
|
||||
"max_attempts": 3,
|
||||
"seed": 0,
|
||||
"difficulty": "medium"
|
||||
},
|
||||
{
|
||||
"max_attempts": 1,
|
||||
"seed": 999
|
||||
},
|
||||
{
|
||||
"max_attempts": 5,
|
||||
"seed": 1,
|
||||
"difficulty": "hard"
|
||||
}
|
||||
]
|
||||
|
|
@ -1,54 +0,0 @@
|
|||
[
|
||||
{
|
||||
"question_types": [
|
||||
"expression_conversion",
|
||||
"equivalence_validation",
|
||||
"expression_simplification"
|
||||
],
|
||||
"variables": [
|
||||
"a",
|
||||
"b",
|
||||
"c"
|
||||
],
|
||||
"cities": [
|
||||
"Beijing",
|
||||
"Guangzhou",
|
||||
"Shenzhen"
|
||||
]
|
||||
},
|
||||
{
|
||||
"question_types": [
|
||||
"expression_conversion",
|
||||
"equivalence_validation",
|
||||
"puzzle_solution"
|
||||
],
|
||||
"variables": [
|
||||
"p",
|
||||
"q",
|
||||
"r"
|
||||
],
|
||||
"cities": [
|
||||
"Suzhou",
|
||||
"Shanghai",
|
||||
"Hangzhou"
|
||||
]
|
||||
},
|
||||
{
|
||||
"question_types": [
|
||||
"expression_conversion",
|
||||
"truth_table_completion",
|
||||
"puzzle_solution"
|
||||
],
|
||||
"variables": [
|
||||
"p",
|
||||
"q",
|
||||
"r",
|
||||
"s"
|
||||
],
|
||||
"cities": [
|
||||
"Shanghai",
|
||||
"Beijing",
|
||||
"Guangzhou"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
@ -1,54 +0,0 @@
|
|||
[
|
||||
{
|
||||
"question_types": [
|
||||
"expression_conversion",
|
||||
"equivalence_validation",
|
||||
"expression_simplification"
|
||||
],
|
||||
"variables": [
|
||||
"a",
|
||||
"b",
|
||||
"c"
|
||||
],
|
||||
"cities": [
|
||||
"Beijing",
|
||||
"Guangzhou",
|
||||
"Shenzhen"
|
||||
]
|
||||
},
|
||||
{
|
||||
"question_types": [
|
||||
"expression_conversion",
|
||||
"equivalence_validation",
|
||||
"puzzle_solution"
|
||||
],
|
||||
"variables": [
|
||||
"p",
|
||||
"q",
|
||||
"r"
|
||||
],
|
||||
"cities": [
|
||||
"Suzhou",
|
||||
"Shanghai",
|
||||
"Hangzhou"
|
||||
]
|
||||
},
|
||||
{
|
||||
"question_types": [
|
||||
"expression_conversion",
|
||||
"truth_table_completion",
|
||||
"puzzle_solution"
|
||||
],
|
||||
"variables": [
|
||||
"p",
|
||||
"q",
|
||||
"r",
|
||||
"s"
|
||||
],
|
||||
"cities": [
|
||||
"Shanghai",
|
||||
"Beijing",
|
||||
"Guangzhou"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
@ -1,20 +0,0 @@
|
|||
[
|
||||
{
|
||||
"enable_fill": true,
|
||||
"seed": 42,
|
||||
"difficulty": "easy",
|
||||
"max_cases": 10
|
||||
},
|
||||
{
|
||||
"enable_fill": false,
|
||||
"seed": 888,
|
||||
"difficulty": "easy",
|
||||
"max_cases": 20
|
||||
},
|
||||
{
|
||||
"enable_fill": true,
|
||||
"seed": 777,
|
||||
"difficulty": "hard",
|
||||
"max_cases": 15
|
||||
}
|
||||
]
|
||||
|
|
@ -1,20 +0,0 @@
|
|||
[
|
||||
{
|
||||
"enable_fill": true,
|
||||
"seed": 42,
|
||||
"difficulty": "easy",
|
||||
"max_cases": 10
|
||||
},
|
||||
{
|
||||
"enable_fill": false,
|
||||
"seed": 888,
|
||||
"difficulty": "easy",
|
||||
"max_cases": 20
|
||||
},
|
||||
{
|
||||
"enable_fill": true,
|
||||
"seed": 777,
|
||||
"difficulty": "hard",
|
||||
"max_cases": 15
|
||||
}
|
||||
]
|
||||
|
|
@ -1,40 +0,0 @@
|
|||
[
|
||||
{
|
||||
"fallacy_groups": [
|
||||
"advanced"
|
||||
],
|
||||
"max_complexity": 5,
|
||||
"template_variations": 5,
|
||||
"include_analysis": true,
|
||||
"shuffle_options": true
|
||||
},
|
||||
{
|
||||
"fallacy_groups": [
|
||||
"intermediate"
|
||||
],
|
||||
"max_complexity": 2,
|
||||
"template_variations": 3,
|
||||
"include_analysis": false,
|
||||
"shuffle_options": false
|
||||
},
|
||||
{
|
||||
"fallacy_groups": [
|
||||
"basic"
|
||||
],
|
||||
"max_complexity": 1,
|
||||
"template_variations": 1,
|
||||
"include_analysis": false,
|
||||
"shuffle_options": true
|
||||
},
|
||||
{
|
||||
"fallacy_groups": [
|
||||
"basic",
|
||||
"intermediate",
|
||||
"advanced"
|
||||
],
|
||||
"max_complexity": 3,
|
||||
"template_variations": 2,
|
||||
"include_analysis": true,
|
||||
"shuffle_options": false
|
||||
}
|
||||
]
|
||||
|
|
@ -1,40 +0,0 @@
|
|||
[
|
||||
{
|
||||
"fallacy_groups": [
|
||||
"advanced"
|
||||
],
|
||||
"max_complexity": 5,
|
||||
"template_variations": 5,
|
||||
"include_analysis": true,
|
||||
"shuffle_options": true
|
||||
},
|
||||
{
|
||||
"fallacy_groups": [
|
||||
"intermediate"
|
||||
],
|
||||
"max_complexity": 2,
|
||||
"template_variations": 3,
|
||||
"include_analysis": false,
|
||||
"shuffle_options": false
|
||||
},
|
||||
{
|
||||
"fallacy_groups": [
|
||||
"basic"
|
||||
],
|
||||
"max_complexity": 1,
|
||||
"template_variations": 1,
|
||||
"include_analysis": false,
|
||||
"shuffle_options": true
|
||||
},
|
||||
{
|
||||
"fallacy_groups": [
|
||||
"basic",
|
||||
"intermediate",
|
||||
"advanced"
|
||||
],
|
||||
"max_complexity": 3,
|
||||
"template_variations": 2,
|
||||
"include_analysis": true,
|
||||
"shuffle_options": false
|
||||
}
|
||||
]
|
||||
13
examples/pipelines/puzzle_configs/korLogicLogicalMethodsForExploringCauseAndEffectRelationships_test.json
Executable file → Normal file
13
examples/pipelines/puzzle_configs/korLogicLogicalMethodsForExploringCauseAndEffectRelationships_test.json
Executable file → Normal file
|
|
@ -1,14 +1,3 @@
|
|||
[
|
||||
{
|
||||
"random_seed": 789
|
||||
},
|
||||
{
|
||||
"random_seed": 0
|
||||
},
|
||||
{
|
||||
"random_seed": 456
|
||||
},
|
||||
{
|
||||
"random_seed": 123
|
||||
}
|
||||
|
||||
]
|
||||
13
examples/pipelines/puzzle_configs/korLogicLogicalMethodsForExploringCauseAndEffectRelationships_train.json
Executable file → Normal file
13
examples/pipelines/puzzle_configs/korLogicLogicalMethodsForExploringCauseAndEffectRelationships_train.json
Executable file → Normal file
|
|
@ -1,14 +1,3 @@
|
|||
[
|
||||
{
|
||||
"random_seed": 789
|
||||
},
|
||||
{
|
||||
"random_seed": 0
|
||||
},
|
||||
{
|
||||
"random_seed": 456
|
||||
},
|
||||
{
|
||||
"random_seed": 123
|
||||
}
|
||||
|
||||
]
|
||||
|
|
@ -1,74 +0,0 @@
|
|||
[
|
||||
{
|
||||
"s_list": [
|
||||
"metals",
|
||||
"products",
|
||||
"students",
|
||||
"mammals",
|
||||
"pencils",
|
||||
"stars",
|
||||
"individual businesses"
|
||||
],
|
||||
"p_list": [
|
||||
"conductive",
|
||||
"qualified",
|
||||
"like mathematics",
|
||||
"warm-blooded animals",
|
||||
"pens",
|
||||
"planets",
|
||||
"paid taxes"
|
||||
],
|
||||
"problem_types": [
|
||||
"components",
|
||||
"proposition_type",
|
||||
"relationship_exists",
|
||||
"relationship_type",
|
||||
"truth_value"
|
||||
]
|
||||
},
|
||||
{
|
||||
"s_list": [
|
||||
"students",
|
||||
"animals",
|
||||
"fruits",
|
||||
"countries",
|
||||
"books",
|
||||
"cities"
|
||||
],
|
||||
"p_list": [
|
||||
"happy",
|
||||
"furry",
|
||||
"sweet",
|
||||
"large",
|
||||
"interesting",
|
||||
"populated"
|
||||
],
|
||||
"problem_types": [
|
||||
"components",
|
||||
"proposition_type",
|
||||
"relationship_exists",
|
||||
"truth_value"
|
||||
]
|
||||
},
|
||||
{
|
||||
"s_list": [
|
||||
"plants",
|
||||
"rocks",
|
||||
"mountains",
|
||||
"oceans",
|
||||
"stars"
|
||||
],
|
||||
"p_list": [
|
||||
"green",
|
||||
"hard",
|
||||
"tall",
|
||||
"deep",
|
||||
"bright"
|
||||
],
|
||||
"problem_types": [
|
||||
"proposition_type",
|
||||
"relationship_exists",
|
||||
"truth_value"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
@ -1,74 +0,0 @@
|
|||
[
|
||||
{
|
||||
"s_list": [
|
||||
"metals",
|
||||
"products",
|
||||
"students",
|
||||
"mammals",
|
||||
"pencils",
|
||||
"stars",
|
||||
"individual businesses"
|
||||
],
|
||||
"p_list": [
|
||||
"conductive",
|
||||
"qualified",
|
||||
"like mathematics",
|
||||
"warm-blooded animals",
|
||||
"pens",
|
||||
"planets",
|
||||
"paid taxes"
|
||||
],
|
||||
"problem_types": [
|
||||
"components",
|
||||
"proposition_type",
|
||||
"relationship_exists",
|
||||
"relationship_type",
|
||||
"truth_value"
|
||||
]
|
||||
},
|
||||
{
|
||||
"s_list": [
|
||||
"students",
|
||||
"animals",
|
||||
"fruits",
|
||||
"countries",
|
||||
"books",
|
||||
"cities"
|
||||
],
|
||||
"p_list": [
|
||||
"happy",
|
||||
"furry",
|
||||
"sweet",
|
||||
"large",
|
||||
"interesting",
|
||||
"populated"
|
||||
],
|
||||
"problem_types": [
|
||||
"components",
|
||||
"proposition_type",
|
||||
"relationship_exists",
|
||||
"truth_value"
|
||||
]
|
||||
},
|
||||
{
|
||||
"s_list": [
|
||||
"plants",
|
||||
"rocks",
|
||||
"mountains",
|
||||
"oceans",
|
||||
"stars"
|
||||
],
|
||||
"p_list": [
|
||||
"green",
|
||||
"hard",
|
||||
"tall",
|
||||
"deep",
|
||||
"bright"
|
||||
],
|
||||
"problem_types": [
|
||||
"proposition_type",
|
||||
"relationship_exists",
|
||||
"truth_value"
|
||||
]
|
||||
}
|
||||
]
|
||||
8
examples/pipelines/puzzle_configs/korLogicResolution_test.json
Executable file → Normal file
8
examples/pipelines/puzzle_configs/korLogicResolution_test.json
Executable file → Normal file
|
|
@ -9,7 +9,8 @@
|
|||
],
|
||||
"max_clause_length": 4,
|
||||
"problem_types": [
|
||||
"algorithm_output"
|
||||
"can_resolve",
|
||||
"compute_dispel"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -33,8 +34,7 @@
|
|||
"max_clause_length": 3,
|
||||
"problem_types": [
|
||||
"can_resolve",
|
||||
"algorithm_output"
|
||||
],
|
||||
"seed": 42
|
||||
"compute_dispel"
|
||||
]
|
||||
}
|
||||
]
|
||||
8
examples/pipelines/puzzle_configs/korLogicResolution_train.json
Executable file → Normal file
8
examples/pipelines/puzzle_configs/korLogicResolution_train.json
Executable file → Normal file
|
|
@ -9,7 +9,8 @@
|
|||
],
|
||||
"max_clause_length": 4,
|
||||
"problem_types": [
|
||||
"algorithm_output"
|
||||
"can_resolve",
|
||||
"compute_dispel"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -33,8 +34,7 @@
|
|||
"max_clause_length": 3,
|
||||
"problem_types": [
|
||||
"can_resolve",
|
||||
"algorithm_output"
|
||||
],
|
||||
"seed": 42
|
||||
"compute_dispel"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
@ -1,26 +0,0 @@
|
|||
[
|
||||
{
|
||||
"problem_type_ratio": 0.3
|
||||
},
|
||||
{
|
||||
"problem_type_ratio": 1.0
|
||||
},
|
||||
{
|
||||
"problem_type_ratio": 0.8
|
||||
},
|
||||
{
|
||||
"problem_type_ratio": 0.7
|
||||
},
|
||||
{
|
||||
"problem_type_ratio": 0.0
|
||||
},
|
||||
{
|
||||
"problem_type_ratio": 0.9
|
||||
},
|
||||
{
|
||||
"problem_type_ratio": 0.1
|
||||
},
|
||||
{
|
||||
"problem_type_ratio": 0.4
|
||||
}
|
||||
]
|
||||
|
|
@ -1,26 +0,0 @@
|
|||
[
|
||||
{
|
||||
"problem_type_ratio": 0.3
|
||||
},
|
||||
{
|
||||
"problem_type_ratio": 1.0
|
||||
},
|
||||
{
|
||||
"problem_type_ratio": 0.8
|
||||
},
|
||||
{
|
||||
"problem_type_ratio": 0.7
|
||||
},
|
||||
{
|
||||
"problem_type_ratio": 0.0
|
||||
},
|
||||
{
|
||||
"problem_type_ratio": 0.9
|
||||
},
|
||||
{
|
||||
"problem_type_ratio": 0.1
|
||||
},
|
||||
{
|
||||
"problem_type_ratio": 0.4
|
||||
}
|
||||
]
|
||||
|
|
@ -1,41 +0,0 @@
|
|||
[
|
||||
{
|
||||
"min_n": 8,
|
||||
"max_n": 30,
|
||||
"attribute_descriptions": [
|
||||
"top scorer",
|
||||
"perfect health",
|
||||
"satisfied customer",
|
||||
"damaged goods",
|
||||
"active lifestyle",
|
||||
"excessive noise",
|
||||
"full recovery"
|
||||
]
|
||||
},
|
||||
{
|
||||
"min_n": 3,
|
||||
"max_n": 20,
|
||||
"attribute_descriptions": [
|
||||
"excellent performance",
|
||||
"no diseases",
|
||||
"content with product",
|
||||
"faulty goods",
|
||||
"consistent work",
|
||||
"high pollution",
|
||||
"successful surgery"
|
||||
]
|
||||
},
|
||||
{
|
||||
"min_n": 5,
|
||||
"max_n": 50,
|
||||
"attribute_descriptions": [
|
||||
"math score above 90",
|
||||
"healthy",
|
||||
"satisfied with facilities",
|
||||
"defective",
|
||||
"daily exercise",
|
||||
"speeding behavior",
|
||||
"positive response"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
@ -1,41 +0,0 @@
|
|||
[
|
||||
{
|
||||
"min_n": 8,
|
||||
"max_n": 30,
|
||||
"attribute_descriptions": [
|
||||
"top scorer",
|
||||
"perfect health",
|
||||
"satisfied customer",
|
||||
"damaged goods",
|
||||
"active lifestyle",
|
||||
"excessive noise",
|
||||
"full recovery"
|
||||
]
|
||||
},
|
||||
{
|
||||
"min_n": 3,
|
||||
"max_n": 20,
|
||||
"attribute_descriptions": [
|
||||
"excellent performance",
|
||||
"no diseases",
|
||||
"content with product",
|
||||
"faulty goods",
|
||||
"consistent work",
|
||||
"high pollution",
|
||||
"successful surgery"
|
||||
]
|
||||
},
|
||||
{
|
||||
"min_n": 5,
|
||||
"max_n": 50,
|
||||
"attribute_descriptions": [
|
||||
"math score above 90",
|
||||
"healthy",
|
||||
"satisfied with facilities",
|
||||
"defective",
|
||||
"daily exercise",
|
||||
"speeding behavior",
|
||||
"positive response"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
@ -1,70 +0,0 @@
|
|||
[
|
||||
{
|
||||
"symbolize_prob": 0.35,
|
||||
"relationship_prob": 0.35,
|
||||
"formula_inference_prob": 0.3,
|
||||
"action_words": [
|
||||
"study computer science",
|
||||
"write novels",
|
||||
"play piano",
|
||||
"keep on painting"
|
||||
],
|
||||
"subjects": [
|
||||
"Xiao Jin",
|
||||
"Xiao Qian",
|
||||
"Wang Qiang",
|
||||
"Lin Min"
|
||||
]
|
||||
},
|
||||
{
|
||||
"symbolize_prob": 0.4,
|
||||
"relationship_prob": 0.4,
|
||||
"formula_inference_prob": 0.2,
|
||||
"action_words": [
|
||||
"work in Beijing",
|
||||
"study abroad",
|
||||
"settle permanently",
|
||||
"win the championship"
|
||||
],
|
||||
"subjects": [
|
||||
"Wang Qiang",
|
||||
"Xiao Lin",
|
||||
"Dr Lee",
|
||||
"Old Zhao"
|
||||
]
|
||||
},
|
||||
{
|
||||
"symbolize_prob": 0.25,
|
||||
"relationship_prob": 0.45,
|
||||
"formula_inference_prob": 0.3,
|
||||
"action_words": [
|
||||
"work on farms",
|
||||
"teach mathematics",
|
||||
"travel abroad",
|
||||
"keep on painting"
|
||||
],
|
||||
"subjects": [
|
||||
"Old Zhao",
|
||||
"Dr Lee",
|
||||
"Xiao Bai",
|
||||
"I"
|
||||
]
|
||||
},
|
||||
{
|
||||
"symbolize_prob": 0.45,
|
||||
"relationship_prob": 0.25,
|
||||
"formula_inference_prob": 0.3,
|
||||
"action_words": [
|
||||
"work diligently",
|
||||
"settle in the US",
|
||||
"invest in stocks",
|
||||
"win the championship"
|
||||
],
|
||||
"subjects": [
|
||||
"Mr Chen",
|
||||
"Dr Lee",
|
||||
"Xiao Lin",
|
||||
"Old Zhao"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
@ -1,70 +0,0 @@
|
|||
[
|
||||
{
|
||||
"symbolize_prob": 0.35,
|
||||
"relationship_prob": 0.35,
|
||||
"formula_inference_prob": 0.3,
|
||||
"action_words": [
|
||||
"study computer science",
|
||||
"write novels",
|
||||
"play piano",
|
||||
"keep on painting"
|
||||
],
|
||||
"subjects": [
|
||||
"Xiao Jin",
|
||||
"Xiao Qian",
|
||||
"Wang Qiang",
|
||||
"Lin Min"
|
||||
]
|
||||
},
|
||||
{
|
||||
"symbolize_prob": 0.4,
|
||||
"relationship_prob": 0.4,
|
||||
"formula_inference_prob": 0.2,
|
||||
"action_words": [
|
||||
"work in Beijing",
|
||||
"study abroad",
|
||||
"settle permanently",
|
||||
"win the championship"
|
||||
],
|
||||
"subjects": [
|
||||
"Wang Qiang",
|
||||
"Xiao Lin",
|
||||
"Dr Lee",
|
||||
"Old Zhao"
|
||||
]
|
||||
},
|
||||
{
|
||||
"symbolize_prob": 0.25,
|
||||
"relationship_prob": 0.45,
|
||||
"formula_inference_prob": 0.3,
|
||||
"action_words": [
|
||||
"work on farms",
|
||||
"teach mathematics",
|
||||
"travel abroad",
|
||||
"keep on painting"
|
||||
],
|
||||
"subjects": [
|
||||
"Old Zhao",
|
||||
"Dr Lee",
|
||||
"Xiao Bai",
|
||||
"I"
|
||||
]
|
||||
},
|
||||
{
|
||||
"symbolize_prob": 0.45,
|
||||
"relationship_prob": 0.25,
|
||||
"formula_inference_prob": 0.3,
|
||||
"action_words": [
|
||||
"work diligently",
|
||||
"settle in the US",
|
||||
"invest in stocks",
|
||||
"win the championship"
|
||||
],
|
||||
"subjects": [
|
||||
"Mr Chen",
|
||||
"Dr Lee",
|
||||
"Xiao Lin",
|
||||
"Old Zhao"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
@ -1,89 +0,0 @@
|
|||
[
|
||||
{
|
||||
"problem_types": {
|
||||
"relationship": 0.45,
|
||||
"symbolization": 0.25,
|
||||
"formula": 0.2,
|
||||
"multiple_choice_formula": 0.1
|
||||
},
|
||||
"propositions": {
|
||||
"p": [
|
||||
"the store is open",
|
||||
"the bank is closed",
|
||||
"the library is quiet",
|
||||
"the gym is busy",
|
||||
"the café is empty",
|
||||
"the museum is closed",
|
||||
"the theater is showing a movie",
|
||||
"the shop is having a sale",
|
||||
"the office is quiet",
|
||||
"the classroom is empty"
|
||||
],
|
||||
"q": [
|
||||
"the cashier is busy",
|
||||
"the librarian is available",
|
||||
"the trainer is working",
|
||||
"the barista is making coffee",
|
||||
"the guard is on duty"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"problem_types": {
|
||||
"relationship": 0.35,
|
||||
"symbolization": 0.3,
|
||||
"formula": 0.25,
|
||||
"multiple_choice_formula": 0.1
|
||||
},
|
||||
"propositions": {
|
||||
"p": [
|
||||
"the train arrives on time",
|
||||
"the meeting starts at 2 PM",
|
||||
"the pizza is delicious",
|
||||
"the book is interesting",
|
||||
"the movie is exciting",
|
||||
"the park is crowded",
|
||||
"the concert is sold out",
|
||||
"the weather is nice",
|
||||
"the flight is delayed",
|
||||
"the restaurant is busy"
|
||||
],
|
||||
"q": [
|
||||
"the teacher arrives early",
|
||||
"the student completes the homework",
|
||||
"the car needs maintenance",
|
||||
"the battery is charged",
|
||||
"the internet is working"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"problem_types": {
|
||||
"relationship": 0.3,
|
||||
"symbolization": 0.35,
|
||||
"formula": 0.2,
|
||||
"multiple_choice_formula": 0.15
|
||||
},
|
||||
"propositions": {
|
||||
"p": [
|
||||
"the sun rises in the east",
|
||||
"the moon shines at night",
|
||||
"the earth orbits the sun",
|
||||
"water boils at 100 degrees Celsius",
|
||||
"ice melts at 0 degrees Celsius",
|
||||
"plants need sunlight to grow",
|
||||
"birds can fly",
|
||||
"fish live in water",
|
||||
"dogs are mammals",
|
||||
"cats are carnivores"
|
||||
],
|
||||
"q": [
|
||||
"the sky is blue",
|
||||
"the grass is green",
|
||||
"the tree is tall",
|
||||
"the flower is red",
|
||||
"the mountain is high"
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
@ -1,89 +0,0 @@
|
|||
[
|
||||
{
|
||||
"problem_types": {
|
||||
"relationship": 0.45,
|
||||
"symbolization": 0.25,
|
||||
"formula": 0.2,
|
||||
"multiple_choice_formula": 0.1
|
||||
},
|
||||
"propositions": {
|
||||
"p": [
|
||||
"the store is open",
|
||||
"the bank is closed",
|
||||
"the library is quiet",
|
||||
"the gym is busy",
|
||||
"the café is empty",
|
||||
"the museum is closed",
|
||||
"the theater is showing a movie",
|
||||
"the shop is having a sale",
|
||||
"the office is quiet",
|
||||
"the classroom is empty"
|
||||
],
|
||||
"q": [
|
||||
"the cashier is busy",
|
||||
"the librarian is available",
|
||||
"the trainer is working",
|
||||
"the barista is making coffee",
|
||||
"the guard is on duty"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"problem_types": {
|
||||
"relationship": 0.35,
|
||||
"symbolization": 0.3,
|
||||
"formula": 0.25,
|
||||
"multiple_choice_formula": 0.1
|
||||
},
|
||||
"propositions": {
|
||||
"p": [
|
||||
"the train arrives on time",
|
||||
"the meeting starts at 2 PM",
|
||||
"the pizza is delicious",
|
||||
"the book is interesting",
|
||||
"the movie is exciting",
|
||||
"the park is crowded",
|
||||
"the concert is sold out",
|
||||
"the weather is nice",
|
||||
"the flight is delayed",
|
||||
"the restaurant is busy"
|
||||
],
|
||||
"q": [
|
||||
"the teacher arrives early",
|
||||
"the student completes the homework",
|
||||
"the car needs maintenance",
|
||||
"the battery is charged",
|
||||
"the internet is working"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"problem_types": {
|
||||
"relationship": 0.3,
|
||||
"symbolization": 0.35,
|
||||
"formula": 0.2,
|
||||
"multiple_choice_formula": 0.15
|
||||
},
|
||||
"propositions": {
|
||||
"p": [
|
||||
"the sun rises in the east",
|
||||
"the moon shines at night",
|
||||
"the earth orbits the sun",
|
||||
"water boils at 100 degrees Celsius",
|
||||
"ice melts at 0 degrees Celsius",
|
||||
"plants need sunlight to grow",
|
||||
"birds can fly",
|
||||
"fish live in water",
|
||||
"dogs are mammals",
|
||||
"cats are carnivores"
|
||||
],
|
||||
"q": [
|
||||
"the sky is blue",
|
||||
"the grass is green",
|
||||
"the tree is tall",
|
||||
"the flower is red",
|
||||
"the mountain is high"
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
@ -1,44 +1,17 @@
|
|||
[
|
||||
{
|
||||
"compute_prob": 0.9,
|
||||
"equation_type2_prob": 0.0,
|
||||
"min_val": -5,
|
||||
"max_val": 5
|
||||
"compute_prob": 0.5,
|
||||
"min_val": -5000,
|
||||
"max_val": 5000
|
||||
},
|
||||
{
|
||||
"compute_prob": 0.5,
|
||||
"equation_type2_prob": 0.2,
|
||||
"min_val": -5,
|
||||
"max_val": 5
|
||||
},
|
||||
{
|
||||
"compute_prob": 0.7,
|
||||
"equation_type2_prob": 0.3,
|
||||
"min_val": -10,
|
||||
"max_val": 10
|
||||
},
|
||||
{
|
||||
"compute_prob": 0.8,
|
||||
"equation_type2_prob": 0.1,
|
||||
"min_val": -5,
|
||||
"max_val": 5
|
||||
},
|
||||
{
|
||||
"compute_prob": 0.1,
|
||||
"equation_type2_prob": 0.9,
|
||||
"min_val": -3,
|
||||
"max_val": 3
|
||||
"min_val": -500,
|
||||
"max_val": 500
|
||||
},
|
||||
{
|
||||
"compute_prob": 0.5,
|
||||
"equation_type2_prob": 0.5,
|
||||
"min_val": -2,
|
||||
"max_val": 2
|
||||
},
|
||||
{
|
||||
"compute_prob": 0.4,
|
||||
"equation_type2_prob": 0.1,
|
||||
"min_val": 0,
|
||||
"max_val": 5
|
||||
"min_val": -50,
|
||||
"max_val": 50
|
||||
}
|
||||
]
|
||||
|
|
@ -1,44 +1,17 @@
|
|||
[
|
||||
{
|
||||
"compute_prob": 0.9,
|
||||
"equation_type2_prob": 0.0,
|
||||
"min_val": -5,
|
||||
"max_val": 5
|
||||
"compute_prob": 0.5,
|
||||
"min_val": -5000,
|
||||
"max_val": 5000
|
||||
},
|
||||
{
|
||||
"compute_prob": 0.5,
|
||||
"equation_type2_prob": 0.2,
|
||||
"min_val": -5,
|
||||
"max_val": 5
|
||||
},
|
||||
{
|
||||
"compute_prob": 0.7,
|
||||
"equation_type2_prob": 0.3,
|
||||
"min_val": -10,
|
||||
"max_val": 10
|
||||
},
|
||||
{
|
||||
"compute_prob": 0.8,
|
||||
"equation_type2_prob": 0.1,
|
||||
"min_val": -5,
|
||||
"max_val": 5
|
||||
},
|
||||
{
|
||||
"compute_prob": 0.1,
|
||||
"equation_type2_prob": 0.9,
|
||||
"min_val": -3,
|
||||
"max_val": 3
|
||||
"min_val": -500,
|
||||
"max_val": 500
|
||||
},
|
||||
{
|
||||
"compute_prob": 0.5,
|
||||
"equation_type2_prob": 0.5,
|
||||
"min_val": -2,
|
||||
"max_val": 2
|
||||
},
|
||||
{
|
||||
"compute_prob": 0.4,
|
||||
"equation_type2_prob": 0.1,
|
||||
"min_val": 0,
|
||||
"max_val": 5
|
||||
"min_val": -50,
|
||||
"max_val": 50
|
||||
}
|
||||
]
|
||||
|
|
@ -1,62 +0,0 @@
|
|||
[
|
||||
{
|
||||
"vars": [
|
||||
"p",
|
||||
"q",
|
||||
"r",
|
||||
"s"
|
||||
],
|
||||
"max_clause_length": 3,
|
||||
"problem_types": [
|
||||
"can_resolve",
|
||||
"compute_dispel",
|
||||
"algorithm_output"
|
||||
],
|
||||
"seed": 123
|
||||
},
|
||||
{
|
||||
"vars": [
|
||||
"p",
|
||||
"q",
|
||||
"r",
|
||||
"s"
|
||||
],
|
||||
"max_clause_length": 3,
|
||||
"problem_types": [
|
||||
"can_resolve",
|
||||
"compute_dispel",
|
||||
"algorithm_output"
|
||||
],
|
||||
"seed": 42
|
||||
},
|
||||
{
|
||||
"vars": [
|
||||
"p",
|
||||
"q",
|
||||
"r",
|
||||
"s"
|
||||
],
|
||||
"max_clause_length": 3,
|
||||
"problem_types": [
|
||||
"can_resolve",
|
||||
"compute_dispel"
|
||||
],
|
||||
"seed": 456
|
||||
},
|
||||
{
|
||||
"vars": [
|
||||
"p",
|
||||
"q",
|
||||
"r",
|
||||
"s",
|
||||
"t"
|
||||
],
|
||||
"max_clause_length": 3,
|
||||
"problem_types": [
|
||||
"can_resolve",
|
||||
"compute_dispel",
|
||||
"algorithm_output"
|
||||
],
|
||||
"seed": 789
|
||||
}
|
||||
]
|
||||
|
|
@ -1,62 +0,0 @@
|
|||
[
|
||||
{
|
||||
"vars": [
|
||||
"p",
|
||||
"q",
|
||||
"r",
|
||||
"s"
|
||||
],
|
||||
"max_clause_length": 3,
|
||||
"problem_types": [
|
||||
"can_resolve",
|
||||
"compute_dispel",
|
||||
"algorithm_output"
|
||||
],
|
||||
"seed": 123
|
||||
},
|
||||
{
|
||||
"vars": [
|
||||
"p",
|
||||
"q",
|
||||
"r",
|
||||
"s"
|
||||
],
|
||||
"max_clause_length": 3,
|
||||
"problem_types": [
|
||||
"can_resolve",
|
||||
"compute_dispel",
|
||||
"algorithm_output"
|
||||
],
|
||||
"seed": 42
|
||||
},
|
||||
{
|
||||
"vars": [
|
||||
"p",
|
||||
"q",
|
||||
"r",
|
||||
"s"
|
||||
],
|
||||
"max_clause_length": 3,
|
||||
"problem_types": [
|
||||
"can_resolve",
|
||||
"compute_dispel"
|
||||
],
|
||||
"seed": 456
|
||||
},
|
||||
{
|
||||
"vars": [
|
||||
"p",
|
||||
"q",
|
||||
"r",
|
||||
"s",
|
||||
"t"
|
||||
],
|
||||
"max_clause_length": 3,
|
||||
"problem_types": [
|
||||
"can_resolve",
|
||||
"compute_dispel",
|
||||
"algorithm_output"
|
||||
],
|
||||
"seed": 789
|
||||
}
|
||||
]
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
[
|
||||
{
|
||||
"grid_size": 4
|
||||
},
|
||||
{
|
||||
"grid_size": 5
|
||||
}
|
||||
]
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
[
|
||||
{
|
||||
"grid_size": 4
|
||||
},
|
||||
{
|
||||
"grid_size": 5
|
||||
}
|
||||
]
|
||||
|
|
@ -1,97 +0,0 @@
|
|||
[
|
||||
{
|
||||
"num_entries": 5,
|
||||
"years": [
|
||||
1700,
|
||||
1720,
|
||||
1740,
|
||||
1760,
|
||||
1780
|
||||
],
|
||||
"attributes": {
|
||||
"windmills": [
|
||||
"Molen A",
|
||||
"Molen B",
|
||||
"Molen C",
|
||||
"Molen D",
|
||||
"Molen E"
|
||||
],
|
||||
"families": [
|
||||
"Family 1",
|
||||
"Family 2",
|
||||
"Family 3",
|
||||
"Family 4",
|
||||
"Family 5"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"num_entries": 4,
|
||||
"years": [
|
||||
1683,
|
||||
1706,
|
||||
1729,
|
||||
1752
|
||||
],
|
||||
"attributes": {
|
||||
"windmills": [
|
||||
"Vlietmolen",
|
||||
"Westmolen",
|
||||
"Zemelmolen",
|
||||
"Other"
|
||||
],
|
||||
"families": [
|
||||
"Van Dijk",
|
||||
"Visser",
|
||||
"De Jong",
|
||||
"Other Family"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"num_entries": 5,
|
||||
"years": [
|
||||
1800,
|
||||
1825,
|
||||
1850,
|
||||
1875,
|
||||
1900
|
||||
],
|
||||
"attributes": {
|
||||
"windmills": [
|
||||
"A",
|
||||
"B",
|
||||
"C",
|
||||
"D",
|
||||
"E"
|
||||
],
|
||||
"families": [
|
||||
"1",
|
||||
"2",
|
||||
"3",
|
||||
"4",
|
||||
"5"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"num_entries": 3,
|
||||
"years": [
|
||||
1600,
|
||||
1650,
|
||||
1700
|
||||
],
|
||||
"attributes": {
|
||||
"windmills": [
|
||||
"Old Molen",
|
||||
"Middle Molen",
|
||||
"New Molen"
|
||||
],
|
||||
"families": [
|
||||
"Ancient Family",
|
||||
"Middle Family",
|
||||
"Modern Family"
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
@ -1,97 +0,0 @@
|
|||
[
|
||||
{
|
||||
"num_entries": 5,
|
||||
"years": [
|
||||
1700,
|
||||
1720,
|
||||
1740,
|
||||
1760,
|
||||
1780
|
||||
],
|
||||
"attributes": {
|
||||
"windmills": [
|
||||
"Molen A",
|
||||
"Molen B",
|
||||
"Molen C",
|
||||
"Molen D",
|
||||
"Molen E"
|
||||
],
|
||||
"families": [
|
||||
"Family 1",
|
||||
"Family 2",
|
||||
"Family 3",
|
||||
"Family 4",
|
||||
"Family 5"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"num_entries": 4,
|
||||
"years": [
|
||||
1683,
|
||||
1706,
|
||||
1729,
|
||||
1752
|
||||
],
|
||||
"attributes": {
|
||||
"windmills": [
|
||||
"Vlietmolen",
|
||||
"Westmolen",
|
||||
"Zemelmolen",
|
||||
"Other"
|
||||
],
|
||||
"families": [
|
||||
"Van Dijk",
|
||||
"Visser",
|
||||
"De Jong",
|
||||
"Other Family"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"num_entries": 5,
|
||||
"years": [
|
||||
1800,
|
||||
1825,
|
||||
1850,
|
||||
1875,
|
||||
1900
|
||||
],
|
||||
"attributes": {
|
||||
"windmills": [
|
||||
"A",
|
||||
"B",
|
||||
"C",
|
||||
"D",
|
||||
"E"
|
||||
],
|
||||
"families": [
|
||||
"1",
|
||||
"2",
|
||||
"3",
|
||||
"4",
|
||||
"5"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"num_entries": 3,
|
||||
"years": [
|
||||
1600,
|
||||
1650,
|
||||
1700
|
||||
],
|
||||
"attributes": {
|
||||
"windmills": [
|
||||
"Old Molen",
|
||||
"Middle Molen",
|
||||
"New Molen"
|
||||
],
|
||||
"families": [
|
||||
"Ancient Family",
|
||||
"Middle Family",
|
||||
"Modern Family"
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
[
|
||||
{
|
||||
"word_length": 6
|
||||
},
|
||||
{
|
||||
"word_length": 4
|
||||
},
|
||||
{
|
||||
"word_length": 5
|
||||
}
|
||||
]
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
[
|
||||
{
|
||||
"word_length": 6
|
||||
},
|
||||
{
|
||||
"word_length": 4
|
||||
},
|
||||
{
|
||||
"word_length": 5
|
||||
}
|
||||
]
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
[
|
||||
{"conf_file":"./internbootcamp/libs/med_calculator/med_calculator.json"}
|
||||
]
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
[
|
||||
{"conf_file":"./internbootcamp/libs/med_calculator/med_calculator.json"}
|
||||
]
|
||||
|
|
@ -41,27 +41,6 @@
|
|||
],
|
||||
"difficulty": "hard"
|
||||
},
|
||||
{
|
||||
"size": [
|
||||
10,
|
||||
10
|
||||
],
|
||||
"difficulty": "easy"
|
||||
},
|
||||
{
|
||||
"size": [
|
||||
10,
|
||||
10
|
||||
],
|
||||
"difficulty": "medium"
|
||||
},
|
||||
{
|
||||
"size": [
|
||||
10,
|
||||
10
|
||||
],
|
||||
"difficulty": "hard"
|
||||
},
|
||||
{
|
||||
"size": [
|
||||
3,
|
||||
|
|
|
|||
|
|
@ -23,18 +23,6 @@
|
|||
"size": [7, 7],
|
||||
"difficulty": "hard"
|
||||
},
|
||||
{
|
||||
"size": [10, 10],
|
||||
"difficulty": "easy"
|
||||
},
|
||||
{
|
||||
"size": [10, 10],
|
||||
"difficulty": "medium"
|
||||
},
|
||||
{
|
||||
"size": [10, 10],
|
||||
"difficulty": "hard"
|
||||
},
|
||||
{
|
||||
"size": [3, 3],
|
||||
"difficulty": "easy"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue