mirror of
https://github.com/InternLM/InternBootcamp.git
synced 2026-04-19 12:58:04 +00:00
64 lines
18 KiB
JSON
Executable file
64 lines
18 KiB
JSON
Executable file
{"data_source": "KorOperationUnicode25cb", "prompt": "解方程:3○X = 9\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n可能有多个解,答案格式:[[解1 or 解2]]\n支持分数(如5/3)和负数,示例:[[-3/2 or 4]]", "ground_truth": {"type": "solve_x", "equation": "3○X = 9", "solutions": [-5.0, -4]}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "计算表达式:-3○-2\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n答案请用[[结果]]包裹,例如[[25]]", "ground_truth": {"type": "compute", "expr": [-3, -2], "answer": 45}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "解方程:X○-1 = 35\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n可能有多个解,答案格式:[[解1 or 解2]]\n支持分数(如5/3)和负数,示例:[[-3/2 or 4]]", "ground_truth": {"type": "solve_x", "equation": "X○-1 = 35", "solutions": [-4, 16]}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "解嵌套方程:4○(X○1) = 91\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n答案用[[数值]]包裹,示例:[[5]]", "ground_truth": {"type": "nested_solve", "equation": "4○(X○1) = 91", "solution": -4, "params": [1, 3], "B": 1, "A": 4}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "解嵌套方程:4○(X○3) = 11\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n答案用[[数值]]包裹,示例:[[5]]", "ground_truth": {"type": "nested_solve", "equation": "4○(X○3) = 11", "solution": -4, "params": [1, 3], "B": 3, "A": 4}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "解方程:1○X = 16\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n可能有多个解,答案格式:[[解1 or 解2]]\n支持分数(如5/3)和负数,示例:[[-3/2 or 4]]", "ground_truth": {"type": "solve_x", "equation": "1○X = 16", "solutions": [-3, -1.6666666666666667]}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "计算表达式:4○0\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n答案请用[[结果]]包裹,例如[[25]]", "ground_truth": {"type": "compute", "expr": [4, 0], "answer": 16}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "计算表达式:1○2○3\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n答案请用[[结果]]包裹,例如[[25]]", "ground_truth": {"type": "compute", "expr": [1, 2, 3], "answer": 720}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "计算表达式:-1○3\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n答案请用[[结果]]包裹,例如[[25]]", "ground_truth": {"type": "compute", "expr": [-1, 3], "answer": 16}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "解方程:X○-5 = 11\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n可能有多个解,答案格式:[[解1 or 解2]]\n支持分数(如5/3)和负数,示例:[[-3/2 or 4]]", "ground_truth": {"type": "solve_x", "equation": "X○-5 = 11", "solutions": [4, 8]}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "计算表达式:-2○-3○0\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n答案请用[[结果]]包裹,例如[[25]]", "ground_truth": {"type": "compute", "expr": [-2, -3, 0], "answer": 3025}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "已知以下方程:\n2○1 = 6\n1○5 = -48\n求参数x和y的值,答案格式:[[x=值,y=值]]", "ground_truth": {"type": "solve_xy", "equations": ["2○1 = 6", "1○5 = -48"], "solution": [2, -2]}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "已知以下方程:\n4○2 = 36\n3○1 = 24\n求参数x和y的值,答案格式:[[x=值,y=值]]", "ground_truth": {"type": "solve_xy", "equations": ["4○2 = 36", "3○1 = 24"], "solution": [3, -3]}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "计算表达式:-5○-5\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n答案请用[[结果]]包裹,例如[[25]]", "ground_truth": {"type": "compute", "expr": [-5, -5], "answer": 200}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "解方程:X○4 = 48\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n可能有多个解,答案格式:[[解1 or 解2]]\n支持分数(如5/3)和负数,示例:[[-3/2 or 4]]", "ground_truth": {"type": "solve_x", "equation": "X○4 = 48", "solutions": [-16, 0]}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "解方程:3○X = 0\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n可能有多个解,答案格式:[[解1 or 解2]]\n支持分数(如5/3)和负数,示例:[[-3/2 or 4]]", "ground_truth": {"type": "solve_x", "equation": "3○X = 0", "solutions": [-5.0, -1]}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "计算表达式:-2○3\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n答案请用[[结果]]包裹,例如[[25]]", "ground_truth": {"type": "compute", "expr": [-2, 3], "answer": 7}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "解嵌套方程:1○(X○1) = 3816\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n答案用[[数值]]包裹,示例:[[5]]", "ground_truth": {"type": "nested_solve", "equation": "1○(X○1) = 3816", "solution": 4, "params": [1, 3], "B": 1, "A": 1}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "计算表达式:5○0\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n答案请用[[结果]]包裹,例如[[25]]", "ground_truth": {"type": "compute", "expr": [5, 0], "answer": 25}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "计算表达式:-5○5\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n答案请用[[结果]]包裹,例如[[25]]", "ground_truth": {"type": "compute", "expr": [-5, 5], "answer": 0}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "计算表达式:1○-1\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n答案请用[[结果]]包裹,例如[[25]]", "ground_truth": {"type": "compute", "expr": [1, -1], "answer": 0}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "解方程:5○X = 200\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n可能有多个解,答案格式:[[解1 or 解2]]\n支持分数(如5/3)和负数,示例:[[-3/2 or 4]]", "ground_truth": {"type": "solve_x", "equation": "5○X = 200", "solutions": [-8.333333333333334, 5]}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "计算表达式:1○-3○-3\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n答案请用[[结果]]包裹,例如[[25]]", "ground_truth": {"type": "compute", "expr": [1, -3, -3], "answer": 91}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "解方程:4○X = 35\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n可能有多个解,答案格式:[[解1 or 解2]]\n支持分数(如5/3)和负数,示例:[[-3/2 or 4]]", "ground_truth": {"type": "solve_x", "equation": "4○X = 35", "solutions": [-6.666666666666667, 1]}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "已知以下方程:\n5○5 = -150\n3○5 = -88\n求参数x和y的值,答案格式:[[x=值,y=值]]", "ground_truth": {"type": "solve_xy", "equations": ["5○5 = -150", "3○5 = -88"], "solution": [-2, -1]}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "计算表达式:3○-2\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n答案请用[[结果]]包裹,例如[[25]]", "ground_truth": {"type": "compute", "expr": [3, -2], "answer": -3}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "计算表达式:0○4○-5\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n答案请用[[结果]]包裹,例如[[25]]", "ground_truth": {"type": "compute", "expr": [0, 4, -5], "answer": 1419}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "计算表达式:-4○-4\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n答案请用[[结果]]包裹,例如[[25]]", "ground_truth": {"type": "compute", "expr": [-4, -4], "answer": 128}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "解方程:3○X = 24\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n可能有多个解,答案格式:[[解1 or 解2]]\n支持分数(如5/3)和负数,示例:[[-3/2 or 4]]", "ground_truth": {"type": "solve_x", "equation": "3○X = 24", "solutions": [-5, -5.0]}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "计算表达式:1○2○4\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n答案请用[[结果]]包裹,例如[[25]]", "ground_truth": {"type": "compute", "expr": [1, 2, 4], "answer": 825}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "计算表达式:-5○-4○-1\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n答案请用[[结果]]包裹,例如[[25]]", "ground_truth": {"type": "compute", "expr": [-5, -4, -1], "answer": 22800}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "解方程:X○5 = 144\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n可能有多个解,答案格式:[[解1 or 解2]]\n支持分数(如5/3)和负数,示例:[[-3/2 or 4]]", "ground_truth": {"type": "solve_x", "equation": "X○5 = 144", "solutions": [-29, 3]}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "计算表达式:1○-1\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n答案请用[[结果]]包裹,例如[[25]]", "ground_truth": {"type": "compute", "expr": [1, -1], "answer": 0}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "计算表达式:1○1\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n答案请用[[结果]]包裹,例如[[25]]", "ground_truth": {"type": "compute", "expr": [1, 1], "answer": 8}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "解方程:X○3 = -8\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n可能有多个解,答案格式:[[解1 or 解2]]\n支持分数(如5/3)和负数,示例:[[-3/2 or 4]]", "ground_truth": {"type": "solve_x", "equation": "X○3 = -8", "solutions": [-5, 3]}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "计算表达式:-2○0\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n答案请用[[结果]]包裹,例如[[25]]", "ground_truth": {"type": "compute", "expr": [-2, 0], "answer": 4}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "计算表达式:1○-4\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n答案请用[[结果]]包裹,例如[[25]]", "ground_truth": {"type": "compute", "expr": [1, -4], "answer": 33}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "计算表达式:1○-1○-3\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n答案请用[[结果]]包裹,例如[[25]]", "ground_truth": {"type": "compute", "expr": [1, -1, -3], "answer": 27}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "计算表达式:-3○-3○5\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n答案请用[[结果]]包裹,例如[[25]]", "ground_truth": {"type": "compute", "expr": [-3, -3, 5], "answer": 6699}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "解方程:2○X = 32\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n可能有多个解,答案格式:[[解1 or 解2]]\n支持分数(如5/3)和负数,示例:[[-3/2 or 4]]", "ground_truth": {"type": "solve_x", "equation": "2○X = 32", "solutions": [-3.3333333333333335, 2]}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "计算表达式:-2○-3\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n答案请用[[结果]]包裹,例如[[25]]", "ground_truth": {"type": "compute", "expr": [-2, -3], "answer": 55}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "解方程:X○3 = 27\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n可能有多个解,答案格式:[[解1 or 解2]]\n支持分数(如5/3)和负数,示例:[[-3/2 or 4]]", "ground_truth": {"type": "solve_x", "equation": "X○3 = 27", "solutions": [-12, 0]}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "计算表达式:-2○-3\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n答案请用[[结果]]包裹,例如[[25]]", "ground_truth": {"type": "compute", "expr": [-2, -3], "answer": 55}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "已知以下方程:\n4○2 = -84\n3○5 = -168\n求参数x和y的值,答案格式:[[x=值,y=值]]", "ground_truth": {"type": "solve_xy", "equations": ["4○2 = -84", "3○5 = -168"], "solution": [-2, -3]}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "解嵌套方程:3○(X○3) = 24\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n答案用[[数值]]包裹,示例:[[5]]", "ground_truth": {"type": "nested_solve", "equation": "3○(X○3) = 24", "solution": -4, "params": [1, 3], "B": 3, "A": 3}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "计算表达式:5○-5\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n答案请用[[结果]]包裹,例如[[25]]", "ground_truth": {"type": "compute", "expr": [5, -5], "answer": 0}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "解方程:X○-2 = 45\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n可能有多个解,答案格式:[[解1 or 解2]]\n支持分数(如5/3)和负数,示例:[[-3/2 or 4]]", "ground_truth": {"type": "solve_x", "equation": "X○-2 = 45", "solutions": [-3, 17]}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "解方程:1○X = 8\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n可能有多个解,答案格式:[[解1 or 解2]]\n支持分数(如5/3)和负数,示例:[[-3/2 or 4]]", "ground_truth": {"type": "solve_x", "equation": "1○X = 8", "solutions": [-1.6666666666666667, 1]}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "已知以下方程:\n3○4 = 147\n3○3 = 108\n求参数x和y的值,答案格式:[[x=值,y=值]]", "ground_truth": {"type": "solve_xy", "equations": ["3○4 = 147", "3○3 = 108"], "solution": [3, 3]}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "计算表达式:-1○-3\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n答案请用[[结果]]包裹,例如[[25]]", "ground_truth": {"type": "compute", "expr": [-1, -3], "answer": 40}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "计算表达式:4○4○-5\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n答案请用[[结果]]包裹,例如[[25]]", "ground_truth": {"type": "compute", "expr": [4, 4, -5], "answer": 13899}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "已知以下方程:\n4○2 = 12\n5○2 = 7\n求参数x和y的值,答案格式:[[x=值,y=值]]", "ground_truth": {"type": "solve_xy", "equations": ["4○2 = 12", "5○2 = 7"], "solution": [-1, 3]}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "计算表达式:-5○1\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n答案请用[[结果]]包裹,例如[[25]]", "ground_truth": {"type": "compute", "expr": [-5, 1], "answer": 8}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "解方程:3○X = 144\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n可能有多个解,答案格式:[[解1 or 解2]]\n支持分数(如5/3)和负数,示例:[[-3/2 or 4]]", "ground_truth": {"type": "solve_x", "equation": "3○X = 144", "solutions": [-5.0, 5]}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "计算表达式:-3○-3○0\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n答案请用[[结果]]包裹,例如[[25]]", "ground_truth": {"type": "compute", "expr": [-3, -3, 0], "answer": 5184}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "计算表达式:2○0\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n答案请用[[结果]]包裹,例如[[25]]", "ground_truth": {"type": "compute", "expr": [2, 0], "answer": 4}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "计算表达式:2○-2○2\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n答案请用[[结果]]包裹,例如[[25]]", "ground_truth": {"type": "compute", "expr": [2, -2, 2], "answer": 12}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "已知以下方程:\n5○2 = -98\n1○2 = -18\n求参数x和y的值,答案格式:[[x=值,y=值]]", "ground_truth": {"type": "solve_xy", "equations": ["5○2 = -98", "1○2 = -18"], "solution": [-2, -2]}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "解嵌套方程:5○(X○1) = 2233\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n答案用[[数值]]包裹,示例:[[5]]", "ground_truth": {"type": "nested_solve", "equation": "5○(X○1) = 2233", "solution": 3, "params": [1, 3], "B": 1, "A": 5}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "计算表达式:-2○4○-1\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n答案请用[[结果]]包裹,例如[[25]]", "ground_truth": {"type": "compute", "expr": [-2, 4, -1], "answer": 323}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "计算表达式:-4○-3\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n答案请用[[结果]]包裹,例如[[25]]", "ground_truth": {"type": "compute", "expr": [-4, -3], "answer": 91}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "解方程:2○X = 119\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n可能有多个解,答案格式:[[解1 or 解2]]\n支持分数(如5/3)和负数,示例:[[-3/2 or 4]]", "ground_truth": {"type": "solve_x", "equation": "2○X = 119", "solutions": [-3.3333333333333335, 5]}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "解方程:4○X = 11\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n可能有多个解,答案格式:[[解1 or 解2]]\n支持分数(如5/3)和负数,示例:[[-3/2 or 4]]", "ground_truth": {"type": "solve_x", "equation": "4○X = 11", "solutions": [-6.666666666666667, -5]}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "已知以下方程:\n2○4 = -36\n3○4 = -35\n求参数x和y的值,答案格式:[[x=值,y=值]]", "ground_truth": {"type": "solve_xy", "equations": ["2○4 = -36", "3○4 = -35"], "solution": [1, -2]}}
|