InternBootcamp/examples/data/InternBootcamp_eval/korOperationUnicode2295.jsonl
2025-05-23 15:27:15 +08:00

64 lines
25 KiB
JSON
Executable file

{"data_source": "KorOperationUnicode2295", "prompt": "If (2⊕0) - (-3⊕X) = 5 - 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": 2, "b": 0}, {"a": -3, "b": "X"}], "operator": "-", "target_real": 5, "target_imag": -0.6, "unknown": {"operand_index": 1, "part": "b"}, "solution": 0.6}}
{"data_source": "KorOperationUnicode2295", "prompt": "Compute (-7⊕7) - (-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": -7, "left_b": 7, "right_a": -2, "right_b": 0, "solution_real": -5, "solution_imag": 7}}
{"data_source": "KorOperationUnicode2295", "prompt": "If (10⊕X) * (-6⊕-5) = -28.5 - 87.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": 10, "b": "X"}, {"a": -6, "b": -5}], "operator": "*", "target_real": -28.5, "target_imag": -87.8, "unknown": {"operand_index": 0, "part": "b"}, "solution": 6.3}}
{"data_source": "KorOperationUnicode2295", "prompt": "If (X⊕4) + (-3⊕-7) = 0.4 - 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": 4}, {"a": -3, "b": -7}], "operator": "+", "target_real": 0.4, "target_imag": -3, "unknown": {"operand_index": 0, "part": "a"}, "solution": 3.4}}
{"data_source": "KorOperationUnicode2295", "prompt": "If (-2⊕X) - (-8⊕7) = 6 - 4.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": -2, "b": "X"}, {"a": -8, "b": 7}], "operator": "-", "target_real": 6, "target_imag": -4.2, "unknown": {"operand_index": 0, "part": "b"}, "solution": 2.8}}
{"data_source": "KorOperationUnicode2295", "prompt": "If (2⊕-8) + (X⊕-3) = 0 - 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": 2, "b": -8}, {"a": "X", "b": -3}], "operator": "+", "target_real": 0.0, "target_imag": -11, "unknown": {"operand_index": 1, "part": "a"}, "solution": -2.0}}
{"data_source": "KorOperationUnicode2295", "prompt": "If (X⊕3) - (-8⊕-9) = 8.9 + 12i, 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": -8, "b": -9}], "operator": "-", "target_real": 8.9, "target_imag": 12, "unknown": {"operand_index": 0, "part": "a"}, "solution": 0.9}}
{"data_source": "KorOperationUnicode2295", "prompt": "Compute (18⊕2) * (-13⊕-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": 18, "left_b": 2, "right_a": -13, "right_b": -3, "solution_real": -228, "solution_imag": -80}}
{"data_source": "KorOperationUnicode2295", "prompt": "If (X⊕-8) - (-9⊕-5) = 14.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": -8}, {"a": -9, "b": -5}], "operator": "-", "target_real": 14.3, "target_imag": -3, "unknown": {"operand_index": 0, "part": "a"}, "solution": 5.3}}
{"data_source": "KorOperationUnicode2295", "prompt": "Compute (1⊕1) + (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": 1, "left_b": 1, "right_a": 1, "right_b": 3, "solution_real": 2, "solution_imag": 4}}
{"data_source": "KorOperationUnicode2295", "prompt": "If (5⊕-6) * (X⊕-10) = -31 - 84.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": -6}, {"a": "X", "b": -10}], "operator": "*", "target_real": -31.0, "target_imag": -84.8, "unknown": {"operand_index": 1, "part": "a"}, "solution": 5.8}}
{"data_source": "KorOperationUnicode2295", "prompt": "If (-6⊕1) / (-1⊕X) = -0.04 - 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": -6, "b": 1}, {"a": -1, "b": "X"}], "operator": "/", "target_real": -0.04, "target_imag": -0.66, "unknown": {"operand_index": 1, "part": "b"}, "solution": -9.1}}
{"data_source": "KorOperationUnicode2295", "prompt": "Compute (9⊕-4) + (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": 9, "left_b": -4, "right_a": 3, "right_b": 2, "solution_real": 12, "solution_imag": -2}}
{"data_source": "KorOperationUnicode2295", "prompt": "Compute (7⊕-1) + (7⊕-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": 7, "left_b": -1, "right_a": 7, "right_b": -8, "solution_real": 14, "solution_imag": -9}}
{"data_source": "KorOperationUnicode2295", "prompt": "Compute (5⊕10) / (15⊕-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": 5, "left_b": 10, "right_a": 15, "right_b": -1, "solution_real": 0.29, "solution_imag": 0.69}}
{"data_source": "KorOperationUnicode2295", "prompt": "Compute (-4⊕6) * (4⊕-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": -4, "left_b": 6, "right_a": 4, "right_b": -6, "solution_real": 20, "solution_imag": 48}}
{"data_source": "KorOperationUnicode2295", "prompt": "If (2⊕X) * (-1⊕-3) = 5.2 - 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": 2, "b": "X"}, {"a": -1, "b": -3}], "operator": "*", "target_real": 5.2, "target_imag": -8.4, "unknown": {"operand_index": 0, "part": "b"}, "solution": 2.4}}
{"data_source": "KorOperationUnicode2295", "prompt": "Compute (7⊕3) * (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": 7, "left_b": 3, "right_a": 2, "right_b": -1, "solution_real": 17, "solution_imag": -1}}
{"data_source": "KorOperationUnicode2295", "prompt": "If (-1⊕9) + (-8⊕X) = -9 + 10.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": -1, "b": 9}, {"a": -8, "b": "X"}], "operator": "+", "target_real": -9, "target_imag": 10.9, "unknown": {"operand_index": 1, "part": "b"}, "solution": 1.9}}
{"data_source": "KorOperationUnicode2295", "prompt": "Compute (-6⊕-6) - (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": -6, "left_b": -6, "right_a": 1, "right_b": 1, "solution_real": -7, "solution_imag": -7}}
{"data_source": "KorOperationUnicode2295", "prompt": "Compute (4⊕8) - (-7⊕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": 4, "left_b": 8, "right_a": -7, "right_b": 2, "solution_real": 11, "solution_imag": 6}}
{"data_source": "KorOperationUnicode2295", "prompt": "Compute (5⊕3) * (0⊕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": 5, "left_b": 3, "right_a": 0, "right_b": 6, "solution_real": -18, "solution_imag": 30}}
{"data_source": "KorOperationUnicode2295", "prompt": "If (X⊕6) / (14⊕1) = -0.81 + 0.49i, 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": 6}, {"a": 14, "b": 1}], "operator": "/", "target_real": -0.81, "target_imag": 0.49, "unknown": {"operand_index": 0, "part": "a"}, "solution": -11.8}}
{"data_source": "KorOperationUnicode2295", "prompt": "Compute (-4⊕3) / (-6⊕-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": 3, "right_a": -6, "right_b": -10, "solution_real": -0.04, "solution_imag": -0.43}}
{"data_source": "KorOperationUnicode2295", "prompt": "Compute (5⊕1) - (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": 5, "left_b": 1, "right_a": 1, "right_b": 4, "solution_real": 4, "solution_imag": -3}}
{"data_source": "KorOperationUnicode2295", "prompt": "Compute (-2⊕2) * (-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": -2, "left_b": 2, "right_a": -2, "right_b": 3, "solution_real": -2, "solution_imag": -10}}
{"data_source": "KorOperationUnicode2295", "prompt": "Compute (5⊕5) * (-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": 5, "left_b": 5, "right_a": -5, "right_b": -4, "solution_real": -5, "solution_imag": -45}}
{"data_source": "KorOperationUnicode2295", "prompt": "Compute (-9⊕-4) + (-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": -9, "left_b": -4, "right_a": -3, "right_b": -5, "solution_real": -12, "solution_imag": -9}}
{"data_source": "KorOperationUnicode2295", "prompt": "Compute (-6⊕-10) - (2⊕-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": -6, "left_b": -10, "right_a": 2, "right_b": -5, "solution_real": -8, "solution_imag": -5}}
{"data_source": "KorOperationUnicode2295", "prompt": "If (19⊕-13) * (-20⊕X) = -164.2 + 575.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": 19, "b": -13}, {"a": -20, "b": "X"}], "operator": "*", "target_real": -164.2, "target_imag": 575.4, "unknown": {"operand_index": 1, "part": "b"}, "solution": 16.6}}
{"data_source": "KorOperationUnicode2295", "prompt": "Compute (-5⊕0) / (-3⊕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": -5, "left_b": 0, "right_a": -3, "right_b": 8, "solution_real": 0.21, "solution_imag": 0.55}}
{"data_source": "KorOperationUnicode2295", "prompt": "Compute (-4⊕-11) - (2⊕-15). 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": -11, "right_a": 2, "right_b": -15, "solution_real": -6, "solution_imag": 4}}
{"data_source": "KorOperationUnicode2295", "prompt": "Compute (-3⊕-5) - (1⊕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": -3, "left_b": -5, "right_a": 1, "right_b": 8, "solution_real": -4, "solution_imag": -13}}
{"data_source": "KorOperationUnicode2295", "prompt": "Compute (-18⊕7) + (-19⊕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": -18, "left_b": 7, "right_a": -19, "right_b": 1, "solution_real": -37, "solution_imag": 8}}
{"data_source": "KorOperationUnicode2295", "prompt": "Compute (0⊕1) + (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": 0, "left_b": 1, "right_a": 1, "right_b": -2, "solution_real": 1, "solution_imag": -1}}
{"data_source": "KorOperationUnicode2295", "prompt": "If (-6⊕-2) * (X⊕-5) = 34.4 + 44.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": -6, "b": -2}, {"a": "X", "b": -5}], "operator": "*", "target_real": 34.4, "target_imag": 44.8, "unknown": {"operand_index": 1, "part": "a"}, "solution": -7.4}}
{"data_source": "KorOperationUnicode2295", "prompt": "If (-6⊕-20) * (-5⊕X) = -294 + 197.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": -6, "b": -20}, {"a": -5, "b": "X"}], "operator": "*", "target_real": -294.0, "target_imag": 197.2, "unknown": {"operand_index": 1, "part": "b"}, "solution": -16.2}}
{"data_source": "KorOperationUnicode2295", "prompt": "Compute (7⊕3) - (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": 7, "left_b": 3, "right_a": 3, "right_b": 4, "solution_real": 4, "solution_imag": -1}}
{"data_source": "KorOperationUnicode2295", "prompt": "Compute (-7⊕-1) * (-9⊕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": -1, "right_a": -9, "right_b": 7, "solution_real": 70, "solution_imag": -40}}
{"data_source": "KorOperationUnicode2295", "prompt": "Compute (-4⊕2) + (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": -4, "left_b": 2, "right_a": 4, "right_b": -1, "solution_real": 0, "solution_imag": 1}}
{"data_source": "KorOperationUnicode2295", "prompt": "Compute (-5⊕18) - (-3⊕-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": -5, "left_b": 18, "right_a": -3, "right_b": -13, "solution_real": -2, "solution_imag": 31}}
{"data_source": "KorOperationUnicode2295", "prompt": "Compute (3⊕2) - (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": 3, "left_b": 2, "right_a": 1, "right_b": 3, "solution_real": 2, "solution_imag": -1}}
{"data_source": "KorOperationUnicode2295", "prompt": "Compute (-5⊕5) * (-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": 5, "right_a": -1, "right_b": -2, "solution_real": 15, "solution_imag": 5}}
{"data_source": "KorOperationUnicode2295", "prompt": "Compute (-8⊕-7) + (6⊕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": -8, "left_b": -7, "right_a": 6, "right_b": 1, "solution_real": -2, "solution_imag": -6}}
{"data_source": "KorOperationUnicode2295", "prompt": "Compute (-8⊕-4) * (-3⊕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": -8, "left_b": -4, "right_a": -3, "right_b": 7, "solution_real": 52, "solution_imag": -44}}
{"data_source": "KorOperationUnicode2295", "prompt": "Compute (-3⊕9) * (-14⊕-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": 9, "right_a": -14, "right_b": -1, "solution_real": 51, "solution_imag": -123}}
{"data_source": "KorOperationUnicode2295", "prompt": "If (-6⊕6) - (-2⊕X) = -4 - 2.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": -6, "b": 6}, {"a": -2, "b": "X"}], "operator": "-", "target_real": -4, "target_imag": -2.9, "unknown": {"operand_index": 1, "part": "b"}, "solution": 8.9}}
{"data_source": "KorOperationUnicode2295", "prompt": "Compute (-1⊕-5) * (-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": -1, "left_b": -5, "right_a": -5, "right_b": 2, "solution_real": 15, "solution_imag": 23}}
{"data_source": "KorOperationUnicode2295", "prompt": "If (-4⊕3) * (-4⊕X) = 13.9 - 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": -4, "b": 3}, {"a": -4, "b": "X"}], "operator": "*", "target_real": 13.9, "target_imag": -14.8, "unknown": {"operand_index": 1, "part": "b"}, "solution": 0.7}}
{"data_source": "KorOperationUnicode2295", "prompt": "If (X⊕17) * (12⊕-19) = 255.8 + 310.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": 17}, {"a": 12, "b": -19}], "operator": "*", "target_real": 255.8, "target_imag": 310.4, "unknown": {"operand_index": 0, "part": "a"}, "solution": -5.6}}
{"data_source": "KorOperationUnicode2295", "prompt": "If (20⊕-7) - (X⊕6) = 38.5 - 13i, 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": 20, "b": -7}, {"a": "X", "b": 6}], "operator": "-", "target_real": 38.5, "target_imag": -13, "unknown": {"operand_index": 1, "part": "a"}, "solution": -18.5}}
{"data_source": "KorOperationUnicode2295", "prompt": "If (-3⊕2) * (X⊕-2) = 14.8 - 1.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": -3, "b": 2}, {"a": "X", "b": -2}], "operator": "*", "target_real": 14.8, "target_imag": -1.2, "unknown": {"operand_index": 1, "part": "a"}, "solution": -3.6}}
{"data_source": "KorOperationUnicode2295", "prompt": "If (-1⊕-2) - (6⊕X) = -7 - 11.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": -1, "b": -2}, {"a": 6, "b": "X"}], "operator": "-", "target_real": -7, "target_imag": -11.9, "unknown": {"operand_index": 1, "part": "b"}, "solution": 9.9}}
{"data_source": "KorOperationUnicode2295", "prompt": "If (X⊕3) * (1⊕-2) = 8 - 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": 1, "b": -2}], "operator": "*", "target_real": 8.0, "target_imag": -1.0, "unknown": {"operand_index": 0, "part": "a"}, "solution": 2.0}}
{"data_source": "KorOperationUnicode2295", "prompt": "Compute (3⊕-8) + (-4⊕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": -8, "right_a": -4, "right_b": 3, "solution_real": -1, "solution_imag": -5}}
{"data_source": "KorOperationUnicode2295", "prompt": "Compute (8⊕-8) * (-7⊕-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": 8, "left_b": -8, "right_a": -7, "right_b": -3, "solution_real": -80, "solution_imag": 32}}
{"data_source": "KorOperationUnicode2295", "prompt": "Compute (2⊕0) * (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": 2, "left_b": 0, "right_a": 5, "right_b": -4, "solution_real": 10, "solution_imag": -8}}
{"data_source": "KorOperationUnicode2295", "prompt": "If (9⊕X) + (-20⊕2) = -11 + 14.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": 9, "b": "X"}, {"a": -20, "b": 2}], "operator": "+", "target_real": -11, "target_imag": 14.9, "unknown": {"operand_index": 0, "part": "b"}, "solution": 12.9}}
{"data_source": "KorOperationUnicode2295", "prompt": "If (14⊕0) + (11⊕X) = 25 + 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": 14, "b": 0}, {"a": 11, "b": "X"}], "operator": "+", "target_real": 25, "target_imag": 6.0, "unknown": {"operand_index": 1, "part": "b"}, "solution": 6.0}}
{"data_source": "KorOperationUnicode2295", "prompt": "Compute (-11⊕3) / (20⊕-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": -11, "left_b": 3, "right_a": 20, "right_b": -7, "solution_real": -0.54, "solution_imag": -0.04}}
{"data_source": "KorOperationUnicode2295", "prompt": "If (-4⊕-2) - (X⊕0) = 0.3 - 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": -4, "b": -2}, {"a": "X", "b": 0}], "operator": "-", "target_real": 0.3, "target_imag": -2, "unknown": {"operand_index": 1, "part": "a"}, "solution": -4.3}}
{"data_source": "KorOperationUnicode2295", "prompt": "If (8⊕-11) - (16⊕X) = -8 - 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": 8, "b": -11}, {"a": 16, "b": "X"}], "operator": "-", "target_real": -8, "target_imag": -17.9, "unknown": {"operand_index": 1, "part": "b"}, "solution": 6.9}}
{"data_source": "KorOperationUnicode2295", "prompt": "Compute (17⊕-12) - (18⊕-16). 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": -12, "right_a": 18, "right_b": -16, "solution_real": -1, "solution_imag": 4}}
{"data_source": "KorOperationUnicode2295", "prompt": "Compute (1⊕5) * (2⊕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": 5, "right_a": 2, "right_b": 5, "solution_real": -23, "solution_imag": 15}}