update to tech report version (#10)

* feat(run_eval): add checkpoint resume functionality and update example documentation;
- update new bootcamp benchmark dataset

* refactor(data_pipeline): optimize data generation pipeline; add multiple preset configurations for data generation

* docs: update bootcamp list and add new scripts

- Update Fulllist_InternBootcamp.md with new bootcamps and categories
- Add new scripts to .gitignore:
  - examples/pipelines/filter_autogen_configs.py
  - examples/pipelines/quickgen_data_configs_from_eval_meta.py
- Update dependencies in setup.py:
  - Add scipy and scikit-learn

* refactor(internbootcamp): update bootcamp modules and improve error handling

- Update import statements in __init__.py files
- Add timestamp to target directory name in verl_data_preprocess.py
- Improve error handling and scoring logic in bootcamp_judger.py
- Remove unnecessary comments and update puzzle descriptions in multiple files
This commit is contained in:
Yongkang Chen 2025-08-28 12:39:47 +08:00 committed by GitHub
parent 125a7818e0
commit a8249acc18
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2952 changed files with 105460 additions and 17649 deletions

View file

@ -0,0 +1,100 @@
{"data_source": "KorOperationUnicode221e", "prompt": "请根据以下规则解决问题:\n- 运算符定义a∞b = a² + b²\n- 所有变量均为正整数\n\n当前问题\n计算 2∞9 的结果。答案格式示例:[[13]]\n\n请将最终答案放在双括号内[[答案]]", "ground_truth": {"problem_type": "compute", "a": 2, "b": 9}}
{"data_source": "KorOperationUnicode221e", "prompt": "请根据以下规则解决问题:\n- 运算符定义a∞b = a² + b²\n- 所有变量均为正整数\n\n当前问题\n计算 5∞8 的结果。答案格式示例:[[13]]\n\n请将最终答案放在双括号内[[答案]]", "ground_truth": {"problem_type": "compute", "a": 5, "b": 8}}
{"data_source": "KorOperationUnicode221e", "prompt": "请根据以下规则解决问题:\n- 运算符定义a∞b = a² + b²\n- 所有变量均为正整数\n\n当前问题\n解方程 3∞Y = 10。答案格式示例[[3]]\n\n请将最终答案放在双括号内[[答案]]", "ground_truth": {"problem_type": "solve_y", "a": 3, "c": 10}}
{"data_source": "KorOperationUnicode221e", "prompt": "请根据以下规则解决问题:\n- 运算符定义a∞b = a² + b²\n- 所有变量均为正整数\n\n当前问题\n计算 9∞10 的结果。答案格式示例:[[13]]\n\n请将最终答案放在双括号内[[答案]]", "ground_truth": {"problem_type": "compute", "a": 9, "b": 10}}
{"data_source": "KorOperationUnicode221e", "prompt": "请根据以下规则解决问题:\n- 运算符定义a∞b = a² + b²\n- 所有变量均为正整数\n\n当前问题\n计算 12∞15 的结果。答案格式示例:[[13]]\n\n请将最终答案放在双括号内[[答案]]", "ground_truth": {"problem_type": "compute", "a": 12, "b": 15}}
{"data_source": "KorOperationUnicode221e", "prompt": "请根据以下规则解决问题:\n- 运算符定义a∞b = a² + b²\n- 所有变量均为正整数\n\n当前问题\n解方程 6∞Y = 45。答案格式示例[[3]]\n\n请将最终答案放在双括号内[[答案]]", "ground_truth": {"problem_type": "solve_y", "a": 6, "c": 45}}
{"data_source": "KorOperationUnicode221e", "prompt": "请根据以下规则解决问题:\n- 运算符定义a∞b = a² + b²\n- 所有变量均为正整数\n\n当前问题\n计算 19∞15 的结果。答案格式示例:[[13]]\n\n请将最终答案放在双括号内[[答案]]", "ground_truth": {"problem_type": "compute", "a": 19, "b": 15}}
{"data_source": "KorOperationUnicode221e", "prompt": "请根据以下规则解决问题:\n- 运算符定义a∞b = a² + b²\n- 所有变量均为正整数\n\n当前问题\n解方程 7∞Y = 53。答案格式示例[[3]]\n\n请将最终答案放在双括号内[[答案]]", "ground_truth": {"problem_type": "solve_y", "a": 7, "c": 53}}
{"data_source": "KorOperationUnicode221e", "prompt": "请根据以下规则解决问题:\n- 运算符定义a∞b = a² + b²\n- 所有变量均为正整数\n\n当前问题\n解方程 9∞Y = 82。答案格式示例[[3]]\n\n请将最终答案放在双括号内[[答案]]", "ground_truth": {"problem_type": "solve_y", "a": 9, "c": 82}}
{"data_source": "KorOperationUnicode221e", "prompt": "请根据以下规则解决问题:\n- 运算符定义a∞b = a² + b²\n- 所有变量均为正整数\n\n当前问题\n计算 4∞1 的结果。答案格式示例:[[13]]\n\n请将最终答案放在双括号内[[答案]]", "ground_truth": {"problem_type": "compute", "a": 4, "b": 1}}
{"data_source": "KorOperationUnicode221e", "prompt": "请根据以下规则解决问题:\n- 运算符定义a∞b = a² + b²\n- 所有变量均为正整数\n\n当前问题\n解方程 X∞10 = 109。答案格式示例[[2]]\n\n请将最终答案放在双括号内[[答案]]", "ground_truth": {"problem_type": "solve_x", "b": 10, "c": 109}}
{"data_source": "KorOperationUnicode221e", "prompt": "请根据以下规则解决问题:\n- 运算符定义a∞b = a² + b²\n- 所有变量均为正整数\n\n当前问题\n计算 6∞6 的结果。答案格式示例:[[13]]\n\n请将最终答案放在双括号内[[答案]]", "ground_truth": {"problem_type": "compute", "a": 6, "b": 6}}
{"data_source": "KorOperationUnicode221e", "prompt": "请根据以下规则解决问题:\n- 运算符定义a∞b = a² + b²\n- 所有变量均为正整数\n\n当前问题\n计算 3∞2 的结果。答案格式示例:[[13]]\n\n请将最终答案放在双括号内[[答案]]", "ground_truth": {"problem_type": "compute", "a": 3, "b": 2}}
{"data_source": "KorOperationUnicode221e", "prompt": "请根据以下规则解决问题:\n- 运算符定义a∞b = a² + b²\n- 所有变量均为正整数\n\n当前问题\n解方程 3∞Y = 25。答案格式示例[[3]]\n\n请将最终答案放在双括号内[[答案]]", "ground_truth": {"problem_type": "solve_y", "a": 3, "c": 25}}
{"data_source": "KorOperationUnicode221e", "prompt": "请根据以下规则解决问题:\n- 运算符定义a∞b = a² + b²\n- 所有变量均为正整数\n\n当前问题\n计算 15∞3 的结果。答案格式示例:[[13]]\n\n请将最终答案放在双括号内[[答案]]", "ground_truth": {"problem_type": "compute", "a": 15, "b": 3}}
{"data_source": "KorOperationUnicode221e", "prompt": "请根据以下规则解决问题:\n- 运算符定义a∞b = a² + b²\n- 所有变量均为正整数\n\n当前问题\n计算 10∞1 的结果。答案格式示例:[[13]]\n\n请将最终答案放在双括号内[[答案]]", "ground_truth": {"problem_type": "compute", "a": 10, "b": 1}}
{"data_source": "KorOperationUnicode221e", "prompt": "请根据以下规则解决问题:\n- 运算符定义a∞b = a² + b²\n- 所有变量均为正整数\n\n当前问题\n解方程 1∞Y = 17。答案格式示例[[3]]\n\n请将最终答案放在双括号内[[答案]]", "ground_truth": {"problem_type": "solve_y", "a": 1, "c": 17}}
{"data_source": "KorOperationUnicode221e", "prompt": "请根据以下规则解决问题:\n- 运算符定义a∞b = a² + b²\n- 所有变量均为正整数\n\n当前问题\n计算 7∞12 的结果。答案格式示例:[[13]]\n\n请将最终答案放在双括号内[[答案]]", "ground_truth": {"problem_type": "compute", "a": 7, "b": 12}}
{"data_source": "KorOperationUnicode221e", "prompt": "请根据以下规则解决问题:\n- 运算符定义a∞b = a² + b²\n- 所有变量均为正整数\n\n当前问题\n计算 4∞14 的结果。答案格式示例:[[13]]\n\n请将最终答案放在双括号内[[答案]]", "ground_truth": {"problem_type": "compute", "a": 4, "b": 14}}
{"data_source": "KorOperationUnicode221e", "prompt": "请根据以下规则解决问题:\n- 运算符定义a∞b = a² + b²\n- 所有变量均为正整数\n\n当前问题\n计算 5∞8 的结果。答案格式示例:[[13]]\n\n请将最终答案放在双括号内[[答案]]", "ground_truth": {"problem_type": "compute", "a": 5, "b": 8}}
{"data_source": "KorOperationUnicode221e", "prompt": "请根据以下规则解决问题:\n- 运算符定义a∞b = a² + b²\n- 所有变量均为正整数\n\n当前问题\n解方程 X∞8 = 353。答案格式示例[[2]]\n\n请将最终答案放在双括号内[[答案]]", "ground_truth": {"problem_type": "solve_x", "b": 8, "c": 353}}
{"data_source": "KorOperationUnicode221e", "prompt": "请根据以下规则解决问题:\n- 运算符定义a∞b = a² + b²\n- 所有变量均为正整数\n\n当前问题\n计算 2∞5 的结果。答案格式示例:[[13]]\n\n请将最终答案放在双括号内[[答案]]", "ground_truth": {"problem_type": "compute", "a": 2, "b": 5}}
{"data_source": "KorOperationUnicode221e", "prompt": "请根据以下规则解决问题:\n- 运算符定义a∞b = a² + b²\n- 所有变量均为正整数\n\n当前问题\n计算 7∞6 的结果。答案格式示例:[[13]]\n\n请将最终答案放在双括号内[[答案]]", "ground_truth": {"problem_type": "compute", "a": 7, "b": 6}}
{"data_source": "KorOperationUnicode221e", "prompt": "请根据以下规则解决问题:\n- 运算符定义a∞b = a² + b²\n- 所有变量均为正整数\n\n当前问题\n计算 1∞11 的结果。答案格式示例:[[13]]\n\n请将最终答案放在双括号内[[答案]]", "ground_truth": {"problem_type": "compute", "a": 1, "b": 11}}
{"data_source": "KorOperationUnicode221e", "prompt": "请根据以下规则解决问题:\n- 运算符定义a∞b = a² + b²\n- 所有变量均为正整数\n\n当前问题\n解方程 2∞Y = 29。答案格式示例[[3]]\n\n请将最终答案放在双括号内[[答案]]", "ground_truth": {"problem_type": "solve_y", "a": 2, "c": 29}}
{"data_source": "KorOperationUnicode221e", "prompt": "请根据以下规则解决问题:\n- 运算符定义a∞b = a² + b²\n- 所有变量均为正整数\n\n当前问题\n计算 14∞3 的结果。答案格式示例:[[13]]\n\n请将最终答案放在双括号内[[答案]]", "ground_truth": {"problem_type": "compute", "a": 14, "b": 3}}
{"data_source": "KorOperationUnicode221e", "prompt": "请根据以下规则解决问题:\n- 运算符定义a∞b = a² + b²\n- 所有变量均为正整数\n\n当前问题\n解方程 X∞7 = 245。答案格式示例[[2]]\n\n请将最终答案放在双括号内[[答案]]", "ground_truth": {"problem_type": "solve_x", "b": 7, "c": 245}}
{"data_source": "KorOperationUnicode221e", "prompt": "请根据以下规则解决问题:\n- 运算符定义a∞b = a² + b²\n- 所有变量均为正整数\n\n当前问题\n计算 20∞2 的结果。答案格式示例:[[13]]\n\n请将最终答案放在双括号内[[答案]]", "ground_truth": {"problem_type": "compute", "a": 20, "b": 2}}
{"data_source": "KorOperationUnicode221e", "prompt": "请根据以下规则解决问题:\n- 运算符定义a∞b = a² + b²\n- 所有变量均为正整数\n\n当前问题\n计算 5∞3 的结果。答案格式示例:[[13]]\n\n请将最终答案放在双括号内[[答案]]", "ground_truth": {"problem_type": "compute", "a": 5, "b": 3}}
{"data_source": "KorOperationUnicode221e", "prompt": "请根据以下规则解决问题:\n- 运算符定义a∞b = a² + b²\n- 所有变量均为正整数\n\n当前问题\n计算 4∞5 的结果。答案格式示例:[[13]]\n\n请将最终答案放在双括号内[[答案]]", "ground_truth": {"problem_type": "compute", "a": 4, "b": 5}}
{"data_source": "KorOperationUnicode221e", "prompt": "请根据以下规则解决问题:\n- 运算符定义a∞b = a² + b²\n- 所有变量均为正整数\n\n当前问题\n解方程 X∞8 = 145。答案格式示例[[2]]\n\n请将最终答案放在双括号内[[答案]]", "ground_truth": {"problem_type": "solve_x", "b": 8, "c": 145}}
{"data_source": "KorOperationUnicode221e", "prompt": "请根据以下规则解决问题:\n- 运算符定义a∞b = a² + b²\n- 所有变量均为正整数\n\n当前问题\n计算 15∞18 的结果。答案格式示例:[[13]]\n\n请将最终答案放在双括号内[[答案]]", "ground_truth": {"problem_type": "compute", "a": 15, "b": 18}}
{"data_source": "KorOperationUnicode221e", "prompt": "请根据以下规则解决问题:\n- 运算符定义a∞b = a² + b²\n- 所有变量均为正整数\n\n当前问题\n计算 1∞1 的结果。答案格式示例:[[13]]\n\n请将最终答案放在双括号内[[答案]]", "ground_truth": {"problem_type": "compute", "a": 1, "b": 1}}
{"data_source": "KorOperationUnicode221e", "prompt": "请根据以下规则解决问题:\n- 运算符定义a∞b = a² + b²\n- 所有变量均为正整数\n\n当前问题\n计算 4∞6 的结果。答案格式示例:[[13]]\n\n请将最终答案放在双括号内[[答案]]", "ground_truth": {"problem_type": "compute", "a": 4, "b": 6}}
{"data_source": "KorOperationUnicode221e", "prompt": "请根据以下规则解决问题:\n- 运算符定义a∞b = a² + b²\n- 所有变量均为正整数\n\n当前问题\n解方程 1∞Y = 145。答案格式示例[[3]]\n\n请将最终答案放在双括号内[[答案]]", "ground_truth": {"problem_type": "solve_y", "a": 1, "c": 145}}
{"data_source": "KorOperationUnicode221e", "prompt": "请根据以下规则解决问题:\n- 运算符定义a∞b = a² + b²\n- 所有变量均为正整数\n\n当前问题\n计算 1∞3 的结果。答案格式示例:[[13]]\n\n请将最终答案放在双括号内[[答案]]", "ground_truth": {"problem_type": "compute", "a": 1, "b": 3}}
{"data_source": "KorOperationUnicode221e", "prompt": "请根据以下规则解决问题:\n- 运算符定义a∞b = a² + b²\n- 所有变量均为正整数\n\n当前问题\n计算 8∞7 的结果。答案格式示例:[[13]]\n\n请将最终答案放在双括号内[[答案]]", "ground_truth": {"problem_type": "compute", "a": 8, "b": 7}}
{"data_source": "KorOperationUnicode221e", "prompt": "请根据以下规则解决问题:\n- 运算符定义a∞b = a² + b²\n- 所有变量均为正整数\n\n当前问题\n计算 4∞5 的结果。答案格式示例:[[13]]\n\n请将最终答案放在双括号内[[答案]]", "ground_truth": {"problem_type": "compute", "a": 4, "b": 5}}
{"data_source": "KorOperationUnicode221e", "prompt": "请根据以下规则解决问题:\n- 运算符定义a∞b = a² + b²\n- 所有变量均为正整数\n\n当前问题\n计算 4∞3 的结果。答案格式示例:[[13]]\n\n请将最终答案放在双括号内[[答案]]", "ground_truth": {"problem_type": "compute", "a": 4, "b": 3}}
{"data_source": "KorOperationUnicode221e", "prompt": "请根据以下规则解决问题:\n- 运算符定义a∞b = a² + b²\n- 所有变量均为正整数\n\n当前问题\n解方程 X∞9 = 82。答案格式示例[[2]]\n\n请将最终答案放在双括号内[[答案]]", "ground_truth": {"problem_type": "solve_x", "b": 9, "c": 82}}
{"data_source": "KorOperationUnicode221e", "prompt": "请根据以下规则解决问题:\n- 运算符定义a∞b = a² + b²\n- 所有变量均为正整数\n\n当前问题\n计算 9∞7 的结果。答案格式示例:[[13]]\n\n请将最终答案放在双括号内[[答案]]", "ground_truth": {"problem_type": "compute", "a": 9, "b": 7}}
{"data_source": "KorOperationUnicode221e", "prompt": "请根据以下规则解决问题:\n- 运算符定义a∞b = a² + b²\n- 所有变量均为正整数\n\n当前问题\n计算 4∞9 的结果。答案格式示例:[[13]]\n\n请将最终答案放在双括号内[[答案]]", "ground_truth": {"problem_type": "compute", "a": 4, "b": 9}}
{"data_source": "KorOperationUnicode221e", "prompt": "请根据以下规则解决问题:\n- 运算符定义a∞b = a² + b²\n- 所有变量均为正整数\n\n当前问题\n解方程 4∞Y = 32。答案格式示例[[3]]\n\n请将最终答案放在双括号内[[答案]]", "ground_truth": {"problem_type": "solve_y", "a": 4, "c": 32}}
{"data_source": "KorOperationUnicode221e", "prompt": "请根据以下规则解决问题:\n- 运算符定义a∞b = a² + b²\n- 所有变量均为正整数\n\n当前问题\n解方程 X∞3 = 10。答案格式示例[[2]]\n\n请将最终答案放在双括号内[[答案]]", "ground_truth": {"problem_type": "solve_x", "b": 3, "c": 10}}
{"data_source": "KorOperationUnicode221e", "prompt": "请根据以下规则解决问题:\n- 运算符定义a∞b = a² + b²\n- 所有变量均为正整数\n\n当前问题\n解方程 X∞10 = 101。答案格式示例[[2]]\n\n请将最终答案放在双括号内[[答案]]", "ground_truth": {"problem_type": "solve_x", "b": 10, "c": 101}}
{"data_source": "KorOperationUnicode221e", "prompt": "请根据以下规则解决问题:\n- 运算符定义a∞b = a² + b²\n- 所有变量均为正整数\n\n当前问题\n计算 6∞14 的结果。答案格式示例:[[13]]\n\n请将最终答案放在双括号内[[答案]]", "ground_truth": {"problem_type": "compute", "a": 6, "b": 14}}
{"data_source": "KorOperationUnicode221e", "prompt": "请根据以下规则解决问题:\n- 运算符定义a∞b = a² + b²\n- 所有变量均为正整数\n\n当前问题\n解方程 X∞3 = 18。答案格式示例[[2]]\n\n请将最终答案放在双括号内[[答案]]", "ground_truth": {"problem_type": "solve_x", "b": 3, "c": 18}}
{"data_source": "KorOperationUnicode221e", "prompt": "请根据以下规则解决问题:\n- 运算符定义a∞b = a² + b²\n- 所有变量均为正整数\n\n当前问题\n解方程 X∞4 = 65。答案格式示例[[2]]\n\n请将最终答案放在双括号内[[答案]]", "ground_truth": {"problem_type": "solve_x", "b": 4, "c": 65}}
{"data_source": "KorOperationUnicode221e", "prompt": "请根据以下规则解决问题:\n- 运算符定义a∞b = a² + b²\n- 所有变量均为正整数\n\n当前问题\n解方程 X∞1 = 122。答案格式示例[[2]]\n\n请将最终答案放在双括号内[[答案]]", "ground_truth": {"problem_type": "solve_x", "b": 1, "c": 122}}
{"data_source": "KorOperationUnicode221e", "prompt": "请根据以下规则解决问题:\n- 运算符定义a∞b = a² + b²\n- 所有变量均为正整数\n\n当前问题\n解方程 X∞4 = 25。答案格式示例[[2]]\n\n请将最终答案放在双括号内[[答案]]", "ground_truth": {"problem_type": "solve_x", "b": 4, "c": 25}}
{"data_source": "KorOperationUnicode221e", "prompt": "请根据以下规则解决问题:\n- 运算符定义a∞b = a² + b²\n- 所有变量均为正整数\n\n当前问题\n解方程 5∞Y = 29。答案格式示例[[3]]\n\n请将最终答案放在双括号内[[答案]]", "ground_truth": {"problem_type": "solve_y", "a": 5, "c": 29}}
{"data_source": "KorOperationUnicode221e", "prompt": "请根据以下规则解决问题:\n- 运算符定义a∞b = a² + b²\n- 所有变量均为正整数\n\n当前问题\n解方程 3∞Y = 90。答案格式示例[[3]]\n\n请将最终答案放在双括号内[[答案]]", "ground_truth": {"problem_type": "solve_y", "a": 3, "c": 90}}
{"data_source": "KorOperationUnicode221e", "prompt": "请根据以下规则解决问题:\n- 运算符定义a∞b = a² + b²\n- 所有变量均为正整数\n\n当前问题\n计算 5∞2 的结果。答案格式示例:[[13]]\n\n请将最终答案放在双括号内[[答案]]", "ground_truth": {"problem_type": "compute", "a": 5, "b": 2}}
{"data_source": "KorOperationUnicode221e", "prompt": "请根据以下规则解决问题:\n- 运算符定义a∞b = a² + b²\n- 所有变量均为正整数\n\n当前问题\n计算 2∞7 的结果。答案格式示例:[[13]]\n\n请将最终答案放在双括号内[[答案]]", "ground_truth": {"problem_type": "compute", "a": 2, "b": 7}}
{"data_source": "KorOperationUnicode221e", "prompt": "请根据以下规则解决问题:\n- 运算符定义a∞b = a² + b²\n- 所有变量均为正整数\n\n当前问题\n解方程 X∞6 = 40。答案格式示例[[2]]\n\n请将最终答案放在双括号内[[答案]]", "ground_truth": {"problem_type": "solve_x", "b": 6, "c": 40}}
{"data_source": "KorOperationUnicode221e", "prompt": "请根据以下规则解决问题:\n- 运算符定义a∞b = a² + b²\n- 所有变量均为正整数\n\n当前问题\n计算 3∞5 的结果。答案格式示例:[[13]]\n\n请将最终答案放在双括号内[[答案]]", "ground_truth": {"problem_type": "compute", "a": 3, "b": 5}}
{"data_source": "KorOperationUnicode221e", "prompt": "请根据以下规则解决问题:\n- 运算符定义a∞b = a² + b²\n- 所有变量均为正整数\n\n当前问题\n计算 11∞17 的结果。答案格式示例:[[13]]\n\n请将最终答案放在双括号内[[答案]]", "ground_truth": {"problem_type": "compute", "a": 11, "b": 17}}
{"data_source": "KorOperationUnicode221e", "prompt": "请根据以下规则解决问题:\n- 运算符定义a∞b = a² + b²\n- 所有变量均为正整数\n\n当前问题\n计算 8∞8 的结果。答案格式示例:[[13]]\n\n请将最终答案放在双括号内[[答案]]", "ground_truth": {"problem_type": "compute", "a": 8, "b": 8}}
{"data_source": "KorOperationUnicode221e", "prompt": "请根据以下规则解决问题:\n- 运算符定义a∞b = a² + b²\n- 所有变量均为正整数\n\n当前问题\n解方程 8∞Y = 113。答案格式示例[[3]]\n\n请将最终答案放在双括号内[[答案]]", "ground_truth": {"problem_type": "solve_y", "a": 8, "c": 113}}
{"data_source": "KorOperationUnicode221e", "prompt": "请根据以下规则解决问题:\n- 运算符定义a∞b = a² + b²\n- 所有变量均为正整数\n\n当前问题\n计算 4∞7 的结果。答案格式示例:[[13]]\n\n请将最终答案放在双括号内[[答案]]", "ground_truth": {"problem_type": "compute", "a": 4, "b": 7}}
{"data_source": "KorOperationUnicode221e", "prompt": "请根据以下规则解决问题:\n- 运算符定义a∞b = a² + b²\n- 所有变量均为正整数\n\n当前问题\n计算 17∞4 的结果。答案格式示例:[[13]]\n\n请将最终答案放在双括号内[[答案]]", "ground_truth": {"problem_type": "compute", "a": 17, "b": 4}}
{"data_source": "KorOperationUnicode221e", "prompt": "请根据以下规则解决问题:\n- 运算符定义a∞b = a² + b²\n- 所有变量均为正整数\n\n当前问题\n计算 1∞4 的结果。答案格式示例:[[13]]\n\n请将最终答案放在双括号内[[答案]]", "ground_truth": {"problem_type": "compute", "a": 1, "b": 4}}
{"data_source": "KorOperationUnicode221e", "prompt": "请根据以下规则解决问题:\n- 运算符定义a∞b = a² + b²\n- 所有变量均为正整数\n\n当前问题\n计算 2∞2 的结果。答案格式示例:[[13]]\n\n请将最终答案放在双括号内[[答案]]", "ground_truth": {"problem_type": "compute", "a": 2, "b": 2}}
{"data_source": "KorOperationUnicode221e", "prompt": "请根据以下规则解决问题:\n- 运算符定义a∞b = a² + b²\n- 所有变量均为正整数\n\n当前问题\n解方程 X∞3 = 18。答案格式示例[[2]]\n\n请将最终答案放在双括号内[[答案]]", "ground_truth": {"problem_type": "solve_x", "b": 3, "c": 18}}
{"data_source": "KorOperationUnicode221e", "prompt": "请根据以下规则解决问题:\n- 运算符定义a∞b = a² + b²\n- 所有变量均为正整数\n\n当前问题\n解方程 X∞8 = 164。答案格式示例[[2]]\n\n请将最终答案放在双括号内[[答案]]", "ground_truth": {"problem_type": "solve_x", "b": 8, "c": 164}}
{"data_source": "KorOperationUnicode221e", "prompt": "请根据以下规则解决问题:\n- 运算符定义a∞b = a² + b²\n- 所有变量均为正整数\n\n当前问题\n解方程 16∞Y = 580。答案格式示例[[3]]\n\n请将最终答案放在双括号内[[答案]]", "ground_truth": {"problem_type": "solve_y", "a": 16, "c": 580}}
{"data_source": "KorOperationUnicode221e", "prompt": "请根据以下规则解决问题:\n- 运算符定义a∞b = a² + b²\n- 所有变量均为正整数\n\n当前问题\n解方程 10∞Y = 181。答案格式示例[[3]]\n\n请将最终答案放在双括号内[[答案]]", "ground_truth": {"problem_type": "solve_y", "a": 10, "c": 181}}
{"data_source": "KorOperationUnicode221e", "prompt": "请根据以下规则解决问题:\n- 运算符定义a∞b = a² + b²\n- 所有变量均为正整数\n\n当前问题\n解方程 3∞Y = 10。答案格式示例[[3]]\n\n请将最终答案放在双括号内[[答案]]", "ground_truth": {"problem_type": "solve_y", "a": 3, "c": 10}}
{"data_source": "KorOperationUnicode221e", "prompt": "请根据以下规则解决问题:\n- 运算符定义a∞b = a² + b²\n- 所有变量均为正整数\n\n当前问题\n解方程 X∞3 = 45。答案格式示例[[2]]\n\n请将最终答案放在双括号内[[答案]]", "ground_truth": {"problem_type": "solve_x", "b": 3, "c": 45}}
{"data_source": "KorOperationUnicode221e", "prompt": "请根据以下规则解决问题:\n- 运算符定义a∞b = a² + b²\n- 所有变量均为正整数\n\n当前问题\n解方程 2∞Y = 125。答案格式示例[[3]]\n\n请将最终答案放在双括号内[[答案]]", "ground_truth": {"problem_type": "solve_y", "a": 2, "c": 125}}
{"data_source": "KorOperationUnicode221e", "prompt": "请根据以下规则解决问题:\n- 运算符定义a∞b = a² + b²\n- 所有变量均为正整数\n\n当前问题\n解方程 7∞Y = 53。答案格式示例[[3]]\n\n请将最终答案放在双括号内[[答案]]", "ground_truth": {"problem_type": "solve_y", "a": 7, "c": 53}}
{"data_source": "KorOperationUnicode221e", "prompt": "请根据以下规则解决问题:\n- 运算符定义a∞b = a² + b²\n- 所有变量均为正整数\n\n当前问题\n解方程 2∞Y = 5。答案格式示例[[3]]\n\n请将最终答案放在双括号内[[答案]]", "ground_truth": {"problem_type": "solve_y", "a": 2, "c": 5}}
{"data_source": "KorOperationUnicode221e", "prompt": "请根据以下规则解决问题:\n- 运算符定义a∞b = a² + b²\n- 所有变量均为正整数\n\n当前问题\n计算 7∞4 的结果。答案格式示例:[[13]]\n\n请将最终答案放在双括号内[[答案]]", "ground_truth": {"problem_type": "compute", "a": 7, "b": 4}}
{"data_source": "KorOperationUnicode221e", "prompt": "请根据以下规则解决问题:\n- 运算符定义a∞b = a² + b²\n- 所有变量均为正整数\n\n当前问题\n计算 15∞7 的结果。答案格式示例:[[13]]\n\n请将最终答案放在双括号内[[答案]]", "ground_truth": {"problem_type": "compute", "a": 15, "b": 7}}
{"data_source": "KorOperationUnicode221e", "prompt": "请根据以下规则解决问题:\n- 运算符定义a∞b = a² + b²\n- 所有变量均为正整数\n\n当前问题\n解方程 X∞1 = 82。答案格式示例[[2]]\n\n请将最终答案放在双括号内[[答案]]", "ground_truth": {"problem_type": "solve_x", "b": 1, "c": 82}}
{"data_source": "KorOperationUnicode221e", "prompt": "请根据以下规则解决问题:\n- 运算符定义a∞b = a² + b²\n- 所有变量均为正整数\n\n当前问题\n计算 6∞17 的结果。答案格式示例:[[13]]\n\n请将最终答案放在双括号内[[答案]]", "ground_truth": {"problem_type": "compute", "a": 6, "b": 17}}
{"data_source": "KorOperationUnicode221e", "prompt": "请根据以下规则解决问题:\n- 运算符定义a∞b = a² + b²\n- 所有变量均为正整数\n\n当前问题\n计算 6∞7 的结果。答案格式示例:[[13]]\n\n请将最终答案放在双括号内[[答案]]", "ground_truth": {"problem_type": "compute", "a": 6, "b": 7}}
{"data_source": "KorOperationUnicode221e", "prompt": "请根据以下规则解决问题:\n- 运算符定义a∞b = a² + b²\n- 所有变量均为正整数\n\n当前问题\n计算 7∞7 的结果。答案格式示例:[[13]]\n\n请将最终答案放在双括号内[[答案]]", "ground_truth": {"problem_type": "compute", "a": 7, "b": 7}}
{"data_source": "KorOperationUnicode221e", "prompt": "请根据以下规则解决问题:\n- 运算符定义a∞b = a² + b²\n- 所有变量均为正整数\n\n当前问题\n解方程 12∞Y = 160。答案格式示例[[3]]\n\n请将最终答案放在双括号内[[答案]]", "ground_truth": {"problem_type": "solve_y", "a": 12, "c": 160}}
{"data_source": "KorOperationUnicode221e", "prompt": "请根据以下规则解决问题:\n- 运算符定义a∞b = a² + b²\n- 所有变量均为正整数\n\n当前问题\n计算 4∞1 的结果。答案格式示例:[[13]]\n\n请将最终答案放在双括号内[[答案]]", "ground_truth": {"problem_type": "compute", "a": 4, "b": 1}}
{"data_source": "KorOperationUnicode221e", "prompt": "请根据以下规则解决问题:\n- 运算符定义a∞b = a² + b²\n- 所有变量均为正整数\n\n当前问题\n计算 9∞5 的结果。答案格式示例:[[13]]\n\n请将最终答案放在双括号内[[答案]]", "ground_truth": {"problem_type": "compute", "a": 9, "b": 5}}
{"data_source": "KorOperationUnicode221e", "prompt": "请根据以下规则解决问题:\n- 运算符定义a∞b = a² + b²\n- 所有变量均为正整数\n\n当前问题\n计算 2∞3 的结果。答案格式示例:[[13]]\n\n请将最终答案放在双括号内[[答案]]", "ground_truth": {"problem_type": "compute", "a": 2, "b": 3}}
{"data_source": "KorOperationUnicode221e", "prompt": "请根据以下规则解决问题:\n- 运算符定义a∞b = a² + b²\n- 所有变量均为正整数\n\n当前问题\n计算 1∞11 的结果。答案格式示例:[[13]]\n\n请将最终答案放在双括号内[[答案]]", "ground_truth": {"problem_type": "compute", "a": 1, "b": 11}}
{"data_source": "KorOperationUnicode221e", "prompt": "请根据以下规则解决问题:\n- 运算符定义a∞b = a² + b²\n- 所有变量均为正整数\n\n当前问题\n计算 6∞5 的结果。答案格式示例:[[13]]\n\n请将最终答案放在双括号内[[答案]]", "ground_truth": {"problem_type": "compute", "a": 6, "b": 5}}
{"data_source": "KorOperationUnicode221e", "prompt": "请根据以下规则解决问题:\n- 运算符定义a∞b = a² + b²\n- 所有变量均为正整数\n\n当前问题\n解方程 X∞4 = 241。答案格式示例[[2]]\n\n请将最终答案放在双括号内[[答案]]", "ground_truth": {"problem_type": "solve_x", "b": 4, "c": 241}}
{"data_source": "KorOperationUnicode221e", "prompt": "请根据以下规则解决问题:\n- 运算符定义a∞b = a² + b²\n- 所有变量均为正整数\n\n当前问题\n解方程 X∞6 = 100。答案格式示例[[2]]\n\n请将最终答案放在双括号内[[答案]]", "ground_truth": {"problem_type": "solve_x", "b": 6, "c": 100}}
{"data_source": "KorOperationUnicode221e", "prompt": "请根据以下规则解决问题:\n- 运算符定义a∞b = a² + b²\n- 所有变量均为正整数\n\n当前问题\n解方程 X∞4 = 20。答案格式示例[[2]]\n\n请将最终答案放在双括号内[[答案]]", "ground_truth": {"problem_type": "solve_x", "b": 4, "c": 20}}
{"data_source": "KorOperationUnicode221e", "prompt": "请根据以下规则解决问题:\n- 运算符定义a∞b = a² + b²\n- 所有变量均为正整数\n\n当前问题\n计算 2∞4 的结果。答案格式示例:[[13]]\n\n请将最终答案放在双括号内[[答案]]", "ground_truth": {"problem_type": "compute", "a": 2, "b": 4}}
{"data_source": "KorOperationUnicode221e", "prompt": "请根据以下规则解决问题:\n- 运算符定义a∞b = a² + b²\n- 所有变量均为正整数\n\n当前问题\n解方程 9∞Y = 85。答案格式示例[[3]]\n\n请将最终答案放在双括号内[[答案]]", "ground_truth": {"problem_type": "solve_y", "a": 9, "c": 85}}
{"data_source": "KorOperationUnicode221e", "prompt": "请根据以下规则解决问题:\n- 运算符定义a∞b = a² + b²\n- 所有变量均为正整数\n\n当前问题\n计算 3∞3 的结果。答案格式示例:[[13]]\n\n请将最终答案放在双括号内[[答案]]", "ground_truth": {"problem_type": "compute", "a": 3, "b": 3}}
{"data_source": "KorOperationUnicode221e", "prompt": "请根据以下规则解决问题:\n- 运算符定义a∞b = a² + b²\n- 所有变量均为正整数\n\n当前问题\n计算 1∞7 的结果。答案格式示例:[[13]]\n\n请将最终答案放在双括号内[[答案]]", "ground_truth": {"problem_type": "compute", "a": 1, "b": 7}}
{"data_source": "KorOperationUnicode221e", "prompt": "请根据以下规则解决问题:\n- 运算符定义a∞b = a² + b²\n- 所有变量均为正整数\n\n当前问题\n解方程 X∞1 = 10。答案格式示例[[2]]\n\n请将最终答案放在双括号内[[答案]]", "ground_truth": {"problem_type": "solve_x", "b": 1, "c": 10}}
{"data_source": "KorOperationUnicode221e", "prompt": "请根据以下规则解决问题:\n- 运算符定义a∞b = a² + b²\n- 所有变量均为正整数\n\n当前问题\n计算 18∞1 的结果。答案格式示例:[[13]]\n\n请将最终答案放在双括号内[[答案]]", "ground_truth": {"problem_type": "compute", "a": 18, "b": 1}}
{"data_source": "KorOperationUnicode221e", "prompt": "请根据以下规则解决问题:\n- 运算符定义a∞b = a² + b²\n- 所有变量均为正整数\n\n当前问题\n计算 11∞12 的结果。答案格式示例:[[13]]\n\n请将最终答案放在双括号内[[答案]]", "ground_truth": {"problem_type": "compute", "a": 11, "b": 12}}
{"data_source": "KorOperationUnicode221e", "prompt": "请根据以下规则解决问题:\n- 运算符定义a∞b = a² + b²\n- 所有变量均为正整数\n\n当前问题\n解方程 1∞Y = 10。答案格式示例[[3]]\n\n请将最终答案放在双括号内[[答案]]", "ground_truth": {"problem_type": "solve_y", "a": 1, "c": 10}}
{"data_source": "KorOperationUnicode221e", "prompt": "请根据以下规则解决问题:\n- 运算符定义a∞b = a² + b²\n- 所有变量均为正整数\n\n当前问题\n解方程 3∞Y = 45。答案格式示例[[3]]\n\n请将最终答案放在双括号内[[答案]]", "ground_truth": {"problem_type": "solve_y", "a": 3, "c": 45}}
{"data_source": "KorOperationUnicode221e", "prompt": "请根据以下规则解决问题:\n- 运算符定义a∞b = a² + b²\n- 所有变量均为正整数\n\n当前问题\n解方程 X∞3 = 10。答案格式示例[[2]]\n\n请将最终答案放在双括号内[[答案]]", "ground_truth": {"problem_type": "solve_x", "b": 3, "c": 10}}
{"data_source": "KorOperationUnicode221e", "prompt": "请根据以下规则解决问题:\n- 运算符定义a∞b = a² + b²\n- 所有变量均为正整数\n\n当前问题\n计算 2∞4 的结果。答案格式示例:[[13]]\n\n请将最终答案放在双括号内[[答案]]", "ground_truth": {"problem_type": "compute", "a": 2, "b": 4}}
{"data_source": "KorOperationUnicode221e", "prompt": "请根据以下规则解决问题:\n- 运算符定义a∞b = a² + b²\n- 所有变量均为正整数\n\n当前问题\n计算 8∞8 的结果。答案格式示例:[[13]]\n\n请将最终答案放在双括号内[[答案]]", "ground_truth": {"problem_type": "compute", "a": 8, "b": 8}}
{"data_source": "KorOperationUnicode221e", "prompt": "请根据以下规则解决问题:\n- 运算符定义a∞b = a² + b²\n- 所有变量均为正整数\n\n当前问题\n计算 3∞1 的结果。答案格式示例:[[13]]\n\n请将最终答案放在双括号内[[答案]]", "ground_truth": {"problem_type": "compute", "a": 3, "b": 1}}