InternBootcamp/examples/data/Intenbootcamp_eval/korOperationUnicode203b.jsonl
Yongkang Chen a8249acc18
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
2025-08-28 12:39:47 +08:00

100 lines
43 KiB
JSON

{"data_source": "KorOperationUnicode203b", "prompt": "We define a special operation ※ with these rules:\n- When a is a multiple of b: a ※ b = a/b + 2\n- When b is a multiple of a: a ※ b = b/a + 2\n- If neither is a multiple: a ※ b = 24\n\nProblem: Determine parameter C from equation: 66※33=5\nFormat Requirement: Put your answer in [[ ]] as a single number.", "ground_truth": {"type": "solve_c", "equation": "66※33=5", "answer": 3}}
{"data_source": "KorOperationUnicode203b", "prompt": "We define a special operation ※ with these rules:\n- When a is a multiple of b: a ※ b = a/b + 2\n- When b is a multiple of a: a ※ b = b/a + 2\n- If neither is a multiple: a ※ b = 24\n\nProblem: Compute the value of 48※17※19.\nFormat Requirement: Put your final answer in [[ ]] as a single number.", "ground_truth": {"type": "compute", "expression": [48, 17, 19], "C": 2, "answer": 24}}
{"data_source": "KorOperationUnicode203b", "prompt": "We define a special operation ※ with these rules:\n- When a is a multiple of b: a ※ b = a/b + 2\n- When b is a multiple of a: a ※ b = b/a + 2\n- If neither is a multiple: a ※ b = 24\n\nProblem: Determine parameter C from equation: 25※100=7\nFormat Requirement: Put your answer in [[ ]] as a single number.", "ground_truth": {"type": "solve_c", "equation": "25※100=7", "answer": 3}}
{"data_source": "KorOperationUnicode203b", "prompt": "We define a special operation ※ with parameter C:\n- If a is a multiple of b: a ※ b = a/b + C\n- If b is a multiple of a: a ※ b = b/a + C\n- Otherwise: a ※ b = 24\n\nProblem: Solve the equation: X※15=5\nFormat Requirement: Put your answer in [[ ]] as a single number.", "ground_truth": {"type": "solve_x", "equation": "X※15=5", "solutions": [60], "C": 1}}
{"data_source": "KorOperationUnicode203b", "prompt": "We define a special operation ※ with these rules:\n- When a is a multiple of b: a ※ b = a/b + 2\n- When b is a multiple of a: a ※ b = b/a + 2\n- If neither is a multiple: a ※ b = 24\n\nProblem: Compute the value of 26※43.\nFormat Requirement: Put your final answer in [[ ]] as a single number.", "ground_truth": {"type": "compute", "expression": [26, 43], "C": 2, "answer": 24}}
{"data_source": "KorOperationUnicode203b", "prompt": "We define a special operation ※ with these rules:\n- When a is a multiple of b: a ※ b = a/b + 2\n- When b is a multiple of a: a ※ b = b/a + 2\n- If neither is a multiple: a ※ b = 24\n\nProblem: Solve the equation: 75※X=5\nFormat Requirement: Put your answer in [[ ]] as a single number.", "ground_truth": {"type": "solve_x", "equation": "75※X=5", "solutions": [25], "C": 2}}
{"data_source": "KorOperationUnicode203b", "prompt": "We define a special operation ※ with parameter C:\n- If a is a multiple of b: a ※ b = a/b + C\n- If b is a multiple of a: a ※ b = b/a + C\n- Otherwise: a ※ b = 24\n\nProblem: Solve the equation: 27※X=4\nFormat Requirement: Put all possible solutions in [[ ]] separated by 'or', e.g., [[2or5]].", "ground_truth": {"type": "solve_x", "equation": "27※X=4", "solutions": [9, 81], "C": 1}}
{"data_source": "KorOperationUnicode203b", "prompt": "We define a special operation ※ with parameter C:\n- If a is a multiple of b: a ※ b = a/b + C\n- If b is a multiple of a: a ※ b = b/a + C\n- Otherwise: a ※ b = 24\n\nProblem: Compute the value of 46※40.\nFormat Requirement: Put your final answer in [[ ]] as a single number.", "ground_truth": {"type": "compute", "expression": [46, 40], "C": 1, "answer": 24}}
{"data_source": "KorOperationUnicode203b", "prompt": "We define a special operation ※ with these rules:\n- When a is a multiple of b: a ※ b = a/b + 2\n- When b is a multiple of a: a ※ b = b/a + 2\n- If neither is a multiple: a ※ b = 24\n\nProblem: Solve the equation: 26※X=4\nFormat Requirement: Put all possible solutions in [[ ]] separated by 'or', e.g., [[2or5]].", "ground_truth": {"type": "solve_x", "equation": "26※X=4", "solutions": [13, 52], "C": 2}}
{"data_source": "KorOperationUnicode203b", "prompt": "We define a special operation ※ with these rules:\n- When a is a multiple of b: a ※ b = a/b + 2\n- When b is a multiple of a: a ※ b = b/a + 2\n- If neither is a multiple: a ※ b = 24\n\nProblem: Determine parameter C from equation: 162※810=8\nFormat Requirement: Put your answer in [[ ]] as a single number.", "ground_truth": {"type": "solve_c", "equation": "162※810=8", "answer": 3}}
{"data_source": "KorOperationUnicode203b", "prompt": "We define a special operation ※ with parameter C:\n- If a is a multiple of b: a ※ b = a/b + C\n- If b is a multiple of a: a ※ b = b/a + C\n- Otherwise: a ※ b = 24\n\nProblem: Solve the equation: 38※X=8\nFormat Requirement: Put your answer in [[ ]] as a single number.", "ground_truth": {"type": "solve_x", "equation": "38※X=8", "solutions": [152], "C": 4}}
{"data_source": "KorOperationUnicode203b", "prompt": "We define a special operation ※ with these rules:\n- When a is a multiple of b: a ※ b = a/b + 2\n- When b is a multiple of a: a ※ b = b/a + 2\n- If neither is a multiple: a ※ b = 24\n\nProblem: Solve the equation: 26※X=6\nFormat Requirement: Put your answer in [[ ]] as a single number.", "ground_truth": {"type": "solve_x", "equation": "26※X=6", "solutions": [104], "C": 2}}
{"data_source": "KorOperationUnicode203b", "prompt": "We define a special operation ※ with parameter C:\n- If a is a multiple of b: a ※ b = a/b + C\n- If b is a multiple of a: a ※ b = b/a + C\n- Otherwise: a ※ b = 24\n\nProblem: Solve the equation: X※64=7\nFormat Requirement: Put all possible solutions in [[ ]] separated by 'or', e.g., [[2or5]].", "ground_truth": {"type": "solve_x", "equation": "X※64=7", "solutions": [16, 256], "C": 3}}
{"data_source": "KorOperationUnicode203b", "prompt": "We define a special operation ※ with parameter C:\n- If a is a multiple of b: a ※ b = a/b + C\n- If b is a multiple of a: a ※ b = b/a + C\n- Otherwise: a ※ b = 24\n\nProblem: Solve the equation: X※96=8\nFormat Requirement: Put your answer in [[ ]] as a single number.", "ground_truth": {"type": "solve_x", "equation": "X※96=8", "solutions": [24], "C": 4}}
{"data_source": "KorOperationUnicode203b", "prompt": "We define a special operation ※ with these rules:\n- When a is a multiple of b: a ※ b = a/b + 2\n- When b is a multiple of a: a ※ b = b/a + 2\n- If neither is a multiple: a ※ b = 24\n\nProblem: Compute the value of 9※67※25※4.\nFormat Requirement: Put your final answer in [[ ]] as a single number.", "ground_truth": {"type": "compute", "expression": [9, 67, 25, 4], "C": 2, "answer": 8}}
{"data_source": "KorOperationUnicode203b", "prompt": "We define a special operation ※ with these rules:\n- When a is a multiple of b: a ※ b = a/b + 2\n- When b is a multiple of a: a ※ b = b/a + 2\n- If neither is a multiple: a ※ b = 24\n\nProblem: Compute the value of 35※26※59.\nFormat Requirement: Put your final answer in [[ ]] as a single number.", "ground_truth": {"type": "compute", "expression": [35, 26, 59], "C": 2, "answer": 24}}
{"data_source": "KorOperationUnicode203b", "prompt": "We define a special operation ※ with parameter C:\n- If a is a multiple of b: a ※ b = a/b + C\n- If b is a multiple of a: a ※ b = b/a + C\n- Otherwise: a ※ b = 24\n\nProblem: Compute the value of 28※28.\nFormat Requirement: Put your final answer in [[ ]] as a single number.", "ground_truth": {"type": "compute", "expression": [28, 28], "C": 4, "answer": 5}}
{"data_source": "KorOperationUnicode203b", "prompt": "We define a special operation ※ with parameter C:\n- If a is a multiple of b: a ※ b = a/b + C\n- If b is a multiple of a: a ※ b = b/a + C\n- Otherwise: a ※ b = 24\n\nProblem: Compute the value of 133※136.\nFormat Requirement: Put your final answer in [[ ]] as a single number.", "ground_truth": {"type": "compute", "expression": [133, 136], "C": 4, "answer": 24}}
{"data_source": "KorOperationUnicode203b", "prompt": "We define a special operation ※ with these rules:\n- When a is a multiple of b: a ※ b = a/b + 2\n- When b is a multiple of a: a ※ b = b/a + 2\n- If neither is a multiple: a ※ b = 24\n\nProblem: Determine parameter C from equation: 86※258=5\nFormat Requirement: Put your answer in [[ ]] as a single number.", "ground_truth": {"type": "solve_c", "equation": "86※258=5", "answer": 2}}
{"data_source": "KorOperationUnicode203b", "prompt": "We define a special operation ※ with these rules:\n- When a is a multiple of b: a ※ b = a/b + 2\n- When b is a multiple of a: a ※ b = b/a + 2\n- If neither is a multiple: a ※ b = 24\n\nProblem: Determine parameter C from equation: 58※29=4\nFormat Requirement: Put your answer in [[ ]] as a single number.", "ground_truth": {"type": "solve_c", "equation": "58※29=4", "answer": 2}}
{"data_source": "KorOperationUnicode203b", "prompt": "We define a special operation ※ with parameter C:\n- If a is a multiple of b: a ※ b = a/b + C\n- If b is a multiple of a: a ※ b = b/a + C\n- Otherwise: a ※ b = 24\n\nProblem: Solve the equation: X※115=5\nFormat Requirement: Put your answer in [[ ]] as a single number.", "ground_truth": {"type": "solve_x", "equation": "X※115=5", "solutions": [115], "C": 4}}
{"data_source": "KorOperationUnicode203b", "prompt": "We define a special operation ※ with these rules:\n- When a is a multiple of b: a ※ b = a/b + 2\n- When b is a multiple of a: a ※ b = b/a + 2\n- If neither is a multiple: a ※ b = 24\n\nProblem: Determine parameter C from equation: 48※144=5\nFormat Requirement: Put your answer in [[ ]] as a single number.", "ground_truth": {"type": "solve_c", "equation": "48※144=5", "answer": 2}}
{"data_source": "KorOperationUnicode203b", "prompt": "We define a special operation ※ with parameter C:\n- If a is a multiple of b: a ※ b = a/b + C\n- If b is a multiple of a: a ※ b = b/a + C\n- Otherwise: a ※ b = 24\n\nProblem: Compute the value of 38※118.\nFormat Requirement: Put your final answer in [[ ]] as a single number.", "ground_truth": {"type": "compute", "expression": [38, 118], "C": 4, "answer": 24}}
{"data_source": "KorOperationUnicode203b", "prompt": "We define a special operation ※ with parameter C:\n- If a is a multiple of b: a ※ b = a/b + C\n- If b is a multiple of a: a ※ b = b/a + C\n- Otherwise: a ※ b = 24\n\nProblem: Compute the value of 9※9.\nFormat Requirement: Put your final answer in [[ ]] as a single number.", "ground_truth": {"type": "compute", "expression": [9, 9], "C": 1, "answer": 2}}
{"data_source": "KorOperationUnicode203b", "prompt": "We define a special operation ※ with parameter C:\n- If a is a multiple of b: a ※ b = a/b + C\n- If b is a multiple of a: a ※ b = b/a + C\n- Otherwise: a ※ b = 24\n\nProblem: Solve the equation: 32※X=9\nFormat Requirement: Put your answer in [[ ]] as a single number.", "ground_truth": {"type": "solve_x", "equation": "32※X=9", "solutions": [160], "C": 4}}
{"data_source": "KorOperationUnicode203b", "prompt": "We define a special operation ※ with parameter C:\n- If a is a multiple of b: a ※ b = a/b + C\n- If b is a multiple of a: a ※ b = b/a + C\n- Otherwise: a ※ b = 24\n\nProblem: Compute the value of 56※46※174.\nFormat Requirement: Put your final answer in [[ ]] as a single number.", "ground_truth": {"type": "compute", "expression": [56, 46, 174], "C": 3, "answer": 24}}
{"data_source": "KorOperationUnicode203b", "prompt": "We define a special operation ※ with parameter C:\n- If a is a multiple of b: a ※ b = a/b + C\n- If b is a multiple of a: a ※ b = b/a + C\n- Otherwise: a ※ b = 24\n\nProblem: Solve the equation: 118※X=6\nFormat Requirement: Put your answer in [[ ]] as a single number.", "ground_truth": {"type": "solve_x", "equation": "118※X=6", "solutions": [354], "C": 3}}
{"data_source": "KorOperationUnicode203b", "prompt": "We define a special operation ※ with parameter C:\n- If a is a multiple of b: a ※ b = a/b + C\n- If b is a multiple of a: a ※ b = b/a + C\n- Otherwise: a ※ b = 24\n\nProblem: Compute the value of 198※8.\nFormat Requirement: Put your final answer in [[ ]] as a single number.", "ground_truth": {"type": "compute", "expression": [198, 8], "C": 3, "answer": 24}}
{"data_source": "KorOperationUnicode203b", "prompt": "We define a special operation ※ with these rules:\n- When a is a multiple of b: a ※ b = a/b + 2\n- When b is a multiple of a: a ※ b = b/a + 2\n- If neither is a multiple: a ※ b = 24\n\nProblem: Solve the equation: 61※X=4\nFormat Requirement: Put your answer in [[ ]] as a single number.", "ground_truth": {"type": "solve_x", "equation": "61※X=4", "solutions": [122], "C": 2}}
{"data_source": "KorOperationUnicode203b", "prompt": "We define a special operation ※ with parameter C:\n- If a is a multiple of b: a ※ b = a/b + C\n- If b is a multiple of a: a ※ b = b/a + C\n- Otherwise: a ※ b = 24\n\nProblem: Compute the value of 26※49※24.\nFormat Requirement: Put your final answer in [[ ]] as a single number.", "ground_truth": {"type": "compute", "expression": [26, 49, 24], "C": 1, "answer": 2}}
{"data_source": "KorOperationUnicode203b", "prompt": "We define a special operation ※ with parameter C:\n- If a is a multiple of b: a ※ b = a/b + C\n- If b is a multiple of a: a ※ b = b/a + C\n- Otherwise: a ※ b = 24\n\nProblem: Solve the equation: X※49=9\nFormat Requirement: Put your answer in [[ ]] as a single number.", "ground_truth": {"type": "solve_x", "equation": "X※49=9", "solutions": [245], "C": 4}}
{"data_source": "KorOperationUnicode203b", "prompt": "We define a special operation ※ with parameter C:\n- If a is a multiple of b: a ※ b = a/b + C\n- If b is a multiple of a: a ※ b = b/a + C\n- Otherwise: a ※ b = 24\n\nProblem: Compute the value of 44※15.\nFormat Requirement: Put your final answer in [[ ]] as a single number.", "ground_truth": {"type": "compute", "expression": [44, 15], "C": 1, "answer": 24}}
{"data_source": "KorOperationUnicode203b", "prompt": "We define a special operation ※ with these rules:\n- When a is a multiple of b: a ※ b = a/b + 2\n- When b is a multiple of a: a ※ b = b/a + 2\n- If neither is a multiple: a ※ b = 24\n\nProblem: Determine parameter C from equation: 40※10=6\nFormat Requirement: Put your answer in [[ ]] as a single number.", "ground_truth": {"type": "solve_c", "equation": "40※10=6", "answer": 2}}
{"data_source": "KorOperationUnicode203b", "prompt": "We define a special operation ※ with parameter C:\n- If a is a multiple of b: a ※ b = a/b + C\n- If b is a multiple of a: a ※ b = b/a + C\n- Otherwise: a ※ b = 24\n\nProblem: Compute the value of 43※8.\nFormat Requirement: Put your final answer in [[ ]] as a single number.", "ground_truth": {"type": "compute", "expression": [43, 8], "C": 1, "answer": 24}}
{"data_source": "KorOperationUnicode203b", "prompt": "We define a special operation ※ with parameter C:\n- If a is a multiple of b: a ※ b = a/b + C\n- If b is a multiple of a: a ※ b = b/a + C\n- Otherwise: a ※ b = 24\n\nProblem: Compute the value of 24※125※89※130.\nFormat Requirement: Put your final answer in [[ ]] as a single number.", "ground_truth": {"type": "compute", "expression": [24, 125, 89, 130], "C": 3, "answer": 24}}
{"data_source": "KorOperationUnicode203b", "prompt": "We define a special operation ※ with these rules:\n- When a is a multiple of b: a ※ b = a/b + 2\n- When b is a multiple of a: a ※ b = b/a + 2\n- If neither is a multiple: a ※ b = 24\n\nProblem: Compute the value of 13※11※70.\nFormat Requirement: Put your final answer in [[ ]] as a single number.", "ground_truth": {"type": "compute", "expression": [13, 11, 70], "C": 2, "answer": 24}}
{"data_source": "KorOperationUnicode203b", "prompt": "We define a special operation ※ with parameter C:\n- If a is a multiple of b: a ※ b = a/b + C\n- If b is a multiple of a: a ※ b = b/a + C\n- Otherwise: a ※ b = 24\n\nProblem: Solve the equation: 24※X=3\nFormat Requirement: Put all possible solutions in [[ ]] separated by 'or', e.g., [[2or5]].", "ground_truth": {"type": "solve_x", "equation": "24※X=3", "solutions": [12, 48], "C": 1}}
{"data_source": "KorOperationUnicode203b", "prompt": "We define a special operation ※ with parameter C:\n- If a is a multiple of b: a ※ b = a/b + C\n- If b is a multiple of a: a ※ b = b/a + C\n- Otherwise: a ※ b = 24\n\nProblem: Compute the value of 133※112※97.\nFormat Requirement: Put your final answer in [[ ]] as a single number.", "ground_truth": {"type": "compute", "expression": [133, 112, 97], "C": 4, "answer": 24}}
{"data_source": "KorOperationUnicode203b", "prompt": "We define a special operation ※ with these rules:\n- When a is a multiple of b: a ※ b = a/b + 2\n- When b is a multiple of a: a ※ b = b/a + 2\n- If neither is a multiple: a ※ b = 24\n\nProblem: Determine parameter C from equation: 49※196=8\nFormat Requirement: Put your answer in [[ ]] as a single number.", "ground_truth": {"type": "solve_c", "equation": "49※196=8", "answer": 4}}
{"data_source": "KorOperationUnicode203b", "prompt": "We define a special operation ※ with these rules:\n- When a is a multiple of b: a ※ b = a/b + 2\n- When b is a multiple of a: a ※ b = b/a + 2\n- If neither is a multiple: a ※ b = 24\n\nProblem: Determine parameter C from equation: 31※155=6\nFormat Requirement: Put your answer in [[ ]] as a single number.", "ground_truth": {"type": "solve_c", "equation": "31※155=6", "answer": 1}}
{"data_source": "KorOperationUnicode203b", "prompt": "We define a special operation ※ with parameter C:\n- If a is a multiple of b: a ※ b = a/b + C\n- If b is a multiple of a: a ※ b = b/a + C\n- Otherwise: a ※ b = 24\n\nProblem: Compute the value of 137※48.\nFormat Requirement: Put your final answer in [[ ]] as a single number.", "ground_truth": {"type": "compute", "expression": [137, 48], "C": 3, "answer": 24}}
{"data_source": "KorOperationUnicode203b", "prompt": "We define a special operation ※ with parameter C:\n- If a is a multiple of b: a ※ b = a/b + C\n- If b is a multiple of a: a ※ b = b/a + C\n- Otherwise: a ※ b = 24\n\nProblem: Compute the value of 147※21.\nFormat Requirement: Put your final answer in [[ ]] as a single number.", "ground_truth": {"type": "compute", "expression": [147, 21], "C": 4, "answer": 11}}
{"data_source": "KorOperationUnicode203b", "prompt": "We define a special operation ※ with these rules:\n- When a is a multiple of b: a ※ b = a/b + 2\n- When b is a multiple of a: a ※ b = b/a + 2\n- If neither is a multiple: a ※ b = 24\n\nProblem: Determine parameter C from equation: 28※112=7\nFormat Requirement: Put your answer in [[ ]] as a single number.", "ground_truth": {"type": "solve_c", "equation": "28※112=7", "answer": 3}}
{"data_source": "KorOperationUnicode203b", "prompt": "We define a special operation ※ with parameter C:\n- If a is a multiple of b: a ※ b = a/b + C\n- If b is a multiple of a: a ※ b = b/a + C\n- Otherwise: a ※ b = 24\n\nProblem: Compute the value of 67※97.\nFormat Requirement: Put your final answer in [[ ]] as a single number.", "ground_truth": {"type": "compute", "expression": [67, 97], "C": 4, "answer": 24}}
{"data_source": "KorOperationUnicode203b", "prompt": "We define a special operation ※ with these rules:\n- When a is a multiple of b: a ※ b = a/b + 2\n- When b is a multiple of a: a ※ b = b/a + 2\n- If neither is a multiple: a ※ b = 24\n\nProblem: Determine parameter C from equation: 970※194=8\nFormat Requirement: Put your answer in [[ ]] as a single number.", "ground_truth": {"type": "solve_c", "equation": "970※194=8", "answer": 3}}
{"data_source": "KorOperationUnicode203b", "prompt": "We define a special operation ※ with these rules:\n- When a is a multiple of b: a ※ b = a/b + 2\n- When b is a multiple of a: a ※ b = b/a + 2\n- If neither is a multiple: a ※ b = 24\n\nProblem: Solve the equation: X※4=3\nFormat Requirement: Put your answer in [[ ]] as a single number.", "ground_truth": {"type": "solve_x", "equation": "X※4=3", "solutions": [4], "C": 2}}
{"data_source": "KorOperationUnicode203b", "prompt": "We define a special operation ※ with these rules:\n- When a is a multiple of b: a ※ b = a/b + 2\n- When b is a multiple of a: a ※ b = b/a + 2\n- If neither is a multiple: a ※ b = 24\n\nProblem: Determine parameter C from equation: 60※15=7\nFormat Requirement: Put your answer in [[ ]] as a single number.", "ground_truth": {"type": "solve_c", "equation": "60※15=7", "answer": 3}}
{"data_source": "KorOperationUnicode203b", "prompt": "We define a special operation ※ with parameter C:\n- If a is a multiple of b: a ※ b = a/b + C\n- If b is a multiple of a: a ※ b = b/a + C\n- Otherwise: a ※ b = 24\n\nProblem: Compute the value of 14※2.\nFormat Requirement: Put your final answer in [[ ]] as a single number.", "ground_truth": {"type": "compute", "expression": [14, 2], "C": 1, "answer": 8}}
{"data_source": "KorOperationUnicode203b", "prompt": "We define a special operation ※ with parameter C:\n- If a is a multiple of b: a ※ b = a/b + C\n- If b is a multiple of a: a ※ b = b/a + C\n- Otherwise: a ※ b = 24\n\nProblem: Solve the equation: 4※X=4\nFormat Requirement: Put your answer in [[ ]] as a single number.", "ground_truth": {"type": "solve_x", "equation": "4※X=4", "solutions": [12], "C": 1}}
{"data_source": "KorOperationUnicode203b", "prompt": "We define a special operation ※ with parameter C:\n- If a is a multiple of b: a ※ b = a/b + C\n- If b is a multiple of a: a ※ b = b/a + C\n- Otherwise: a ※ b = 24\n\nProblem: Solve the equation: 9※X=2\nFormat Requirement: Put your answer in [[ ]] as a single number.", "ground_truth": {"type": "solve_x", "equation": "9※X=2", "solutions": [9], "C": 1}}
{"data_source": "KorOperationUnicode203b", "prompt": "We define a special operation ※ with parameter C:\n- If a is a multiple of b: a ※ b = a/b + C\n- If b is a multiple of a: a ※ b = b/a + C\n- Otherwise: a ※ b = 24\n\nProblem: Solve the equation: 23※X=6\nFormat Requirement: Put your answer in [[ ]] as a single number.", "ground_truth": {"type": "solve_x", "equation": "23※X=6", "solutions": [46], "C": 4}}
{"data_source": "KorOperationUnicode203b", "prompt": "We define a special operation ※ with parameter C:\n- If a is a multiple of b: a ※ b = a/b + C\n- If b is a multiple of a: a ※ b = b/a + C\n- Otherwise: a ※ b = 24\n\nProblem: Solve the equation: 65※X=4\nFormat Requirement: Put your answer in [[ ]] as a single number.", "ground_truth": {"type": "solve_x", "equation": "65※X=4", "solutions": [65], "C": 3}}
{"data_source": "KorOperationUnicode203b", "prompt": "We define a special operation ※ with these rules:\n- When a is a multiple of b: a ※ b = a/b + 2\n- When b is a multiple of a: a ※ b = b/a + 2\n- If neither is a multiple: a ※ b = 24\n\nProblem: Compute the value of 63※22.\nFormat Requirement: Put your final answer in [[ ]] as a single number.", "ground_truth": {"type": "compute", "expression": [63, 22], "C": 2, "answer": 24}}
{"data_source": "KorOperationUnicode203b", "prompt": "We define a special operation ※ with parameter C:\n- If a is a multiple of b: a ※ b = a/b + C\n- If b is a multiple of a: a ※ b = b/a + C\n- Otherwise: a ※ b = 24\n\nProblem: Compute the value of 8※13.\nFormat Requirement: Put your final answer in [[ ]] as a single number.", "ground_truth": {"type": "compute", "expression": [8, 13], "C": 1, "answer": 24}}
{"data_source": "KorOperationUnicode203b", "prompt": "We define a special operation ※ with these rules:\n- When a is a multiple of b: a ※ b = a/b + 2\n- When b is a multiple of a: a ※ b = b/a + 2\n- If neither is a multiple: a ※ b = 24\n\nProblem: Determine parameter C from equation: 62※31=5\nFormat Requirement: Put your answer in [[ ]] as a single number.", "ground_truth": {"type": "solve_c", "equation": "62※31=5", "answer": 3}}
{"data_source": "KorOperationUnicode203b", "prompt": "We define a special operation ※ with parameter C:\n- If a is a multiple of b: a ※ b = a/b + C\n- If b is a multiple of a: a ※ b = b/a + C\n- Otherwise: a ※ b = 24\n\nProblem: Compute the value of 1※42.\nFormat Requirement: Put your final answer in [[ ]] as a single number.", "ground_truth": {"type": "compute", "expression": [1, 42], "C": 1, "answer": 43}}
{"data_source": "KorOperationUnicode203b", "prompt": "We define a special operation ※ with these rules:\n- When a is a multiple of b: a ※ b = a/b + 2\n- When b is a multiple of a: a ※ b = b/a + 2\n- If neither is a multiple: a ※ b = 24\n\nProblem: Solve the equation: 88※X=6\nFormat Requirement: Put your answer in [[ ]] as a single number.", "ground_truth": {"type": "solve_x", "equation": "88※X=6", "solutions": [22], "C": 2}}
{"data_source": "KorOperationUnicode203b", "prompt": "We define a special operation ※ with these rules:\n- When a is a multiple of b: a ※ b = a/b + 2\n- When b is a multiple of a: a ※ b = b/a + 2\n- If neither is a multiple: a ※ b = 24\n\nProblem: Compute the value of 55※69※2.\nFormat Requirement: Put your final answer in [[ ]] as a single number.", "ground_truth": {"type": "compute", "expression": [55, 69, 2], "C": 2, "answer": 14}}
{"data_source": "KorOperationUnicode203b", "prompt": "We define a special operation ※ with parameter C:\n- If a is a multiple of b: a ※ b = a/b + C\n- If b is a multiple of a: a ※ b = b/a + C\n- Otherwise: a ※ b = 24\n\nProblem: Compute the value of 25※23※40.\nFormat Requirement: Put your final answer in [[ ]] as a single number.", "ground_truth": {"type": "compute", "expression": [25, 23, 40], "C": 1, "answer": 24}}
{"data_source": "KorOperationUnicode203b", "prompt": "We define a special operation ※ with parameter C:\n- If a is a multiple of b: a ※ b = a/b + C\n- If b is a multiple of a: a ※ b = b/a + C\n- Otherwise: a ※ b = 24\n\nProblem: Solve the equation: X※42=8\nFormat Requirement: Put your answer in [[ ]] as a single number.", "ground_truth": {"type": "solve_x", "equation": "X※42=8", "solutions": [168], "C": 4}}
{"data_source": "KorOperationUnicode203b", "prompt": "We define a special operation ※ with parameter C:\n- If a is a multiple of b: a ※ b = a/b + C\n- If b is a multiple of a: a ※ b = b/a + C\n- Otherwise: a ※ b = 24\n\nProblem: Solve the equation: 141※X=4\nFormat Requirement: Put your answer in [[ ]] as a single number.", "ground_truth": {"type": "solve_x", "equation": "141※X=4", "solutions": [141], "C": 3}}
{"data_source": "KorOperationUnicode203b", "prompt": "We define a special operation ※ with parameter C:\n- If a is a multiple of b: a ※ b = a/b + C\n- If b is a multiple of a: a ※ b = b/a + C\n- Otherwise: a ※ b = 24\n\nProblem: Compute the value of 134※99.\nFormat Requirement: Put your final answer in [[ ]] as a single number.", "ground_truth": {"type": "compute", "expression": [134, 99], "C": 4, "answer": 24}}
{"data_source": "KorOperationUnicode203b", "prompt": "We define a special operation ※ with parameter C:\n- If a is a multiple of b: a ※ b = a/b + C\n- If b is a multiple of a: a ※ b = b/a + C\n- Otherwise: a ※ b = 24\n\nProblem: Solve the equation: X※32=5\nFormat Requirement: Put your answer in [[ ]] as a single number.", "ground_truth": {"type": "solve_x", "equation": "X※32=5", "solutions": [8], "C": 1}}
{"data_source": "KorOperationUnicode203b", "prompt": "We define a special operation ※ with parameter C:\n- If a is a multiple of b: a ※ b = a/b + C\n- If b is a multiple of a: a ※ b = b/a + C\n- Otherwise: a ※ b = 24\n\nProblem: Solve the equation: X※194=5\nFormat Requirement: Put all possible solutions in [[ ]] separated by 'or', e.g., [[2or5]].", "ground_truth": {"type": "solve_x", "equation": "X※194=5", "solutions": [97, 388], "C": 3}}
{"data_source": "KorOperationUnicode203b", "prompt": "We define a special operation ※ with parameter C:\n- If a is a multiple of b: a ※ b = a/b + C\n- If b is a multiple of a: a ※ b = b/a + C\n- Otherwise: a ※ b = 24\n\nProblem: Solve the equation: X※51=7\nFormat Requirement: Put all possible solutions in [[ ]] separated by 'or', e.g., [[2or5]].", "ground_truth": {"type": "solve_x", "equation": "X※51=7", "solutions": [17, 153], "C": 4}}
{"data_source": "KorOperationUnicode203b", "prompt": "We define a special operation ※ with parameter C:\n- If a is a multiple of b: a ※ b = a/b + C\n- If b is a multiple of a: a ※ b = b/a + C\n- Otherwise: a ※ b = 24\n\nProblem: Solve the equation: X※22=3\nFormat Requirement: Put all possible solutions in [[ ]] separated by 'or', e.g., [[2or5]].", "ground_truth": {"type": "solve_x", "equation": "X※22=3", "solutions": [11, 44], "C": 1}}
{"data_source": "KorOperationUnicode203b", "prompt": "We define a special operation ※ with parameter C:\n- If a is a multiple of b: a ※ b = a/b + C\n- If b is a multiple of a: a ※ b = b/a + C\n- Otherwise: a ※ b = 24\n\nProblem: Solve the equation: X※41=6\nFormat Requirement: Put your answer in [[ ]] as a single number.", "ground_truth": {"type": "solve_x", "equation": "X※41=6", "solutions": [123], "C": 3}}
{"data_source": "KorOperationUnicode203b", "prompt": "We define a special operation ※ with these rules:\n- When a is a multiple of b: a ※ b = a/b + 2\n- When b is a multiple of a: a ※ b = b/a + 2\n- If neither is a multiple: a ※ b = 24\n\nProblem: Determine parameter C from equation: 28※7=5\nFormat Requirement: Put your answer in [[ ]] as a single number.", "ground_truth": {"type": "solve_c", "equation": "28※7=5", "answer": 1}}
{"data_source": "KorOperationUnicode203b", "prompt": "We define a special operation ※ with parameter C:\n- If a is a multiple of b: a ※ b = a/b + C\n- If b is a multiple of a: a ※ b = b/a + C\n- Otherwise: a ※ b = 24\n\nProblem: Solve the equation: X※31=3\nFormat Requirement: Put your answer in [[ ]] as a single number.", "ground_truth": {"type": "solve_x", "equation": "X※31=3", "solutions": [62], "C": 1}}
{"data_source": "KorOperationUnicode203b", "prompt": "We define a special operation ※ with these rules:\n- When a is a multiple of b: a ※ b = a/b + 2\n- When b is a multiple of a: a ※ b = b/a + 2\n- If neither is a multiple: a ※ b = 24\n\nProblem: Compute the value of 61※38.\nFormat Requirement: Put your final answer in [[ ]] as a single number.", "ground_truth": {"type": "compute", "expression": [61, 38], "C": 2, "answer": 24}}
{"data_source": "KorOperationUnicode203b", "prompt": "We define a special operation ※ with parameter C:\n- If a is a multiple of b: a ※ b = a/b + C\n- If b is a multiple of a: a ※ b = b/a + C\n- Otherwise: a ※ b = 24\n\nProblem: Compute the value of 71※112.\nFormat Requirement: Put your final answer in [[ ]] as a single number.", "ground_truth": {"type": "compute", "expression": [71, 112], "C": 4, "answer": 24}}
{"data_source": "KorOperationUnicode203b", "prompt": "We define a special operation ※ with parameter C:\n- If a is a multiple of b: a ※ b = a/b + C\n- If b is a multiple of a: a ※ b = b/a + C\n- Otherwise: a ※ b = 24\n\nProblem: Compute the value of 29※7.\nFormat Requirement: Put your final answer in [[ ]] as a single number.", "ground_truth": {"type": "compute", "expression": [29, 7], "C": 1, "answer": 24}}
{"data_source": "KorOperationUnicode203b", "prompt": "We define a special operation ※ with parameter C:\n- If a is a multiple of b: a ※ b = a/b + C\n- If b is a multiple of a: a ※ b = b/a + C\n- Otherwise: a ※ b = 24\n\nProblem: Solve the equation: X※61=7\nFormat Requirement: Put your answer in [[ ]] as a single number.", "ground_truth": {"type": "solve_x", "equation": "X※61=7", "solutions": [244], "C": 3}}
{"data_source": "KorOperationUnicode203b", "prompt": "We define a special operation ※ with parameter C:\n- If a is a multiple of b: a ※ b = a/b + C\n- If b is a multiple of a: a ※ b = b/a + C\n- Otherwise: a ※ b = 24\n\nProblem: Solve the equation: X※70=5\nFormat Requirement: Put your answer in [[ ]] as a single number.", "ground_truth": {"type": "solve_x", "equation": "X※70=5", "solutions": [70], "C": 4}}
{"data_source": "KorOperationUnicode203b", "prompt": "We define a special operation ※ with parameter C:\n- If a is a multiple of b: a ※ b = a/b + C\n- If b is a multiple of a: a ※ b = b/a + C\n- Otherwise: a ※ b = 24\n\nProblem: Compute the value of 29※36.\nFormat Requirement: Put your final answer in [[ ]] as a single number.", "ground_truth": {"type": "compute", "expression": [29, 36], "C": 1, "answer": 24}}
{"data_source": "KorOperationUnicode203b", "prompt": "We define a special operation ※ with these rules:\n- When a is a multiple of b: a ※ b = a/b + 2\n- When b is a multiple of a: a ※ b = b/a + 2\n- If neither is a multiple: a ※ b = 24\n\nProblem: Determine parameter C from equation: 183※61=7\nFormat Requirement: Put your answer in [[ ]] as a single number.", "ground_truth": {"type": "solve_c", "equation": "183※61=7", "answer": 4}}
{"data_source": "KorOperationUnicode203b", "prompt": "We define a special operation ※ with parameter C:\n- If a is a multiple of b: a ※ b = a/b + C\n- If b is a multiple of a: a ※ b = b/a + C\n- Otherwise: a ※ b = 24\n\nProblem: Compute the value of 21※36※27.\nFormat Requirement: Put your final answer in [[ ]] as a single number.", "ground_truth": {"type": "compute", "expression": [21, 36, 27], "C": 1, "answer": 24}}
{"data_source": "KorOperationUnicode203b", "prompt": "We define a special operation ※ with these rules:\n- When a is a multiple of b: a ※ b = a/b + 2\n- When b is a multiple of a: a ※ b = b/a + 2\n- If neither is a multiple: a ※ b = 24\n\nProblem: Solve the equation: 7※X=6\nFormat Requirement: Put your answer in [[ ]] as a single number.", "ground_truth": {"type": "solve_x", "equation": "7※X=6", "solutions": [28], "C": 2}}
{"data_source": "KorOperationUnicode203b", "prompt": "We define a special operation ※ with these rules:\n- When a is a multiple of b: a ※ b = a/b + 2\n- When b is a multiple of a: a ※ b = b/a + 2\n- If neither is a multiple: a ※ b = 24\n\nProblem: Compute the value of 94※92※51.\nFormat Requirement: Put your final answer in [[ ]] as a single number.", "ground_truth": {"type": "compute", "expression": [94, 92, 51], "C": 2, "answer": 24}}
{"data_source": "KorOperationUnicode203b", "prompt": "We define a special operation ※ with these rules:\n- When a is a multiple of b: a ※ b = a/b + 2\n- When b is a multiple of a: a ※ b = b/a + 2\n- If neither is a multiple: a ※ b = 24\n\nProblem: Solve the equation: 25※X=5\nFormat Requirement: Put your answer in [[ ]] as a single number.", "ground_truth": {"type": "solve_x", "equation": "25※X=5", "solutions": [75], "C": 2}}
{"data_source": "KorOperationUnicode203b", "prompt": "We define a special operation ※ with parameter C:\n- If a is a multiple of b: a ※ b = a/b + C\n- If b is a multiple of a: a ※ b = b/a + C\n- Otherwise: a ※ b = 24\n\nProblem: Compute the value of 28※37※45.\nFormat Requirement: Put your final answer in [[ ]] as a single number.", "ground_truth": {"type": "compute", "expression": [28, 37, 45], "C": 1, "answer": 24}}
{"data_source": "KorOperationUnicode203b", "prompt": "We define a special operation ※ with these rules:\n- When a is a multiple of b: a ※ b = a/b + 2\n- When b is a multiple of a: a ※ b = b/a + 2\n- If neither is a multiple: a ※ b = 24\n\nProblem: Determine parameter C from equation: 99※33=7\nFormat Requirement: Put your answer in [[ ]] as a single number.", "ground_truth": {"type": "solve_c", "equation": "99※33=7", "answer": 4}}
{"data_source": "KorOperationUnicode203b", "prompt": "We define a special operation ※ with parameter C:\n- If a is a multiple of b: a ※ b = a/b + C\n- If b is a multiple of a: a ※ b = b/a + C\n- Otherwise: a ※ b = 24\n\nProblem: Compute the value of 49※42.\nFormat Requirement: Put your final answer in [[ ]] as a single number.", "ground_truth": {"type": "compute", "expression": [49, 42], "C": 1, "answer": 24}}
{"data_source": "KorOperationUnicode203b", "prompt": "We define a special operation ※ with parameter C:\n- If a is a multiple of b: a ※ b = a/b + C\n- If b is a multiple of a: a ※ b = b/a + C\n- Otherwise: a ※ b = 24\n\nProblem: Compute the value of 150※4.\nFormat Requirement: Put your final answer in [[ ]] as a single number.", "ground_truth": {"type": "compute", "expression": [150, 4], "C": 4, "answer": 24}}
{"data_source": "KorOperationUnicode203b", "prompt": "We define a special operation ※ with these rules:\n- When a is a multiple of b: a ※ b = a/b + 2\n- When b is a multiple of a: a ※ b = b/a + 2\n- If neither is a multiple: a ※ b = 24\n\nProblem: Determine parameter C from equation: 72※18=6\nFormat Requirement: Put your answer in [[ ]] as a single number.", "ground_truth": {"type": "solve_c", "equation": "72※18=6", "answer": 2}}
{"data_source": "KorOperationUnicode203b", "prompt": "We define a special operation ※ with parameter C:\n- If a is a multiple of b: a ※ b = a/b + C\n- If b is a multiple of a: a ※ b = b/a + C\n- Otherwise: a ※ b = 24\n\nProblem: Compute the value of 188※42※93.\nFormat Requirement: Put your final answer in [[ ]] as a single number.", "ground_truth": {"type": "compute", "expression": [188, 42, 93], "C": 3, "answer": 24}}
{"data_source": "KorOperationUnicode203b", "prompt": "We define a special operation ※ with parameter C:\n- If a is a multiple of b: a ※ b = a/b + C\n- If b is a multiple of a: a ※ b = b/a + C\n- Otherwise: a ※ b = 24\n\nProblem: Solve the equation: X※176=5\nFormat Requirement: Put all possible solutions in [[ ]] separated by 'or', e.g., [[2or5]].", "ground_truth": {"type": "solve_x", "equation": "X※176=5", "solutions": [88, 352], "C": 3}}
{"data_source": "KorOperationUnicode203b", "prompt": "We define a special operation ※ with parameter C:\n- If a is a multiple of b: a ※ b = a/b + C\n- If b is a multiple of a: a ※ b = b/a + C\n- Otherwise: a ※ b = 24\n\nProblem: Solve the equation: 95※X=5\nFormat Requirement: Put your answer in [[ ]] as a single number.", "ground_truth": {"type": "solve_x", "equation": "95※X=5", "solutions": [190], "C": 3}}
{"data_source": "KorOperationUnicode203b", "prompt": "We define a special operation ※ with these rules:\n- When a is a multiple of b: a ※ b = a/b + 2\n- When b is a multiple of a: a ※ b = b/a + 2\n- If neither is a multiple: a ※ b = 24\n\nProblem: Determine parameter C from equation: 39※156=6\nFormat Requirement: Put your answer in [[ ]] as a single number.", "ground_truth": {"type": "solve_c", "equation": "39※156=6", "answer": 2}}
{"data_source": "KorOperationUnicode203b", "prompt": "We define a special operation ※ with these rules:\n- When a is a multiple of b: a ※ b = a/b + 2\n- When b is a multiple of a: a ※ b = b/a + 2\n- If neither is a multiple: a ※ b = 24\n\nProblem: Determine parameter C from equation: 37※148=5\nFormat Requirement: Put your answer in [[ ]] as a single number.", "ground_truth": {"type": "solve_c", "equation": "37※148=5", "answer": 1}}
{"data_source": "KorOperationUnicode203b", "prompt": "We define a special operation ※ with these rules:\n- When a is a multiple of b: a ※ b = a/b + 2\n- When b is a multiple of a: a ※ b = b/a + 2\n- If neither is a multiple: a ※ b = 24\n\nProblem: Determine parameter C from equation: 143※429=6\nFormat Requirement: Put your answer in [[ ]] as a single number.", "ground_truth": {"type": "solve_c", "equation": "143※429=6", "answer": 3}}
{"data_source": "KorOperationUnicode203b", "prompt": "We define a special operation ※ with parameter C:\n- If a is a multiple of b: a ※ b = a/b + C\n- If b is a multiple of a: a ※ b = b/a + C\n- Otherwise: a ※ b = 24\n\nProblem: Solve the equation: 6※X=6\nFormat Requirement: Put all possible solutions in [[ ]] separated by 'or', e.g., [[2or5]].", "ground_truth": {"type": "solve_x", "equation": "6※X=6", "solutions": [3, 12], "C": 4}}
{"data_source": "KorOperationUnicode203b", "prompt": "We define a special operation ※ with parameter C:\n- If a is a multiple of b: a ※ b = a/b + C\n- If b is a multiple of a: a ※ b = b/a + C\n- Otherwise: a ※ b = 24\n\nProblem: Compute the value of 38※6.\nFormat Requirement: Put your final answer in [[ ]] as a single number.", "ground_truth": {"type": "compute", "expression": [38, 6], "C": 4, "answer": 24}}
{"data_source": "KorOperationUnicode203b", "prompt": "We define a special operation ※ with these rules:\n- When a is a multiple of b: a ※ b = a/b + 2\n- When b is a multiple of a: a ※ b = b/a + 2\n- If neither is a multiple: a ※ b = 24\n\nProblem: Determine parameter C from equation: 16※64=7\nFormat Requirement: Put your answer in [[ ]] as a single number.", "ground_truth": {"type": "solve_c", "equation": "16※64=7", "answer": 3}}
{"data_source": "KorOperationUnicode203b", "prompt": "We define a special operation ※ with these rules:\n- When a is a multiple of b: a ※ b = a/b + 2\n- When b is a multiple of a: a ※ b = b/a + 2\n- If neither is a multiple: a ※ b = 24\n\nProblem: Determine parameter C from equation: 52※208=8\nFormat Requirement: Put your answer in [[ ]] as a single number.", "ground_truth": {"type": "solve_c", "equation": "52※208=8", "answer": 4}}
{"data_source": "KorOperationUnicode203b", "prompt": "We define a special operation ※ with parameter C:\n- If a is a multiple of b: a ※ b = a/b + C\n- If b is a multiple of a: a ※ b = b/a + C\n- Otherwise: a ※ b = 24\n\nProblem: Solve the equation: X※21=9\nFormat Requirement: Put your answer in [[ ]] as a single number.", "ground_truth": {"type": "solve_x", "equation": "X※21=9", "solutions": [105], "C": 4}}
{"data_source": "KorOperationUnicode203b", "prompt": "We define a special operation ※ with parameter C:\n- If a is a multiple of b: a ※ b = a/b + C\n- If b is a multiple of a: a ※ b = b/a + C\n- Otherwise: a ※ b = 24\n\nProblem: Compute the value of 198※177※155※144.\nFormat Requirement: Put your final answer in [[ ]] as a single number.", "ground_truth": {"type": "compute", "expression": [198, 177, 155, 144], "C": 3, "answer": 9}}
{"data_source": "KorOperationUnicode203b", "prompt": "We define a special operation ※ with these rules:\n- When a is a multiple of b: a ※ b = a/b + 2\n- When b is a multiple of a: a ※ b = b/a + 2\n- If neither is a multiple: a ※ b = 24\n\nProblem: Determine parameter C from equation: 52※260=7\nFormat Requirement: Put your answer in [[ ]] as a single number.", "ground_truth": {"type": "solve_c", "equation": "52※260=7", "answer": 2}}
{"data_source": "KorOperationUnicode203b", "prompt": "We define a special operation ※ with parameter C:\n- If a is a multiple of b: a ※ b = a/b + C\n- If b is a multiple of a: a ※ b = b/a + C\n- Otherwise: a ※ b = 24\n\nProblem: Compute the value of 11※87.\nFormat Requirement: Put your final answer in [[ ]] as a single number.", "ground_truth": {"type": "compute", "expression": [11, 87], "C": 3, "answer": 24}}
{"data_source": "KorOperationUnicode203b", "prompt": "We define a special operation ※ with these rules:\n- When a is a multiple of b: a ※ b = a/b + 2\n- When b is a multiple of a: a ※ b = b/a + 2\n- If neither is a multiple: a ※ b = 24\n\nProblem: Compute the value of 31※16.\nFormat Requirement: Put your final answer in [[ ]] as a single number.", "ground_truth": {"type": "compute", "expression": [31, 16], "C": 2, "answer": 24}}