mirror of
https://github.com/InternLM/InternBootcamp.git
synced 2026-04-19 12:58:04 +00:00
init-commit
This commit is contained in:
commit
18a552597a
3461 changed files with 1150579 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
[
|
||||
|
||||
]
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
[
|
||||
|
||||
]
|
||||
|
|
@ -0,0 +1,32 @@
|
|||
[
|
||||
{
|
||||
"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 @@
|
|||
[
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
17
examples/pipelines/puzzle_configs/BbehDyckLanguages_test.json
Executable file
17
examples/pipelines/puzzle_configs/BbehDyckLanguages_test.json
Executable file
|
|
@ -0,0 +1,17 @@
|
|||
[
|
||||
{
|
||||
"min_length": 10,
|
||||
"max_length": 30,
|
||||
"error_prob": 0.8
|
||||
},
|
||||
{
|
||||
"min_length": 20,
|
||||
"max_length": 50,
|
||||
"error_prob": 0.9
|
||||
},
|
||||
{
|
||||
"min_length": 50,
|
||||
"max_length": 100,
|
||||
"error_prob": 0.9
|
||||
}
|
||||
]
|
||||
17
examples/pipelines/puzzle_configs/BbehDyckLanguages_train.json
Executable file
17
examples/pipelines/puzzle_configs/BbehDyckLanguages_train.json
Executable file
|
|
@ -0,0 +1,17 @@
|
|||
[
|
||||
{
|
||||
"min_length": 10,
|
||||
"max_length": 30,
|
||||
"error_prob": 0.8
|
||||
},
|
||||
{
|
||||
"min_length": 20,
|
||||
"max_length": 50,
|
||||
"error_prob": 0.9
|
||||
},
|
||||
{
|
||||
"min_length": 50,
|
||||
"max_length": 100,
|
||||
"error_prob": 0.9
|
||||
}
|
||||
]
|
||||
22
examples/pipelines/puzzle_configs/BbehGeometricShapes_test.json
Executable file
22
examples/pipelines/puzzle_configs/BbehGeometricShapes_test.json
Executable file
|
|
@ -0,0 +1,22 @@
|
|||
[
|
||||
{
|
||||
"distract_density": 0.85,
|
||||
"max_distractors": 1
|
||||
},
|
||||
{
|
||||
"distract_density": 0.8,
|
||||
"max_distractors": 2
|
||||
},
|
||||
{
|
||||
"distract_density": 0.5,
|
||||
"max_distractors": 3
|
||||
},
|
||||
{
|
||||
"distract_density": 0.5,
|
||||
"max_distractors": 4
|
||||
},
|
||||
{
|
||||
"distract_density": 0.5,
|
||||
"max_distractors": 5
|
||||
}
|
||||
]
|
||||
24
examples/pipelines/puzzle_configs/BbehGeometricShapes_train.json
Executable file
24
examples/pipelines/puzzle_configs/BbehGeometricShapes_train.json
Executable file
|
|
@ -0,0 +1,24 @@
|
|||
[
|
||||
{
|
||||
"distract_density":0.85,
|
||||
"max_distractors":1
|
||||
},
|
||||
{
|
||||
"distract_density":0.8,
|
||||
"max_distractors":2
|
||||
},
|
||||
{
|
||||
"distract_density":0.5,
|
||||
"max_distractors":3
|
||||
},
|
||||
{
|
||||
"distract_density":0.5,
|
||||
"max_distractors":4
|
||||
},
|
||||
{
|
||||
"distract_density":0.5,
|
||||
"max_distractors":5
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
32
examples/pipelines/puzzle_configs/BbehMultistepArithmetic_test.json
Executable file
32
examples/pipelines/puzzle_configs/BbehMultistepArithmetic_test.json
Executable file
|
|
@ -0,0 +1,32 @@
|
|||
[
|
||||
{
|
||||
"num_operators": 3,
|
||||
"max_depth": 3,
|
||||
"reuse_prob": 0.3
|
||||
},
|
||||
{
|
||||
"num_operators": 4,
|
||||
"max_depth": 4,
|
||||
"reuse_prob": 0.3
|
||||
},
|
||||
{
|
||||
"num_operators": 4,
|
||||
"max_depth": 5,
|
||||
"reuse_prob": 0.3
|
||||
},
|
||||
{
|
||||
"num_operators": 5,
|
||||
"max_depth": 6,
|
||||
"reuse_prob": 0.3
|
||||
},
|
||||
{
|
||||
"num_operators": 5,
|
||||
"max_depth": 7,
|
||||
"reuse_prob": 0.3
|
||||
},
|
||||
{
|
||||
"num_operators": 5,
|
||||
"max_depth": 8,
|
||||
"reuse_prob": 0.3
|
||||
}
|
||||
]
|
||||
32
examples/pipelines/puzzle_configs/BbehMultistepArithmetic_train.json
Executable file
32
examples/pipelines/puzzle_configs/BbehMultistepArithmetic_train.json
Executable file
|
|
@ -0,0 +1,32 @@
|
|||
[
|
||||
{
|
||||
"num_operators":3,
|
||||
"max_depth":3,
|
||||
"reuse_prob": 0.3
|
||||
},
|
||||
{
|
||||
"num_operators":4,
|
||||
"max_depth":4,
|
||||
"reuse_prob": 0.3
|
||||
},
|
||||
{
|
||||
"num_operators":4,
|
||||
"max_depth":5,
|
||||
"reuse_prob": 0.3
|
||||
},
|
||||
{
|
||||
"num_operators":5,
|
||||
"max_depth":6,
|
||||
"reuse_prob": 0.3
|
||||
},
|
||||
{
|
||||
"num_operators":5,
|
||||
"max_depth":7,
|
||||
"reuse_prob": 0.3
|
||||
},
|
||||
{
|
||||
"num_operators":5,
|
||||
"max_depth":8,
|
||||
"reuse_prob": 0.3
|
||||
}
|
||||
]
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
[
|
||||
{
|
||||
"max_num_people": 6,
|
||||
"min_num_people": 3
|
||||
}
|
||||
]
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
[
|
||||
{
|
||||
"max_num_people":6,
|
||||
"min_num_people":3
|
||||
}
|
||||
]
|
||||
6
examples/pipelines/puzzle_configs/BbehWebOfLies_test.json
Executable file
6
examples/pipelines/puzzle_configs/BbehWebOfLies_test.json
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
[
|
||||
{
|
||||
"max_num_people": 12,
|
||||
"min_num_people": 8
|
||||
}
|
||||
]
|
||||
6
examples/pipelines/puzzle_configs/BbehWebOfLies_train.json
Executable file
6
examples/pipelines/puzzle_configs/BbehWebOfLies_train.json
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
[
|
||||
{
|
||||
"max_num_people":12,
|
||||
"min_num_people":8
|
||||
}
|
||||
]
|
||||
6
examples/pipelines/puzzle_configs/BbehWordSorting_test.json
Executable file
6
examples/pipelines/puzzle_configs/BbehWordSorting_test.json
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
[
|
||||
{
|
||||
"min_word_list_size": 8,
|
||||
"max_word_list_size": 16
|
||||
}
|
||||
]
|
||||
6
examples/pipelines/puzzle_configs/BbehWordSorting_train.json
Executable file
6
examples/pipelines/puzzle_configs/BbehWordSorting_train.json
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
[
|
||||
{
|
||||
"min_word_list_size": 8,
|
||||
"max_word_list_size": 16
|
||||
}
|
||||
]
|
||||
26
examples/pipelines/puzzle_configs/Light_Up_test.json
Executable file
26
examples/pipelines/puzzle_configs/Light_Up_test.json
Executable file
|
|
@ -0,0 +1,26 @@
|
|||
[
|
||||
{
|
||||
"rows": 4,
|
||||
"cols": 4
|
||||
},
|
||||
{
|
||||
"rows": 7,
|
||||
"cols": 7
|
||||
},
|
||||
{
|
||||
"rows": 3,
|
||||
"cols": 3
|
||||
},
|
||||
{
|
||||
"rows": 5,
|
||||
"cols": 5
|
||||
},
|
||||
{
|
||||
"rows": 6,
|
||||
"cols": 6
|
||||
},
|
||||
{
|
||||
"rows": 7,
|
||||
"cols": 7
|
||||
}
|
||||
]
|
||||
26
examples/pipelines/puzzle_configs/Light_Up_train.json
Executable file
26
examples/pipelines/puzzle_configs/Light_Up_train.json
Executable file
|
|
@ -0,0 +1,26 @@
|
|||
[
|
||||
{
|
||||
"rows": 4,
|
||||
"cols": 4
|
||||
},
|
||||
{
|
||||
"rows": 7,
|
||||
"cols": 7
|
||||
},
|
||||
{
|
||||
"rows": 3,
|
||||
"cols": 3
|
||||
},
|
||||
{
|
||||
"rows": 5,
|
||||
"cols": 5
|
||||
},
|
||||
{
|
||||
"rows": 6,
|
||||
"cols": 6
|
||||
},
|
||||
{
|
||||
"rows": 7,
|
||||
"cols": 7
|
||||
}
|
||||
]
|
||||
26
examples/pipelines/puzzle_configs/aquarium_test.json
Executable file
26
examples/pipelines/puzzle_configs/aquarium_test.json
Executable file
|
|
@ -0,0 +1,26 @@
|
|||
[
|
||||
{
|
||||
"grid_rows": 5,
|
||||
"grid_cols": 5
|
||||
},
|
||||
{
|
||||
"grid_rows": 6,
|
||||
"grid_cols": 4
|
||||
},
|
||||
{
|
||||
"grid_rows": 3,
|
||||
"grid_cols": 5
|
||||
},
|
||||
{
|
||||
"grid_rows": 4,
|
||||
"grid_cols": 6
|
||||
},
|
||||
{
|
||||
"grid_rows": 7,
|
||||
"grid_cols": 7
|
||||
},
|
||||
{
|
||||
"grid_rows": 5,
|
||||
"grid_cols": 3
|
||||
}
|
||||
]
|
||||
26
examples/pipelines/puzzle_configs/aquarium_train.json
Executable file
26
examples/pipelines/puzzle_configs/aquarium_train.json
Executable file
|
|
@ -0,0 +1,26 @@
|
|||
[
|
||||
{
|
||||
"grid_rows": 5,
|
||||
"grid_cols": 5
|
||||
},
|
||||
{
|
||||
"grid_rows": 6,
|
||||
"grid_cols": 4
|
||||
},
|
||||
{
|
||||
"grid_rows": 3,
|
||||
"grid_cols": 5
|
||||
},
|
||||
{
|
||||
"grid_rows": 4,
|
||||
"grid_cols": 6
|
||||
},
|
||||
{
|
||||
"grid_rows": 7,
|
||||
"grid_cols": 7
|
||||
},
|
||||
{
|
||||
"grid_rows": 5,
|
||||
"grid_cols": 3
|
||||
}
|
||||
]
|
||||
5
examples/pipelines/puzzle_configs/arc_test.json
Executable file
5
examples/pipelines/puzzle_configs/arc_test.json
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
[
|
||||
{
|
||||
"task_key_file": "./internbootcamp/libs/data/arc_key.jsonl"
|
||||
}
|
||||
]
|
||||
3
examples/pipelines/puzzle_configs/arc_train.json
Executable file
3
examples/pipelines/puzzle_configs/arc_train.json
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
[
|
||||
{"task_key_file": "./internbootcamp/libs/data/arc_key.jsonl"}
|
||||
]
|
||||
62
examples/pipelines/puzzle_configs/arrowmaze_test.json
Executable file
62
examples/pipelines/puzzle_configs/arrowmaze_test.json
Executable file
|
|
@ -0,0 +1,62 @@
|
|||
[
|
||||
{
|
||||
"size": [
|
||||
2,
|
||||
2
|
||||
],
|
||||
"start_pos": [
|
||||
0,
|
||||
0
|
||||
],
|
||||
"end_pos": [
|
||||
1,
|
||||
1
|
||||
],
|
||||
"max_solution_step": 4
|
||||
},
|
||||
{
|
||||
"size": [
|
||||
3,
|
||||
3
|
||||
],
|
||||
"start_pos": [
|
||||
0,
|
||||
0
|
||||
],
|
||||
"end_pos": [
|
||||
2,
|
||||
2
|
||||
],
|
||||
"max_solution_step": 9
|
||||
},
|
||||
{
|
||||
"size": [
|
||||
4,
|
||||
4
|
||||
],
|
||||
"start_pos": [
|
||||
0,
|
||||
0
|
||||
],
|
||||
"end_pos": [
|
||||
3,
|
||||
3
|
||||
],
|
||||
"max_solution_step": 16
|
||||
},
|
||||
{
|
||||
"size": [
|
||||
5,
|
||||
5
|
||||
],
|
||||
"start_pos": [
|
||||
0,
|
||||
0
|
||||
],
|
||||
"end_pos": [
|
||||
4,
|
||||
4
|
||||
],
|
||||
"max_solution_step": 25
|
||||
}
|
||||
]
|
||||
62
examples/pipelines/puzzle_configs/arrowmaze_train.json
Executable file
62
examples/pipelines/puzzle_configs/arrowmaze_train.json
Executable file
|
|
@ -0,0 +1,62 @@
|
|||
[
|
||||
{
|
||||
"size": [
|
||||
2,
|
||||
2
|
||||
],
|
||||
"start_pos": [
|
||||
0,
|
||||
0
|
||||
],
|
||||
"end_pos": [
|
||||
1,
|
||||
1
|
||||
],
|
||||
"max_solution_step": 4
|
||||
},
|
||||
{
|
||||
"size": [
|
||||
3,
|
||||
3
|
||||
],
|
||||
"start_pos": [
|
||||
0,
|
||||
0
|
||||
],
|
||||
"end_pos": [
|
||||
2,
|
||||
2
|
||||
],
|
||||
"max_solution_step": 9
|
||||
},
|
||||
{
|
||||
"size": [
|
||||
4,
|
||||
4
|
||||
],
|
||||
"start_pos": [
|
||||
0,
|
||||
0
|
||||
],
|
||||
"end_pos": [
|
||||
3,
|
||||
3
|
||||
],
|
||||
"max_solution_step": 16
|
||||
},
|
||||
{
|
||||
"size": [
|
||||
5,
|
||||
5
|
||||
],
|
||||
"start_pos": [
|
||||
0,
|
||||
0
|
||||
],
|
||||
"end_pos": [
|
||||
4,
|
||||
4
|
||||
],
|
||||
"max_solution_step": 25
|
||||
}
|
||||
]
|
||||
17
examples/pipelines/puzzle_configs/bbeh_boardgame_qa_test.json
Executable file
17
examples/pipelines/puzzle_configs/bbeh_boardgame_qa_test.json
Executable file
|
|
@ -0,0 +1,17 @@
|
|||
[
|
||||
{
|
||||
"max_depth": 3
|
||||
},
|
||||
{
|
||||
"max_depth": 4
|
||||
},
|
||||
{
|
||||
"max_depth": 5
|
||||
},
|
||||
{
|
||||
"max_depth": 6
|
||||
},
|
||||
{
|
||||
"max_depth": 7
|
||||
}
|
||||
]
|
||||
17
examples/pipelines/puzzle_configs/bbeh_boardgame_qa_train.json
Executable file
17
examples/pipelines/puzzle_configs/bbeh_boardgame_qa_train.json
Executable file
|
|
@ -0,0 +1,17 @@
|
|||
[
|
||||
{
|
||||
"max_depth": 3
|
||||
},
|
||||
{
|
||||
"max_depth": 4
|
||||
},
|
||||
{
|
||||
"max_depth": 5
|
||||
},
|
||||
{
|
||||
"max_depth": 6
|
||||
},
|
||||
{
|
||||
"max_depth": 7
|
||||
}
|
||||
]
|
||||
18
examples/pipelines/puzzle_configs/bbeh_boolean_expressions_test.json
Executable file
18
examples/pipelines/puzzle_configs/bbeh_boolean_expressions_test.json
Executable file
|
|
@ -0,0 +1,18 @@
|
|||
[
|
||||
{
|
||||
"max_depth": 3,
|
||||
"num_choices": 5
|
||||
},
|
||||
{
|
||||
"max_depth": 4,
|
||||
"num_choices": 5
|
||||
},
|
||||
{
|
||||
"max_depth": 5,
|
||||
"num_choices": 5
|
||||
},
|
||||
{
|
||||
"max_depth": 6,
|
||||
"num_choices": 5
|
||||
}
|
||||
]
|
||||
18
examples/pipelines/puzzle_configs/bbeh_boolean_expressions_train.json
Executable file
18
examples/pipelines/puzzle_configs/bbeh_boolean_expressions_train.json
Executable file
|
|
@ -0,0 +1,18 @@
|
|||
[
|
||||
{
|
||||
"max_depth": 3,
|
||||
"num_choices": 5
|
||||
},
|
||||
{
|
||||
"max_depth": 4,
|
||||
"num_choices": 5
|
||||
},
|
||||
{
|
||||
"max_depth": 5,
|
||||
"num_choices": 5
|
||||
},
|
||||
{
|
||||
"max_depth": 6,
|
||||
"num_choices": 5
|
||||
}
|
||||
]
|
||||
38
examples/pipelines/puzzle_configs/bbeh_object_counting_test.json
Executable file
38
examples/pipelines/puzzle_configs/bbeh_object_counting_test.json
Executable file
|
|
@ -0,0 +1,38 @@
|
|||
[
|
||||
{
|
||||
"difficulty": "easy",
|
||||
"min_items": 3,
|
||||
"max_items": 5,
|
||||
"min_count": 5,
|
||||
"max_count": 50,
|
||||
"max_other_items": 3,
|
||||
"max_other_people": 5
|
||||
},
|
||||
{
|
||||
"difficulty": "medium",
|
||||
"min_items": 6,
|
||||
"max_items": 8,
|
||||
"min_count": 50,
|
||||
"max_count": 200,
|
||||
"max_other_items": 6,
|
||||
"max_other_people": 10
|
||||
},
|
||||
{
|
||||
"difficulty": "hard",
|
||||
"min_items": 9,
|
||||
"max_items": 12,
|
||||
"min_count": 200,
|
||||
"max_count": 500,
|
||||
"max_other_items": 10,
|
||||
"max_other_people": 15
|
||||
},
|
||||
{
|
||||
"difficulty": "expert",
|
||||
"min_items": 12,
|
||||
"max_items": 15,
|
||||
"min_count": 500,
|
||||
"max_count": 1000,
|
||||
"max_other_items": 15,
|
||||
"max_other_people": 20
|
||||
}
|
||||
]
|
||||
38
examples/pipelines/puzzle_configs/bbeh_object_counting_train.json
Executable file
38
examples/pipelines/puzzle_configs/bbeh_object_counting_train.json
Executable file
|
|
@ -0,0 +1,38 @@
|
|||
[
|
||||
{
|
||||
"difficulty": "easy",
|
||||
"min_items": 3,
|
||||
"max_items": 5,
|
||||
"min_count": 5,
|
||||
"max_count": 50,
|
||||
"max_other_items": 3,
|
||||
"max_other_people": 5
|
||||
},
|
||||
{
|
||||
"difficulty": "medium",
|
||||
"min_items": 6,
|
||||
"max_items": 8,
|
||||
"min_count": 50,
|
||||
"max_count": 200,
|
||||
"max_other_items": 6,
|
||||
"max_other_people": 10
|
||||
},
|
||||
{
|
||||
"difficulty": "hard",
|
||||
"min_items": 9,
|
||||
"max_items": 12,
|
||||
"min_count": 200,
|
||||
"max_count": 500,
|
||||
"max_other_items": 10,
|
||||
"max_other_people": 15
|
||||
},
|
||||
{
|
||||
"difficulty": "expert",
|
||||
"min_items": 12,
|
||||
"max_items": 15,
|
||||
"min_count": 500,
|
||||
"max_count": 1000,
|
||||
"max_other_items": 15,
|
||||
"max_other_people": 20
|
||||
}
|
||||
]
|
||||
17
examples/pipelines/puzzle_configs/bbeh_object_properties_test.json
Executable file
17
examples/pipelines/puzzle_configs/bbeh_object_properties_test.json
Executable file
|
|
@ -0,0 +1,17 @@
|
|||
[
|
||||
{
|
||||
"min_irems": 5,
|
||||
"max_items": 10,
|
||||
"max_steps": 2
|
||||
},
|
||||
{
|
||||
"min_irems": 10,
|
||||
"max_items": 20,
|
||||
"max_steps": 4
|
||||
},
|
||||
{
|
||||
"min_irems": 20,
|
||||
"max_items": 30,
|
||||
"max_steps": 6
|
||||
}
|
||||
]
|
||||
17
examples/pipelines/puzzle_configs/bbeh_object_properties_train.json
Executable file
17
examples/pipelines/puzzle_configs/bbeh_object_properties_train.json
Executable file
|
|
@ -0,0 +1,17 @@
|
|||
[
|
||||
{
|
||||
"min_irems": 5,
|
||||
"max_items": 10,
|
||||
"max_steps": 2
|
||||
},
|
||||
{
|
||||
"min_irems": 10,
|
||||
"max_items": 20,
|
||||
"max_steps": 4
|
||||
},
|
||||
{
|
||||
"min_irems": 20,
|
||||
"max_items": 30,
|
||||
"max_steps": 6
|
||||
}
|
||||
]
|
||||
22
examples/pipelines/puzzle_configs/bbeh_shuff_object_test.json
Executable file
22
examples/pipelines/puzzle_configs/bbeh_shuff_object_test.json
Executable file
|
|
@ -0,0 +1,22 @@
|
|||
[
|
||||
{
|
||||
"n": 3,
|
||||
"context_type": "game of catch"
|
||||
},
|
||||
{
|
||||
"n": 5,
|
||||
"context_type": "soccer match"
|
||||
},
|
||||
{
|
||||
"n": 7,
|
||||
"context_type": "gift exchange"
|
||||
},
|
||||
{
|
||||
"n": 5,
|
||||
"context_type": "square dance"
|
||||
},
|
||||
{
|
||||
"n": 3,
|
||||
"context_type": "book exchange"
|
||||
}
|
||||
]
|
||||
22
examples/pipelines/puzzle_configs/bbeh_shuff_object_train.json
Executable file
22
examples/pipelines/puzzle_configs/bbeh_shuff_object_train.json
Executable file
|
|
@ -0,0 +1,22 @@
|
|||
[
|
||||
{
|
||||
"n":3,
|
||||
"context_type": "game of catch"
|
||||
},
|
||||
{
|
||||
"n":5,
|
||||
"context_type" :"soccer match"
|
||||
},
|
||||
{
|
||||
"n":7,
|
||||
"context_type":"gift exchange"
|
||||
},
|
||||
{
|
||||
"n":5,
|
||||
"context_type": "square dance"
|
||||
},
|
||||
{
|
||||
"n": 3,
|
||||
"context_type": "book exchange"
|
||||
}
|
||||
]
|
||||
18
examples/pipelines/puzzle_configs/binairo_test.json
Executable file
18
examples/pipelines/puzzle_configs/binairo_test.json
Executable file
|
|
@ -0,0 +1,18 @@
|
|||
[
|
||||
{
|
||||
"size": 8,
|
||||
"clue_density": 0.3
|
||||
},
|
||||
{
|
||||
"size": 8,
|
||||
"clue_density": 0.5
|
||||
},
|
||||
{
|
||||
"size": 4,
|
||||
"clue_density": 0.5
|
||||
},
|
||||
{
|
||||
"size": 6,
|
||||
"clue_density": 0.4
|
||||
}
|
||||
]
|
||||
18
examples/pipelines/puzzle_configs/binairo_train.json
Executable file
18
examples/pipelines/puzzle_configs/binairo_train.json
Executable file
|
|
@ -0,0 +1,18 @@
|
|||
[
|
||||
{
|
||||
"size": 8,
|
||||
"clue_density": 0.3
|
||||
},
|
||||
{
|
||||
"size": 8,
|
||||
"clue_density": 0.5
|
||||
},
|
||||
{
|
||||
"size": 4,
|
||||
"clue_density": 0.5
|
||||
},
|
||||
{
|
||||
"size": 6,
|
||||
"clue_density": 0.4
|
||||
}
|
||||
]
|
||||
30
examples/pipelines/puzzle_configs/calcudoku_test.json
Executable file
30
examples/pipelines/puzzle_configs/calcudoku_test.json
Executable file
|
|
@ -0,0 +1,30 @@
|
|||
[
|
||||
{
|
||||
"size": 6,
|
||||
"group_size_range": [
|
||||
2,
|
||||
3
|
||||
]
|
||||
},
|
||||
{
|
||||
"size": 4,
|
||||
"group_size_range": [
|
||||
1,
|
||||
2
|
||||
]
|
||||
},
|
||||
{
|
||||
"size": 6,
|
||||
"group_size_range": [
|
||||
2,
|
||||
4
|
||||
]
|
||||
},
|
||||
{
|
||||
"size": 4,
|
||||
"group_size_range": [
|
||||
2,
|
||||
3
|
||||
]
|
||||
}
|
||||
]
|
||||
30
examples/pipelines/puzzle_configs/calcudoku_train.json
Executable file
30
examples/pipelines/puzzle_configs/calcudoku_train.json
Executable file
|
|
@ -0,0 +1,30 @@
|
|||
[
|
||||
{
|
||||
"size": 6,
|
||||
"group_size_range": [
|
||||
2,
|
||||
3
|
||||
]
|
||||
},
|
||||
{
|
||||
"size": 4,
|
||||
"group_size_range": [
|
||||
1,
|
||||
2
|
||||
]
|
||||
},
|
||||
{
|
||||
"size": 6,
|
||||
"group_size_range": [
|
||||
2,
|
||||
4
|
||||
]
|
||||
},
|
||||
{
|
||||
"size": 4,
|
||||
"group_size_range": [
|
||||
2,
|
||||
3
|
||||
]
|
||||
}
|
||||
]
|
||||
42
examples/pipelines/puzzle_configs/campsite_test.json
Executable file
42
examples/pipelines/puzzle_configs/campsite_test.json
Executable file
|
|
@ -0,0 +1,42 @@
|
|||
[
|
||||
{
|
||||
"size": [
|
||||
8,
|
||||
8
|
||||
],
|
||||
"expect_camp_number": 6,
|
||||
"random_rate": 0.3
|
||||
},
|
||||
{
|
||||
"size": [
|
||||
6,
|
||||
4
|
||||
],
|
||||
"expect_camp_number": 3,
|
||||
"random_rate": 0.2
|
||||
},
|
||||
{
|
||||
"size": [
|
||||
7,
|
||||
7
|
||||
],
|
||||
"expect_camp_number": 5,
|
||||
"random_rate": 0.25
|
||||
},
|
||||
{
|
||||
"size": [
|
||||
4,
|
||||
4
|
||||
],
|
||||
"expect_camp_number": 2,
|
||||
"random_rate": 0.1
|
||||
},
|
||||
{
|
||||
"size": [
|
||||
6,
|
||||
6
|
||||
],
|
||||
"expect_camp_number": 4,
|
||||
"random_rate": 0.2
|
||||
}
|
||||
]
|
||||
42
examples/pipelines/puzzle_configs/campsite_train.json
Executable file
42
examples/pipelines/puzzle_configs/campsite_train.json
Executable file
|
|
@ -0,0 +1,42 @@
|
|||
[
|
||||
{
|
||||
"size": [
|
||||
8,
|
||||
8
|
||||
],
|
||||
"expect_camp_number": 6,
|
||||
"random_rate": 0.3
|
||||
},
|
||||
{
|
||||
"size": [
|
||||
6,
|
||||
4
|
||||
],
|
||||
"expect_camp_number": 3,
|
||||
"random_rate": 0.2
|
||||
},
|
||||
{
|
||||
"size": [
|
||||
7,
|
||||
7
|
||||
],
|
||||
"expect_camp_number": 5,
|
||||
"random_rate": 0.25
|
||||
},
|
||||
{
|
||||
"size": [
|
||||
4,
|
||||
4
|
||||
],
|
||||
"expect_camp_number": 2,
|
||||
"random_rate": 0.1
|
||||
},
|
||||
{
|
||||
"size": [
|
||||
6,
|
||||
6
|
||||
],
|
||||
"expect_camp_number": 4,
|
||||
"random_rate": 0.2
|
||||
}
|
||||
]
|
||||
0
examples/pipelines/puzzle_configs/cipher_test.json
Normal file
0
examples/pipelines/puzzle_configs/cipher_test.json
Normal file
0
examples/pipelines/puzzle_configs/cipher_train.json
Normal file
0
examples/pipelines/puzzle_configs/cipher_train.json
Normal file
18
examples/pipelines/puzzle_configs/crypto_math_test.json
Executable file
18
examples/pipelines/puzzle_configs/crypto_math_test.json
Executable file
|
|
@ -0,0 +1,18 @@
|
|||
[
|
||||
{
|
||||
"num_letters": 5,
|
||||
"num_add": 4
|
||||
},
|
||||
{
|
||||
"num_letters": 4,
|
||||
"num_add": 2
|
||||
},
|
||||
{
|
||||
"num_letters": 4,
|
||||
"num_add": 3
|
||||
},
|
||||
{
|
||||
"num_letters": 3,
|
||||
"num_add": 2
|
||||
}
|
||||
]
|
||||
18
examples/pipelines/puzzle_configs/crypto_math_train.json
Executable file
18
examples/pipelines/puzzle_configs/crypto_math_train.json
Executable file
|
|
@ -0,0 +1,18 @@
|
|||
[
|
||||
{
|
||||
"num_letters": 5,
|
||||
"num_add": 4
|
||||
},
|
||||
{
|
||||
"num_letters": 4,
|
||||
"num_add": 2
|
||||
},
|
||||
{
|
||||
"num_letters": 4,
|
||||
"num_add": 3
|
||||
},
|
||||
{
|
||||
"num_letters": 3,
|
||||
"num_add": 2
|
||||
}
|
||||
]
|
||||
11
examples/pipelines/puzzle_configs/dominosa_test.json
Executable file
11
examples/pipelines/puzzle_configs/dominosa_test.json
Executable file
|
|
@ -0,0 +1,11 @@
|
|||
[
|
||||
{
|
||||
"n": 3
|
||||
},
|
||||
{
|
||||
"n": 6
|
||||
},
|
||||
{
|
||||
"n": 4
|
||||
}
|
||||
]
|
||||
11
examples/pipelines/puzzle_configs/dominosa_train.json
Executable file
11
examples/pipelines/puzzle_configs/dominosa_train.json
Executable file
|
|
@ -0,0 +1,11 @@
|
|||
[
|
||||
{
|
||||
"n": 3
|
||||
},
|
||||
{
|
||||
"n": 6
|
||||
},
|
||||
{
|
||||
"n": 4
|
||||
}
|
||||
]
|
||||
17
examples/pipelines/puzzle_configs/futoshiki_test.json
Executable file
17
examples/pipelines/puzzle_configs/futoshiki_test.json
Executable file
|
|
@ -0,0 +1,17 @@
|
|||
[
|
||||
{
|
||||
"size": 3,
|
||||
"inequality_prob": 0.2,
|
||||
"retain_ratio": 0.3
|
||||
},
|
||||
{
|
||||
"size": 4,
|
||||
"inequality_prob": 0.3,
|
||||
"retain_ratio": 0.4
|
||||
},
|
||||
{
|
||||
"size": 6,
|
||||
"inequality_prob": 0.5,
|
||||
"retain_ratio": 0.6
|
||||
}
|
||||
]
|
||||
17
examples/pipelines/puzzle_configs/futoshiki_train.json
Executable file
17
examples/pipelines/puzzle_configs/futoshiki_train.json
Executable file
|
|
@ -0,0 +1,17 @@
|
|||
[
|
||||
{
|
||||
"size": 3,
|
||||
"inequality_prob": 0.2,
|
||||
"retain_ratio": 0.3
|
||||
},
|
||||
{
|
||||
"size": 4,
|
||||
"inequality_prob": 0.3,
|
||||
"retain_ratio": 0.4
|
||||
},
|
||||
{
|
||||
"size": 6,
|
||||
"inequality_prob": 0.5,
|
||||
"retain_ratio": 0.6
|
||||
}
|
||||
]
|
||||
22
examples/pipelines/puzzle_configs/galaxies_test.json
Executable file
22
examples/pipelines/puzzle_configs/galaxies_test.json
Executable file
|
|
@ -0,0 +1,22 @@
|
|||
[
|
||||
{
|
||||
"rows": 7,
|
||||
"cols": 5
|
||||
},
|
||||
{
|
||||
"rows": 5,
|
||||
"cols": 5
|
||||
},
|
||||
{
|
||||
"rows": 9,
|
||||
"cols": 7
|
||||
},
|
||||
{
|
||||
"rows": 7,
|
||||
"cols": 7
|
||||
},
|
||||
{
|
||||
"rows": 7,
|
||||
"cols": 9
|
||||
}
|
||||
]
|
||||
22
examples/pipelines/puzzle_configs/galaxies_train.json
Executable file
22
examples/pipelines/puzzle_configs/galaxies_train.json
Executable file
|
|
@ -0,0 +1,22 @@
|
|||
[
|
||||
{
|
||||
"rows": 7,
|
||||
"cols": 5
|
||||
},
|
||||
{
|
||||
"rows": 5,
|
||||
"cols": 5
|
||||
},
|
||||
{
|
||||
"rows": 9,
|
||||
"cols": 7
|
||||
},
|
||||
{
|
||||
"rows": 7,
|
||||
"cols": 7
|
||||
},
|
||||
{
|
||||
"rows": 7,
|
||||
"cols": 9
|
||||
}
|
||||
]
|
||||
17
examples/pipelines/puzzle_configs/game24_test.json
Executable file
17
examples/pipelines/puzzle_configs/game24_test.json
Executable file
|
|
@ -0,0 +1,17 @@
|
|||
[
|
||||
{
|
||||
"num_numbers": 4,
|
||||
"range_max": 10,
|
||||
"target_max": 30
|
||||
},
|
||||
{
|
||||
"num_numbers": 5,
|
||||
"range_max": 10,
|
||||
"target_max": 35
|
||||
},
|
||||
{
|
||||
"num_numbers": 6,
|
||||
"range_max": 10,
|
||||
"target_max": 40
|
||||
}
|
||||
]
|
||||
17
examples/pipelines/puzzle_configs/game24_train.json
Executable file
17
examples/pipelines/puzzle_configs/game24_train.json
Executable file
|
|
@ -0,0 +1,17 @@
|
|||
[
|
||||
{
|
||||
"num_numbers": 4,
|
||||
"range_max": 10,
|
||||
"target_max": 30
|
||||
},
|
||||
{
|
||||
"num_numbers": 5,
|
||||
"range_max": 10,
|
||||
"target_max": 35
|
||||
},
|
||||
{
|
||||
"num_numbers": 6,
|
||||
"range_max": 10,
|
||||
"target_max": 40
|
||||
}
|
||||
]
|
||||
18
examples/pipelines/puzzle_configs/heyawake_test.json
Executable file
18
examples/pipelines/puzzle_configs/heyawake_test.json
Executable file
|
|
@ -0,0 +1,18 @@
|
|||
[
|
||||
{
|
||||
"rows": 3,
|
||||
"cols": 4
|
||||
},
|
||||
{
|
||||
"rows": 3,
|
||||
"cols": 3
|
||||
},
|
||||
{
|
||||
"rows": 4,
|
||||
"cols": 5
|
||||
},
|
||||
{
|
||||
"rows": 5,
|
||||
"cols": 5
|
||||
}
|
||||
]
|
||||
18
examples/pipelines/puzzle_configs/heyawake_train.json
Executable file
18
examples/pipelines/puzzle_configs/heyawake_train.json
Executable file
|
|
@ -0,0 +1,18 @@
|
|||
[
|
||||
{
|
||||
"rows": 3,
|
||||
"cols": 4
|
||||
},
|
||||
{
|
||||
"rows": 3,
|
||||
"cols": 3
|
||||
},
|
||||
{
|
||||
"rows": 4,
|
||||
"cols": 5
|
||||
},
|
||||
{
|
||||
"rows": 5,
|
||||
"cols": 5
|
||||
}
|
||||
]
|
||||
44
examples/pipelines/puzzle_configs/hitori_test.json
Executable file
44
examples/pipelines/puzzle_configs/hitori_test.json
Executable file
|
|
@ -0,0 +1,44 @@
|
|||
[
|
||||
{
|
||||
"size": 7,
|
||||
"number_range": [
|
||||
1,
|
||||
10
|
||||
]
|
||||
},
|
||||
{
|
||||
"size": 6,
|
||||
"number_range": [
|
||||
1,
|
||||
10
|
||||
]
|
||||
},
|
||||
{
|
||||
"size": 8,
|
||||
"number_range": [
|
||||
1,
|
||||
8
|
||||
]
|
||||
},
|
||||
{
|
||||
"size": 5,
|
||||
"number_range": [
|
||||
1,
|
||||
10
|
||||
]
|
||||
},
|
||||
{
|
||||
"size": 7,
|
||||
"number_range": [
|
||||
1,
|
||||
7
|
||||
]
|
||||
},
|
||||
{
|
||||
"size": 8,
|
||||
"number_range": [
|
||||
1,
|
||||
10
|
||||
]
|
||||
}
|
||||
]
|
||||
44
examples/pipelines/puzzle_configs/hitori_train.json
Executable file
44
examples/pipelines/puzzle_configs/hitori_train.json
Executable file
|
|
@ -0,0 +1,44 @@
|
|||
[
|
||||
{
|
||||
"size": 7,
|
||||
"number_range": [
|
||||
1,
|
||||
10
|
||||
]
|
||||
},
|
||||
{
|
||||
"size": 6,
|
||||
"number_range": [
|
||||
1,
|
||||
10
|
||||
]
|
||||
},
|
||||
{
|
||||
"size": 8,
|
||||
"number_range": [
|
||||
1,
|
||||
8
|
||||
]
|
||||
},
|
||||
{
|
||||
"size": 5,
|
||||
"number_range": [
|
||||
1,
|
||||
10
|
||||
]
|
||||
},
|
||||
{
|
||||
"size": 7,
|
||||
"number_range": [
|
||||
1,
|
||||
7
|
||||
]
|
||||
},
|
||||
{
|
||||
"size": 8,
|
||||
"number_range": [
|
||||
1,
|
||||
10
|
||||
]
|
||||
}
|
||||
]
|
||||
14
examples/pipelines/puzzle_configs/kakurasu_test.json
Executable file
14
examples/pipelines/puzzle_configs/kakurasu_test.json
Executable file
|
|
@ -0,0 +1,14 @@
|
|||
[
|
||||
{
|
||||
"n": 5
|
||||
},
|
||||
{
|
||||
"n": 3
|
||||
},
|
||||
{
|
||||
"n": 7
|
||||
},
|
||||
{
|
||||
"n": 6
|
||||
}
|
||||
]
|
||||
14
examples/pipelines/puzzle_configs/kakurasu_train.json
Executable file
14
examples/pipelines/puzzle_configs/kakurasu_train.json
Executable file
|
|
@ -0,0 +1,14 @@
|
|||
[
|
||||
{
|
||||
"n": 5
|
||||
},
|
||||
{
|
||||
"n": 3
|
||||
},
|
||||
{
|
||||
"n": 7
|
||||
},
|
||||
{
|
||||
"n": 6
|
||||
}
|
||||
]
|
||||
22
examples/pipelines/puzzle_configs/kakuro_test.json
Executable file
22
examples/pipelines/puzzle_configs/kakuro_test.json
Executable file
|
|
@ -0,0 +1,22 @@
|
|||
[
|
||||
{
|
||||
"rows": 4,
|
||||
"cols": 3
|
||||
},
|
||||
{
|
||||
"rows": 5,
|
||||
"cols": 5
|
||||
},
|
||||
{
|
||||
"rows": 3,
|
||||
"cols": 3
|
||||
},
|
||||
{
|
||||
"rows": 5,
|
||||
"cols": 4
|
||||
},
|
||||
{
|
||||
"rows": 4,
|
||||
"cols": 5
|
||||
}
|
||||
]
|
||||
22
examples/pipelines/puzzle_configs/kakuro_train.json
Executable file
22
examples/pipelines/puzzle_configs/kakuro_train.json
Executable file
|
|
@ -0,0 +1,22 @@
|
|||
[
|
||||
{
|
||||
"rows": 4,
|
||||
"cols": 3
|
||||
},
|
||||
{
|
||||
"rows": 5,
|
||||
"cols": 5
|
||||
},
|
||||
{
|
||||
"rows": 3,
|
||||
"cols": 3
|
||||
},
|
||||
{
|
||||
"rows": 5,
|
||||
"cols": 4
|
||||
},
|
||||
{
|
||||
"rows": 4,
|
||||
"cols": 5
|
||||
}
|
||||
]
|
||||
|
|
@ -0,0 +1,18 @@
|
|||
[
|
||||
{
|
||||
"standard_alphabet": "ABCDEFGHIJKLMNOPQRSTUVWXYZ",
|
||||
"reversed_alphabet": "ZYXWVUTSRQPONMLKJIHGFEDCBA",
|
||||
"substitution_alphabet": "RFDJUHABCEGIKLMNOPQSTVWXYZ",
|
||||
"min_length": 5,
|
||||
"max_length": 10,
|
||||
"encrypt_probability": 0.7
|
||||
},
|
||||
{
|
||||
"standard_alphabet": "ABCDEFGHIJKLMNOPQRSTUVWXYZ",
|
||||
"reversed_alphabet": "ZYXWVUTSRQPONMLKJIHGFEDCBA",
|
||||
"substitution_alphabet": "RFDJUHABCEGIKLMNOPQSTVWXYZ",
|
||||
"min_length": 4,
|
||||
"max_length": 6,
|
||||
"encrypt_probability": 0.3
|
||||
}
|
||||
]
|
||||
|
|
@ -0,0 +1,18 @@
|
|||
[
|
||||
{
|
||||
"standard_alphabet": "ABCDEFGHIJKLMNOPQRSTUVWXYZ",
|
||||
"reversed_alphabet": "ZYXWVUTSRQPONMLKJIHGFEDCBA",
|
||||
"substitution_alphabet": "RFDJUHABCEGIKLMNOPQSTVWXYZ",
|
||||
"min_length": 5,
|
||||
"max_length": 10,
|
||||
"encrypt_probability": 0.7
|
||||
},
|
||||
{
|
||||
"standard_alphabet": "ABCDEFGHIJKLMNOPQRSTUVWXYZ",
|
||||
"reversed_alphabet": "ZYXWVUTSRQPONMLKJIHGFEDCBA",
|
||||
"substitution_alphabet": "RFDJUHABCEGIKLMNOPQSTVWXYZ",
|
||||
"min_length": 4,
|
||||
"max_length": 6,
|
||||
"encrypt_probability": 0.3
|
||||
}
|
||||
]
|
||||
92
examples/pipelines/puzzle_configs/korLogicAnalogicalReasoning_test.json
Executable file
92
examples/pipelines/puzzle_configs/korLogicAnalogicalReasoning_test.json
Executable file
|
|
@ -0,0 +1,92 @@
|
|||
[
|
||||
{
|
||||
"attribute_pools": {
|
||||
"zoology": {
|
||||
"attributes": [
|
||||
"stripes",
|
||||
"hooves",
|
||||
"herbivorous"
|
||||
],
|
||||
"derived_positive": "live in herds",
|
||||
"derived_negative": "solitary",
|
||||
"objects": [
|
||||
"zebras",
|
||||
"lions"
|
||||
]
|
||||
},
|
||||
"physics": {
|
||||
"attributes": [
|
||||
"mass",
|
||||
"velocity",
|
||||
"acceleration"
|
||||
],
|
||||
"derived_positive": "force",
|
||||
"derived_negative": "no force",
|
||||
"objects": [
|
||||
"moving cars",
|
||||
"stationary objects"
|
||||
]
|
||||
},
|
||||
"computer_science": {
|
||||
"attributes": [
|
||||
"RAM",
|
||||
"CPU",
|
||||
"storage"
|
||||
],
|
||||
"derived_positive": "processing power",
|
||||
"derived_negative": "low performance",
|
||||
"objects": [
|
||||
"desktops",
|
||||
"smartphones"
|
||||
]
|
||||
}
|
||||
},
|
||||
"num_questions": 15,
|
||||
"difficulty_level": "hard"
|
||||
},
|
||||
{
|
||||
"attribute_pools": {
|
||||
"geology": {
|
||||
"attributes": [
|
||||
"igneous",
|
||||
"metamorphic",
|
||||
"sedimentary"
|
||||
],
|
||||
"derived_positive": "rock formation",
|
||||
"derived_negative": "non-rock",
|
||||
"objects": [
|
||||
"mountains",
|
||||
"soil"
|
||||
]
|
||||
},
|
||||
"astronomy": {
|
||||
"attributes": [
|
||||
"orbit",
|
||||
"gravity",
|
||||
"atmosphere"
|
||||
],
|
||||
"derived_positive": "supports life",
|
||||
"derived_negative": "no life",
|
||||
"objects": [
|
||||
"Earth",
|
||||
"Mars"
|
||||
]
|
||||
},
|
||||
"ecology": {
|
||||
"attributes": [
|
||||
"food chain",
|
||||
"habitat",
|
||||
"predators"
|
||||
],
|
||||
"derived_positive": "species survival",
|
||||
"derived_negative": "extinction risk",
|
||||
"objects": [
|
||||
"wolves",
|
||||
"rabbits"
|
||||
]
|
||||
}
|
||||
},
|
||||
"num_questions": 5,
|
||||
"difficulty_level": "easy"
|
||||
}
|
||||
]
|
||||
92
examples/pipelines/puzzle_configs/korLogicAnalogicalReasoning_train.json
Executable file
92
examples/pipelines/puzzle_configs/korLogicAnalogicalReasoning_train.json
Executable file
|
|
@ -0,0 +1,92 @@
|
|||
[
|
||||
{
|
||||
"attribute_pools": {
|
||||
"zoology": {
|
||||
"attributes": [
|
||||
"stripes",
|
||||
"hooves",
|
||||
"herbivorous"
|
||||
],
|
||||
"derived_positive": "live in herds",
|
||||
"derived_negative": "solitary",
|
||||
"objects": [
|
||||
"zebras",
|
||||
"lions"
|
||||
]
|
||||
},
|
||||
"physics": {
|
||||
"attributes": [
|
||||
"mass",
|
||||
"velocity",
|
||||
"acceleration"
|
||||
],
|
||||
"derived_positive": "force",
|
||||
"derived_negative": "no force",
|
||||
"objects": [
|
||||
"moving cars",
|
||||
"stationary objects"
|
||||
]
|
||||
},
|
||||
"computer_science": {
|
||||
"attributes": [
|
||||
"RAM",
|
||||
"CPU",
|
||||
"storage"
|
||||
],
|
||||
"derived_positive": "processing power",
|
||||
"derived_negative": "low performance",
|
||||
"objects": [
|
||||
"desktops",
|
||||
"smartphones"
|
||||
]
|
||||
}
|
||||
},
|
||||
"num_questions": 15,
|
||||
"difficulty_level": "hard"
|
||||
},
|
||||
{
|
||||
"attribute_pools": {
|
||||
"geology": {
|
||||
"attributes": [
|
||||
"igneous",
|
||||
"metamorphic",
|
||||
"sedimentary"
|
||||
],
|
||||
"derived_positive": "rock formation",
|
||||
"derived_negative": "non-rock",
|
||||
"objects": [
|
||||
"mountains",
|
||||
"soil"
|
||||
]
|
||||
},
|
||||
"astronomy": {
|
||||
"attributes": [
|
||||
"orbit",
|
||||
"gravity",
|
||||
"atmosphere"
|
||||
],
|
||||
"derived_positive": "supports life",
|
||||
"derived_negative": "no life",
|
||||
"objects": [
|
||||
"Earth",
|
||||
"Mars"
|
||||
]
|
||||
},
|
||||
"ecology": {
|
||||
"attributes": [
|
||||
"food chain",
|
||||
"habitat",
|
||||
"predators"
|
||||
],
|
||||
"derived_positive": "species survival",
|
||||
"derived_negative": "extinction risk",
|
||||
"objects": [
|
||||
"wolves",
|
||||
"rabbits"
|
||||
]
|
||||
}
|
||||
},
|
||||
"num_questions": 5,
|
||||
"difficulty_level": "easy"
|
||||
}
|
||||
]
|
||||
100
examples/pipelines/puzzle_configs/korLogicCanonicalPropositions_test.json
Executable file
100
examples/pipelines/puzzle_configs/korLogicCanonicalPropositions_test.json
Executable file
|
|
@ -0,0 +1,100 @@
|
|||
[
|
||||
{
|
||||
"variable_pool": [
|
||||
"operate legally for reasonable profits",
|
||||
"price fraud occurs",
|
||||
"abuse of vulnerable groups",
|
||||
"reasonable sports collisions",
|
||||
"disruptive behavior in cultural venues",
|
||||
"tobacco use in public areas",
|
||||
"contract fulfillment",
|
||||
"citizens' rights protection",
|
||||
"youth development support",
|
||||
"national property protection",
|
||||
"noise in quiet zones",
|
||||
"remarriage rights"
|
||||
],
|
||||
"formula_pool": [
|
||||
[
|
||||
2,
|
||||
"‽p←→¬§p",
|
||||
"Prohibition-Permission Negation"
|
||||
],
|
||||
[
|
||||
3,
|
||||
"§p←→¬‽p",
|
||||
"Permission-Prohibition Duality"
|
||||
],
|
||||
[
|
||||
5,
|
||||
"¶p→¬‽p",
|
||||
"Obligation-Prohibition Exclusion"
|
||||
],
|
||||
[
|
||||
7,
|
||||
"¬§p→§¬p",
|
||||
"Permission Negation Implication"
|
||||
],
|
||||
[
|
||||
9,
|
||||
"¶p→§p",
|
||||
"Obligation-Permission Entailment"
|
||||
],
|
||||
[
|
||||
10,
|
||||
"‽p→§¬p",
|
||||
"Prohibition-Permission Consequence"
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"variable_pool": [
|
||||
"operate legally for reasonable profits",
|
||||
"price fraud occurs",
|
||||
"abuse of vulnerable groups",
|
||||
"reasonable sports collisions",
|
||||
"disruptive behavior in cultural venues",
|
||||
"tobacco use in public areas",
|
||||
"contract fulfillment",
|
||||
"citizens' rights protection",
|
||||
"youth development support",
|
||||
"national property protection",
|
||||
"noise in quiet zones",
|
||||
"remarriage rights",
|
||||
"donation activities",
|
||||
"public speech"
|
||||
],
|
||||
"formula_pool": [
|
||||
[
|
||||
3,
|
||||
"§p←→¬‽p",
|
||||
"Permission-Prohibition Duality"
|
||||
],
|
||||
[
|
||||
2,
|
||||
"‽p←→¬§p",
|
||||
"Prohibition-Permission Negation"
|
||||
],
|
||||
[
|
||||
5,
|
||||
"¶p→¬‽p",
|
||||
"Obligation-Prohibition Exclusion"
|
||||
],
|
||||
[
|
||||
7,
|
||||
"¬§p→§¬p",
|
||||
"Permission Negation Implication"
|
||||
],
|
||||
[
|
||||
9,
|
||||
"¶p→§p",
|
||||
"Obligation-Permission Entailment"
|
||||
],
|
||||
[
|
||||
10,
|
||||
"‽p→§¬p",
|
||||
"Prohibition-Permission Consequence"
|
||||
]
|
||||
]
|
||||
}
|
||||
]
|
||||
100
examples/pipelines/puzzle_configs/korLogicCanonicalPropositions_train.json
Executable file
100
examples/pipelines/puzzle_configs/korLogicCanonicalPropositions_train.json
Executable file
|
|
@ -0,0 +1,100 @@
|
|||
[
|
||||
{
|
||||
"variable_pool": [
|
||||
"operate legally for reasonable profits",
|
||||
"price fraud occurs",
|
||||
"abuse of vulnerable groups",
|
||||
"reasonable sports collisions",
|
||||
"disruptive behavior in cultural venues",
|
||||
"tobacco use in public areas",
|
||||
"contract fulfillment",
|
||||
"citizens' rights protection",
|
||||
"youth development support",
|
||||
"national property protection",
|
||||
"noise in quiet zones",
|
||||
"remarriage rights"
|
||||
],
|
||||
"formula_pool": [
|
||||
[
|
||||
2,
|
||||
"‽p←→¬§p",
|
||||
"Prohibition-Permission Negation"
|
||||
],
|
||||
[
|
||||
3,
|
||||
"§p←→¬‽p",
|
||||
"Permission-Prohibition Duality"
|
||||
],
|
||||
[
|
||||
5,
|
||||
"¶p→¬‽p",
|
||||
"Obligation-Prohibition Exclusion"
|
||||
],
|
||||
[
|
||||
7,
|
||||
"¬§p→§¬p",
|
||||
"Permission Negation Implication"
|
||||
],
|
||||
[
|
||||
9,
|
||||
"¶p→§p",
|
||||
"Obligation-Permission Entailment"
|
||||
],
|
||||
[
|
||||
10,
|
||||
"‽p→§¬p",
|
||||
"Prohibition-Permission Consequence"
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"variable_pool": [
|
||||
"operate legally for reasonable profits",
|
||||
"price fraud occurs",
|
||||
"abuse of vulnerable groups",
|
||||
"reasonable sports collisions",
|
||||
"disruptive behavior in cultural venues",
|
||||
"tobacco use in public areas",
|
||||
"contract fulfillment",
|
||||
"citizens' rights protection",
|
||||
"youth development support",
|
||||
"national property protection",
|
||||
"noise in quiet zones",
|
||||
"remarriage rights",
|
||||
"donation activities",
|
||||
"public speech"
|
||||
],
|
||||
"formula_pool": [
|
||||
[
|
||||
3,
|
||||
"§p←→¬‽p",
|
||||
"Permission-Prohibition Duality"
|
||||
],
|
||||
[
|
||||
2,
|
||||
"‽p←→¬§p",
|
||||
"Prohibition-Permission Negation"
|
||||
],
|
||||
[
|
||||
5,
|
||||
"¶p→¬‽p",
|
||||
"Obligation-Prohibition Exclusion"
|
||||
],
|
||||
[
|
||||
7,
|
||||
"¬§p→§¬p",
|
||||
"Permission Negation Implication"
|
||||
],
|
||||
[
|
||||
9,
|
||||
"¶p→§p",
|
||||
"Obligation-Permission Entailment"
|
||||
],
|
||||
[
|
||||
10,
|
||||
"‽p→§¬p",
|
||||
"Prohibition-Permission Consequence"
|
||||
]
|
||||
]
|
||||
}
|
||||
]
|
||||
51
examples/pipelines/puzzle_configs/korLogicCooperativePrinciple_test.json
Executable file
51
examples/pipelines/puzzle_configs/korLogicCooperativePrinciple_test.json
Executable file
|
|
@ -0,0 +1,51 @@
|
|||
[
|
||||
{
|
||||
"case_weights": [
|
||||
2,
|
||||
1,
|
||||
1
|
||||
]
|
||||
},
|
||||
{
|
||||
"case_weights": [
|
||||
1,
|
||||
1,
|
||||
1
|
||||
]
|
||||
},
|
||||
{
|
||||
"case_weights": [
|
||||
2,
|
||||
1,
|
||||
2
|
||||
]
|
||||
},
|
||||
{
|
||||
"case_weights": [
|
||||
1,
|
||||
2,
|
||||
2
|
||||
]
|
||||
},
|
||||
{
|
||||
"case_weights": [
|
||||
1,
|
||||
2,
|
||||
1
|
||||
]
|
||||
},
|
||||
{
|
||||
"case_weights": [
|
||||
1,
|
||||
1,
|
||||
3
|
||||
]
|
||||
},
|
||||
{
|
||||
"case_weights": [
|
||||
1,
|
||||
3,
|
||||
1
|
||||
]
|
||||
}
|
||||
]
|
||||
51
examples/pipelines/puzzle_configs/korLogicCooperativePrinciple_train.json
Executable file
51
examples/pipelines/puzzle_configs/korLogicCooperativePrinciple_train.json
Executable file
|
|
@ -0,0 +1,51 @@
|
|||
[
|
||||
{
|
||||
"case_weights": [
|
||||
2,
|
||||
1,
|
||||
1
|
||||
]
|
||||
},
|
||||
{
|
||||
"case_weights": [
|
||||
1,
|
||||
1,
|
||||
1
|
||||
]
|
||||
},
|
||||
{
|
||||
"case_weights": [
|
||||
2,
|
||||
1,
|
||||
2
|
||||
]
|
||||
},
|
||||
{
|
||||
"case_weights": [
|
||||
1,
|
||||
2,
|
||||
2
|
||||
]
|
||||
},
|
||||
{
|
||||
"case_weights": [
|
||||
1,
|
||||
2,
|
||||
1
|
||||
]
|
||||
},
|
||||
{
|
||||
"case_weights": [
|
||||
1,
|
||||
1,
|
||||
3
|
||||
]
|
||||
},
|
||||
{
|
||||
"case_weights": [
|
||||
1,
|
||||
3,
|
||||
1
|
||||
]
|
||||
}
|
||||
]
|
||||
32
examples/pipelines/puzzle_configs/korLogicDefinitions_test.json
Executable file
32
examples/pipelines/puzzle_configs/korLogicDefinitions_test.json
Executable file
|
|
@ -0,0 +1,32 @@
|
|||
[
|
||||
{
|
||||
"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
|
||||
}
|
||||
]
|
||||
32
examples/pipelines/puzzle_configs/korLogicDefinitions_train.json
Executable file
32
examples/pipelines/puzzle_configs/korLogicDefinitions_train.json
Executable file
|
|
@ -0,0 +1,32 @@
|
|||
[
|
||||
{
|
||||
"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
|
||||
}
|
||||
]
|
||||
|
|
@ -0,0 +1,80 @@
|
|||
[
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
@ -0,0 +1,80 @@
|
|||
[
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
@ -0,0 +1,26 @@
|
|||
[
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
|
|
@ -0,0 +1,26 @@
|
|||
[
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
26
examples/pipelines/puzzle_configs/korLogicDynamicLogic_test.json
Executable file
26
examples/pipelines/puzzle_configs/korLogicDynamicLogic_test.json
Executable file
|
|
@ -0,0 +1,26 @@
|
|||
[
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
26
examples/pipelines/puzzle_configs/korLogicDynamicLogic_train.json
Executable file
26
examples/pipelines/puzzle_configs/korLogicDynamicLogic_train.json
Executable file
|
|
@ -0,0 +1,26 @@
|
|||
[
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
|
|
@ -0,0 +1,110 @@
|
|||
[
|
||||
{
|
||||
"class_names": [
|
||||
"编程语言",
|
||||
"操作系统",
|
||||
"软件工具",
|
||||
"开发框架",
|
||||
"数据库",
|
||||
"网络协议",
|
||||
"安全工具",
|
||||
"版本控制"
|
||||
],
|
||||
"properties": [
|
||||
"开源",
|
||||
"跨平台",
|
||||
"高效",
|
||||
"易学",
|
||||
"安全性高",
|
||||
"支持分布式",
|
||||
"自动化",
|
||||
"社区活跃"
|
||||
],
|
||||
"type_prob": 0.3,
|
||||
"question_types": {
|
||||
"choice": 0.8,
|
||||
"symbolic": 0.2
|
||||
}
|
||||
},
|
||||
{
|
||||
"class_names": [
|
||||
"植物",
|
||||
"树木",
|
||||
"花卉",
|
||||
"蔬菜",
|
||||
"水果",
|
||||
"草本",
|
||||
"灌木",
|
||||
"藤本"
|
||||
],
|
||||
"properties": [
|
||||
"绿色",
|
||||
"开花",
|
||||
"结果",
|
||||
"需要阳光",
|
||||
"需要水",
|
||||
"多年生",
|
||||
"叶绿体",
|
||||
"木质茎"
|
||||
],
|
||||
"type_prob": 0.7,
|
||||
"question_types": {
|
||||
"choice": 0.4,
|
||||
"symbolic": 0.6
|
||||
}
|
||||
},
|
||||
{
|
||||
"class_names": [
|
||||
"汽车",
|
||||
"飞机",
|
||||
"船只",
|
||||
"自行车",
|
||||
"摩托车",
|
||||
"火车",
|
||||
"卡车",
|
||||
"卫星"
|
||||
],
|
||||
"properties": [
|
||||
"速度快",
|
||||
"有轮子",
|
||||
"载人",
|
||||
"金属材质",
|
||||
"需要燃料",
|
||||
"空气动力学设计",
|
||||
"可行驶",
|
||||
"需要驾驶证"
|
||||
],
|
||||
"type_prob": 0.4,
|
||||
"question_types": {
|
||||
"choice": 0.7,
|
||||
"symbolic": 0.3
|
||||
}
|
||||
},
|
||||
{
|
||||
"class_names": [
|
||||
"音乐类型",
|
||||
"电影类型",
|
||||
"书籍类型",
|
||||
"游戏类型",
|
||||
"运动类型",
|
||||
"艺术类型",
|
||||
"舞蹈类型",
|
||||
"戏剧类型"
|
||||
],
|
||||
"properties": [
|
||||
"节奏感强",
|
||||
"叙事性强",
|
||||
"互动性高",
|
||||
"团队合作",
|
||||
"视觉艺术",
|
||||
"表演艺术",
|
||||
"情感表达",
|
||||
"竞争性"
|
||||
],
|
||||
"type_prob": 0.5,
|
||||
"question_types": {
|
||||
"choice": 0.6,
|
||||
"symbolic": 0.4
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
@ -0,0 +1,110 @@
|
|||
[
|
||||
{
|
||||
"class_names": [
|
||||
"编程语言",
|
||||
"操作系统",
|
||||
"软件工具",
|
||||
"开发框架",
|
||||
"数据库",
|
||||
"网络协议",
|
||||
"安全工具",
|
||||
"版本控制"
|
||||
],
|
||||
"properties": [
|
||||
"开源",
|
||||
"跨平台",
|
||||
"高效",
|
||||
"易学",
|
||||
"安全性高",
|
||||
"支持分布式",
|
||||
"自动化",
|
||||
"社区活跃"
|
||||
],
|
||||
"type_prob": 0.3,
|
||||
"question_types": {
|
||||
"choice": 0.8,
|
||||
"symbolic": 0.2
|
||||
}
|
||||
},
|
||||
{
|
||||
"class_names": [
|
||||
"植物",
|
||||
"树木",
|
||||
"花卉",
|
||||
"蔬菜",
|
||||
"水果",
|
||||
"草本",
|
||||
"灌木",
|
||||
"藤本"
|
||||
],
|
||||
"properties": [
|
||||
"绿色",
|
||||
"开花",
|
||||
"结果",
|
||||
"需要阳光",
|
||||
"需要水",
|
||||
"多年生",
|
||||
"叶绿体",
|
||||
"木质茎"
|
||||
],
|
||||
"type_prob": 0.7,
|
||||
"question_types": {
|
||||
"choice": 0.4,
|
||||
"symbolic": 0.6
|
||||
}
|
||||
},
|
||||
{
|
||||
"class_names": [
|
||||
"汽车",
|
||||
"飞机",
|
||||
"船只",
|
||||
"自行车",
|
||||
"摩托车",
|
||||
"火车",
|
||||
"卡车",
|
||||
"卫星"
|
||||
],
|
||||
"properties": [
|
||||
"速度快",
|
||||
"有轮子",
|
||||
"载人",
|
||||
"金属材质",
|
||||
"需要燃料",
|
||||
"空气动力学设计",
|
||||
"可行驶",
|
||||
"需要驾驶证"
|
||||
],
|
||||
"type_prob": 0.4,
|
||||
"question_types": {
|
||||
"choice": 0.7,
|
||||
"symbolic": 0.3
|
||||
}
|
||||
},
|
||||
{
|
||||
"class_names": [
|
||||
"音乐类型",
|
||||
"电影类型",
|
||||
"书籍类型",
|
||||
"游戏类型",
|
||||
"运动类型",
|
||||
"艺术类型",
|
||||
"舞蹈类型",
|
||||
"戏剧类型"
|
||||
],
|
||||
"properties": [
|
||||
"节奏感强",
|
||||
"叙事性强",
|
||||
"互动性高",
|
||||
"团队合作",
|
||||
"视觉艺术",
|
||||
"表演艺术",
|
||||
"情感表达",
|
||||
"竞争性"
|
||||
],
|
||||
"type_prob": 0.5,
|
||||
"question_types": {
|
||||
"choice": 0.6,
|
||||
"symbolic": 0.4
|
||||
}
|
||||
}
|
||||
]
|
||||
76
examples/pipelines/puzzle_configs/korLogicEpistemicLogic_test.json
Executable file
76
examples/pipelines/puzzle_configs/korLogicEpistemicLogic_test.json
Executable file
|
|
@ -0,0 +1,76 @@
|
|||
[
|
||||
{
|
||||
"names": [
|
||||
"Alice",
|
||||
"Bob",
|
||||
"Charlie",
|
||||
"Eve",
|
||||
"Dave"
|
||||
],
|
||||
"propositions": [
|
||||
"太阳从东方升起",
|
||||
"2+2=4",
|
||||
"图书馆今天开放",
|
||||
"氧气是无色的",
|
||||
"水在0℃结冰"
|
||||
],
|
||||
"groups": [
|
||||
"Friends",
|
||||
"Colleagues",
|
||||
"Students"
|
||||
]
|
||||
},
|
||||
{
|
||||
"names": [
|
||||
"Alice",
|
||||
"Bob",
|
||||
"Charlie"
|
||||
],
|
||||
"propositions": [
|
||||
"太阳从东方升起",
|
||||
"2+2=4",
|
||||
"图书馆今天开放"
|
||||
],
|
||||
"groups": [
|
||||
"G",
|
||||
"GroupA",
|
||||
"GroupB"
|
||||
]
|
||||
},
|
||||
{
|
||||
"names": [
|
||||
"Alice",
|
||||
"Bob",
|
||||
"Charlie"
|
||||
],
|
||||
"propositions": [
|
||||
"水在100℃沸腾",
|
||||
"地球围绕太阳转",
|
||||
"图书馆今天关闭"
|
||||
],
|
||||
"groups": [
|
||||
"GroupX",
|
||||
"GroupY",
|
||||
"GroupZ"
|
||||
]
|
||||
},
|
||||
{
|
||||
"names": [
|
||||
"Alice",
|
||||
"Bob",
|
||||
"Charlie",
|
||||
"Eve"
|
||||
],
|
||||
"propositions": [
|
||||
"太阳从东方升起",
|
||||
"2+2=4",
|
||||
"图书馆今天开放",
|
||||
"氧气是无色的"
|
||||
],
|
||||
"groups": [
|
||||
"Team1",
|
||||
"Team2",
|
||||
"Team3"
|
||||
]
|
||||
}
|
||||
]
|
||||
76
examples/pipelines/puzzle_configs/korLogicEpistemicLogic_train.json
Executable file
76
examples/pipelines/puzzle_configs/korLogicEpistemicLogic_train.json
Executable file
|
|
@ -0,0 +1,76 @@
|
|||
[
|
||||
{
|
||||
"names": [
|
||||
"Alice",
|
||||
"Bob",
|
||||
"Charlie",
|
||||
"Eve",
|
||||
"Dave"
|
||||
],
|
||||
"propositions": [
|
||||
"太阳从东方升起",
|
||||
"2+2=4",
|
||||
"图书馆今天开放",
|
||||
"氧气是无色的",
|
||||
"水在0℃结冰"
|
||||
],
|
||||
"groups": [
|
||||
"Friends",
|
||||
"Colleagues",
|
||||
"Students"
|
||||
]
|
||||
},
|
||||
{
|
||||
"names": [
|
||||
"Alice",
|
||||
"Bob",
|
||||
"Charlie"
|
||||
],
|
||||
"propositions": [
|
||||
"太阳从东方升起",
|
||||
"2+2=4",
|
||||
"图书馆今天开放"
|
||||
],
|
||||
"groups": [
|
||||
"G",
|
||||
"GroupA",
|
||||
"GroupB"
|
||||
]
|
||||
},
|
||||
{
|
||||
"names": [
|
||||
"Alice",
|
||||
"Bob",
|
||||
"Charlie"
|
||||
],
|
||||
"propositions": [
|
||||
"水在100℃沸腾",
|
||||
"地球围绕太阳转",
|
||||
"图书馆今天关闭"
|
||||
],
|
||||
"groups": [
|
||||
"GroupX",
|
||||
"GroupY",
|
||||
"GroupZ"
|
||||
]
|
||||
},
|
||||
{
|
||||
"names": [
|
||||
"Alice",
|
||||
"Bob",
|
||||
"Charlie",
|
||||
"Eve"
|
||||
],
|
||||
"propositions": [
|
||||
"太阳从东方升起",
|
||||
"2+2=4",
|
||||
"图书馆今天开放",
|
||||
"氧气是无色的"
|
||||
],
|
||||
"groups": [
|
||||
"Team1",
|
||||
"Team2",
|
||||
"Team3"
|
||||
]
|
||||
}
|
||||
]
|
||||
54
examples/pipelines/puzzle_configs/korLogicEquivalenceCalculus_test.json
Executable file
54
examples/pipelines/puzzle_configs/korLogicEquivalenceCalculus_test.json
Executable file
|
|
@ -0,0 +1,54 @@
|
|||
[
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
]
|
||||
54
examples/pipelines/puzzle_configs/korLogicEquivalenceCalculus_train.json
Executable file
54
examples/pipelines/puzzle_configs/korLogicEquivalenceCalculus_train.json
Executable file
|
|
@ -0,0 +1,54 @@
|
|||
[
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
]
|
||||
20
examples/pipelines/puzzle_configs/korLogicFigureOfTheSyllogism_test.json
Executable file
20
examples/pipelines/puzzle_configs/korLogicFigureOfTheSyllogism_test.json
Executable file
|
|
@ -0,0 +1,20 @@
|
|||
[
|
||||
{
|
||||
"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
|
||||
}
|
||||
]
|
||||
20
examples/pipelines/puzzle_configs/korLogicFigureOfTheSyllogism_train.json
Executable file
20
examples/pipelines/puzzle_configs/korLogicFigureOfTheSyllogism_train.json
Executable file
|
|
@ -0,0 +1,20 @@
|
|||
[
|
||||
{
|
||||
"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
|
||||
}
|
||||
]
|
||||
40
examples/pipelines/puzzle_configs/korLogicFormalFallacies_test.json
Executable file
40
examples/pipelines/puzzle_configs/korLogicFormalFallacies_test.json
Executable file
|
|
@ -0,0 +1,40 @@
|
|||
[
|
||||
{
|
||||
"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
|
||||
}
|
||||
]
|
||||
40
examples/pipelines/puzzle_configs/korLogicFormalFallacies_train.json
Executable file
40
examples/pipelines/puzzle_configs/korLogicFormalFallacies_train.json
Executable file
|
|
@ -0,0 +1,40 @@
|
|||
[
|
||||
{
|
||||
"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
|
||||
}
|
||||
]
|
||||
65
examples/pipelines/puzzle_configs/korLogicInductionParadox_test.json
Executable file
65
examples/pipelines/puzzle_configs/korLogicInductionParadox_test.json
Executable file
|
|
@ -0,0 +1,65 @@
|
|||
[
|
||||
{
|
||||
"example_pool": [
|
||||
{
|
||||
"phenomenon": "桥梁在特定天气结构变形",
|
||||
"hypotheses": [
|
||||
"温度膨胀假说",
|
||||
"湿度膨胀假说"
|
||||
],
|
||||
"contradiction": "温度与湿度变化无法同时发生",
|
||||
"correct_answer": "A"
|
||||
},
|
||||
{
|
||||
"phenomenon": "股票价格在特定经济指标发布时上涨",
|
||||
"hypotheses": [
|
||||
"利率变化假说",
|
||||
"通货膨胀假说"
|
||||
],
|
||||
"contradiction": "利率与通货膨胀无法同时变化",
|
||||
"correct_answer": "A"
|
||||
}
|
||||
],
|
||||
"symbolic_templates": [
|
||||
"{p} ∧ ({q1} ∨ {q2}) → ⊥",
|
||||
"∀x(R(x) → B(x)) ∧ ∃x(¬B(x) ∧ ¬R(x))",
|
||||
"{p} ⇒ ({h1} ∧ {h2}), 其中{h1}与{h2}矛盾"
|
||||
]
|
||||
},
|
||||
{
|
||||
"example_pool": [
|
||||
{
|
||||
"phenomenon": "计算机程序在特定条件下崩溃",
|
||||
"hypotheses": [
|
||||
"内存泄漏假说",
|
||||
"CPU过载假说"
|
||||
],
|
||||
"contradiction": "内存泄漏与CPU过载无法同时发生",
|
||||
"correct_answer": "A"
|
||||
},
|
||||
{
|
||||
"phenomenon": "鸟类在特定季节迁徙",
|
||||
"hypotheses": [
|
||||
"日照时间假说",
|
||||
"食物供应假说"
|
||||
],
|
||||
"contradiction": "日照时间与食物供应变化无法同时满足",
|
||||
"correct_answer": "A"
|
||||
},
|
||||
{
|
||||
"phenomenon": "化学反应在特定温度下发生",
|
||||
"hypotheses": [
|
||||
"催化剂假说",
|
||||
"压力变化假说"
|
||||
],
|
||||
"contradiction": "催化剂与压力变化无法同时作用",
|
||||
"correct_answer": "A"
|
||||
}
|
||||
],
|
||||
"symbolic_templates": [
|
||||
"({q1} ∧ {q2}) → ⊥",
|
||||
"∀x(R(x) → B(x)) ∧ ∀x(¬B(x)→¬R(x))",
|
||||
"{p} ⇒ ({h1} ∨ {h2} ∨ {h3}), 其中{h1}、{h2}、{h3}两两矛盾"
|
||||
]
|
||||
}
|
||||
]
|
||||
65
examples/pipelines/puzzle_configs/korLogicInductionParadox_train.json
Executable file
65
examples/pipelines/puzzle_configs/korLogicInductionParadox_train.json
Executable file
|
|
@ -0,0 +1,65 @@
|
|||
[
|
||||
{
|
||||
"example_pool": [
|
||||
{
|
||||
"phenomenon": "桥梁在特定天气结构变形",
|
||||
"hypotheses": [
|
||||
"温度膨胀假说",
|
||||
"湿度膨胀假说"
|
||||
],
|
||||
"contradiction": "温度与湿度变化无法同时发生",
|
||||
"correct_answer": "A"
|
||||
},
|
||||
{
|
||||
"phenomenon": "股票价格在特定经济指标发布时上涨",
|
||||
"hypotheses": [
|
||||
"利率变化假说",
|
||||
"通货膨胀假说"
|
||||
],
|
||||
"contradiction": "利率与通货膨胀无法同时变化",
|
||||
"correct_answer": "A"
|
||||
}
|
||||
],
|
||||
"symbolic_templates": [
|
||||
"{p} ∧ ({q1} ∨ {q2}) → ⊥",
|
||||
"∀x(R(x) → B(x)) ∧ ∃x(¬B(x) ∧ ¬R(x))",
|
||||
"{p} ⇒ ({h1} ∧ {h2}), 其中{h1}与{h2}矛盾"
|
||||
]
|
||||
},
|
||||
{
|
||||
"example_pool": [
|
||||
{
|
||||
"phenomenon": "计算机程序在特定条件下崩溃",
|
||||
"hypotheses": [
|
||||
"内存泄漏假说",
|
||||
"CPU过载假说"
|
||||
],
|
||||
"contradiction": "内存泄漏与CPU过载无法同时发生",
|
||||
"correct_answer": "A"
|
||||
},
|
||||
{
|
||||
"phenomenon": "鸟类在特定季节迁徙",
|
||||
"hypotheses": [
|
||||
"日照时间假说",
|
||||
"食物供应假说"
|
||||
],
|
||||
"contradiction": "日照时间与食物供应变化无法同时满足",
|
||||
"correct_answer": "A"
|
||||
},
|
||||
{
|
||||
"phenomenon": "化学反应在特定温度下发生",
|
||||
"hypotheses": [
|
||||
"催化剂假说",
|
||||
"压力变化假说"
|
||||
],
|
||||
"contradiction": "催化剂与压力变化无法同时作用",
|
||||
"correct_answer": "A"
|
||||
}
|
||||
],
|
||||
"symbolic_templates": [
|
||||
"({q1} ∧ {q2}) → ⊥",
|
||||
"∀x(R(x) → B(x)) ∧ ∀x(¬B(x)→¬R(x))",
|
||||
"{p} ⇒ ({h1} ∨ {h2} ∨ {h3}), 其中{h1}、{h2}、{h3}两两矛盾"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
[
|
||||
{
|
||||
"random_seed": 789
|
||||
},
|
||||
{
|
||||
"random_seed": 0
|
||||
},
|
||||
{
|
||||
"random_seed": 456
|
||||
},
|
||||
{
|
||||
"random_seed": 123
|
||||
}
|
||||
]
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
[
|
||||
{
|
||||
"random_seed": 789
|
||||
},
|
||||
{
|
||||
"random_seed": 0
|
||||
},
|
||||
{
|
||||
"random_seed": 456
|
||||
},
|
||||
{
|
||||
"random_seed": 123
|
||||
}
|
||||
]
|
||||
|
|
@ -0,0 +1,26 @@
|
|||
[
|
||||
{
|
||||
"num_problems": 4,
|
||||
"max_quantifiers": 4
|
||||
},
|
||||
{
|
||||
"num_problems": 5,
|
||||
"max_quantifiers": 4
|
||||
},
|
||||
{
|
||||
"num_problems": 2,
|
||||
"max_quantifiers": 4
|
||||
},
|
||||
{
|
||||
"num_problems": 5,
|
||||
"max_quantifiers": 3
|
||||
},
|
||||
{
|
||||
"num_problems": 4,
|
||||
"max_quantifiers": 3
|
||||
},
|
||||
{
|
||||
"num_problems": 2,
|
||||
"max_quantifiers": 3
|
||||
}
|
||||
]
|
||||
|
|
@ -0,0 +1,26 @@
|
|||
[
|
||||
{
|
||||
"num_problems": 4,
|
||||
"max_quantifiers": 4
|
||||
},
|
||||
{
|
||||
"num_problems": 5,
|
||||
"max_quantifiers": 4
|
||||
},
|
||||
{
|
||||
"num_problems": 2,
|
||||
"max_quantifiers": 4
|
||||
},
|
||||
{
|
||||
"num_problems": 5,
|
||||
"max_quantifiers": 3
|
||||
},
|
||||
{
|
||||
"num_problems": 4,
|
||||
"max_quantifiers": 3
|
||||
},
|
||||
{
|
||||
"num_problems": 2,
|
||||
"max_quantifiers": 3
|
||||
}
|
||||
]
|
||||
|
|
@ -0,0 +1,74 @@
|
|||
[
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
@ -0,0 +1,74 @@
|
|||
[
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
@ -0,0 +1,44 @@
|
|||
[
|
||||
{
|
||||
"problem_type": "symbolize",
|
||||
"num_propositions": 3,
|
||||
"max_questions": 3,
|
||||
"allowed_connectives": [
|
||||
"&",
|
||||
"||",
|
||||
"~"
|
||||
]
|
||||
},
|
||||
{
|
||||
"problem_type": "symbolize",
|
||||
"num_propositions": 3,
|
||||
"max_questions": 4,
|
||||
"allowed_connectives": [
|
||||
"&",
|
||||
"=>",
|
||||
"~"
|
||||
]
|
||||
},
|
||||
{
|
||||
"problem_type": "symbolize",
|
||||
"num_propositions": 4,
|
||||
"max_questions": 3,
|
||||
"allowed_connectives": [
|
||||
"&",
|
||||
"||",
|
||||
"~",
|
||||
"=>",
|
||||
"="
|
||||
]
|
||||
},
|
||||
{
|
||||
"problem_type": "symbolize",
|
||||
"num_propositions": 2,
|
||||
"max_questions": 5,
|
||||
"allowed_connectives": [
|
||||
"&",
|
||||
"||",
|
||||
"~"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
@ -0,0 +1,44 @@
|
|||
[
|
||||
{
|
||||
"problem_type": "symbolize",
|
||||
"num_propositions": 3,
|
||||
"max_questions": 3,
|
||||
"allowed_connectives": [
|
||||
"&",
|
||||
"||",
|
||||
"~"
|
||||
]
|
||||
},
|
||||
{
|
||||
"problem_type": "symbolize",
|
||||
"num_propositions": 3,
|
||||
"max_questions": 4,
|
||||
"allowed_connectives": [
|
||||
"&",
|
||||
"=>",
|
||||
"~"
|
||||
]
|
||||
},
|
||||
{
|
||||
"problem_type": "symbolize",
|
||||
"num_propositions": 4,
|
||||
"max_questions": 3,
|
||||
"allowed_connectives": [
|
||||
"&",
|
||||
"||",
|
||||
"~",
|
||||
"=>",
|
||||
"="
|
||||
]
|
||||
},
|
||||
{
|
||||
"problem_type": "symbolize",
|
||||
"num_propositions": 2,
|
||||
"max_questions": 5,
|
||||
"allowed_connectives": [
|
||||
"&",
|
||||
"||",
|
||||
"~"
|
||||
]
|
||||
}
|
||||
]
|
||||
40
examples/pipelines/puzzle_configs/korLogicResolution_test.json
Executable file
40
examples/pipelines/puzzle_configs/korLogicResolution_test.json
Executable file
|
|
@ -0,0 +1,40 @@
|
|||
[
|
||||
{
|
||||
"vars": [
|
||||
"x",
|
||||
"y",
|
||||
"z",
|
||||
"w",
|
||||
"u"
|
||||
],
|
||||
"max_clause_length": 4,
|
||||
"problem_types": [
|
||||
"algorithm_output"
|
||||
]
|
||||
},
|
||||
{
|
||||
"vars": [
|
||||
"a",
|
||||
"b",
|
||||
"c"
|
||||
],
|
||||
"max_clause_length": 2,
|
||||
"problem_types": [
|
||||
"can_resolve",
|
||||
"compute_dispel"
|
||||
]
|
||||
},
|
||||
{
|
||||
"vars": [
|
||||
"p",
|
||||
"q",
|
||||
"r"
|
||||
],
|
||||
"max_clause_length": 3,
|
||||
"problem_types": [
|
||||
"can_resolve",
|
||||
"algorithm_output"
|
||||
],
|
||||
"seed": 42
|
||||
}
|
||||
]
|
||||
40
examples/pipelines/puzzle_configs/korLogicResolution_train.json
Executable file
40
examples/pipelines/puzzle_configs/korLogicResolution_train.json
Executable file
|
|
@ -0,0 +1,40 @@
|
|||
[
|
||||
{
|
||||
"vars": [
|
||||
"x",
|
||||
"y",
|
||||
"z",
|
||||
"w",
|
||||
"u"
|
||||
],
|
||||
"max_clause_length": 4,
|
||||
"problem_types": [
|
||||
"algorithm_output"
|
||||
]
|
||||
},
|
||||
{
|
||||
"vars": [
|
||||
"a",
|
||||
"b",
|
||||
"c"
|
||||
],
|
||||
"max_clause_length": 2,
|
||||
"problem_types": [
|
||||
"can_resolve",
|
||||
"compute_dispel"
|
||||
]
|
||||
},
|
||||
{
|
||||
"vars": [
|
||||
"p",
|
||||
"q",
|
||||
"r"
|
||||
],
|
||||
"max_clause_length": 3,
|
||||
"problem_types": [
|
||||
"can_resolve",
|
||||
"algorithm_output"
|
||||
],
|
||||
"seed": 42
|
||||
}
|
||||
]
|
||||
26
examples/pipelines/puzzle_configs/korLogicSpeechActs_test.json
Executable file
26
examples/pipelines/puzzle_configs/korLogicSpeechActs_test.json
Executable file
|
|
@ -0,0 +1,26 @@
|
|||
[
|
||||
{
|
||||
"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
|
||||
}
|
||||
]
|
||||
26
examples/pipelines/puzzle_configs/korLogicSpeechActs_train.json
Executable file
26
examples/pipelines/puzzle_configs/korLogicSpeechActs_train.json
Executable file
|
|
@ -0,0 +1,26 @@
|
|||
[
|
||||
{
|
||||
"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
|
||||
}
|
||||
]
|
||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue