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
29 KiB
JSON
100 lines
29 KiB
JSON
{"data_source": "KorOperationUnicode25cb", "prompt": "计算表达式:3○-4○0\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n答案请用[[结果]]包裹,例如[[25]]", "ground_truth": {"type": "compute", "expr": [3, -4, 0], "answer": 81}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "解嵌套方程:4○(X○3) = 1040\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n答案用[[数值]]包裹,示例:[[5]]", "ground_truth": {"type": "nested_solve", "equation": "4○(X○3) = 1040", "solution": -1, "params": [1, 3], "B": 3, "A": 4}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "计算表达式:0○-1○3\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n答案请用[[结果]]包裹,例如[[25]]", "ground_truth": {"type": "compute", "expr": [0, -1, 3], "answer": 72}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "计算表达式:5○5○-1\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n答案请用[[结果]]包裹,例如[[25]]", "ground_truth": {"type": "compute", "expr": [5, 5, -1], "answer": 39203}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "计算表达式:-2○4\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n答案请用[[结果]]包裹,例如[[25]]", "ground_truth": {"type": "compute", "expr": [-2, 4], "answer": 20}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "计算表达式:-4○5○-4\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n答案请用[[结果]]包裹,例如[[25]]", "ground_truth": {"type": "compute", "expr": [-4, 5, -4], "answer": -7}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "计算表达式:4○4○1\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n答案请用[[结果]]包裹,例如[[25]]", "ground_truth": {"type": "compute", "expr": [4, 4, 1], "answer": 16899}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "计算表达式:-5○2○4\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n答案请用[[结果]]包裹,例如[[25]]", "ground_truth": {"type": "compute", "expr": [-5, 2, 4], "answer": 9}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "解方程:X○1 = 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": "X○1 = 24", "solutions": [-13, 3]}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "解方程:1○X = 21\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 = 21", "solutions": [-1.6666666666666667, 2]}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "计算表达式:5○1○-2\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n答案请用[[结果]]包裹,例如[[25]]", "ground_truth": {"type": "compute", "expr": [5, 1, -2], "answer": 1932}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "解方程:4○X = 171\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 = 171", "solutions": [-6.666666666666667, 5]}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "解方程:4○X = 128\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 = 128", "solutions": [-6.666666666666667, 4]}}
|
||
{"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, -3]}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "解方程:X○2 = 77\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 = 77", "solutions": [-23, 5]}}
|
||
{"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": "解方程:X○-1 = 15\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 = 15", "solutions": [-2, 10]}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "解方程:X○2 = -3\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 = -3", "solutions": [-5, 7]}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "解方程:X○2 = 21\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 = 21", "solutions": [-11, 1]}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "解嵌套方程:5○(X○1) = 25\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n答案用[[数值]]包裹,示例:[[5]]", "ground_truth": {"type": "nested_solve", "equation": "5○(X○1) = 25", "solution": -1, "params": [1, 3], "B": 1, "A": 5}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "已知以下方程:\n2○2 = -8\n2○2 = -8\n求参数x和y的值,答案格式:[[x=值,y=值]]", "ground_truth": {"type": "solve_xy", "equations": ["2○2 = -8", "2○2 = -8"], "solution": [2, -3]}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "计算表达式:-4○-1○0\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n答案请用[[结果]]包裹,例如[[25]]", "ground_truth": {"type": "compute", "expr": [-4, -1, 0], "answer": 1225}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "已知以下方程:\n2○2 = -16\n3○1 = 0\n求参数x和y的值,答案格式:[[x=值,y=值]]", "ground_truth": {"type": "solve_xy", "equations": ["2○2 = -16", "3○1 = 0"], "solution": [1, -3]}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "已知以下方程:\n1○1 = -4\n1○5 = -12\n求参数x和y的值,答案格式:[[x=值,y=值]]", "ground_truth": {"type": "solve_xy", "equations": ["1○1 = -4", "1○5 = -12"], "solution": [-2, 0]}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "解方程:X○-5 = 39\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 = 39", "solutions": [2, 14]}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "计算表达式:-2○-5\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n答案请用[[结果]]包裹,例如[[25]]", "ground_truth": {"type": "compute", "expr": [-2, -5], "answer": 119}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "解方程:X○-1 = 3\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 = 3", "solutions": [-8, 4]}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "解方程:X○4 = 33\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 = 33", "solutions": [-13, -1]}}
|
||
{"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": "计算表达式:-3○-2○1\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n答案请用[[结果]]包裹,例如[[25]]", "ground_truth": {"type": "compute", "expr": [-3, -2, 1], "answer": 2208}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "计算表达式:5○-4\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n答案请用[[结果]]包裹,例如[[25]]", "ground_truth": {"type": "compute", "expr": [5, -4], "answer": -7}}
|
||
{"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": "已知以下方程:\n5○5 = 250\n4○3 = 126\n求参数x和y的值,答案格式:[[x=值,y=值]]", "ground_truth": {"type": "solve_xy", "equations": ["5○5 = 250", "4○3 = 126"], "solution": [3, 2]}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "已知以下方程:\n3○4 = -63\n1○1 = -6\n求参数x和y的值,答案格式:[[x=值,y=值]]", "ground_truth": {"type": "solve_xy", "equations": ["3○4 = -63", "1○1 = -6"], "solution": [-3, 0]}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "计算表达式:3○1\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n答案请用[[结果]]包裹,例如[[25]]", "ground_truth": {"type": "compute", "expr": [3, 1], "answer": 24}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "解方程:X○3 = 7\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 = 7", "solutions": [-6, -2]}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "计算表达式:0○4\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n答案请用[[结果]]包裹,例如[[25]]", "ground_truth": {"type": "compute", "expr": [0, 4], "answer": 48}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "已知以下方程:\n3○1 = 0\n3○1 = 0\n求参数x和y的值,答案格式:[[x=值,y=值]]", "ground_truth": {"type": "solve_xy", "equations": ["3○1 = 0", "3○1 = 0"], "solution": [1, -3]}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "计算表达式:2○-5\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n答案请用[[结果]]包裹,例如[[25]]", "ground_truth": {"type": "compute", "expr": [2, -5], "answer": 39}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "解方程:X○1 = -1\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 = -1", "solutions": [-2, 2]}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "计算表达式:2○1\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n答案请用[[结果]]包裹,例如[[25]]", "ground_truth": {"type": "compute", "expr": [2, 1], "answer": 15}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "计算表达式:-4○-3○-3\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n答案请用[[结果]]包裹,例如[[25]]", "ground_truth": {"type": "compute", "expr": [-4, -3, -3], "answer": 7216}}
|
||
{"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": "计算表达式:-2○-1\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n答案请用[[结果]]包裹,例如[[25]]", "ground_truth": {"type": "compute", "expr": [-2, -1], "answer": 15}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "解方程:X○5 = 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": "X○5 = 0", "solutions": [-5, -5]}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "计算表达式:2○2\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n答案请用[[结果]]包裹,例如[[25]]", "ground_truth": {"type": "compute", "expr": [2, 2], "answer": 32}}
|
||
{"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": "计算表达式:4○-1\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n答案请用[[结果]]包裹,例如[[25]]", "ground_truth": {"type": "compute", "expr": [4, -1], "answer": 3}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "解嵌套方程:2○(X○4) = 319\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n答案用[[数值]]包裹,示例:[[5]]", "ground_truth": {"type": "nested_solve", "equation": "2○(X○4) = 319", "solution": -3, "params": [1, 3], "B": 4, "A": 2}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "计算表达式:-4○-4○0\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n答案请用[[结果]]包裹,例如[[25]]", "ground_truth": {"type": "compute", "expr": [-4, -4, 0], "answer": 16384}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "解方程:X○2 = 12\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 = 12", "solutions": [-8, 0]}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "解嵌套方程:4○(X○5) = 555\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n答案用[[数值]]包裹,示例:[[5]]", "ground_truth": {"type": "nested_solve", "equation": "4○(X○5) = 555", "solution": -4, "params": [1, 3], "B": 5, "A": 4}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "计算表达式:0○1○-3\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n答案请用[[结果]]包裹,例如[[25]]", "ground_truth": {"type": "compute", "expr": [0, 1, -3], "answer": 0}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "解嵌套方程:5○(X○5) = 10553\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n答案用[[数值]]包裹,示例:[[5]]", "ground_truth": {"type": "nested_solve", "equation": "5○(X○5) = 10553", "solution": -1, "params": [1, 3], "B": 5, "A": 5}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "计算表达式:0○1\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n答案请用[[结果]]包裹,例如[[25]]", "ground_truth": {"type": "compute", "expr": [0, 1], "answer": 3}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "计算表达式:-1○2○0\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n答案请用[[结果]]包裹,例如[[25]]", "ground_truth": {"type": "compute", "expr": [-1, 2, 0], "answer": 25}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "计算表达式:3○1○0\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n答案请用[[结果]]包裹,例如[[25]]", "ground_truth": {"type": "compute", "expr": [3, 1, 0], "answer": 576}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "计算表达式:0○1○0\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n答案请用[[结果]]包裹,例如[[25]]", "ground_truth": {"type": "compute", "expr": [0, 1, 0], "answer": 9}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "计算表达式:-1○-1○-5\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n答案请用[[结果]]包裹,例如[[25]]", "ground_truth": {"type": "compute", "expr": [-1, -1, -5], "answer": -21}}
|
||
{"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": "解嵌套方程:3○(X○5) = 63945\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n答案用[[数值]]包裹,示例:[[5]]", "ground_truth": {"type": "nested_solve", "equation": "3○(X○5) = 63945", "solution": 3, "params": [1, 3], "B": 5, "A": 3}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "计算表达式:3○0○-1\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n答案请用[[结果]]包裹,例如[[25]]", "ground_truth": {"type": "compute", "expr": [3, 0, -1], "answer": 48}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "解方程:4○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": "4○X = 0", "solutions": [-6.666666666666667, -4]}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "计算表达式:-5○1○0\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n答案请用[[结果]]包裹,例如[[25]]", "ground_truth": {"type": "compute", "expr": [-5, 1, 0], "answer": 64}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "计算表达式:3○3\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n答案请用[[结果]]包裹,例如[[25]]", "ground_truth": {"type": "compute", "expr": [3, 3], "answer": 72}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "计算表达式:-4○-2\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n答案请用[[结果]]包裹,例如[[25]]", "ground_truth": {"type": "compute", "expr": [-4, -2], "answer": 60}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "解嵌套方程:2○(X○2) = 532\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n答案用[[数值]]包裹,示例:[[5]]", "ground_truth": {"type": "nested_solve", "equation": "2○(X○2) = 532", "solution": 0, "params": [1, 3], "B": 2, "A": 2}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "计算表达式:4○5\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n答案请用[[结果]]包裹,例如[[25]]", "ground_truth": {"type": "compute", "expr": [4, 5], "answer": 171}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "计算表达式:-1○4○-5\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n答案请用[[结果]]包裹,例如[[25]]", "ground_truth": {"type": "compute", "expr": [-1, 4, -5], "answer": 504}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "解嵌套方程:4○(X○2) = 171\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n答案用[[数值]]包裹,示例:[[5]]", "ground_truth": {"type": "nested_solve", "equation": "4○(X○2) = 171", "solution": -1, "params": [1, 3], "B": 2, "A": 4}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "计算表达式:5○4\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n答案请用[[结果]]包裹,例如[[25]]", "ground_truth": {"type": "compute", "expr": [5, 4], "answer": 153}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "解方程:2○X = 84\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 = 84", "solutions": [-3.3333333333333335, 4]}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "解方程:5○X = -3\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 = -3", "solutions": [-8.333333333333334, -2]}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "解嵌套方程:2○(X○4) = 21844\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n答案用[[数值]]包裹,示例:[[5]]", "ground_truth": {"type": "nested_solve", "equation": "2○(X○4) = 21844", "solution": 2, "params": [1, 3], "B": 4, "A": 2}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "计算表达式:0○-2○5\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n答案请用[[结果]]包裹,例如[[25]]", "ground_truth": {"type": "compute", "expr": [0, -2, 5], "answer": 459}}
|
||
{"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": "计算表达式:2○-1○0\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n答案请用[[结果]]包裹,例如[[25]]", "ground_truth": {"type": "compute", "expr": [2, -1, 0], "answer": 1}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "计算表达式:4○1○2\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n答案请用[[结果]]包裹,例如[[25]]", "ground_truth": {"type": "compute", "expr": [4, 1, 2], "answer": 1517}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "解嵌套方程:1○(X○3) = 161\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n答案用[[数值]]包裹,示例:[[5]]", "ground_truth": {"type": "nested_solve", "equation": "1○(X○3) = 161", "solution": -5, "params": [1, 3], "B": 3, "A": 1}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "已知以下方程:\n1○5 = -102\n1○3 = -44\n求参数x和y的值,答案格式:[[x=值,y=值]]", "ground_truth": {"type": "solve_xy", "equations": ["1○5 = -102", "1○3 = -44"], "solution": [-2, -3]}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "解方程:2○X = -1\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 = -1", "solutions": [-3.3333333333333335, -1]}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "计算表达式:-5○4○-2\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n答案请用[[结果]]包裹,例如[[25]]", "ground_truth": {"type": "compute", "expr": [-5, 4, -2], "answer": 117}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "已知以下方程:\n3○2 = -15\n2○5 = 63\n求参数x和y的值,答案格式:[[x=值,y=值]]", "ground_truth": {"type": "solve_xy", "equations": ["3○2 = -15", "2○5 = 63"], "solution": [-3, 3]}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "计算表达式:-3○3○-4\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n答案请用[[结果]]包裹,例如[[25]]", "ground_truth": {"type": "compute", "expr": [-3, 3, -4], "answer": 48}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "解嵌套方程:3○(X○4) = 34344\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n答案用[[数值]]包裹,示例:[[5]]", "ground_truth": {"type": "nested_solve", "equation": "3○(X○4) = 34344", "solution": 3, "params": [1, 3], "B": 4, "A": 3}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "解方程:1○X = 65\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 = 65", "solutions": [-1.6666666666666667, 4]}}
|
||
{"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": "解方程:1○X = 21\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 = 21", "solutions": [-1.6666666666666667, 2]}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "解嵌套方程:1○(X○4) = 120\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n答案用[[数值]]包裹,示例:[[5]]", "ground_truth": {"type": "nested_solve", "equation": "1○(X○4) = 120", "solution": -5, "params": [1, 3], "B": 4, "A": 1}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "已知以下方程:\n3○3 = 18\n3○2 = 25\n求参数x和y的值,答案格式:[[x=值,y=值]]", "ground_truth": {"type": "solve_xy", "equations": ["3○3 = 18", "3○2 = 25"], "solution": [3, -2]}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "计算表达式:-3○-5\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n答案请用[[结果]]包裹,例如[[25]]", "ground_truth": {"type": "compute", "expr": [-3, -5], "answer": 144}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "解方程:X○-5 = 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": "X○-5 = 119", "solutions": [-2, 26]}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "解方程:X○4 = 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": "X○4 = 9", "solutions": [-7, -3]}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "计算表达式:-2○-2○-3\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n答案请用[[结果]]包裹,例如[[25]]", "ground_truth": {"type": "compute", "expr": [-2, -2, -3], "answer": 667}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "已知以下方程:\n2○5 = 28\n2○5 = 28\n求参数x和y的值,答案格式:[[x=值,y=值]]", "ground_truth": {"type": "solve_xy", "equations": ["2○5 = 28", "2○5 = 28"], "solution": [-3, 2]}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "计算表达式:-5○2○4\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n答案请用[[结果]]包裹,例如[[25]]", "ground_truth": {"type": "compute", "expr": [-5, 2, 4], "answer": 9}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "计算表达式:-4○-5\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n答案请用[[结果]]包裹,例如[[25]]", "ground_truth": {"type": "compute", "expr": [-4, -5], "answer": 171}}
|
||
{"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": "解嵌套方程:1○(X○3) = 161\n运算符○定义为:A○B = (xA + yB)(A + B),其中x=1,y=3\n答案用[[数值]]包裹,示例:[[5]]", "ground_truth": {"type": "nested_solve", "equation": "1○(X○3) = 161", "solution": -5, "params": [1, 3], "B": 3, "A": 1}}
|
||
{"data_source": "KorOperationUnicode25cb", "prompt": "已知以下方程:\n3○1 = 32\n3○3 = 36\n求参数x和y的值,答案格式:[[x=值,y=值]]", "ground_truth": {"type": "solve_xy", "equations": ["3○1 = 32", "3○3 = 36"], "solution": [3, -1]}}
|