update to tech report version (#10)

* feat(run_eval): add checkpoint resume functionality and update example documentation;
- update new bootcamp benchmark dataset

* refactor(data_pipeline): optimize data generation pipeline; add multiple preset configurations for data generation

* docs: update bootcamp list and add new scripts

- Update Fulllist_InternBootcamp.md with new bootcamps and categories
- Add new scripts to .gitignore:
  - examples/pipelines/filter_autogen_configs.py
  - examples/pipelines/quickgen_data_configs_from_eval_meta.py
- Update dependencies in setup.py:
  - Add scipy and scikit-learn

* refactor(internbootcamp): update bootcamp modules and improve error handling

- Update import statements in __init__.py files
- Add timestamp to target directory name in verl_data_preprocess.py
- Improve error handling and scoring logic in bootcamp_judger.py
- Remove unnecessary comments and update puzzle descriptions in multiple files
This commit is contained in:
Yongkang Chen 2025-08-28 12:39:47 +08:00 committed by GitHub
parent 125a7818e0
commit a8249acc18
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2952 changed files with 105460 additions and 17649 deletions

View file

@ -0,0 +1,100 @@
{"data_source": "KorPuzzle24Points", "prompt": "You are a 24-point puzzle solver. Using these numbers exactly once: 8, 10, 12, 13,\ncombine them with +, -, ×, ÷ and parentheses to make 24.\n\nRules:\n1. Use each number exactly once\n2. Standard order of operations applies\n3. Final result must be exactly 24\n\nExamples:\n8 2 8 2 -> 8 × (2 + 2) - 8\n\nPut your final expression within double square brackets. Example: [[(a × b) + (c ÷ d)]]", "ground_truth": {"numbers": [8, 10, 12, 13]}}
{"data_source": "KorPuzzle24Points", "prompt": "You are a 24-point puzzle solver. Using these numbers exactly once: 7, 9, 10, 15,\ncombine them with +, -, ×, ÷ and parentheses to make 24.\n\nRules:\n1. Use each number exactly once\n2. Standard order of operations applies\n3. Final result must be exactly 24\n\nExamples:\n9 5 2 7 -> (9 - 5) × (7 - 2)\n\nPut your final expression within double square brackets. Example: [[(a × b) + (c ÷ d)]]", "ground_truth": {"numbers": [7, 9, 10, 15]}}
{"data_source": "KorPuzzle24Points", "prompt": "You are a 24-point puzzle solver. Using these numbers exactly once: 3, 4, 8, 10,\ncombine them with +, -, ×, ÷ and parentheses to make 24.\n\nRules:\n1. Use each number exactly once\n2. Standard order of operations applies\n3. Final result must be exactly 24\n\nExamples:\n8 2 8 2 -> 8 × (2 + 2) - 8\n\nPut your final expression within double square brackets. Example: [[(a × b) + (c ÷ d)]]", "ground_truth": {"numbers": [3, 4, 8, 10]}}
{"data_source": "KorPuzzle24Points", "prompt": "You are a 24-point puzzle solver. Using these numbers exactly once: 9, 11, 12, 13,\ncombine them with +, -, ×, ÷ and parentheses to make 24.\n\nRules:\n1. Use each number exactly once\n2. Standard order of operations applies\n3. Final result must be exactly 24\n\nExamples:\n9 5 2 7 -> (9 - 5) × (7 - 2)\n\nPut your final expression within double square brackets. Example: [[(a × b) + (c ÷ d)]]", "ground_truth": {"numbers": [9, 11, 12, 13]}}
{"data_source": "KorPuzzle24Points", "prompt": "You are a 24-point puzzle solver. Using these numbers exactly once: 5, 6, 10, 11,\ncombine them with +, -, ×, ÷ and parentheses to make 24.\n\nRules:\n1. Use each number exactly once\n2. Standard order of operations applies\n3. Final result must be exactly 24\n\nExamples:\n8 2 8 2 -> 8 × (2 + 2) - 8\n\nPut your final expression within double square brackets. Example: [[(a × b) + (c ÷ d)]]", "ground_truth": {"numbers": [5, 6, 10, 11]}}
{"data_source": "KorPuzzle24Points", "prompt": "You are a 24-point puzzle solver. Using these numbers exactly once: 5, 6, 8, 10,\ncombine them with +, -, ×, ÷ and parentheses to make 24.\n\nRules:\n1. Use each number exactly once\n2. Standard order of operations applies\n3. Final result must be exactly 24\n\nExamples:\n8 2 8 2 -> 8 × (2 + 2) - 8\n\nPut your final expression within double square brackets. Example: [[(a × b) + (c ÷ d)]]", "ground_truth": {"numbers": [5, 6, 8, 10]}}
{"data_source": "KorPuzzle24Points", "prompt": "You are a 24-point puzzle solver. Using these numbers exactly once: 3, 6, 6, 9,\ncombine them with +, -, ×, ÷ and parentheses to make 24.\n\nRules:\n1. Use each number exactly once\n2. Standard order of operations applies\n3. Final result must be exactly 24\n\nExamples:\n9 5 2 7 -> (9 - 5) × (7 - 2)\n\nPut your final expression within double square brackets. Example: [[(a × b) + (c ÷ d)]]", "ground_truth": {"numbers": [3, 6, 6, 9]}}
{"data_source": "KorPuzzle24Points", "prompt": "You are a 24-point puzzle solver. Using these numbers exactly once: 2, 3, 7, 13,\ncombine them with +, -, ×, ÷ and parentheses to make 24.\n\nRules:\n1. Use each number exactly once\n2. Standard order of operations applies\n3. Final result must be exactly 24\n\nExamples:\n8 2 8 2 -> 8 × (2 + 2) - 8\n\nPut your final expression within double square brackets. Example: [[(a × b) + (c ÷ d)]]", "ground_truth": {"numbers": [2, 3, 7, 13]}}
{"data_source": "KorPuzzle24Points", "prompt": "You are a 24-point puzzle solver. Using these numbers exactly once: 8, 8, 9, 11,\ncombine them with +, -, ×, ÷ and parentheses to make 24.\n\nRules:\n1. Use each number exactly once\n2. Standard order of operations applies\n3. Final result must be exactly 24\n\nExamples:\n9 5 2 7 -> (9 - 5) × (7 - 2)\n\nPut your final expression within double square brackets. Example: [[(a × b) + (c ÷ d)]]", "ground_truth": {"numbers": [8, 8, 9, 11]}}
{"data_source": "KorPuzzle24Points", "prompt": "You are a 24-point puzzle solver. Using these numbers exactly once: 4, 6, 9, 12,\ncombine them with +, -, ×, ÷ and parentheses to make 24.\n\nRules:\n1. Use each number exactly once\n2. Standard order of operations applies\n3. Final result must be exactly 24\n\nExamples:\n9 5 2 7 -> (9 - 5) × (7 - 2)\n\nPut your final expression within double square brackets. Example: [[(a × b) + (c ÷ d)]]", "ground_truth": {"numbers": [4, 6, 9, 12]}}
{"data_source": "KorPuzzle24Points", "prompt": "You are a 24-point puzzle solver. Using these numbers exactly once: 3, 3, 5, 10,\ncombine them with +, -, ×, ÷ and parentheses to make 24.\n\nRules:\n1. Use each number exactly once\n2. Standard order of operations applies\n3. Final result must be exactly 24\n\nExamples:\n8 2 8 2 -> 8 × (2 + 2) - 8\n\nPut your final expression within double square brackets. Example: [[(a × b) + (c ÷ d)]]", "ground_truth": {"numbers": [3, 3, 5, 10]}}
{"data_source": "KorPuzzle24Points", "prompt": "You are a 24-point puzzle solver. Using these numbers exactly once: 2, 3, 4, 5,\ncombine them with +, -, ×, ÷ and parentheses to make 24.\n\nRules:\n1. Use each number exactly once\n2. Standard order of operations applies\n3. Final result must be exactly 24\n\nExamples:\n8 2 8 2 -> 8 × (2 + 2) - 8\n\nPut your final expression within double square brackets. Example: [[(a × b) + (c ÷ d)]]", "ground_truth": {"numbers": [2, 3, 4, 5]}}
{"data_source": "KorPuzzle24Points", "prompt": "You are a 24-point puzzle solver. Using these numbers exactly once: 7, 8, 9, 10,\ncombine them with +, -, ×, ÷ and parentheses to make 24.\n\nRules:\n1. Use each number exactly once\n2. Standard order of operations applies\n3. Final result must be exactly 24\n\nExamples:\n9 5 2 7 -> (9 - 5) × (7 - 2)\n\nPut your final expression within double square brackets. Example: [[(a × b) + (c ÷ d)]]", "ground_truth": {"numbers": [7, 8, 9, 10]}}
{"data_source": "KorPuzzle24Points", "prompt": "You are a 24-point puzzle solver. Using these numbers exactly once: 6, 10, 11, 14,\ncombine them with +, -, ×, ÷ and parentheses to make 24.\n\nRules:\n1. Use each number exactly once\n2. Standard order of operations applies\n3. Final result must be exactly 24\n\nExamples:\n8 2 8 2 -> 8 × (2 + 2) - 8\n\nPut your final expression within double square brackets. Example: [[(a × b) + (c ÷ d)]]", "ground_truth": {"numbers": [6, 10, 11, 14]}}
{"data_source": "KorPuzzle24Points", "prompt": "You are a 24-point puzzle solver. Using these numbers exactly once: 3, 4, 5, 7,\ncombine them with +, -, ×, ÷ and parentheses to make 24.\n\nRules:\n1. Use each number exactly once\n2. Standard order of operations applies\n3. Final result must be exactly 24\n\nExamples:\n8 2 8 2 -> 8 × (2 + 2) - 8\n\nPut your final expression within double square brackets. Example: [[(a × b) + (c ÷ d)]]", "ground_truth": {"numbers": [3, 4, 5, 7]}}
{"data_source": "KorPuzzle24Points", "prompt": "You are a 24-point puzzle solver. Using these numbers exactly once: 1, 1, 11, 13,\ncombine them with +, -, ×, ÷ and parentheses to make 24.\n\nRules:\n1. Use each number exactly once\n2. Standard order of operations applies\n3. Final result must be exactly 24\n\nExamples:\n8 2 8 2 -> 8 × (2 + 2) - 8\n\nPut your final expression within double square brackets. Example: [[(a × b) + (c ÷ d)]]", "ground_truth": {"numbers": [1, 1, 11, 13]}}
{"data_source": "KorPuzzle24Points", "prompt": "You are a 24-point puzzle solver. Using these numbers exactly once: 1, 3, 6, 13,\ncombine them with +, -, ×, ÷ and parentheses to make 24.\n\nRules:\n1. Use each number exactly once\n2. Standard order of operations applies\n3. Final result must be exactly 24\n\nExamples:\n8 2 8 2 -> 8 × (2 + 2) - 8\n\nPut your final expression within double square brackets. Example: [[(a × b) + (c ÷ d)]]", "ground_truth": {"numbers": [1, 3, 6, 13]}}
{"data_source": "KorPuzzle24Points", "prompt": "You are a 24-point puzzle solver. Using these numbers exactly once: 2, 3, 4, 5,\ncombine them with +, -, ×, ÷ and parentheses to make 24.\n\nRules:\n1. Use each number exactly once\n2. Standard order of operations applies\n3. Final result must be exactly 24\n\nExamples:\n8 2 8 2 -> 8 × (2 + 2) - 8\n\nPut your final expression within double square brackets. Example: [[(a × b) + (c ÷ d)]]", "ground_truth": {"numbers": [2, 3, 4, 5]}}
{"data_source": "KorPuzzle24Points", "prompt": "You are a 24-point puzzle solver. Using these numbers exactly once: 6, 9, 10, 12,\ncombine them with +, -, ×, ÷ and parentheses to make 24.\n\nRules:\n1. Use each number exactly once\n2. Standard order of operations applies\n3. Final result must be exactly 24\n\nExamples:\n9 5 2 7 -> (9 - 5) × (7 - 2)\n\nPut your final expression within double square brackets. Example: [[(a × b) + (c ÷ d)]]", "ground_truth": {"numbers": [6, 9, 10, 12]}}
{"data_source": "KorPuzzle24Points", "prompt": "You are a 24-point puzzle solver. Using these numbers exactly once: 5, 6, 14, 14,\ncombine them with +, -, ×, ÷ and parentheses to make 24.\n\nRules:\n1. Use each number exactly once\n2. Standard order of operations applies\n3. Final result must be exactly 24\n\nExamples:\n8 2 8 2 -> 8 × (2 + 2) - 8\n\nPut your final expression within double square brackets. Example: [[(a × b) + (c ÷ d)]]", "ground_truth": {"numbers": [5, 6, 14, 14]}}
{"data_source": "KorPuzzle24Points", "prompt": "You are a 24-point puzzle solver. Using these numbers exactly once: 2, 3, 4, 5,\ncombine them with +, -, ×, ÷ and parentheses to make 24.\n\nRules:\n1. Use each number exactly once\n2. Standard order of operations applies\n3. Final result must be exactly 24\n\nExamples:\n8 2 8 2 -> 8 × (2 + 2) - 8\n\nPut your final expression within double square brackets. Example: [[(a × b) + (c ÷ d)]]", "ground_truth": {"numbers": [2, 3, 4, 5]}}
{"data_source": "KorPuzzle24Points", "prompt": "You are a 24-point puzzle solver. Using these numbers exactly once: 2, 3, 4, 5,\ncombine them with +, -, ×, ÷ and parentheses to make 24.\n\nRules:\n1. Use each number exactly once\n2. Standard order of operations applies\n3. Final result must be exactly 24\n\nExamples:\n8 2 8 2 -> 8 × (2 + 2) - 8\n\nPut your final expression within double square brackets. Example: [[(a × b) + (c ÷ d)]]", "ground_truth": {"numbers": [2, 3, 4, 5]}}
{"data_source": "KorPuzzle24Points", "prompt": "You are a 24-point puzzle solver. Using these numbers exactly once: 5, 6, 8, 10,\ncombine them with +, -, ×, ÷ and parentheses to make 24.\n\nRules:\n1. Use each number exactly once\n2. Standard order of operations applies\n3. Final result must be exactly 24\n\nExamples:\n8 2 8 2 -> 8 × (2 + 2) - 8\n\nPut your final expression within double square brackets. Example: [[(a × b) + (c ÷ d)]]", "ground_truth": {"numbers": [5, 6, 8, 10]}}
{"data_source": "KorPuzzle24Points", "prompt": "You are a 24-point puzzle solver. Using these numbers exactly once: 6, 9, 13, 14,\ncombine them with +, -, ×, ÷ and parentheses to make 24.\n\nRules:\n1. Use each number exactly once\n2. Standard order of operations applies\n3. Final result must be exactly 24\n\nExamples:\n9 5 2 7 -> (9 - 5) × (7 - 2)\n\nPut your final expression within double square brackets. Example: [[(a × b) + (c ÷ d)]]", "ground_truth": {"numbers": [6, 9, 13, 14]}}
{"data_source": "KorPuzzle24Points", "prompt": "You are a 24-point puzzle solver. Using these numbers exactly once: 6, 9, 11, 12,\ncombine them with +, -, ×, ÷ and parentheses to make 24.\n\nRules:\n1. Use each number exactly once\n2. Standard order of operations applies\n3. Final result must be exactly 24\n\nExamples:\n9 5 2 7 -> (9 - 5) × (7 - 2)\n\nPut your final expression within double square brackets. Example: [[(a × b) + (c ÷ d)]]", "ground_truth": {"numbers": [6, 9, 11, 12]}}
{"data_source": "KorPuzzle24Points", "prompt": "You are a 24-point puzzle solver. Using these numbers exactly once: 4, 5, 6, 11,\ncombine them with +, -, ×, ÷ and parentheses to make 24.\n\nRules:\n1. Use each number exactly once\n2. Standard order of operations applies\n3. Final result must be exactly 24\n\nExamples:\n8 2 8 2 -> 8 × (2 + 2) - 8\n\nPut your final expression within double square brackets. Example: [[(a × b) + (c ÷ d)]]", "ground_truth": {"numbers": [4, 5, 6, 11]}}
{"data_source": "KorPuzzle24Points", "prompt": "You are a 24-point puzzle solver. Using these numbers exactly once: 2, 6, 9, 10,\ncombine them with +, -, ×, ÷ and parentheses to make 24.\n\nRules:\n1. Use each number exactly once\n2. Standard order of operations applies\n3. Final result must be exactly 24\n\nExamples:\n9 5 2 7 -> (9 - 5) × (7 - 2)\n\nPut your final expression within double square brackets. Example: [[(a × b) + (c ÷ d)]]", "ground_truth": {"numbers": [2, 6, 9, 10]}}
{"data_source": "KorPuzzle24Points", "prompt": "You are a 24-point puzzle solver. Using these numbers exactly once: 5, 7, 9, 12,\ncombine them with +, -, ×, ÷ and parentheses to make 24.\n\nRules:\n1. Use each number exactly once\n2. Standard order of operations applies\n3. Final result must be exactly 24\n\nExamples:\n9 5 2 7 -> (9 - 5) × (7 - 2)\n\nPut your final expression within double square brackets. Example: [[(a × b) + (c ÷ d)]]", "ground_truth": {"numbers": [5, 7, 9, 12]}}
{"data_source": "KorPuzzle24Points", "prompt": "You are a 24-point puzzle solver. Using these numbers exactly once: 4, 5, 6, 10,\ncombine them with +, -, ×, ÷ and parentheses to make 24.\n\nRules:\n1. Use each number exactly once\n2. Standard order of operations applies\n3. Final result must be exactly 24\n\nExamples:\n8 2 8 2 -> 8 × (2 + 2) - 8\n\nPut your final expression within double square brackets. Example: [[(a × b) + (c ÷ d)]]", "ground_truth": {"numbers": [4, 5, 6, 10]}}
{"data_source": "KorPuzzle24Points", "prompt": "You are a 24-point puzzle solver. Using these numbers exactly once: 5, 8, 11, 12,\ncombine them with +, -, ×, ÷ and parentheses to make 24.\n\nRules:\n1. Use each number exactly once\n2. Standard order of operations applies\n3. Final result must be exactly 24\n\nExamples:\n8 2 8 2 -> 8 × (2 + 2) - 8\n\nPut your final expression within double square brackets. Example: [[(a × b) + (c ÷ d)]]", "ground_truth": {"numbers": [5, 8, 11, 12]}}
{"data_source": "KorPuzzle24Points", "prompt": "You are a 24-point puzzle solver. Using these numbers exactly once: 1, 2, 6, 10,\ncombine them with +, -, ×, ÷ and parentheses to make 24.\n\nRules:\n1. Use each number exactly once\n2. Standard order of operations applies\n3. Final result must be exactly 24\n\nExamples:\n8 2 8 2 -> 8 × (2 + 2) - 8\n\nPut your final expression within double square brackets. Example: [[(a × b) + (c ÷ d)]]", "ground_truth": {"numbers": [1, 2, 6, 10]}}
{"data_source": "KorPuzzle24Points", "prompt": "You are a 24-point puzzle solver. Using these numbers exactly once: 6, 7, 9, 15,\ncombine them with +, -, ×, ÷ and parentheses to make 24.\n\nRules:\n1. Use each number exactly once\n2. Standard order of operations applies\n3. Final result must be exactly 24\n\nExamples:\n9 5 2 7 -> (9 - 5) × (7 - 2)\n\nPut your final expression within double square brackets. Example: [[(a × b) + (c ÷ d)]]", "ground_truth": {"numbers": [6, 7, 9, 15]}}
{"data_source": "KorPuzzle24Points", "prompt": "You are a 24-point puzzle solver. Using these numbers exactly once: 1, 5, 6, 10,\ncombine them with +, -, ×, ÷ and parentheses to make 24.\n\nRules:\n1. Use each number exactly once\n2. Standard order of operations applies\n3. Final result must be exactly 24\n\nExamples:\n8 2 8 2 -> 8 × (2 + 2) - 8\n\nPut your final expression within double square brackets. Example: [[(a × b) + (c ÷ d)]]", "ground_truth": {"numbers": [1, 5, 6, 10]}}
{"data_source": "KorPuzzle24Points", "prompt": "You are a 24-point puzzle solver. Using these numbers exactly once: 7, 9, 10, 12,\ncombine them with +, -, ×, ÷ and parentheses to make 24.\n\nRules:\n1. Use each number exactly once\n2. Standard order of operations applies\n3. Final result must be exactly 24\n\nExamples:\n9 5 2 7 -> (9 - 5) × (7 - 2)\n\nPut your final expression within double square brackets. Example: [[(a × b) + (c ÷ d)]]", "ground_truth": {"numbers": [7, 9, 10, 12]}}
{"data_source": "KorPuzzle24Points", "prompt": "You are a 24-point puzzle solver. Using these numbers exactly once: 2, 3, 4, 5,\ncombine them with +, -, ×, ÷ and parentheses to make 24.\n\nRules:\n1. Use each number exactly once\n2. Standard order of operations applies\n3. Final result must be exactly 24\n\nExamples:\n8 2 8 2 -> 8 × (2 + 2) - 8\n\nPut your final expression within double square brackets. Example: [[(a × b) + (c ÷ d)]]", "ground_truth": {"numbers": [2, 3, 4, 5]}}
{"data_source": "KorPuzzle24Points", "prompt": "You are a 24-point puzzle solver. Using these numbers exactly once: 6, 7, 10, 12,\ncombine them with +, -, ×, ÷ and parentheses to make 24.\n\nRules:\n1. Use each number exactly once\n2. Standard order of operations applies\n3. Final result must be exactly 24\n\nExamples:\n8 2 8 2 -> 8 × (2 + 2) - 8\n\nPut your final expression within double square brackets. Example: [[(a × b) + (c ÷ d)]]", "ground_truth": {"numbers": [6, 7, 10, 12]}}
{"data_source": "KorPuzzle24Points", "prompt": "You are a 24-point puzzle solver. Using these numbers exactly once: 6, 8, 9, 11,\ncombine them with +, -, ×, ÷ and parentheses to make 24.\n\nRules:\n1. Use each number exactly once\n2. Standard order of operations applies\n3. Final result must be exactly 24\n\nExamples:\n9 5 2 7 -> (9 - 5) × (7 - 2)\n\nPut your final expression within double square brackets. Example: [[(a × b) + (c ÷ d)]]", "ground_truth": {"numbers": [6, 8, 9, 11]}}
{"data_source": "KorPuzzle24Points", "prompt": "You are a 24-point puzzle solver. Using these numbers exactly once: 6, 8, 13, 15,\ncombine them with +, -, ×, ÷ and parentheses to make 24.\n\nRules:\n1. Use each number exactly once\n2. Standard order of operations applies\n3. Final result must be exactly 24\n\nExamples:\n8 2 8 2 -> 8 × (2 + 2) - 8\n\nPut your final expression within double square brackets. Example: [[(a × b) + (c ÷ d)]]", "ground_truth": {"numbers": [6, 8, 13, 15]}}
{"data_source": "KorPuzzle24Points", "prompt": "You are a 24-point puzzle solver. Using these numbers exactly once: 5, 12, 14, 14,\ncombine them with +, -, ×, ÷ and parentheses to make 24.\n\nRules:\n1. Use each number exactly once\n2. Standard order of operations applies\n3. Final result must be exactly 24\n\nExamples:\n8 2 8 2 -> 8 × (2 + 2) - 8\n\nPut your final expression within double square brackets. Example: [[(a × b) + (c ÷ d)]]", "ground_truth": {"numbers": [5, 12, 14, 14]}}
{"data_source": "KorPuzzle24Points", "prompt": "You are a 24-point puzzle solver. Using these numbers exactly once: 10, 12, 13, 14,\ncombine them with +, -, ×, ÷ and parentheses to make 24.\n\nRules:\n1. Use each number exactly once\n2. Standard order of operations applies\n3. Final result must be exactly 24\n\nExamples:\n8 2 8 2 -> 8 × (2 + 2) - 8\n\nPut your final expression within double square brackets. Example: [[(a × b) + (c ÷ d)]]", "ground_truth": {"numbers": [10, 12, 13, 14]}}
{"data_source": "KorPuzzle24Points", "prompt": "You are a 24-point puzzle solver. Using these numbers exactly once: 3, 4, 5, 7,\ncombine them with +, -, ×, ÷ and parentheses to make 24.\n\nRules:\n1. Use each number exactly once\n2. Standard order of operations applies\n3. Final result must be exactly 24\n\nExamples:\n8 2 8 2 -> 8 × (2 + 2) - 8\n\nPut your final expression within double square brackets. Example: [[(a × b) + (c ÷ d)]]", "ground_truth": {"numbers": [3, 4, 5, 7]}}
{"data_source": "KorPuzzle24Points", "prompt": "You are a 24-point puzzle solver. Using these numbers exactly once: 5, 7, 8, 14,\ncombine them with +, -, ×, ÷ and parentheses to make 24.\n\nRules:\n1. Use each number exactly once\n2. Standard order of operations applies\n3. Final result must be exactly 24\n\nExamples:\n8 2 8 2 -> 8 × (2 + 2) - 8\n\nPut your final expression within double square brackets. Example: [[(a × b) + (c ÷ d)]]", "ground_truth": {"numbers": [5, 7, 8, 14]}}
{"data_source": "KorPuzzle24Points", "prompt": "You are a 24-point puzzle solver. Using these numbers exactly once: 2, 3, 4, 5,\ncombine them with +, -, ×, ÷ and parentheses to make 24.\n\nRules:\n1. Use each number exactly once\n2. Standard order of operations applies\n3. Final result must be exactly 24\n\nExamples:\n8 2 8 2 -> 8 × (2 + 2) - 8\n\nPut your final expression within double square brackets. Example: [[(a × b) + (c ÷ d)]]", "ground_truth": {"numbers": [2, 3, 4, 5]}}
{"data_source": "KorPuzzle24Points", "prompt": "You are a 24-point puzzle solver. Using these numbers exactly once: 6, 7, 11, 12,\ncombine them with +, -, ×, ÷ and parentheses to make 24.\n\nRules:\n1. Use each number exactly once\n2. Standard order of operations applies\n3. Final result must be exactly 24\n\nExamples:\n8 2 8 2 -> 8 × (2 + 2) - 8\n\nPut your final expression within double square brackets. Example: [[(a × b) + (c ÷ d)]]", "ground_truth": {"numbers": [6, 7, 11, 12]}}
{"data_source": "KorPuzzle24Points", "prompt": "You are a 24-point puzzle solver. Using these numbers exactly once: 2, 3, 4, 5,\ncombine them with +, -, ×, ÷ and parentheses to make 24.\n\nRules:\n1. Use each number exactly once\n2. Standard order of operations applies\n3. Final result must be exactly 24\n\nExamples:\n8 2 8 2 -> 8 × (2 + 2) - 8\n\nPut your final expression within double square brackets. Example: [[(a × b) + (c ÷ d)]]", "ground_truth": {"numbers": [2, 3, 4, 5]}}
{"data_source": "KorPuzzle24Points", "prompt": "You are a 24-point puzzle solver. Using these numbers exactly once: 1, 4, 5, 9,\ncombine them with +, -, ×, ÷ and parentheses to make 24.\n\nRules:\n1. Use each number exactly once\n2. Standard order of operations applies\n3. Final result must be exactly 24\n\nExamples:\n9 5 2 7 -> (9 - 5) × (7 - 2)\n\nPut your final expression within double square brackets. Example: [[(a × b) + (c ÷ d)]]", "ground_truth": {"numbers": [1, 4, 5, 9]}}
{"data_source": "KorPuzzle24Points", "prompt": "You are a 24-point puzzle solver. Using these numbers exactly once: 6, 7, 12, 13,\ncombine them with +, -, ×, ÷ and parentheses to make 24.\n\nRules:\n1. Use each number exactly once\n2. Standard order of operations applies\n3. Final result must be exactly 24\n\nExamples:\n8 2 8 2 -> 8 × (2 + 2) - 8\n\nPut your final expression within double square brackets. Example: [[(a × b) + (c ÷ d)]]", "ground_truth": {"numbers": [6, 7, 12, 13]}}
{"data_source": "KorPuzzle24Points", "prompt": "You are a 24-point puzzle solver. Using these numbers exactly once: 9, 11, 12, 14,\ncombine them with +, -, ×, ÷ and parentheses to make 24.\n\nRules:\n1. Use each number exactly once\n2. Standard order of operations applies\n3. Final result must be exactly 24\n\nExamples:\n9 5 2 7 -> (9 - 5) × (7 - 2)\n\nPut your final expression within double square brackets. Example: [[(a × b) + (c ÷ d)]]", "ground_truth": {"numbers": [9, 11, 12, 14]}}
{"data_source": "KorPuzzle24Points", "prompt": "You are a 24-point puzzle solver. Using these numbers exactly once: 8, 9, 10, 14,\ncombine them with +, -, ×, ÷ and parentheses to make 24.\n\nRules:\n1. Use each number exactly once\n2. Standard order of operations applies\n3. Final result must be exactly 24\n\nExamples:\n9 5 2 7 -> (9 - 5) × (7 - 2)\n\nPut your final expression within double square brackets. Example: [[(a × b) + (c ÷ d)]]", "ground_truth": {"numbers": [8, 9, 10, 14]}}
{"data_source": "KorPuzzle24Points", "prompt": "You are a 24-point puzzle solver. Using these numbers exactly once: 4, 5, 8, 12,\ncombine them with +, -, ×, ÷ and parentheses to make 24.\n\nRules:\n1. Use each number exactly once\n2. Standard order of operations applies\n3. Final result must be exactly 24\n\nExamples:\n8 2 8 2 -> 8 × (2 + 2) - 8\n\nPut your final expression within double square brackets. Example: [[(a × b) + (c ÷ d)]]", "ground_truth": {"numbers": [4, 5, 8, 12]}}
{"data_source": "KorPuzzle24Points", "prompt": "You are a 24-point puzzle solver. Using these numbers exactly once: 2, 4, 7, 8,\ncombine them with +, -, ×, ÷ and parentheses to make 24.\n\nRules:\n1. Use each number exactly once\n2. Standard order of operations applies\n3. Final result must be exactly 24\n\nExamples:\n8 2 8 2 -> 8 × (2 + 2) - 8\n\nPut your final expression within double square brackets. Example: [[(a × b) + (c ÷ d)]]", "ground_truth": {"numbers": [2, 4, 7, 8]}}
{"data_source": "KorPuzzle24Points", "prompt": "You are a 24-point puzzle solver. Using these numbers exactly once: 2, 3, 4, 5,\ncombine them with +, -, ×, ÷ and parentheses to make 24.\n\nRules:\n1. Use each number exactly once\n2. Standard order of operations applies\n3. Final result must be exactly 24\n\nExamples:\n8 2 8 2 -> 8 × (2 + 2) - 8\n\nPut your final expression within double square brackets. Example: [[(a × b) + (c ÷ d)]]", "ground_truth": {"numbers": [2, 3, 4, 5]}}
{"data_source": "KorPuzzle24Points", "prompt": "You are a 24-point puzzle solver. Using these numbers exactly once: 2, 8, 9, 10,\ncombine them with +, -, ×, ÷ and parentheses to make 24.\n\nRules:\n1. Use each number exactly once\n2. Standard order of operations applies\n3. Final result must be exactly 24\n\nExamples:\n9 5 2 7 -> (9 - 5) × (7 - 2)\n\nPut your final expression within double square brackets. Example: [[(a × b) + (c ÷ d)]]", "ground_truth": {"numbers": [2, 8, 9, 10]}}
{"data_source": "KorPuzzle24Points", "prompt": "You are a 24-point puzzle solver. Using these numbers exactly once: 9, 10, 11, 12,\ncombine them with +, -, ×, ÷ and parentheses to make 24.\n\nRules:\n1. Use each number exactly once\n2. Standard order of operations applies\n3. Final result must be exactly 24\n\nExamples:\n9 5 2 7 -> (9 - 5) × (7 - 2)\n\nPut your final expression within double square brackets. Example: [[(a × b) + (c ÷ d)]]", "ground_truth": {"numbers": [9, 10, 11, 12]}}
{"data_source": "KorPuzzle24Points", "prompt": "You are a 24-point puzzle solver. Using these numbers exactly once: 1, 5, 6, 9,\ncombine them with +, -, ×, ÷ and parentheses to make 24.\n\nRules:\n1. Use each number exactly once\n2. Standard order of operations applies\n3. Final result must be exactly 24\n\nExamples:\n9 5 2 7 -> (9 - 5) × (7 - 2)\n\nPut your final expression within double square brackets. Example: [[(a × b) + (c ÷ d)]]", "ground_truth": {"numbers": [1, 5, 6, 9]}}
{"data_source": "KorPuzzle24Points", "prompt": "You are a 24-point puzzle solver. Using these numbers exactly once: 6, 7, 8, 12,\ncombine them with +, -, ×, ÷ and parentheses to make 24.\n\nRules:\n1. Use each number exactly once\n2. Standard order of operations applies\n3. Final result must be exactly 24\n\nExamples:\n8 2 8 2 -> 8 × (2 + 2) - 8\n\nPut your final expression within double square brackets. Example: [[(a × b) + (c ÷ d)]]", "ground_truth": {"numbers": [6, 7, 8, 12]}}
{"data_source": "KorPuzzle24Points", "prompt": "You are a 24-point puzzle solver. Using these numbers exactly once: 2, 3, 4, 5,\ncombine them with +, -, ×, ÷ and parentheses to make 24.\n\nRules:\n1. Use each number exactly once\n2. Standard order of operations applies\n3. Final result must be exactly 24\n\nExamples:\n8 2 8 2 -> 8 × (2 + 2) - 8\n\nPut your final expression within double square brackets. Example: [[(a × b) + (c ÷ d)]]", "ground_truth": {"numbers": [2, 3, 4, 5]}}
{"data_source": "KorPuzzle24Points", "prompt": "You are a 24-point puzzle solver. Using these numbers exactly once: 2, 3, 4, 5,\ncombine them with +, -, ×, ÷ and parentheses to make 24.\n\nRules:\n1. Use each number exactly once\n2. Standard order of operations applies\n3. Final result must be exactly 24\n\nExamples:\n8 2 8 2 -> 8 × (2 + 2) - 8\n\nPut your final expression within double square brackets. Example: [[(a × b) + (c ÷ d)]]", "ground_truth": {"numbers": [2, 3, 4, 5]}}
{"data_source": "KorPuzzle24Points", "prompt": "You are a 24-point puzzle solver. Using these numbers exactly once: 7, 9, 10, 15,\ncombine them with +, -, ×, ÷ and parentheses to make 24.\n\nRules:\n1. Use each number exactly once\n2. Standard order of operations applies\n3. Final result must be exactly 24\n\nExamples:\n9 5 2 7 -> (9 - 5) × (7 - 2)\n\nPut your final expression within double square brackets. Example: [[(a × b) + (c ÷ d)]]", "ground_truth": {"numbers": [7, 9, 10, 15]}}
{"data_source": "KorPuzzle24Points", "prompt": "You are a 24-point puzzle solver. Using these numbers exactly once: 2, 3, 4, 5,\ncombine them with +, -, ×, ÷ and parentheses to make 24.\n\nRules:\n1. Use each number exactly once\n2. Standard order of operations applies\n3. Final result must be exactly 24\n\nExamples:\n8 2 8 2 -> 8 × (2 + 2) - 8\n\nPut your final expression within double square brackets. Example: [[(a × b) + (c ÷ d)]]", "ground_truth": {"numbers": [2, 3, 4, 5]}}
{"data_source": "KorPuzzle24Points", "prompt": "You are a 24-point puzzle solver. Using these numbers exactly once: 4, 10, 11, 12,\ncombine them with +, -, ×, ÷ and parentheses to make 24.\n\nRules:\n1. Use each number exactly once\n2. Standard order of operations applies\n3. Final result must be exactly 24\n\nExamples:\n8 2 8 2 -> 8 × (2 + 2) - 8\n\nPut your final expression within double square brackets. Example: [[(a × b) + (c ÷ d)]]", "ground_truth": {"numbers": [4, 10, 11, 12]}}
{"data_source": "KorPuzzle24Points", "prompt": "You are a 24-point puzzle solver. Using these numbers exactly once: 2, 3, 4, 5,\ncombine them with +, -, ×, ÷ and parentheses to make 24.\n\nRules:\n1. Use each number exactly once\n2. Standard order of operations applies\n3. Final result must be exactly 24\n\nExamples:\n8 2 8 2 -> 8 × (2 + 2) - 8\n\nPut your final expression within double square brackets. Example: [[(a × b) + (c ÷ d)]]", "ground_truth": {"numbers": [2, 3, 4, 5]}}
{"data_source": "KorPuzzle24Points", "prompt": "You are a 24-point puzzle solver. Using these numbers exactly once: 1, 3, 4, 7,\ncombine them with +, -, ×, ÷ and parentheses to make 24.\n\nRules:\n1. Use each number exactly once\n2. Standard order of operations applies\n3. Final result must be exactly 24\n\nExamples:\n8 2 8 2 -> 8 × (2 + 2) - 8\n\nPut your final expression within double square brackets. Example: [[(a × b) + (c ÷ d)]]", "ground_truth": {"numbers": [1, 3, 4, 7]}}
{"data_source": "KorPuzzle24Points", "prompt": "You are a 24-point puzzle solver. Using these numbers exactly once: 10, 11, 12, 14,\ncombine them with +, -, ×, ÷ and parentheses to make 24.\n\nRules:\n1. Use each number exactly once\n2. Standard order of operations applies\n3. Final result must be exactly 24\n\nExamples:\n8 2 8 2 -> 8 × (2 + 2) - 8\n\nPut your final expression within double square brackets. Example: [[(a × b) + (c ÷ d)]]", "ground_truth": {"numbers": [10, 11, 12, 14]}}
{"data_source": "KorPuzzle24Points", "prompt": "You are a 24-point puzzle solver. Using these numbers exactly once: 4, 5, 8, 9,\ncombine them with +, -, ×, ÷ and parentheses to make 24.\n\nRules:\n1. Use each number exactly once\n2. Standard order of operations applies\n3. Final result must be exactly 24\n\nExamples:\n9 5 2 7 -> (9 - 5) × (7 - 2)\n\nPut your final expression within double square brackets. Example: [[(a × b) + (c ÷ d)]]", "ground_truth": {"numbers": [4, 5, 8, 9]}}
{"data_source": "KorPuzzle24Points", "prompt": "You are a 24-point puzzle solver. Using these numbers exactly once: 11, 12, 13, 14,\ncombine them with +, -, ×, ÷ and parentheses to make 24.\n\nRules:\n1. Use each number exactly once\n2. Standard order of operations applies\n3. Final result must be exactly 24\n\nExamples:\n8 2 8 2 -> 8 × (2 + 2) - 8\n\nPut your final expression within double square brackets. Example: [[(a × b) + (c ÷ d)]]", "ground_truth": {"numbers": [11, 12, 13, 14]}}
{"data_source": "KorPuzzle24Points", "prompt": "You are a 24-point puzzle solver. Using these numbers exactly once: 7, 8, 10, 11,\ncombine them with +, -, ×, ÷ and parentheses to make 24.\n\nRules:\n1. Use each number exactly once\n2. Standard order of operations applies\n3. Final result must be exactly 24\n\nExamples:\n8 2 8 2 -> 8 × (2 + 2) - 8\n\nPut your final expression within double square brackets. Example: [[(a × b) + (c ÷ d)]]", "ground_truth": {"numbers": [7, 8, 10, 11]}}
{"data_source": "KorPuzzle24Points", "prompt": "You are a 24-point puzzle solver. Using these numbers exactly once: 1, 2, 3, 7,\ncombine them with +, -, ×, ÷ and parentheses to make 24.\n\nRules:\n1. Use each number exactly once\n2. Standard order of operations applies\n3. Final result must be exactly 24\n\nExamples:\n8 2 8 2 -> 8 × (2 + 2) - 8\n\nPut your final expression within double square brackets. Example: [[(a × b) + (c ÷ d)]]", "ground_truth": {"numbers": [1, 2, 3, 7]}}
{"data_source": "KorPuzzle24Points", "prompt": "You are a 24-point puzzle solver. Using these numbers exactly once: 6, 6, 8, 12,\ncombine them with +, -, ×, ÷ and parentheses to make 24.\n\nRules:\n1. Use each number exactly once\n2. Standard order of operations applies\n3. Final result must be exactly 24\n\nExamples:\n8 2 8 2 -> 8 × (2 + 2) - 8\n\nPut your final expression within double square brackets. Example: [[(a × b) + (c ÷ d)]]", "ground_truth": {"numbers": [6, 6, 8, 12]}}
{"data_source": "KorPuzzle24Points", "prompt": "You are a 24-point puzzle solver. Using these numbers exactly once: 11, 12, 13, 14,\ncombine them with +, -, ×, ÷ and parentheses to make 24.\n\nRules:\n1. Use each number exactly once\n2. Standard order of operations applies\n3. Final result must be exactly 24\n\nExamples:\n8 2 8 2 -> 8 × (2 + 2) - 8\n\nPut your final expression within double square brackets. Example: [[(a × b) + (c ÷ d)]]", "ground_truth": {"numbers": [11, 12, 13, 14]}}
{"data_source": "KorPuzzle24Points", "prompt": "You are a 24-point puzzle solver. Using these numbers exactly once: 10, 12, 13, 15,\ncombine them with +, -, ×, ÷ and parentheses to make 24.\n\nRules:\n1. Use each number exactly once\n2. Standard order of operations applies\n3. Final result must be exactly 24\n\nExamples:\n8 2 8 2 -> 8 × (2 + 2) - 8\n\nPut your final expression within double square brackets. Example: [[(a × b) + (c ÷ d)]]", "ground_truth": {"numbers": [10, 12, 13, 15]}}
{"data_source": "KorPuzzle24Points", "prompt": "You are a 24-point puzzle solver. Using these numbers exactly once: 1, 3, 5, 9,\ncombine them with +, -, ×, ÷ and parentheses to make 24.\n\nRules:\n1. Use each number exactly once\n2. Standard order of operations applies\n3. Final result must be exactly 24\n\nExamples:\n9 5 2 7 -> (9 - 5) × (7 - 2)\n\nPut your final expression within double square brackets. Example: [[(a × b) + (c ÷ d)]]", "ground_truth": {"numbers": [1, 3, 5, 9]}}
{"data_source": "KorPuzzle24Points", "prompt": "You are a 24-point puzzle solver. Using these numbers exactly once: 2, 3, 4, 5,\ncombine them with +, -, ×, ÷ and parentheses to make 24.\n\nRules:\n1. Use each number exactly once\n2. Standard order of operations applies\n3. Final result must be exactly 24\n\nExamples:\n8 2 8 2 -> 8 × (2 + 2) - 8\n\nPut your final expression within double square brackets. Example: [[(a × b) + (c ÷ d)]]", "ground_truth": {"numbers": [2, 3, 4, 5]}}
{"data_source": "KorPuzzle24Points", "prompt": "You are a 24-point puzzle solver. Using these numbers exactly once: 5, 7, 9, 14,\ncombine them with +, -, ×, ÷ and parentheses to make 24.\n\nRules:\n1. Use each number exactly once\n2. Standard order of operations applies\n3. Final result must be exactly 24\n\nExamples:\n9 5 2 7 -> (9 - 5) × (7 - 2)\n\nPut your final expression within double square brackets. Example: [[(a × b) + (c ÷ d)]]", "ground_truth": {"numbers": [5, 7, 9, 14]}}
{"data_source": "KorPuzzle24Points", "prompt": "You are a 24-point puzzle solver. Using these numbers exactly once: 8, 9, 11, 12,\ncombine them with +, -, ×, ÷ and parentheses to make 24.\n\nRules:\n1. Use each number exactly once\n2. Standard order of operations applies\n3. Final result must be exactly 24\n\nExamples:\n9 5 2 7 -> (9 - 5) × (7 - 2)\n\nPut your final expression within double square brackets. Example: [[(a × b) + (c ÷ d)]]", "ground_truth": {"numbers": [8, 9, 11, 12]}}
{"data_source": "KorPuzzle24Points", "prompt": "You are a 24-point puzzle solver. Using these numbers exactly once: 4, 4, 5, 10,\ncombine them with +, -, ×, ÷ and parentheses to make 24.\n\nRules:\n1. Use each number exactly once\n2. Standard order of operations applies\n3. Final result must be exactly 24\n\nExamples:\n8 2 8 2 -> 8 × (2 + 2) - 8\n\nPut your final expression within double square brackets. Example: [[(a × b) + (c ÷ d)]]", "ground_truth": {"numbers": [4, 4, 5, 10]}}
{"data_source": "KorPuzzle24Points", "prompt": "You are a 24-point puzzle solver. Using these numbers exactly once: 7, 9, 10, 12,\ncombine them with +, -, ×, ÷ and parentheses to make 24.\n\nRules:\n1. Use each number exactly once\n2. Standard order of operations applies\n3. Final result must be exactly 24\n\nExamples:\n9 5 2 7 -> (9 - 5) × (7 - 2)\n\nPut your final expression within double square brackets. Example: [[(a × b) + (c ÷ d)]]", "ground_truth": {"numbers": [7, 9, 10, 12]}}
{"data_source": "KorPuzzle24Points", "prompt": "You are a 24-point puzzle solver. Using these numbers exactly once: 2, 3, 7, 9,\ncombine them with +, -, ×, ÷ and parentheses to make 24.\n\nRules:\n1. Use each number exactly once\n2. Standard order of operations applies\n3. Final result must be exactly 24\n\nExamples:\n9 5 2 7 -> (9 - 5) × (7 - 2)\n\nPut your final expression within double square brackets. Example: [[(a × b) + (c ÷ d)]]", "ground_truth": {"numbers": [2, 3, 7, 9]}}
{"data_source": "KorPuzzle24Points", "prompt": "You are a 24-point puzzle solver. Using these numbers exactly once: 2, 3, 4, 5,\ncombine them with +, -, ×, ÷ and parentheses to make 24.\n\nRules:\n1. Use each number exactly once\n2. Standard order of operations applies\n3. Final result must be exactly 24\n\nExamples:\n8 2 8 2 -> 8 × (2 + 2) - 8\n\nPut your final expression within double square brackets. Example: [[(a × b) + (c ÷ d)]]", "ground_truth": {"numbers": [2, 3, 4, 5]}}
{"data_source": "KorPuzzle24Points", "prompt": "You are a 24-point puzzle solver. Using these numbers exactly once: 5, 6, 10, 12,\ncombine them with +, -, ×, ÷ and parentheses to make 24.\n\nRules:\n1. Use each number exactly once\n2. Standard order of operations applies\n3. Final result must be exactly 24\n\nExamples:\n8 2 8 2 -> 8 × (2 + 2) - 8\n\nPut your final expression within double square brackets. Example: [[(a × b) + (c ÷ d)]]", "ground_truth": {"numbers": [5, 6, 10, 12]}}
{"data_source": "KorPuzzle24Points", "prompt": "You are a 24-point puzzle solver. Using these numbers exactly once: 5, 7, 14, 15,\ncombine them with +, -, ×, ÷ and parentheses to make 24.\n\nRules:\n1. Use each number exactly once\n2. Standard order of operations applies\n3. Final result must be exactly 24\n\nExamples:\n8 2 8 2 -> 8 × (2 + 2) - 8\n\nPut your final expression within double square brackets. Example: [[(a × b) + (c ÷ d)]]", "ground_truth": {"numbers": [5, 7, 14, 15]}}
{"data_source": "KorPuzzle24Points", "prompt": "You are a 24-point puzzle solver. Using these numbers exactly once: 10, 13, 13, 14,\ncombine them with +, -, ×, ÷ and parentheses to make 24.\n\nRules:\n1. Use each number exactly once\n2. Standard order of operations applies\n3. Final result must be exactly 24\n\nExamples:\n8 2 8 2 -> 8 × (2 + 2) - 8\n\nPut your final expression within double square brackets. Example: [[(a × b) + (c ÷ d)]]", "ground_truth": {"numbers": [10, 13, 13, 14]}}
{"data_source": "KorPuzzle24Points", "prompt": "You are a 24-point puzzle solver. Using these numbers exactly once: 3, 7, 8, 9,\ncombine them with +, -, ×, ÷ and parentheses to make 24.\n\nRules:\n1. Use each number exactly once\n2. Standard order of operations applies\n3. Final result must be exactly 24\n\nExamples:\n9 5 2 7 -> (9 - 5) × (7 - 2)\n\nPut your final expression within double square brackets. Example: [[(a × b) + (c ÷ d)]]", "ground_truth": {"numbers": [3, 7, 8, 9]}}
{"data_source": "KorPuzzle24Points", "prompt": "You are a 24-point puzzle solver. Using these numbers exactly once: 2, 3, 4, 5,\ncombine them with +, -, ×, ÷ and parentheses to make 24.\n\nRules:\n1. Use each number exactly once\n2. Standard order of operations applies\n3. Final result must be exactly 24\n\nExamples:\n8 2 8 2 -> 8 × (2 + 2) - 8\n\nPut your final expression within double square brackets. Example: [[(a × b) + (c ÷ d)]]", "ground_truth": {"numbers": [2, 3, 4, 5]}}
{"data_source": "KorPuzzle24Points", "prompt": "You are a 24-point puzzle solver. Using these numbers exactly once: 1, 9, 11, 11,\ncombine them with +, -, ×, ÷ and parentheses to make 24.\n\nRules:\n1. Use each number exactly once\n2. Standard order of operations applies\n3. Final result must be exactly 24\n\nExamples:\n9 5 2 7 -> (9 - 5) × (7 - 2)\n\nPut your final expression within double square brackets. Example: [[(a × b) + (c ÷ d)]]", "ground_truth": {"numbers": [1, 9, 11, 11]}}
{"data_source": "KorPuzzle24Points", "prompt": "You are a 24-point puzzle solver. Using these numbers exactly once: 7, 9, 10, 15,\ncombine them with +, -, ×, ÷ and parentheses to make 24.\n\nRules:\n1. Use each number exactly once\n2. Standard order of operations applies\n3. Final result must be exactly 24\n\nExamples:\n9 5 2 7 -> (9 - 5) × (7 - 2)\n\nPut your final expression within double square brackets. Example: [[(a × b) + (c ÷ d)]]", "ground_truth": {"numbers": [7, 9, 10, 15]}}
{"data_source": "KorPuzzle24Points", "prompt": "You are a 24-point puzzle solver. Using these numbers exactly once: 5, 7, 9, 10,\ncombine them with +, -, ×, ÷ and parentheses to make 24.\n\nRules:\n1. Use each number exactly once\n2. Standard order of operations applies\n3. Final result must be exactly 24\n\nExamples:\n9 5 2 7 -> (9 - 5) × (7 - 2)\n\nPut your final expression within double square brackets. Example: [[(a × b) + (c ÷ d)]]", "ground_truth": {"numbers": [5, 7, 9, 10]}}
{"data_source": "KorPuzzle24Points", "prompt": "You are a 24-point puzzle solver. Using these numbers exactly once: 5, 6, 9, 10,\ncombine them with +, -, ×, ÷ and parentheses to make 24.\n\nRules:\n1. Use each number exactly once\n2. Standard order of operations applies\n3. Final result must be exactly 24\n\nExamples:\n9 5 2 7 -> (9 - 5) × (7 - 2)\n\nPut your final expression within double square brackets. Example: [[(a × b) + (c ÷ d)]]", "ground_truth": {"numbers": [5, 6, 9, 10]}}
{"data_source": "KorPuzzle24Points", "prompt": "You are a 24-point puzzle solver. Using these numbers exactly once: 7, 8, 9, 15,\ncombine them with +, -, ×, ÷ and parentheses to make 24.\n\nRules:\n1. Use each number exactly once\n2. Standard order of operations applies\n3. Final result must be exactly 24\n\nExamples:\n9 5 2 7 -> (9 - 5) × (7 - 2)\n\nPut your final expression within double square brackets. Example: [[(a × b) + (c ÷ d)]]", "ground_truth": {"numbers": [7, 8, 9, 15]}}
{"data_source": "KorPuzzle24Points", "prompt": "You are a 24-point puzzle solver. Using these numbers exactly once: 6, 8, 11, 13,\ncombine them with +, -, ×, ÷ and parentheses to make 24.\n\nRules:\n1. Use each number exactly once\n2. Standard order of operations applies\n3. Final result must be exactly 24\n\nExamples:\n8 2 8 2 -> 8 × (2 + 2) - 8\n\nPut your final expression within double square brackets. Example: [[(a × b) + (c ÷ d)]]", "ground_truth": {"numbers": [6, 8, 11, 13]}}
{"data_source": "KorPuzzle24Points", "prompt": "You are a 24-point puzzle solver. Using these numbers exactly once: 1, 4, 7, 11,\ncombine them with +, -, ×, ÷ and parentheses to make 24.\n\nRules:\n1. Use each number exactly once\n2. Standard order of operations applies\n3. Final result must be exactly 24\n\nExamples:\n8 2 8 2 -> 8 × (2 + 2) - 8\n\nPut your final expression within double square brackets. Example: [[(a × b) + (c ÷ d)]]", "ground_truth": {"numbers": [1, 4, 7, 11]}}
{"data_source": "KorPuzzle24Points", "prompt": "You are a 24-point puzzle solver. Using these numbers exactly once: 2, 3, 7, 10,\ncombine them with +, -, ×, ÷ and parentheses to make 24.\n\nRules:\n1. Use each number exactly once\n2. Standard order of operations applies\n3. Final result must be exactly 24\n\nExamples:\n8 2 8 2 -> 8 × (2 + 2) - 8\n\nPut your final expression within double square brackets. Example: [[(a × b) + (c ÷ d)]]", "ground_truth": {"numbers": [2, 3, 7, 10]}}
{"data_source": "KorPuzzle24Points", "prompt": "You are a 24-point puzzle solver. Using these numbers exactly once: 4, 5, 8, 10,\ncombine them with +, -, ×, ÷ and parentheses to make 24.\n\nRules:\n1. Use each number exactly once\n2. Standard order of operations applies\n3. Final result must be exactly 24\n\nExamples:\n8 2 8 2 -> 8 × (2 + 2) - 8\n\nPut your final expression within double square brackets. Example: [[(a × b) + (c ÷ d)]]", "ground_truth": {"numbers": [4, 5, 8, 10]}}
{"data_source": "KorPuzzle24Points", "prompt": "You are a 24-point puzzle solver. Using these numbers exactly once: 1, 4, 5, 11,\ncombine them with +, -, ×, ÷ and parentheses to make 24.\n\nRules:\n1. Use each number exactly once\n2. Standard order of operations applies\n3. Final result must be exactly 24\n\nExamples:\n8 2 8 2 -> 8 × (2 + 2) - 8\n\nPut your final expression within double square brackets. Example: [[(a × b) + (c ÷ d)]]", "ground_truth": {"numbers": [1, 4, 5, 11]}}
{"data_source": "KorPuzzle24Points", "prompt": "You are a 24-point puzzle solver. Using these numbers exactly once: 4, 9, 11, 12,\ncombine them with +, -, ×, ÷ and parentheses to make 24.\n\nRules:\n1. Use each number exactly once\n2. Standard order of operations applies\n3. Final result must be exactly 24\n\nExamples:\n9 5 2 7 -> (9 - 5) × (7 - 2)\n\nPut your final expression within double square brackets. Example: [[(a × b) + (c ÷ d)]]", "ground_truth": {"numbers": [4, 9, 11, 12]}}
{"data_source": "KorPuzzle24Points", "prompt": "You are a 24-point puzzle solver. Using these numbers exactly once: 4, 6, 7, 8,\ncombine them with +, -, ×, ÷ and parentheses to make 24.\n\nRules:\n1. Use each number exactly once\n2. Standard order of operations applies\n3. Final result must be exactly 24\n\nExamples:\n8 2 8 2 -> 8 × (2 + 2) - 8\n\nPut your final expression within double square brackets. Example: [[(a × b) + (c ÷ d)]]", "ground_truth": {"numbers": [4, 6, 7, 8]}}
{"data_source": "KorPuzzle24Points", "prompt": "You are a 24-point puzzle solver. Using these numbers exactly once: 2, 3, 4, 5,\ncombine them with +, -, ×, ÷ and parentheses to make 24.\n\nRules:\n1. Use each number exactly once\n2. Standard order of operations applies\n3. Final result must be exactly 24\n\nExamples:\n8 2 8 2 -> 8 × (2 + 2) - 8\n\nPut your final expression within double square brackets. Example: [[(a × b) + (c ÷ d)]]", "ground_truth": {"numbers": [2, 3, 4, 5]}}
{"data_source": "KorPuzzle24Points", "prompt": "You are a 24-point puzzle solver. Using these numbers exactly once: 8, 8, 9, 11,\ncombine them with +, -, ×, ÷ and parentheses to make 24.\n\nRules:\n1. Use each number exactly once\n2. Standard order of operations applies\n3. Final result must be exactly 24\n\nExamples:\n9 5 2 7 -> (9 - 5) × (7 - 2)\n\nPut your final expression within double square brackets. Example: [[(a × b) + (c ÷ d)]]", "ground_truth": {"numbers": [8, 8, 9, 11]}}
{"data_source": "KorPuzzle24Points", "prompt": "You are a 24-point puzzle solver. Using these numbers exactly once: 5, 7, 7, 9,\ncombine them with +, -, ×, ÷ and parentheses to make 24.\n\nRules:\n1. Use each number exactly once\n2. Standard order of operations applies\n3. Final result must be exactly 24\n\nExamples:\n9 5 2 7 -> (9 - 5) × (7 - 2)\n\nPut your final expression within double square brackets. Example: [[(a × b) + (c ÷ d)]]", "ground_truth": {"numbers": [5, 7, 7, 9]}}
{"data_source": "KorPuzzle24Points", "prompt": "You are a 24-point puzzle solver. Using these numbers exactly once: 1, 3, 7, 10,\ncombine them with +, -, ×, ÷ and parentheses to make 24.\n\nRules:\n1. Use each number exactly once\n2. Standard order of operations applies\n3. Final result must be exactly 24\n\nExamples:\n8 2 8 2 -> 8 × (2 + 2) - 8\n\nPut your final expression within double square brackets. Example: [[(a × b) + (c ÷ d)]]", "ground_truth": {"numbers": [1, 3, 7, 10]}}