mirror of
https://github.com/InternLM/InternBootcamp.git
synced 2026-04-19 12:58:04 +00:00
* 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
100 lines
41 KiB
JSON
100 lines
41 KiB
JSON
{"data_source": "KorOperationUnicode2295", "prompt": "a⊕b=a+bi.\nIf (7⊕-8) * (X⊕0) = -53.2 + 60.8i, find X. The answer should only be given as a number. Please wrap your answer in double square brackets, like this: [[answer]].", "ground_truth": {"type": "equation", "left_operands": [{"a": 7, "b": -8}, {"a": "X", "b": 0}], "operator": "*", "target_real": -53.2, "target_imag": 60.8, "unknown": {"operand_index": 1, "part": "a"}, "solution": -7.6}}
|
|
{"data_source": "KorOperationUnicode2295", "prompt": "a⊕b=a+bi.\nIf (X⊕3) * (-2⊕-7) = 14.4 - 29.1i, find X. The answer should only be given as a number. Please wrap your answer in double square brackets, like this: [[answer]].", "ground_truth": {"type": "equation", "left_operands": [{"a": "X", "b": 3}, {"a": -2, "b": -7}], "operator": "*", "target_real": 14.4, "target_imag": -29.1, "unknown": {"operand_index": 0, "part": "a"}, "solution": 3.3}}
|
|
{"data_source": "KorOperationUnicode2295", "prompt": "a⊕b=a+bi.\nCompute (3⊕1) + (-5⊕4). If the answer is a complex number, write it in the form x + yi. Please wrap your answer in double square brackets, like this: [[answer]].", "ground_truth": {"type": "compute", "operator": "+", "left_a": 3, "left_b": 1, "right_a": -5, "right_b": 4, "solution_real": -2, "solution_imag": 5}}
|
|
{"data_source": "KorOperationUnicode2295", "prompt": "a⊕b=a+bi.\nCompute (-5⊕7) / (-4⊕-19). If the answer is a complex number, write it in the form x + yi. Please wrap your answer in double square brackets, like this: [[answer]].", "ground_truth": {"type": "compute", "operator": "/", "left_a": -5, "left_b": 7, "right_a": -4, "right_b": -19, "solution_real": -0.3, "solution_imag": -0.33}}
|
|
{"data_source": "KorOperationUnicode2295", "prompt": "a⊕b=a+bi.\nIf (-17⊕6) + (18⊕X) = 1 + 20.9i, find X. The answer should only be given as a number. Please wrap your answer in double square brackets, like this: [[answer]].", "ground_truth": {"type": "equation", "left_operands": [{"a": -17, "b": 6}, {"a": 18, "b": "X"}], "operator": "+", "target_real": 1, "target_imag": 20.9, "unknown": {"operand_index": 1, "part": "b"}, "solution": 14.9}}
|
|
{"data_source": "KorOperationUnicode2295", "prompt": "a⊕b=a+bi.\nIf (X⊕7) * (-2⊕3) = -19.2 - 16.7i, find X. The answer should only be given as a number. Please wrap your answer in double square brackets, like this: [[answer]].", "ground_truth": {"type": "equation", "left_operands": [{"a": "X", "b": 7}, {"a": -2, "b": 3}], "operator": "*", "target_real": -19.2, "target_imag": -16.7, "unknown": {"operand_index": 0, "part": "a"}, "solution": -0.9}}
|
|
{"data_source": "KorOperationUnicode2295", "prompt": "a⊕b=a+bi.\nIf (7⊕X) * (2⊕0) = 14 + 14.8i, find X. The answer should only be given as a number. Please wrap your answer in double square brackets, like this: [[answer]].", "ground_truth": {"type": "equation", "left_operands": [{"a": 7, "b": "X"}, {"a": 2, "b": 0}], "operator": "*", "target_real": 14.0, "target_imag": 14.8, "unknown": {"operand_index": 0, "part": "b"}, "solution": 7.4}}
|
|
{"data_source": "KorOperationUnicode2295", "prompt": "a⊕b=a+bi.\nIf (-14⊕18) - (16⊕X) = -30 + 24.3i, find X. The answer should only be given as a number. Please wrap your answer in double square brackets, like this: [[answer]].", "ground_truth": {"type": "equation", "left_operands": [{"a": -14, "b": 18}, {"a": 16, "b": "X"}], "operator": "-", "target_real": -30, "target_imag": 24.3, "unknown": {"operand_index": 1, "part": "b"}, "solution": -6.3}}
|
|
{"data_source": "KorOperationUnicode2295", "prompt": "a⊕b=a+bi.\nIf (7⊕X) - (-13⊕-11) = 20 + 7.9i, find X. The answer should only be given as a number. Please wrap your answer in double square brackets, like this: [[answer]].", "ground_truth": {"type": "equation", "left_operands": [{"a": 7, "b": "X"}, {"a": -13, "b": -11}], "operator": "-", "target_real": 20, "target_imag": 7.9, "unknown": {"operand_index": 0, "part": "b"}, "solution": -3.1}}
|
|
{"data_source": "KorOperationUnicode2295", "prompt": "a⊕b=a+bi.\nCompute (-4⊕3) - (1⊕-1). If the answer is a complex number, write it in the form x + yi. Please wrap your answer in double square brackets, like this: [[answer]].", "ground_truth": {"type": "compute", "operator": "-", "left_a": -4, "left_b": 3, "right_a": 1, "right_b": -1, "solution_real": -5, "solution_imag": 4}}
|
|
{"data_source": "KorOperationUnicode2295", "prompt": "a⊕b=a+bi.\nCompute (-2⊕3) * (2⊕-2). If the answer is a complex number, write it in the form x + yi. Please wrap your answer in double square brackets, like this: [[answer]].", "ground_truth": {"type": "compute", "operator": "*", "left_a": -2, "left_b": 3, "right_a": 2, "right_b": -2, "solution_real": 2, "solution_imag": 10}}
|
|
{"data_source": "KorOperationUnicode2295", "prompt": "a⊕b=a+bi.\nIf (10⊕4) - (X⊕-7) = 6.1 + 11i, find X. The answer should only be given as a number. Please wrap your answer in double square brackets, like this: [[answer]].", "ground_truth": {"type": "equation", "left_operands": [{"a": 10, "b": 4}, {"a": "X", "b": -7}], "operator": "-", "target_real": 6.1, "target_imag": 11, "unknown": {"operand_index": 1, "part": "a"}, "solution": 3.9}}
|
|
{"data_source": "KorOperationUnicode2295", "prompt": "a⊕b=a+bi.\nIf (1⊕9) * (-6⊕X) = 33.6 - 58.4i, find X. The answer should only be given as a number. Please wrap your answer in double square brackets, like this: [[answer]].", "ground_truth": {"type": "equation", "left_operands": [{"a": 1, "b": 9}, {"a": -6, "b": "X"}], "operator": "*", "target_real": 33.6, "target_imag": -58.4, "unknown": {"operand_index": 1, "part": "b"}, "solution": -4.4}}
|
|
{"data_source": "KorOperationUnicode2295", "prompt": "a⊕b=a+bi.\nIf (X⊕12) + (16⊕14) = 25 + 26i, find X. The answer should only be given as a number. Please wrap your answer in double square brackets, like this: [[answer]].", "ground_truth": {"type": "equation", "left_operands": [{"a": "X", "b": 12}, {"a": 16, "b": 14}], "operator": "+", "target_real": 25.0, "target_imag": 26, "unknown": {"operand_index": 0, "part": "a"}, "solution": 9.0}}
|
|
{"data_source": "KorOperationUnicode2295", "prompt": "a⊕b=a+bi.\nCompute (-7⊕-5) * (-5⊕-7). If the answer is a complex number, write it in the form x + yi. Please wrap your answer in double square brackets, like this: [[answer]].", "ground_truth": {"type": "compute", "operator": "*", "left_a": -7, "left_b": -5, "right_a": -5, "right_b": -7, "solution_real": 0, "solution_imag": 74}}
|
|
{"data_source": "KorOperationUnicode2295", "prompt": "a⊕b=a+bi.\nIf (X⊕-8) - (3⊕-4) = -1.5 - 4i, find X. The answer should only be given as a number. Please wrap your answer in double square brackets, like this: [[answer]].", "ground_truth": {"type": "equation", "left_operands": [{"a": "X", "b": -8}, {"a": 3, "b": -4}], "operator": "-", "target_real": -1.5, "target_imag": -4, "unknown": {"operand_index": 0, "part": "a"}, "solution": 1.5}}
|
|
{"data_source": "KorOperationUnicode2295", "prompt": "a⊕b=a+bi.\nCompute (2⊕0) + (1⊕0). If the answer is a complex number, write it in the form x + yi. Please wrap your answer in double square brackets, like this: [[answer]].", "ground_truth": {"type": "compute", "operator": "+", "left_a": 2, "left_b": 0, "right_a": 1, "right_b": 0, "solution_real": 3, "solution_imag": 0}}
|
|
{"data_source": "KorOperationUnicode2295", "prompt": "a⊕b=a+bi.\nIf (-3⊕6) / (X⊕-9) = -0.7 - 0.26i, find X. The answer should only be given as a number. Please wrap your answer in double square brackets, like this: [[answer]].", "ground_truth": {"type": "equation", "left_operands": [{"a": -3, "b": 6}, {"a": "X", "b": -9}], "operator": "/", "target_real": -0.7, "target_imag": -0.26, "unknown": {"operand_index": 1, "part": "a"}, "solution": 1.0}}
|
|
{"data_source": "KorOperationUnicode2295", "prompt": "a⊕b=a+bi.\nIf (2⊕X) + (-5⊕2) = -3 + 6.7i, find X. The answer should only be given as a number. Please wrap your answer in double square brackets, like this: [[answer]].", "ground_truth": {"type": "equation", "left_operands": [{"a": 2, "b": "X"}, {"a": -5, "b": 2}], "operator": "+", "target_real": -3, "target_imag": 6.7, "unknown": {"operand_index": 0, "part": "b"}, "solution": 4.7}}
|
|
{"data_source": "KorOperationUnicode2295", "prompt": "a⊕b=a+bi.\nIf (5⊕7) - (-19⊕X) = 24 + 17.9i, find X. The answer should only be given as a number. Please wrap your answer in double square brackets, like this: [[answer]].", "ground_truth": {"type": "equation", "left_operands": [{"a": 5, "b": 7}, {"a": -19, "b": "X"}], "operator": "-", "target_real": 24, "target_imag": 17.9, "unknown": {"operand_index": 1, "part": "b"}, "solution": -10.9}}
|
|
{"data_source": "KorOperationUnicode2295", "prompt": "a⊕b=a+bi.\nCompute (-4⊕5) * (-1⊕-5). If the answer is a complex number, write it in the form x + yi. Please wrap your answer in double square brackets, like this: [[answer]].", "ground_truth": {"type": "compute", "operator": "*", "left_a": -4, "left_b": 5, "right_a": -1, "right_b": -5, "solution_real": 29, "solution_imag": 15}}
|
|
{"data_source": "KorOperationUnicode2295", "prompt": "a⊕b=a+bi.\nIf (X⊕5) - (-11⊕7) = 21.7 - 2i, find X. The answer should only be given as a number. Please wrap your answer in double square brackets, like this: [[answer]].", "ground_truth": {"type": "equation", "left_operands": [{"a": "X", "b": 5}, {"a": -11, "b": 7}], "operator": "-", "target_real": 21.7, "target_imag": -2, "unknown": {"operand_index": 0, "part": "a"}, "solution": 10.7}}
|
|
{"data_source": "KorOperationUnicode2295", "prompt": "a⊕b=a+bi.\nCompute (2⊕-5) - (-3⊕-5). If the answer is a complex number, write it in the form x + yi. Please wrap your answer in double square brackets, like this: [[answer]].", "ground_truth": {"type": "compute", "operator": "-", "left_a": 2, "left_b": -5, "right_a": -3, "right_b": -5, "solution_real": 5, "solution_imag": 0}}
|
|
{"data_source": "KorOperationUnicode2295", "prompt": "a⊕b=a+bi.\nCompute (4⊕-1) - (0⊕5). If the answer is a complex number, write it in the form x + yi. Please wrap your answer in double square brackets, like this: [[answer]].", "ground_truth": {"type": "compute", "operator": "-", "left_a": 4, "left_b": -1, "right_a": 0, "right_b": 5, "solution_real": 4, "solution_imag": -6}}
|
|
{"data_source": "KorOperationUnicode2295", "prompt": "a⊕b=a+bi.\nCompute (-7⊕2) - (10⊕-4). If the answer is a complex number, write it in the form x + yi. Please wrap your answer in double square brackets, like this: [[answer]].", "ground_truth": {"type": "compute", "operator": "-", "left_a": -7, "left_b": 2, "right_a": 10, "right_b": -4, "solution_real": -17, "solution_imag": 6}}
|
|
{"data_source": "KorOperationUnicode2295", "prompt": "a⊕b=a+bi.\nIf (10⊕8) - (-6⊕X) = 16 + 3.6i, find X. The answer should only be given as a number. Please wrap your answer in double square brackets, like this: [[answer]].", "ground_truth": {"type": "equation", "left_operands": [{"a": 10, "b": 8}, {"a": -6, "b": "X"}], "operator": "-", "target_real": 16, "target_imag": 3.6, "unknown": {"operand_index": 1, "part": "b"}, "solution": 4.4}}
|
|
{"data_source": "KorOperationUnicode2295", "prompt": "a⊕b=a+bi.\nCompute (6⊕5) - (5⊕-6). If the answer is a complex number, write it in the form x + yi. Please wrap your answer in double square brackets, like this: [[answer]].", "ground_truth": {"type": "compute", "operator": "-", "left_a": 6, "left_b": 5, "right_a": 5, "right_b": -6, "solution_real": 1, "solution_imag": 11}}
|
|
{"data_source": "KorOperationUnicode2295", "prompt": "a⊕b=a+bi.\nIf (7⊕-9) + (-3⊕X) = 4 - 2.6i, find X. The answer should only be given as a number. Please wrap your answer in double square brackets, like this: [[answer]].", "ground_truth": {"type": "equation", "left_operands": [{"a": 7, "b": -9}, {"a": -3, "b": "X"}], "operator": "+", "target_real": 4, "target_imag": -2.6, "unknown": {"operand_index": 1, "part": "b"}, "solution": 6.4}}
|
|
{"data_source": "KorOperationUnicode2295", "prompt": "a⊕b=a+bi.\nCompute (-3⊕2) - (-2⊕-1). If the answer is a complex number, write it in the form x + yi. Please wrap your answer in double square brackets, like this: [[answer]].", "ground_truth": {"type": "compute", "operator": "-", "left_a": -3, "left_b": 2, "right_a": -2, "right_b": -1, "solution_real": -1, "solution_imag": 3}}
|
|
{"data_source": "KorOperationUnicode2295", "prompt": "a⊕b=a+bi.\nIf (5⊕-4) * (4⊕X) = 26.4 - 8i, find X. The answer should only be given as a number. Please wrap your answer in double square brackets, like this: [[answer]].", "ground_truth": {"type": "equation", "left_operands": [{"a": 5, "b": -4}, {"a": 4, "b": "X"}], "operator": "*", "target_real": 26.4, "target_imag": -8.0, "unknown": {"operand_index": 1, "part": "b"}, "solution": 1.6}}
|
|
{"data_source": "KorOperationUnicode2295", "prompt": "a⊕b=a+bi.\nIf (X⊕4) - (-3⊕-2) = 10.3 + 6i, find X. The answer should only be given as a number. Please wrap your answer in double square brackets, like this: [[answer]].", "ground_truth": {"type": "equation", "left_operands": [{"a": "X", "b": 4}, {"a": -3, "b": -2}], "operator": "-", "target_real": 10.3, "target_imag": 6, "unknown": {"operand_index": 0, "part": "a"}, "solution": 7.3}}
|
|
{"data_source": "KorOperationUnicode2295", "prompt": "a⊕b=a+bi.\nCompute (-6⊕6) * (8⊕-7). If the answer is a complex number, write it in the form x + yi. Please wrap your answer in double square brackets, like this: [[answer]].", "ground_truth": {"type": "compute", "operator": "*", "left_a": -6, "left_b": 6, "right_a": 8, "right_b": -7, "solution_real": -6, "solution_imag": 90}}
|
|
{"data_source": "KorOperationUnicode2295", "prompt": "a⊕b=a+bi.\nIf (-6⊕X) * (-5⊕5) = 36.5 - 23.5i, find X. The answer should only be given as a number. Please wrap your answer in double square brackets, like this: [[answer]].", "ground_truth": {"type": "equation", "left_operands": [{"a": -6, "b": "X"}, {"a": -5, "b": 5}], "operator": "*", "target_real": 36.5, "target_imag": -23.5, "unknown": {"operand_index": 0, "part": "b"}, "solution": -1.3}}
|
|
{"data_source": "KorOperationUnicode2295", "prompt": "a⊕b=a+bi.\nCompute (5⊕5) + (-1⊕-5). If the answer is a complex number, write it in the form x + yi. Please wrap your answer in double square brackets, like this: [[answer]].", "ground_truth": {"type": "compute", "operator": "+", "left_a": 5, "left_b": 5, "right_a": -1, "right_b": -5, "solution_real": 4, "solution_imag": 0}}
|
|
{"data_source": "KorOperationUnicode2295", "prompt": "a⊕b=a+bi.\nIf (-1⊕X) * (5⊕-2) = -3.4 + 6i, find X. The answer should only be given as a number. Please wrap your answer in double square brackets, like this: [[answer]].", "ground_truth": {"type": "equation", "left_operands": [{"a": -1, "b": "X"}, {"a": 5, "b": -2}], "operator": "*", "target_real": -3.4, "target_imag": 6.0, "unknown": {"operand_index": 0, "part": "b"}, "solution": 0.8}}
|
|
{"data_source": "KorOperationUnicode2295", "prompt": "a⊕b=a+bi.\nCompute (2⊕0) * (-3⊕5). If the answer is a complex number, write it in the form x + yi. Please wrap your answer in double square brackets, like this: [[answer]].", "ground_truth": {"type": "compute", "operator": "*", "left_a": 2, "left_b": 0, "right_a": -3, "right_b": 5, "solution_real": -6, "solution_imag": 10}}
|
|
{"data_source": "KorOperationUnicode2295", "prompt": "a⊕b=a+bi.\nCompute (-4⊕2) - (3⊕0). If the answer is a complex number, write it in the form x + yi. Please wrap your answer in double square brackets, like this: [[answer]].", "ground_truth": {"type": "compute", "operator": "-", "left_a": -4, "left_b": 2, "right_a": 3, "right_b": 0, "solution_real": -7, "solution_imag": 2}}
|
|
{"data_source": "KorOperationUnicode2295", "prompt": "a⊕b=a+bi.\nCompute (-3⊕6) + (6⊕4). If the answer is a complex number, write it in the form x + yi. Please wrap your answer in double square brackets, like this: [[answer]].", "ground_truth": {"type": "compute", "operator": "+", "left_a": -3, "left_b": 6, "right_a": 6, "right_b": 4, "solution_real": 3, "solution_imag": 10}}
|
|
{"data_source": "KorOperationUnicode2295", "prompt": "a⊕b=a+bi.\nIf (8⊕5) - (X⊕2) = 6.2 + 3i, find X. The answer should only be given as a number. Please wrap your answer in double square brackets, like this: [[answer]].", "ground_truth": {"type": "equation", "left_operands": [{"a": 8, "b": 5}, {"a": "X", "b": 2}], "operator": "-", "target_real": 6.2, "target_imag": 3, "unknown": {"operand_index": 1, "part": "a"}, "solution": 1.8}}
|
|
{"data_source": "KorOperationUnicode2295", "prompt": "a⊕b=a+bi.\nIf (0⊕3) - (-3⊕X) = 3 - 16.3i, find X. The answer should only be given as a number. Please wrap your answer in double square brackets, like this: [[answer]].", "ground_truth": {"type": "equation", "left_operands": [{"a": 0, "b": 3}, {"a": -3, "b": "X"}], "operator": "-", "target_real": 3, "target_imag": -16.3, "unknown": {"operand_index": 1, "part": "b"}, "solution": 19.3}}
|
|
{"data_source": "KorOperationUnicode2295", "prompt": "a⊕b=a+bi.\nCompute (1⊕2) * (-2⊕0). If the answer is a complex number, write it in the form x + yi. Please wrap your answer in double square brackets, like this: [[answer]].", "ground_truth": {"type": "compute", "operator": "*", "left_a": 1, "left_b": 2, "right_a": -2, "right_b": 0, "solution_real": -2, "solution_imag": -4}}
|
|
{"data_source": "KorOperationUnicode2295", "prompt": "a⊕b=a+bi.\nIf (-12⊕-8) - (16⊕X) = -28 - 4.9i, find X. The answer should only be given as a number. Please wrap your answer in double square brackets, like this: [[answer]].", "ground_truth": {"type": "equation", "left_operands": [{"a": -12, "b": -8}, {"a": 16, "b": "X"}], "operator": "-", "target_real": -28, "target_imag": -4.9, "unknown": {"operand_index": 1, "part": "b"}, "solution": -3.1}}
|
|
{"data_source": "KorOperationUnicode2295", "prompt": "a⊕b=a+bi.\nCompute (2⊕2) - (-2⊕-1). If the answer is a complex number, write it in the form x + yi. Please wrap your answer in double square brackets, like this: [[answer]].", "ground_truth": {"type": "compute", "operator": "-", "left_a": 2, "left_b": 2, "right_a": -2, "right_b": -1, "solution_real": 4, "solution_imag": 3}}
|
|
{"data_source": "KorOperationUnicode2295", "prompt": "a⊕b=a+bi.\nIf (X⊕13) + (12⊕-2) = 18.3 + 11i, find X. The answer should only be given as a number. Please wrap your answer in double square brackets, like this: [[answer]].", "ground_truth": {"type": "equation", "left_operands": [{"a": "X", "b": 13}, {"a": 12, "b": -2}], "operator": "+", "target_real": 18.3, "target_imag": 11, "unknown": {"operand_index": 0, "part": "a"}, "solution": 6.3}}
|
|
{"data_source": "KorOperationUnicode2295", "prompt": "a⊕b=a+bi.\nCompute (5⊕2) - (3⊕-2). If the answer is a complex number, write it in the form x + yi. Please wrap your answer in double square brackets, like this: [[answer]].", "ground_truth": {"type": "compute", "operator": "-", "left_a": 5, "left_b": 2, "right_a": 3, "right_b": -2, "solution_real": 2, "solution_imag": 4}}
|
|
{"data_source": "KorOperationUnicode2295", "prompt": "a⊕b=a+bi.\nIf (18⊕-19) * (X⊕-11) = -493.4 + 102.2i, find X. The answer should only be given as a number. Please wrap your answer in double square brackets, like this: [[answer]].", "ground_truth": {"type": "equation", "left_operands": [{"a": 18, "b": -19}, {"a": "X", "b": -11}], "operator": "*", "target_real": -493.4, "target_imag": 102.2, "unknown": {"operand_index": 1, "part": "a"}, "solution": -15.8}}
|
|
{"data_source": "KorOperationUnicode2295", "prompt": "a⊕b=a+bi.\nCompute (7⊕6) + (-5⊕-5). If the answer is a complex number, write it in the form x + yi. Please wrap your answer in double square brackets, like this: [[answer]].", "ground_truth": {"type": "compute", "operator": "+", "left_a": 7, "left_b": 6, "right_a": -5, "right_b": -5, "solution_real": 2, "solution_imag": 1}}
|
|
{"data_source": "KorOperationUnicode2295", "prompt": "a⊕b=a+bi.\nIf (X⊕0) + (-3⊕2) = 0.9 + 2i, find X. The answer should only be given as a number. Please wrap your answer in double square brackets, like this: [[answer]].", "ground_truth": {"type": "equation", "left_operands": [{"a": "X", "b": 0}, {"a": -3, "b": 2}], "operator": "+", "target_real": 0.9, "target_imag": 2, "unknown": {"operand_index": 0, "part": "a"}, "solution": 3.9}}
|
|
{"data_source": "KorOperationUnicode2295", "prompt": "a⊕b=a+bi.\nIf (-5⊕10) / (-7⊕X) = 1.01 - 0.26i, find X. The answer should only be given as a number. Please wrap your answer in double square brackets, like this: [[answer]].", "ground_truth": {"type": "equation", "left_operands": [{"a": -5, "b": 10}, {"a": -7, "b": "X"}], "operator": "/", "target_real": 1.01, "target_imag": -0.26, "unknown": {"operand_index": 1, "part": "b"}, "solution": 8.1}}
|
|
{"data_source": "KorOperationUnicode2295", "prompt": "a⊕b=a+bi.\nCompute (3⊕15) * (14⊕0). If the answer is a complex number, write it in the form x + yi. Please wrap your answer in double square brackets, like this: [[answer]].", "ground_truth": {"type": "compute", "operator": "*", "left_a": 3, "left_b": 15, "right_a": 14, "right_b": 0, "solution_real": 42, "solution_imag": 210}}
|
|
{"data_source": "KorOperationUnicode2295", "prompt": "a⊕b=a+bi.\nIf (X⊕17) / (20⊕6) = 0.55 + 0.69i, find X. The answer should only be given as a number. Please wrap your answer in double square brackets, like this: [[answer]].", "ground_truth": {"type": "equation", "left_operands": [{"a": "X", "b": 17}, {"a": 20, "b": 6}], "operator": "/", "target_real": 0.55, "target_imag": 0.69, "unknown": {"operand_index": 0, "part": "a"}, "solution": 6.8}}
|
|
{"data_source": "KorOperationUnicode2295", "prompt": "a⊕b=a+bi.\nIf (-7⊕X) * (-8⊕-4) = 81.6 - 23.2i, find X. The answer should only be given as a number. Please wrap your answer in double square brackets, like this: [[answer]].", "ground_truth": {"type": "equation", "left_operands": [{"a": -7, "b": "X"}, {"a": -8, "b": -4}], "operator": "*", "target_real": 81.6, "target_imag": -23.2, "unknown": {"operand_index": 0, "part": "b"}, "solution": 6.4}}
|
|
{"data_source": "KorOperationUnicode2295", "prompt": "a⊕b=a+bi.\nCompute (-1⊕-4) + (-7⊕7). If the answer is a complex number, write it in the form x + yi. Please wrap your answer in double square brackets, like this: [[answer]].", "ground_truth": {"type": "compute", "operator": "+", "left_a": -1, "left_b": -4, "right_a": -7, "right_b": 7, "solution_real": -8, "solution_imag": 3}}
|
|
{"data_source": "KorOperationUnicode2295", "prompt": "a⊕b=a+bi.\nIf (-7⊕6) - (X⊕-1) = -5.9 + 7i, find X. The answer should only be given as a number. Please wrap your answer in double square brackets, like this: [[answer]].", "ground_truth": {"type": "equation", "left_operands": [{"a": -7, "b": 6}, {"a": "X", "b": -1}], "operator": "-", "target_real": -5.9, "target_imag": 7, "unknown": {"operand_index": 1, "part": "a"}, "solution": -1.1}}
|
|
{"data_source": "KorOperationUnicode2295", "prompt": "a⊕b=a+bi.\nCompute (9⊕0) / (-1⊕-3). If the answer is a complex number, write it in the form x + yi. Please wrap your answer in double square brackets, like this: [[answer]].", "ground_truth": {"type": "compute", "operator": "/", "left_a": 9, "left_b": 0, "right_a": -1, "right_b": -3, "solution_real": -0.9, "solution_imag": 2.7}}
|
|
{"data_source": "KorOperationUnicode2295", "prompt": "a⊕b=a+bi.\nCompute (-19⊕-14) - (1⊕13). If the answer is a complex number, write it in the form x + yi. Please wrap your answer in double square brackets, like this: [[answer]].", "ground_truth": {"type": "compute", "operator": "-", "left_a": -19, "left_b": -14, "right_a": 1, "right_b": 13, "solution_real": -20, "solution_imag": -27}}
|
|
{"data_source": "KorOperationUnicode2295", "prompt": "a⊕b=a+bi.\nIf (16⊕12) / (8⊕X) = 1.48 - 0.4i, find X. The answer should only be given as a number. Please wrap your answer in double square brackets, like this: [[answer]].", "ground_truth": {"type": "equation", "left_operands": [{"a": 16, "b": 12}, {"a": 8, "b": "X"}], "operator": "/", "target_real": 1.48, "target_imag": -0.4, "unknown": {"operand_index": 1, "part": "b"}, "solution": 10.3}}
|
|
{"data_source": "KorOperationUnicode2295", "prompt": "a⊕b=a+bi.\nIf (0⊕-5) + (1⊕X) = 1 + 3.9i, find X. The answer should only be given as a number. Please wrap your answer in double square brackets, like this: [[answer]].", "ground_truth": {"type": "equation", "left_operands": [{"a": 0, "b": -5}, {"a": 1, "b": "X"}], "operator": "+", "target_real": 1, "target_imag": 3.9, "unknown": {"operand_index": 1, "part": "b"}, "solution": 8.9}}
|
|
{"data_source": "KorOperationUnicode2295", "prompt": "a⊕b=a+bi.\nIf (5⊕-18) + (X⊕9) = 20.1 - 9i, find X. The answer should only be given as a number. Please wrap your answer in double square brackets, like this: [[answer]].", "ground_truth": {"type": "equation", "left_operands": [{"a": 5, "b": -18}, {"a": "X", "b": 9}], "operator": "+", "target_real": 20.1, "target_imag": -9, "unknown": {"operand_index": 1, "part": "a"}, "solution": 15.1}}
|
|
{"data_source": "KorOperationUnicode2295", "prompt": "a⊕b=a+bi.\nIf (1⊕-6) * (-5⊕X) = -21.8 + 27.2i, find X. The answer should only be given as a number. Please wrap your answer in double square brackets, like this: [[answer]].", "ground_truth": {"type": "equation", "left_operands": [{"a": 1, "b": -6}, {"a": -5, "b": "X"}], "operator": "*", "target_real": -21.8, "target_imag": 27.2, "unknown": {"operand_index": 1, "part": "b"}, "solution": -2.8}}
|
|
{"data_source": "KorOperationUnicode2295", "prompt": "a⊕b=a+bi.\nCompute (-5⊕4) * (1⊕2). If the answer is a complex number, write it in the form x + yi. Please wrap your answer in double square brackets, like this: [[answer]].", "ground_truth": {"type": "compute", "operator": "*", "left_a": -5, "left_b": 4, "right_a": 1, "right_b": 2, "solution_real": -13, "solution_imag": -6}}
|
|
{"data_source": "KorOperationUnicode2295", "prompt": "a⊕b=a+bi.\nCompute (-3⊕1) - (-4⊕1). If the answer is a complex number, write it in the form x + yi. Please wrap your answer in double square brackets, like this: [[answer]].", "ground_truth": {"type": "compute", "operator": "-", "left_a": -3, "left_b": 1, "right_a": -4, "right_b": 1, "solution_real": 1, "solution_imag": 0}}
|
|
{"data_source": "KorOperationUnicode2295", "prompt": "a⊕b=a+bi.\nCompute (-10⊕-9) - (4⊕-8). If the answer is a complex number, write it in the form x + yi. Please wrap your answer in double square brackets, like this: [[answer]].", "ground_truth": {"type": "compute", "operator": "-", "left_a": -10, "left_b": -9, "right_a": 4, "right_b": -8, "solution_real": -14, "solution_imag": -1}}
|
|
{"data_source": "KorOperationUnicode2295", "prompt": "a⊕b=a+bi.\nCompute (-6⊕-3) * (1⊕4). If the answer is a complex number, write it in the form x + yi. Please wrap your answer in double square brackets, like this: [[answer]].", "ground_truth": {"type": "compute", "operator": "*", "left_a": -6, "left_b": -3, "right_a": 1, "right_b": 4, "solution_real": 6, "solution_imag": -27}}
|
|
{"data_source": "KorOperationUnicode2295", "prompt": "a⊕b=a+bi.\nCompute (-5⊕3) + (8⊕17). If the answer is a complex number, write it in the form x + yi. Please wrap your answer in double square brackets, like this: [[answer]].", "ground_truth": {"type": "compute", "operator": "+", "left_a": -5, "left_b": 3, "right_a": 8, "right_b": 17, "solution_real": 3, "solution_imag": 20}}
|
|
{"data_source": "KorOperationUnicode2295", "prompt": "a⊕b=a+bi.\nIf (X⊕3) - (-2⊕1) = 5.2 + 2i, find X. The answer should only be given as a number. Please wrap your answer in double square brackets, like this: [[answer]].", "ground_truth": {"type": "equation", "left_operands": [{"a": "X", "b": 3}, {"a": -2, "b": 1}], "operator": "-", "target_real": 5.2, "target_imag": 2, "unknown": {"operand_index": 0, "part": "a"}, "solution": 3.2}}
|
|
{"data_source": "KorOperationUnicode2295", "prompt": "a⊕b=a+bi.\nIf (3⊕X) + (-3⊕3) = 0 - 0.6i, find X. The answer should only be given as a number. Please wrap your answer in double square brackets, like this: [[answer]].", "ground_truth": {"type": "equation", "left_operands": [{"a": 3, "b": "X"}, {"a": -3, "b": 3}], "operator": "+", "target_real": 0, "target_imag": -0.6, "unknown": {"operand_index": 0, "part": "b"}, "solution": -3.6}}
|
|
{"data_source": "KorOperationUnicode2295", "prompt": "a⊕b=a+bi.\nCompute (5⊕4) + (2⊕3). If the answer is a complex number, write it in the form x + yi. Please wrap your answer in double square brackets, like this: [[answer]].", "ground_truth": {"type": "compute", "operator": "+", "left_a": 5, "left_b": 4, "right_a": 2, "right_b": 3, "solution_real": 7, "solution_imag": 7}}
|
|
{"data_source": "KorOperationUnicode2295", "prompt": "a⊕b=a+bi.\nCompute (-2⊕-1) + (3⊕4). If the answer is a complex number, write it in the form x + yi. Please wrap your answer in double square brackets, like this: [[answer]].", "ground_truth": {"type": "compute", "operator": "+", "left_a": -2, "left_b": -1, "right_a": 3, "right_b": 4, "solution_real": 1, "solution_imag": 3}}
|
|
{"data_source": "KorOperationUnicode2295", "prompt": "a⊕b=a+bi.\nCompute (3⊕-1) + (-6⊕7). If the answer is a complex number, write it in the form x + yi. Please wrap your answer in double square brackets, like this: [[answer]].", "ground_truth": {"type": "compute", "operator": "+", "left_a": 3, "left_b": -1, "right_a": -6, "right_b": 7, "solution_real": -3, "solution_imag": 6}}
|
|
{"data_source": "KorOperationUnicode2295", "prompt": "a⊕b=a+bi.\nCompute (6⊕-5) + (9⊕-8). If the answer is a complex number, write it in the form x + yi. Please wrap your answer in double square brackets, like this: [[answer]].", "ground_truth": {"type": "compute", "operator": "+", "left_a": 6, "left_b": -5, "right_a": 9, "right_b": -8, "solution_real": 15, "solution_imag": -13}}
|
|
{"data_source": "KorOperationUnicode2295", "prompt": "a⊕b=a+bi.\nIf (X⊕14) / (5⊕7) = 2.47 - 0.66i, find X. The answer should only be given as a number. Please wrap your answer in double square brackets, like this: [[answer]].", "ground_truth": {"type": "equation", "left_operands": [{"a": "X", "b": 14}, {"a": 5, "b": 7}], "operator": "/", "target_real": 2.47, "target_imag": -0.66, "unknown": {"operand_index": 0, "part": "a"}, "solution": 17.0}}
|
|
{"data_source": "KorOperationUnicode2295", "prompt": "a⊕b=a+bi.\nIf (X⊕-1) - (-10⊕3) = 7.8 - 4i, find X. The answer should only be given as a number. Please wrap your answer in double square brackets, like this: [[answer]].", "ground_truth": {"type": "equation", "left_operands": [{"a": "X", "b": -1}, {"a": -10, "b": 3}], "operator": "-", "target_real": 7.8, "target_imag": -4, "unknown": {"operand_index": 0, "part": "a"}, "solution": -2.2}}
|
|
{"data_source": "KorOperationUnicode2295", "prompt": "a⊕b=a+bi.\nCompute (1⊕6) - (-3⊕9). If the answer is a complex number, write it in the form x + yi. Please wrap your answer in double square brackets, like this: [[answer]].", "ground_truth": {"type": "compute", "operator": "-", "left_a": 1, "left_b": 6, "right_a": -3, "right_b": 9, "solution_real": 4, "solution_imag": -3}}
|
|
{"data_source": "KorOperationUnicode2295", "prompt": "a⊕b=a+bi.\nCompute (6⊕-4) - (3⊕4). If the answer is a complex number, write it in the form x + yi. Please wrap your answer in double square brackets, like this: [[answer]].", "ground_truth": {"type": "compute", "operator": "-", "left_a": 6, "left_b": -4, "right_a": 3, "right_b": 4, "solution_real": 3, "solution_imag": -8}}
|
|
{"data_source": "KorOperationUnicode2295", "prompt": "a⊕b=a+bi.\nIf (X⊕-5) / (5⊕-3) = 0.51 - 0.69i, find X. The answer should only be given as a number. Please wrap your answer in double square brackets, like this: [[answer]].", "ground_truth": {"type": "equation", "left_operands": [{"a": "X", "b": -5}, {"a": 5, "b": -3}], "operator": "/", "target_real": 0.51, "target_imag": -0.69, "unknown": {"operand_index": 0, "part": "a"}, "solution": 0.5}}
|
|
{"data_source": "KorOperationUnicode2295", "prompt": "a⊕b=a+bi.\nCompute (20⊕-7) / (-14⊕-6). If the answer is a complex number, write it in the form x + yi. Please wrap your answer in double square brackets, like this: [[answer]].", "ground_truth": {"type": "compute", "operator": "/", "left_a": 20, "left_b": -7, "right_a": -14, "right_b": -6, "solution_real": -1.03, "solution_imag": 0.94}}
|
|
{"data_source": "KorOperationUnicode2295", "prompt": "a⊕b=a+bi.\nCompute (3⊕8) * (7⊕-6). If the answer is a complex number, write it in the form x + yi. Please wrap your answer in double square brackets, like this: [[answer]].", "ground_truth": {"type": "compute", "operator": "*", "left_a": 3, "left_b": 8, "right_a": 7, "right_b": -6, "solution_real": 69, "solution_imag": 38}}
|
|
{"data_source": "KorOperationUnicode2295", "prompt": "a⊕b=a+bi.\nIf (X⊕1) - (-2⊕4) = -0.3 - 3i, find X. The answer should only be given as a number. Please wrap your answer in double square brackets, like this: [[answer]].", "ground_truth": {"type": "equation", "left_operands": [{"a": "X", "b": 1}, {"a": -2, "b": 4}], "operator": "-", "target_real": -0.3, "target_imag": -3, "unknown": {"operand_index": 0, "part": "a"}, "solution": -2.3}}
|
|
{"data_source": "KorOperationUnicode2295", "prompt": "a⊕b=a+bi.\nCompute (-3⊕8) * (-4⊕-5). If the answer is a complex number, write it in the form x + yi. Please wrap your answer in double square brackets, like this: [[answer]].", "ground_truth": {"type": "compute", "operator": "*", "left_a": -3, "left_b": 8, "right_a": -4, "right_b": -5, "solution_real": 52, "solution_imag": -17}}
|
|
{"data_source": "KorOperationUnicode2295", "prompt": "a⊕b=a+bi.\nCompute (-5⊕1) / (6⊕-2). If the answer is a complex number, write it in the form x + yi. Please wrap your answer in double square brackets, like this: [[answer]].", "ground_truth": {"type": "compute", "operator": "/", "left_a": -5, "left_b": 1, "right_a": 6, "right_b": -2, "solution_real": -0.8, "solution_imag": -0.1}}
|
|
{"data_source": "KorOperationUnicode2295", "prompt": "a⊕b=a+bi.\nIf (-7⊕X) / (-1⊕16) = 0.91 + 0.38i, find X. The answer should only be given as a number. Please wrap your answer in double square brackets, like this: [[answer]].", "ground_truth": {"type": "equation", "left_operands": [{"a": -7, "b": "X"}, {"a": -1, "b": 16}], "operator": "/", "target_real": 0.91, "target_imag": 0.38, "unknown": {"operand_index": 0, "part": "b"}, "solution": 14.1}}
|
|
{"data_source": "KorOperationUnicode2295", "prompt": "a⊕b=a+bi.\nIf (X⊕-15) - (15⊕5) = -2.9 - 20i, find X. The answer should only be given as a number. Please wrap your answer in double square brackets, like this: [[answer]].", "ground_truth": {"type": "equation", "left_operands": [{"a": "X", "b": -15}, {"a": 15, "b": 5}], "operator": "-", "target_real": -2.9, "target_imag": -20, "unknown": {"operand_index": 0, "part": "a"}, "solution": 12.1}}
|
|
{"data_source": "KorOperationUnicode2295", "prompt": "a⊕b=a+bi.\nCompute (5⊕1) - (4⊕-4). If the answer is a complex number, write it in the form x + yi. Please wrap your answer in double square brackets, like this: [[answer]].", "ground_truth": {"type": "compute", "operator": "-", "left_a": 5, "left_b": 1, "right_a": 4, "right_b": -4, "solution_real": 1, "solution_imag": 5}}
|
|
{"data_source": "KorOperationUnicode2295", "prompt": "a⊕b=a+bi.\nIf (4⊕18) + (X⊕15) = 21.4 + 33i, find X. The answer should only be given as a number. Please wrap your answer in double square brackets, like this: [[answer]].", "ground_truth": {"type": "equation", "left_operands": [{"a": 4, "b": 18}, {"a": "X", "b": 15}], "operator": "+", "target_real": 21.4, "target_imag": 33, "unknown": {"operand_index": 1, "part": "a"}, "solution": 17.4}}
|
|
{"data_source": "KorOperationUnicode2295", "prompt": "a⊕b=a+bi.\nCompute (-6⊕-8) + (5⊕2). If the answer is a complex number, write it in the form x + yi. Please wrap your answer in double square brackets, like this: [[answer]].", "ground_truth": {"type": "compute", "operator": "+", "left_a": -6, "left_b": -8, "right_a": 5, "right_b": 2, "solution_real": -1, "solution_imag": -6}}
|
|
{"data_source": "KorOperationUnicode2295", "prompt": "a⊕b=a+bi.\nCompute (-2⊕-7) - (3⊕-2). If the answer is a complex number, write it in the form x + yi. Please wrap your answer in double square brackets, like this: [[answer]].", "ground_truth": {"type": "compute", "operator": "-", "left_a": -2, "left_b": -7, "right_a": 3, "right_b": -2, "solution_real": -5, "solution_imag": -5}}
|
|
{"data_source": "KorOperationUnicode2295", "prompt": "a⊕b=a+bi.\nCompute (2⊕5) + (-3⊕5). If the answer is a complex number, write it in the form x + yi. Please wrap your answer in double square brackets, like this: [[answer]].", "ground_truth": {"type": "compute", "operator": "+", "left_a": 2, "left_b": 5, "right_a": -3, "right_b": 5, "solution_real": -1, "solution_imag": 10}}
|
|
{"data_source": "KorOperationUnicode2295", "prompt": "a⊕b=a+bi.\nCompute (-4⊕-4) / (-4⊕10). If the answer is a complex number, write it in the form x + yi. Please wrap your answer in double square brackets, like this: [[answer]].", "ground_truth": {"type": "compute", "operator": "/", "left_a": -4, "left_b": -4, "right_a": -4, "right_b": 10, "solution_real": -0.21, "solution_imag": 0.48}}
|
|
{"data_source": "KorOperationUnicode2295", "prompt": "a⊕b=a+bi.\nCompute (12⊕-9) / (17⊕-8). If the answer is a complex number, write it in the form x + yi. Please wrap your answer in double square brackets, like this: [[answer]].", "ground_truth": {"type": "compute", "operator": "/", "left_a": 12, "left_b": -9, "right_a": 17, "right_b": -8, "solution_real": 0.78, "solution_imag": -0.16}}
|
|
{"data_source": "KorOperationUnicode2295", "prompt": "a⊕b=a+bi.\nCompute (9⊕-9) - (0⊕3). If the answer is a complex number, write it in the form x + yi. Please wrap your answer in double square brackets, like this: [[answer]].", "ground_truth": {"type": "compute", "operator": "-", "left_a": 9, "left_b": -9, "right_a": 0, "right_b": 3, "solution_real": 9, "solution_imag": -12}}
|
|
{"data_source": "KorOperationUnicode2295", "prompt": "a⊕b=a+bi.\nCompute (0⊕-4) + (0⊕5). If the answer is a complex number, write it in the form x + yi. Please wrap your answer in double square brackets, like this: [[answer]].", "ground_truth": {"type": "compute", "operator": "+", "left_a": 0, "left_b": -4, "right_a": 0, "right_b": 5, "solution_real": 0, "solution_imag": 1}}
|
|
{"data_source": "KorOperationUnicode2295", "prompt": "a⊕b=a+bi.\nCompute (1⊕-4) * (-4⊕0). If the answer is a complex number, write it in the form x + yi. Please wrap your answer in double square brackets, like this: [[answer]].", "ground_truth": {"type": "compute", "operator": "*", "left_a": 1, "left_b": -4, "right_a": -4, "right_b": 0, "solution_real": -4, "solution_imag": 16}}
|
|
{"data_source": "KorOperationUnicode2295", "prompt": "a⊕b=a+bi.\nIf (17⊕7) - (X⊕14) = 27.6 - 7i, find X. The answer should only be given as a number. Please wrap your answer in double square brackets, like this: [[answer]].", "ground_truth": {"type": "equation", "left_operands": [{"a": 17, "b": 7}, {"a": "X", "b": 14}], "operator": "-", "target_real": 27.6, "target_imag": -7, "unknown": {"operand_index": 1, "part": "a"}, "solution": -10.6}}
|
|
{"data_source": "KorOperationUnicode2295", "prompt": "a⊕b=a+bi.\nIf (-8⊕5) * (X⊕0) = -10.4 + 6.5i, find X. The answer should only be given as a number. Please wrap your answer in double square brackets, like this: [[answer]].", "ground_truth": {"type": "equation", "left_operands": [{"a": -8, "b": 5}, {"a": "X", "b": 0}], "operator": "*", "target_real": -10.4, "target_imag": 6.5, "unknown": {"operand_index": 1, "part": "a"}, "solution": 1.3}}
|
|
{"data_source": "KorOperationUnicode2295", "prompt": "a⊕b=a+bi.\nCompute (3⊕4) * (5⊕3). If the answer is a complex number, write it in the form x + yi. Please wrap your answer in double square brackets, like this: [[answer]].", "ground_truth": {"type": "compute", "operator": "*", "left_a": 3, "left_b": 4, "right_a": 5, "right_b": 3, "solution_real": 3, "solution_imag": 29}}
|
|
{"data_source": "KorOperationUnicode2295", "prompt": "a⊕b=a+bi.\nCompute (1⊕-7) * (-1⊕5). If the answer is a complex number, write it in the form x + yi. Please wrap your answer in double square brackets, like this: [[answer]].", "ground_truth": {"type": "compute", "operator": "*", "left_a": 1, "left_b": -7, "right_a": -1, "right_b": 5, "solution_real": 34, "solution_imag": 12}}
|
|
{"data_source": "KorOperationUnicode2295", "prompt": "a⊕b=a+bi.\nCompute (-17⊕-14) * (9⊕-4). If the answer is a complex number, write it in the form x + yi. Please wrap your answer in double square brackets, like this: [[answer]].", "ground_truth": {"type": "compute", "operator": "*", "left_a": -17, "left_b": -14, "right_a": 9, "right_b": -4, "solution_real": -209, "solution_imag": -58}}
|
|
{"data_source": "KorOperationUnicode2295", "prompt": "a⊕b=a+bi.\nCompute (-6⊕7) - (3⊕-2). If the answer is a complex number, write it in the form x + yi. Please wrap your answer in double square brackets, like this: [[answer]].", "ground_truth": {"type": "compute", "operator": "-", "left_a": -6, "left_b": 7, "right_a": 3, "right_b": -2, "solution_real": -9, "solution_imag": 9}}
|
|
{"data_source": "KorOperationUnicode2295", "prompt": "a⊕b=a+bi.\nCompute (-1⊕-4) * (5⊕0). If the answer is a complex number, write it in the form x + yi. Please wrap your answer in double square brackets, like this: [[answer]].", "ground_truth": {"type": "compute", "operator": "*", "left_a": -1, "left_b": -4, "right_a": 5, "right_b": 0, "solution_real": -5, "solution_imag": -20}}
|