mirror of
https://github.com/InternLM/InternBootcamp.git
synced 2026-04-19 12:58:04 +00:00
64 lines
61 KiB
JSON
Executable file
64 lines
61 KiB
JSON
Executable file
{"data_source": "KorPuzzleCalcudoko", "prompt": "The size of the grid is 5x5.\n(1,3)(1,4)(1,5)(2,5):24*\n(5,4)(5,5):20*\n(5,1)(4,1)(3,1)(3,2):60*\n(3,4)(2,4)(2,3)(2,2)(2,1):15+\n(4,4)(4,3)(3,3):8+\n(1,2)(1,1):7+\n(4,2)(5,2)(5,3):6+\n(3,5)(4,5):1-\n\nPlease provide each element in order from left to right, and from top to bottom, with each element separated by a space and each row separated by a comma. Ensure that your final answer is wrapped in double square brackets.\n\nExample: [[1 2 3,4 5 6,7 8 9]] for a 3x3 grid.", "ground_truth": {"size": 5, "regions": [{"cells": [[1, 3], [1, 4], [1, 5], [2, 5]], "operator": "*", "target": 24}, {"cells": [[5, 4], [5, 5]], "operator": "*", "target": 20}, {"cells": [[5, 1], [4, 1], [3, 1], [3, 2]], "operator": "*", "target": 60}, {"cells": [[3, 4], [2, 4], [2, 3], [2, 2], [2, 1]], "operator": "+", "target": 15}, {"cells": [[4, 4], [4, 3], [3, 3]], "operator": "+", "target": 8}, {"cells": [[1, 2], [1, 1]], "operator": "+", "target": 7}, {"cells": [[4, 2], [5, 2], [5, 3]], "operator": "+", "target": 6}, {"cells": [[3, 5], [4, 5]], "operator": "-", "target": 1}]}}
|
|
{"data_source": "KorPuzzleCalcudoko", "prompt": "The size of the grid is 4x4.\n(3,1)(3,2)(3,3)(3,4):10+\n(4,3)(4,4):2÷\n(1,3)(1,4)(2,4):6*\n(4,2)(4,1):3÷\n(1,1)(2,1):2-\n(2,3)(2,2)(1,2):12*\n\nPlease provide each element in order from left to right, and from top to bottom, with each element separated by a space and each row separated by a comma. Ensure that your final answer is wrapped in double square brackets.\n\nExample: [[1 2 3,4 5 6,7 8 9]] for a 3x3 grid.", "ground_truth": {"size": 4, "regions": [{"cells": [[3, 1], [3, 2], [3, 3], [3, 4]], "operator": "+", "target": 10}, {"cells": [[4, 3], [4, 4]], "operator": "÷", "target": 2}, {"cells": [[1, 3], [1, 4], [2, 4]], "operator": "*", "target": 6}, {"cells": [[4, 2], [4, 1]], "operator": "÷", "target": 3}, {"cells": [[1, 1], [2, 1]], "operator": "-", "target": 2}, {"cells": [[2, 3], [2, 2], [1, 2]], "operator": "*", "target": 12}]}}
|
|
{"data_source": "KorPuzzleCalcudoko", "prompt": "The size of the grid is 4x4.\n(2,1)(3,1)(4,1)(4,2):10+\n(2,2)(3,2)(3,3)(3,4):10+\n(2,3)(1,3)(1,4)(2,4):10+\n(4,4)(4,3):6+\n(1,1)(1,2):2-\n\nPlease provide each element in order from left to right, and from top to bottom, with each element separated by a space and each row separated by a comma. Ensure that your final answer is wrapped in double square brackets.\n\nExample: [[1 2 3,4 5 6,7 8 9]] for a 3x3 grid.", "ground_truth": {"size": 4, "regions": [{"cells": [[2, 1], [3, 1], [4, 1], [4, 2]], "operator": "+", "target": 10}, {"cells": [[2, 2], [3, 2], [3, 3], [3, 4]], "operator": "+", "target": 10}, {"cells": [[2, 3], [1, 3], [1, 4], [2, 4]], "operator": "+", "target": 10}, {"cells": [[4, 4], [4, 3]], "operator": "+", "target": 6}, {"cells": [[1, 1], [1, 2]], "operator": "-", "target": 2}]}}
|
|
{"data_source": "KorPuzzleCalcudoko", "prompt": "The size of the grid is 5x5.\n(3,1)(4,1)(4,2)(4,3):30*\n(1,3)(1,4)(1,5)(2,5)(3,5):15+\n(1,2)(1,1)(2,1):6*\n(5,5)(5,4)(4,4)(4,5):120*\n(5,1)(5,2)(5,3):10+\n(3,3)(2,3)(2,2)(3,2):14+\n(2,4)(3,4):3-\n\nPlease provide each element in order from left to right, and from top to bottom, with each element separated by a space and each row separated by a comma. Ensure that your final answer is wrapped in double square brackets.\n\nExample: [[1 2 3,4 5 6,7 8 9]] for a 3x3 grid.", "ground_truth": {"size": 5, "regions": [{"cells": [[3, 1], [4, 1], [4, 2], [4, 3]], "operator": "*", "target": 30}, {"cells": [[1, 3], [1, 4], [1, 5], [2, 5], [3, 5]], "operator": "+", "target": 15}, {"cells": [[1, 2], [1, 1], [2, 1]], "operator": "*", "target": 6}, {"cells": [[5, 5], [5, 4], [4, 4], [4, 5]], "operator": "*", "target": 120}, {"cells": [[5, 1], [5, 2], [5, 3]], "operator": "+", "target": 10}, {"cells": [[3, 3], [2, 3], [2, 2], [3, 2]], "operator": "+", "target": 14}, {"cells": [[2, 4], [3, 4]], "operator": "-", "target": 3}]}}
|
|
{"data_source": "KorPuzzleCalcudoko", "prompt": "The size of the grid is 4x4.\n(2,3)(1,3)(1,4):12*\n(1,1)(1,2)(2,2):9+\n(4,1)(3,1)(2,1):8*\n(2,4)(3,4)(3,3)(3,2):10+\n(4,4)(4,3)(4,2):6*\n\nPlease provide each element in order from left to right, and from top to bottom, with each element separated by a space and each row separated by a comma. Ensure that your final answer is wrapped in double square brackets.\n\nExample: [[1 2 3,4 5 6,7 8 9]] for a 3x3 grid.", "ground_truth": {"size": 4, "regions": [{"cells": [[2, 3], [1, 3], [1, 4]], "operator": "*", "target": 12}, {"cells": [[1, 1], [1, 2], [2, 2]], "operator": "+", "target": 9}, {"cells": [[4, 1], [3, 1], [2, 1]], "operator": "*", "target": 8}, {"cells": [[2, 4], [3, 4], [3, 3], [3, 2]], "operator": "+", "target": 10}, {"cells": [[4, 4], [4, 3], [4, 2]], "operator": "*", "target": 6}]}}
|
|
{"data_source": "KorPuzzleCalcudoko", "prompt": "The size of the grid is 5x5.\n(2,4)(2,5)(3,5)(3,4)(3,3):120*\n(2,1)(2,2)(2,3):10+\n(4,4)(4,5):5+\n(5,5)(5,4)(5,3)(5,2)(5,1):15+\n(1,5)(1,4)(1,3)(1,2)(1,1):15+\n(4,1)(4,2)(4,3):20*\n(3,1)(3,2):4*\n\nPlease provide each element in order from left to right, and from top to bottom, with each element separated by a space and each row separated by a comma. Ensure that your final answer is wrapped in double square brackets.\n\nExample: [[1 2 3,4 5 6,7 8 9]] for a 3x3 grid.", "ground_truth": {"size": 5, "regions": [{"cells": [[2, 4], [2, 5], [3, 5], [3, 4], [3, 3]], "operator": "*", "target": 120}, {"cells": [[2, 1], [2, 2], [2, 3]], "operator": "+", "target": 10}, {"cells": [[4, 4], [4, 5]], "operator": "+", "target": 5}, {"cells": [[5, 5], [5, 4], [5, 3], [5, 2], [5, 1]], "operator": "+", "target": 15}, {"cells": [[1, 5], [1, 4], [1, 3], [1, 2], [1, 1]], "operator": "+", "target": 15}, {"cells": [[4, 1], [4, 2], [4, 3]], "operator": "*", "target": 20}, {"cells": [[3, 1], [3, 2]], "operator": "*", "target": 4}]}}
|
|
{"data_source": "KorPuzzleCalcudoko", "prompt": "The size of the grid is 5x5.\n(4,4)(4,3)(4,2)(4,1):13+\n(5,3)(5,4)(5,5)(4,5):120*\n(3,1)(2,1)(1,1):10+\n(3,2)(3,3)(3,4)(2,4)(2,3):120*\n(2,2)(1,2)(1,3)(1,4):12+\n(5,1)(5,2):3+\n(3,5)(2,5)(1,5):8+\n\nPlease provide each element in order from left to right, and from top to bottom, with each element separated by a space and each row separated by a comma. Ensure that your final answer is wrapped in double square brackets.\n\nExample: [[1 2 3,4 5 6,7 8 9]] for a 3x3 grid.", "ground_truth": {"size": 5, "regions": [{"cells": [[4, 4], [4, 3], [4, 2], [4, 1]], "operator": "+", "target": 13}, {"cells": [[5, 3], [5, 4], [5, 5], [4, 5]], "operator": "*", "target": 120}, {"cells": [[3, 1], [2, 1], [1, 1]], "operator": "+", "target": 10}, {"cells": [[3, 2], [3, 3], [3, 4], [2, 4], [2, 3]], "operator": "*", "target": 120}, {"cells": [[2, 2], [1, 2], [1, 3], [1, 4]], "operator": "+", "target": 12}, {"cells": [[5, 1], [5, 2]], "operator": "+", "target": 3}, {"cells": [[3, 5], [2, 5], [1, 5]], "operator": "+", "target": 8}]}}
|
|
{"data_source": "KorPuzzleCalcudoko", "prompt": "The size of the grid is 5x5.\n(1,1)(2,1)(3,1)(4,1)(4,2):15+\n(4,3)(4,4)(5,4)(5,3):24*\n(1,5)(1,4)(2,4):11+\n(5,1)(5,2):3-\n(1,3)(1,2)(2,2)(2,3):13+\n(3,4)(3,5)(2,5):11+\n(5,5)(4,5):3÷\n(3,3)(3,2):4+\n\nPlease provide each element in order from left to right, and from top to bottom, with each element separated by a space and each row separated by a comma. Ensure that your final answer is wrapped in double square brackets.\n\nExample: [[1 2 3,4 5 6,7 8 9]] for a 3x3 grid.", "ground_truth": {"size": 5, "regions": [{"cells": [[1, 1], [2, 1], [3, 1], [4, 1], [4, 2]], "operator": "+", "target": 15}, {"cells": [[4, 3], [4, 4], [5, 4], [5, 3]], "operator": "*", "target": 24}, {"cells": [[1, 5], [1, 4], [2, 4]], "operator": "+", "target": 11}, {"cells": [[5, 1], [5, 2]], "operator": "-", "target": 3}, {"cells": [[1, 3], [1, 2], [2, 2], [2, 3]], "operator": "+", "target": 13}, {"cells": [[3, 4], [3, 5], [2, 5]], "operator": "+", "target": 11}, {"cells": [[5, 5], [4, 5]], "operator": "÷", "target": 3}, {"cells": [[3, 3], [3, 2]], "operator": "+", "target": 4}]}}
|
|
{"data_source": "KorPuzzleCalcudoko", "prompt": "The size of the grid is 5x5.\n(1,1)(1,2)(1,3)(1,4)(1,5):120*\n(5,3)(5,2)(5,1)(4,1)(4,2):15+\n(3,5)(2,5)(2,4)(3,4)(3,3):120*\n(4,5)(4,4)(4,3):6+\n(2,3)(2,2)(2,1)(3,1)(3,2):15+\n(5,4)(5,5):20*\n\nPlease provide each element in order from left to right, and from top to bottom, with each element separated by a space and each row separated by a comma. Ensure that your final answer is wrapped in double square brackets.\n\nExample: [[1 2 3,4 5 6,7 8 9]] for a 3x3 grid.", "ground_truth": {"size": 5, "regions": [{"cells": [[1, 1], [1, 2], [1, 3], [1, 4], [1, 5]], "operator": "*", "target": 120}, {"cells": [[5, 3], [5, 2], [5, 1], [4, 1], [4, 2]], "operator": "+", "target": 15}, {"cells": [[3, 5], [2, 5], [2, 4], [3, 4], [3, 3]], "operator": "*", "target": 120}, {"cells": [[4, 5], [4, 4], [4, 3]], "operator": "+", "target": 6}, {"cells": [[2, 3], [2, 2], [2, 1], [3, 1], [3, 2]], "operator": "+", "target": 15}, {"cells": [[5, 4], [5, 5]], "operator": "*", "target": 20}]}}
|
|
{"data_source": "KorPuzzleCalcudoko", "prompt": "The size of the grid is 5x5.\n(4,3)(4,4)(3,4):11+\n(3,2)(4,2)(4,1)(5,1):60*\n(5,5)(5,4)(5,3)(5,2):30*\n(1,3)(2,3)(3,3):10*\n(1,4)(1,5)(2,5)(2,4):60*\n(1,1)(1,2):2÷\n(2,2)(2,1)(3,1):6*\n(3,5)(4,5):1-\n\nPlease provide each element in order from left to right, and from top to bottom, with each element separated by a space and each row separated by a comma. Ensure that your final answer is wrapped in double square brackets.\n\nExample: [[1 2 3,4 5 6,7 8 9]] for a 3x3 grid.", "ground_truth": {"size": 5, "regions": [{"cells": [[4, 3], [4, 4], [3, 4]], "operator": "+", "target": 11}, {"cells": [[3, 2], [4, 2], [4, 1], [5, 1]], "operator": "*", "target": 60}, {"cells": [[5, 5], [5, 4], [5, 3], [5, 2]], "operator": "*", "target": 30}, {"cells": [[1, 3], [2, 3], [3, 3]], "operator": "*", "target": 10}, {"cells": [[1, 4], [1, 5], [2, 5], [2, 4]], "operator": "*", "target": 60}, {"cells": [[1, 1], [1, 2]], "operator": "÷", "target": 2}, {"cells": [[2, 2], [2, 1], [3, 1]], "operator": "*", "target": 6}, {"cells": [[3, 5], [4, 5]], "operator": "-", "target": 1}]}}
|
|
{"data_source": "KorPuzzleCalcudoko", "prompt": "The size of the grid is 5x5.\n(3,3)(3,2)(3,1):15*\n(1,1)(1,2)(1,3)(1,4)(1,5):120*\n(5,4)(4,4)(4,3)(5,3):13+\n(2,3)(2,4)(2,5):24*\n(4,2)(4,1)(5,1)(5,2):24*\n(2,1)(2,2):6+\n(4,5)(5,5):7+\n(3,4)(3,5):8*\n\nPlease provide each element in order from left to right, and from top to bottom, with each element separated by a space and each row separated by a comma. Ensure that your final answer is wrapped in double square brackets.\n\nExample: [[1 2 3,4 5 6,7 8 9]] for a 3x3 grid.", "ground_truth": {"size": 5, "regions": [{"cells": [[3, 3], [3, 2], [3, 1]], "operator": "*", "target": 15}, {"cells": [[1, 1], [1, 2], [1, 3], [1, 4], [1, 5]], "operator": "*", "target": 120}, {"cells": [[5, 4], [4, 4], [4, 3], [5, 3]], "operator": "+", "target": 13}, {"cells": [[2, 3], [2, 4], [2, 5]], "operator": "*", "target": 24}, {"cells": [[4, 2], [4, 1], [5, 1], [5, 2]], "operator": "*", "target": 24}, {"cells": [[2, 1], [2, 2]], "operator": "+", "target": 6}, {"cells": [[4, 5], [5, 5]], "operator": "+", "target": 7}, {"cells": [[3, 4], [3, 5]], "operator": "*", "target": 8}]}}
|
|
{"data_source": "KorPuzzleCalcudoko", "prompt": "The size of the grid is 5x5.\n(1,4)(2,4)(2,5)(1,5):14+\n(4,2)(4,3)(5,3)(5,2):24*\n(2,2)(1,2)(1,3)(2,3):60*\n(2,1)(1,1):2*\n(5,5)(5,4)(4,4)(4,5)(3,5):15+\n(5,1)(4,1)(3,1)(3,2):120*\n(3,3)(3,4):6+\n\nPlease provide each element in order from left to right, and from top to bottom, with each element separated by a space and each row separated by a comma. Ensure that your final answer is wrapped in double square brackets.\n\nExample: [[1 2 3,4 5 6,7 8 9]] for a 3x3 grid.", "ground_truth": {"size": 5, "regions": [{"cells": [[1, 4], [2, 4], [2, 5], [1, 5]], "operator": "+", "target": 14}, {"cells": [[4, 2], [4, 3], [5, 3], [5, 2]], "operator": "*", "target": 24}, {"cells": [[2, 2], [1, 2], [1, 3], [2, 3]], "operator": "*", "target": 60}, {"cells": [[2, 1], [1, 1]], "operator": "*", "target": 2}, {"cells": [[5, 5], [5, 4], [4, 4], [4, 5], [3, 5]], "operator": "+", "target": 15}, {"cells": [[5, 1], [4, 1], [3, 1], [3, 2]], "operator": "*", "target": 120}, {"cells": [[3, 3], [3, 4]], "operator": "+", "target": 6}]}}
|
|
{"data_source": "KorPuzzleCalcudoko", "prompt": "The size of the grid is 4x4.\n(3,1)(2,1)(2,2)(3,2):10+\n(1,1)(1,2)(1,3)(1,4):10+\n(4,4)(3,4)(3,3):8+\n(2,4)(2,3):1-\n(4,1)(4,2)(4,3):7+\n\nPlease provide each element in order from left to right, and from top to bottom, with each element separated by a space and each row separated by a comma. Ensure that your final answer is wrapped in double square brackets.\n\nExample: [[1 2 3,4 5 6,7 8 9]] for a 3x3 grid.", "ground_truth": {"size": 4, "regions": [{"cells": [[3, 1], [2, 1], [2, 2], [3, 2]], "operator": "+", "target": 10}, {"cells": [[1, 1], [1, 2], [1, 3], [1, 4]], "operator": "+", "target": 10}, {"cells": [[4, 4], [3, 4], [3, 3]], "operator": "+", "target": 8}, {"cells": [[2, 4], [2, 3]], "operator": "-", "target": 1}, {"cells": [[4, 1], [4, 2], [4, 3]], "operator": "+", "target": 7}]}}
|
|
{"data_source": "KorPuzzleCalcudoko", "prompt": "The size of the grid is 5x5.\n(5,5)(4,5)(4,4)(5,4):10+\n(2,5)(3,5)(3,4)(2,4):120*\n(1,3)(1,4)(1,5):10*\n(2,2)(1,2):1-\n(1,1)(2,1)(3,1)(4,1)(5,1):15+\n(4,3)(5,3)(5,2)(4,2):11+\n(3,2)(3,3)(2,3):10+\n\nPlease provide each element in order from left to right, and from top to bottom, with each element separated by a space and each row separated by a comma. Ensure that your final answer is wrapped in double square brackets.\n\nExample: [[1 2 3,4 5 6,7 8 9]] for a 3x3 grid.", "ground_truth": {"size": 5, "regions": [{"cells": [[5, 5], [4, 5], [4, 4], [5, 4]], "operator": "+", "target": 10}, {"cells": [[2, 5], [3, 5], [3, 4], [2, 4]], "operator": "*", "target": 120}, {"cells": [[1, 3], [1, 4], [1, 5]], "operator": "*", "target": 10}, {"cells": [[2, 2], [1, 2]], "operator": "-", "target": 1}, {"cells": [[1, 1], [2, 1], [3, 1], [4, 1], [5, 1]], "operator": "+", "target": 15}, {"cells": [[4, 3], [5, 3], [5, 2], [4, 2]], "operator": "+", "target": 11}, {"cells": [[3, 2], [3, 3], [2, 3]], "operator": "+", "target": 10}]}}
|
|
{"data_source": "KorPuzzleCalcudoko", "prompt": "The size of the grid is 4x4.\n(4,1)(3,1)(2,1)(1,1):10+\n(4,4)(3,4)(2,4)(1,4):10+\n(4,3)(4,2):7+\n(1,2)(2,2)(3,2)(3,3):24*\n(2,3)(1,3):3+\n\nPlease provide each element in order from left to right, and from top to bottom, with each element separated by a space and each row separated by a comma. Ensure that your final answer is wrapped in double square brackets.\n\nExample: [[1 2 3,4 5 6,7 8 9]] for a 3x3 grid.", "ground_truth": {"size": 4, "regions": [{"cells": [[4, 1], [3, 1], [2, 1], [1, 1]], "operator": "+", "target": 10}, {"cells": [[4, 4], [3, 4], [2, 4], [1, 4]], "operator": "+", "target": 10}, {"cells": [[4, 3], [4, 2]], "operator": "+", "target": 7}, {"cells": [[1, 2], [2, 2], [3, 2], [3, 3]], "operator": "*", "target": 24}, {"cells": [[2, 3], [1, 3]], "operator": "+", "target": 3}]}}
|
|
{"data_source": "KorPuzzleCalcudoko", "prompt": "The size of the grid is 4x4.\n(4,3)(3,3)(3,2)(4,2):10+\n(4,4)(3,4)(2,4)(2,3):10+\n(2,2)(2,1)(3,1)(4,1):10+\n(1,2)(1,1):2*\n(1,3)(1,4):7+\n\nPlease provide each element in order from left to right, and from top to bottom, with each element separated by a space and each row separated by a comma. Ensure that your final answer is wrapped in double square brackets.\n\nExample: [[1 2 3,4 5 6,7 8 9]] for a 3x3 grid.", "ground_truth": {"size": 4, "regions": [{"cells": [[4, 3], [3, 3], [3, 2], [4, 2]], "operator": "+", "target": 10}, {"cells": [[4, 4], [3, 4], [2, 4], [2, 3]], "operator": "+", "target": 10}, {"cells": [[2, 2], [2, 1], [3, 1], [4, 1]], "operator": "+", "target": 10}, {"cells": [[1, 2], [1, 1]], "operator": "*", "target": 2}, {"cells": [[1, 3], [1, 4]], "operator": "+", "target": 7}]}}
|
|
{"data_source": "KorPuzzleCalcudoko", "prompt": "The size of the grid is 5x5.\n(4,3)(5,3)(5,4)(4,4):30*\n(1,2)(1,1)(2,1)(3,1):11+\n(4,1)(4,2)(3,2)(2,2):14+\n(1,4)(2,4)(2,3)(1,3):24*\n(1,5)(2,5)(3,5)(4,5)(5,5):120*\n(5,1)(5,2):5+\n(3,4)(3,3):9+\n\nPlease provide each element in order from left to right, and from top to bottom, with each element separated by a space and each row separated by a comma. Ensure that your final answer is wrapped in double square brackets.\n\nExample: [[1 2 3,4 5 6,7 8 9]] for a 3x3 grid.", "ground_truth": {"size": 5, "regions": [{"cells": [[4, 3], [5, 3], [5, 4], [4, 4]], "operator": "*", "target": 30}, {"cells": [[1, 2], [1, 1], [2, 1], [3, 1]], "operator": "+", "target": 11}, {"cells": [[4, 1], [4, 2], [3, 2], [2, 2]], "operator": "+", "target": 14}, {"cells": [[1, 4], [2, 4], [2, 3], [1, 3]], "operator": "*", "target": 24}, {"cells": [[1, 5], [2, 5], [3, 5], [4, 5], [5, 5]], "operator": "*", "target": 120}, {"cells": [[5, 1], [5, 2]], "operator": "+", "target": 5}, {"cells": [[3, 4], [3, 3]], "operator": "+", "target": 9}]}}
|
|
{"data_source": "KorPuzzleCalcudoko", "prompt": "The size of the grid is 4x4.\n(2,1)(1,1)(1,2)(2,2):24*\n(1,4)(1,3)(2,3)(2,4):24*\n(4,1)(4,2)(4,3)(4,4):24*\n(3,1)(3,2)(3,3)(3,4):24*\n\nPlease provide each element in order from left to right, and from top to bottom, with each element separated by a space and each row separated by a comma. Ensure that your final answer is wrapped in double square brackets.\n\nExample: [[1 2 3,4 5 6,7 8 9]] for a 3x3 grid.", "ground_truth": {"size": 4, "regions": [{"cells": [[2, 1], [1, 1], [1, 2], [2, 2]], "operator": "*", "target": 24}, {"cells": [[1, 4], [1, 3], [2, 3], [2, 4]], "operator": "*", "target": 24}, {"cells": [[4, 1], [4, 2], [4, 3], [4, 4]], "operator": "*", "target": 24}, {"cells": [[3, 1], [3, 2], [3, 3], [3, 4]], "operator": "*", "target": 24}]}}
|
|
{"data_source": "KorPuzzleCalcudoko", "prompt": "The size of the grid is 5x5.\n(3,1)(2,1)(1,1):8+\n(2,2)(3,2)(4,2)(5,2):120*\n(5,1)(4,1):12*\n(5,3)(4,3)(4,4)(3,4)(3,3):15+\n(5,4)(5,5):4-\n(2,3)(2,4)(2,5):24*\n(4,5)(3,5):3+\n(1,2)(1,3)(1,4)(1,5):60*\n\nPlease provide each element in order from left to right, and from top to bottom, with each element separated by a space and each row separated by a comma. Ensure that your final answer is wrapped in double square brackets.\n\nExample: [[1 2 3,4 5 6,7 8 9]] for a 3x3 grid.", "ground_truth": {"size": 5, "regions": [{"cells": [[3, 1], [2, 1], [1, 1]], "operator": "+", "target": 8}, {"cells": [[2, 2], [3, 2], [4, 2], [5, 2]], "operator": "*", "target": 120}, {"cells": [[5, 1], [4, 1]], "operator": "*", "target": 12}, {"cells": [[5, 3], [4, 3], [4, 4], [3, 4], [3, 3]], "operator": "+", "target": 15}, {"cells": [[5, 4], [5, 5]], "operator": "-", "target": 4}, {"cells": [[2, 3], [2, 4], [2, 5]], "operator": "*", "target": 24}, {"cells": [[4, 5], [3, 5]], "operator": "+", "target": 3}, {"cells": [[1, 2], [1, 3], [1, 4], [1, 5]], "operator": "*", "target": 60}]}}
|
|
{"data_source": "KorPuzzleCalcudoko", "prompt": "The size of the grid is 4x4.\n(3,3)(3,2)(2,2)(1,2):10+\n(4,2)(4,3)(4,4):8+\n(1,4)(2,4)(3,4):6+\n(4,1)(3,1)(2,1)(1,1):24*\n(1,3)(2,3):2÷\n\nPlease provide each element in order from left to right, and from top to bottom, with each element separated by a space and each row separated by a comma. Ensure that your final answer is wrapped in double square brackets.\n\nExample: [[1 2 3,4 5 6,7 8 9]] for a 3x3 grid.", "ground_truth": {"size": 4, "regions": [{"cells": [[3, 3], [3, 2], [2, 2], [1, 2]], "operator": "+", "target": 10}, {"cells": [[4, 2], [4, 3], [4, 4]], "operator": "+", "target": 8}, {"cells": [[1, 4], [2, 4], [3, 4]], "operator": "+", "target": 6}, {"cells": [[4, 1], [3, 1], [2, 1], [1, 1]], "operator": "*", "target": 24}, {"cells": [[1, 3], [2, 3]], "operator": "÷", "target": 2}]}}
|
|
{"data_source": "KorPuzzleCalcudoko", "prompt": "The size of the grid is 5x5.\n(2,5)(1,5)(1,4)(2,4)(2,3):15+\n(5,2)(5,1):7+\n(2,1)(3,1)(4,1)(4,2):60*\n(1,1)(1,2)(1,3):12+\n(3,3)(3,4)(3,5)(4,5)(5,5):120*\n(4,4)(4,3)(5,3)(5,4):24*\n(2,2)(3,2):3+\n\nPlease provide each element in order from left to right, and from top to bottom, with each element separated by a space and each row separated by a comma. Ensure that your final answer is wrapped in double square brackets.\n\nExample: [[1 2 3,4 5 6,7 8 9]] for a 3x3 grid.", "ground_truth": {"size": 5, "regions": [{"cells": [[2, 5], [1, 5], [1, 4], [2, 4], [2, 3]], "operator": "+", "target": 15}, {"cells": [[5, 2], [5, 1]], "operator": "+", "target": 7}, {"cells": [[2, 1], [3, 1], [4, 1], [4, 2]], "operator": "*", "target": 60}, {"cells": [[1, 1], [1, 2], [1, 3]], "operator": "+", "target": 12}, {"cells": [[3, 3], [3, 4], [3, 5], [4, 5], [5, 5]], "operator": "*", "target": 120}, {"cells": [[4, 4], [4, 3], [5, 3], [5, 4]], "operator": "*", "target": 24}, {"cells": [[2, 2], [3, 2]], "operator": "+", "target": 3}]}}
|
|
{"data_source": "KorPuzzleCalcudoko", "prompt": "The size of the grid is 4x4.\n(1,2)(2,2)(2,3)(2,4):24*\n(4,1)(4,2)(3,2)(3,3):24*\n(1,1)(2,1)(3,1):12*\n(1,3)(1,4):6*\n(4,3)(4,4)(3,4):7+\n\nPlease provide each element in order from left to right, and from top to bottom, with each element separated by a space and each row separated by a comma. Ensure that your final answer is wrapped in double square brackets.\n\nExample: [[1 2 3,4 5 6,7 8 9]] for a 3x3 grid.", "ground_truth": {"size": 4, "regions": [{"cells": [[1, 2], [2, 2], [2, 3], [2, 4]], "operator": "*", "target": 24}, {"cells": [[4, 1], [4, 2], [3, 2], [3, 3]], "operator": "*", "target": 24}, {"cells": [[1, 1], [2, 1], [3, 1]], "operator": "*", "target": 12}, {"cells": [[1, 3], [1, 4]], "operator": "*", "target": 6}, {"cells": [[4, 3], [4, 4], [3, 4]], "operator": "+", "target": 7}]}}
|
|
{"data_source": "KorPuzzleCalcudoko", "prompt": "The size of the grid is 5x5.\n(2,2)(2,1)(1,1)(1,2):10+\n(2,5)(1,5):8+\n(4,3)(4,2)(4,1)(5,1):30*\n(3,1)(3,2)(3,3)(3,4)(4,4):120*\n(2,4)(1,4)(1,3)(2,3):40*\n(3,5)(4,5)(5,5)(5,4):10+\n(5,2)(5,3):20*\n\nPlease provide each element in order from left to right, and from top to bottom, with each element separated by a space and each row separated by a comma. Ensure that your final answer is wrapped in double square brackets.\n\nExample: [[1 2 3,4 5 6,7 8 9]] for a 3x3 grid.", "ground_truth": {"size": 5, "regions": [{"cells": [[2, 2], [2, 1], [1, 1], [1, 2]], "operator": "+", "target": 10}, {"cells": [[2, 5], [1, 5]], "operator": "+", "target": 8}, {"cells": [[4, 3], [4, 2], [4, 1], [5, 1]], "operator": "*", "target": 30}, {"cells": [[3, 1], [3, 2], [3, 3], [3, 4], [4, 4]], "operator": "*", "target": 120}, {"cells": [[2, 4], [1, 4], [1, 3], [2, 3]], "operator": "*", "target": 40}, {"cells": [[3, 5], [4, 5], [5, 5], [5, 4]], "operator": "+", "target": 10}, {"cells": [[5, 2], [5, 3]], "operator": "*", "target": 20}]}}
|
|
{"data_source": "KorPuzzleCalcudoko", "prompt": "The size of the grid is 4x4.\n(1,1)(1,2)(2,2)(2,1):24*\n(3,4)(4,4)(4,3)(3,3):10+\n(1,3)(2,3)(2,4)(1,4):24*\n(4,1)(4,2)(3,2)(3,1):10+\n\nPlease provide each element in order from left to right, and from top to bottom, with each element separated by a space and each row separated by a comma. Ensure that your final answer is wrapped in double square brackets.\n\nExample: [[1 2 3,4 5 6,7 8 9]] for a 3x3 grid.", "ground_truth": {"size": 4, "regions": [{"cells": [[1, 1], [1, 2], [2, 2], [2, 1]], "operator": "*", "target": 24}, {"cells": [[3, 4], [4, 4], [4, 3], [3, 3]], "operator": "+", "target": 10}, {"cells": [[1, 3], [2, 3], [2, 4], [1, 4]], "operator": "*", "target": 24}, {"cells": [[4, 1], [4, 2], [3, 2], [3, 1]], "operator": "+", "target": 10}]}}
|
|
{"data_source": "KorPuzzleCalcudoko", "prompt": "The size of the grid is 5x5.\n(1,5)(2,5)(2,4)(2,3)(2,2):120*\n(2,1)(1,1)(1,2)(1,3)(1,4):15+\n(3,1)(4,1)(5,1)(5,2):30*\n(4,4)(5,4)(5,5)(4,5):10+\n(3,3)(3,4)(3,5):60*\n(4,3)(5,3):1-\n(4,2)(3,2):3+\n\nPlease provide each element in order from left to right, and from top to bottom, with each element separated by a space and each row separated by a comma. Ensure that your final answer is wrapped in double square brackets.\n\nExample: [[1 2 3,4 5 6,7 8 9]] for a 3x3 grid.", "ground_truth": {"size": 5, "regions": [{"cells": [[1, 5], [2, 5], [2, 4], [2, 3], [2, 2]], "operator": "*", "target": 120}, {"cells": [[2, 1], [1, 1], [1, 2], [1, 3], [1, 4]], "operator": "+", "target": 15}, {"cells": [[3, 1], [4, 1], [5, 1], [5, 2]], "operator": "*", "target": 30}, {"cells": [[4, 4], [5, 4], [5, 5], [4, 5]], "operator": "+", "target": 10}, {"cells": [[3, 3], [3, 4], [3, 5]], "operator": "*", "target": 60}, {"cells": [[4, 3], [5, 3]], "operator": "-", "target": 1}, {"cells": [[4, 2], [3, 2]], "operator": "+", "target": 3}]}}
|
|
{"data_source": "KorPuzzleCalcudoko", "prompt": "The size of the grid is 5x5.\n(1,1)(2,1)(3,1)(4,1)(5,1):15+\n(1,2)(1,3)(2,3)(2,4)(1,4):120*\n(5,2)(4,2)(3,2)(2,2):14+\n(4,5)(5,5):8+\n(3,5)(2,5)(1,5):8*\n(3,4)(3,3):3-\n(4,4)(4,3)(5,3)(5,4):11+\n\nPlease provide each element in order from left to right, and from top to bottom, with each element separated by a space and each row separated by a comma. Ensure that your final answer is wrapped in double square brackets.\n\nExample: [[1 2 3,4 5 6,7 8 9]] for a 3x3 grid.", "ground_truth": {"size": 5, "regions": [{"cells": [[1, 1], [2, 1], [3, 1], [4, 1], [5, 1]], "operator": "+", "target": 15}, {"cells": [[1, 2], [1, 3], [2, 3], [2, 4], [1, 4]], "operator": "*", "target": 120}, {"cells": [[5, 2], [4, 2], [3, 2], [2, 2]], "operator": "+", "target": 14}, {"cells": [[4, 5], [5, 5]], "operator": "+", "target": 8}, {"cells": [[3, 5], [2, 5], [1, 5]], "operator": "*", "target": 8}, {"cells": [[3, 4], [3, 3]], "operator": "-", "target": 3}, {"cells": [[4, 4], [4, 3], [5, 3], [5, 4]], "operator": "+", "target": 11}]}}
|
|
{"data_source": "KorPuzzleCalcudoko", "prompt": "The size of the grid is 5x5.\n(3,1)(4,1)(4,2)(4,3)(5,3):120*\n(4,5)(3,5)(3,4)(4,4):11+\n(5,2)(5,1):12*\n(3,2)(3,3)(2,3)(2,2):40*\n(1,2)(1,3)(1,4)(1,5):24*\n(2,4)(2,5):12*\n(5,5)(5,4):7+\n(1,1)(2,1):5*\n\nPlease provide each element in order from left to right, and from top to bottom, with each element separated by a space and each row separated by a comma. Ensure that your final answer is wrapped in double square brackets.\n\nExample: [[1 2 3,4 5 6,7 8 9]] for a 3x3 grid.", "ground_truth": {"size": 5, "regions": [{"cells": [[3, 1], [4, 1], [4, 2], [4, 3], [5, 3]], "operator": "*", "target": 120}, {"cells": [[4, 5], [3, 5], [3, 4], [4, 4]], "operator": "+", "target": 11}, {"cells": [[5, 2], [5, 1]], "operator": "*", "target": 12}, {"cells": [[3, 2], [3, 3], [2, 3], [2, 2]], "operator": "*", "target": 40}, {"cells": [[1, 2], [1, 3], [1, 4], [1, 5]], "operator": "*", "target": 24}, {"cells": [[2, 4], [2, 5]], "operator": "*", "target": 12}, {"cells": [[5, 5], [5, 4]], "operator": "+", "target": 7}, {"cells": [[1, 1], [2, 1]], "operator": "*", "target": 5}]}}
|
|
{"data_source": "KorPuzzleCalcudoko", "prompt": "The size of the grid is 4x4.\n(4,1)(4,2)(3,2)(2,2):10+\n(1,4)(2,4)(3,4)(4,4):24*\n(1,2)(1,1)(2,1)(3,1):24*\n(4,3)(3,3)(2,3)(1,3):10+\n\nPlease provide each element in order from left to right, and from top to bottom, with each element separated by a space and each row separated by a comma. Ensure that your final answer is wrapped in double square brackets.\n\nExample: [[1 2 3,4 5 6,7 8 9]] for a 3x3 grid.", "ground_truth": {"size": 4, "regions": [{"cells": [[4, 1], [4, 2], [3, 2], [2, 2]], "operator": "+", "target": 10}, {"cells": [[1, 4], [2, 4], [3, 4], [4, 4]], "operator": "*", "target": 24}, {"cells": [[1, 2], [1, 1], [2, 1], [3, 1]], "operator": "*", "target": 24}, {"cells": [[4, 3], [3, 3], [2, 3], [1, 3]], "operator": "+", "target": 10}]}}
|
|
{"data_source": "KorPuzzleCalcudoko", "prompt": "The size of the grid is 5x5.\n(2,5)(1,5):5÷\n(3,2)(2,2)(1,2):9+\n(1,3)(1,4):15*\n(5,1)(5,2)(4,2)(4,3)(4,4):15+\n(3,3)(2,3)(2,4)(3,4)(3,5):120*\n(5,5)(4,5):1-\n(5,3)(5,4):5+\n(1,1)(2,1)(3,1)(4,1):12+\n\nPlease provide each element in order from left to right, and from top to bottom, with each element separated by a space and each row separated by a comma. Ensure that your final answer is wrapped in double square brackets.\n\nExample: [[1 2 3,4 5 6,7 8 9]] for a 3x3 grid.", "ground_truth": {"size": 5, "regions": [{"cells": [[2, 5], [1, 5]], "operator": "÷", "target": 5}, {"cells": [[3, 2], [2, 2], [1, 2]], "operator": "+", "target": 9}, {"cells": [[1, 3], [1, 4]], "operator": "*", "target": 15}, {"cells": [[5, 1], [5, 2], [4, 2], [4, 3], [4, 4]], "operator": "+", "target": 15}, {"cells": [[3, 3], [2, 3], [2, 4], [3, 4], [3, 5]], "operator": "*", "target": 120}, {"cells": [[5, 5], [4, 5]], "operator": "-", "target": 1}, {"cells": [[5, 3], [5, 4]], "operator": "+", "target": 5}, {"cells": [[1, 1], [2, 1], [3, 1], [4, 1]], "operator": "+", "target": 12}]}}
|
|
{"data_source": "KorPuzzleCalcudoko", "prompt": "The size of the grid is 5x5.\n(5,1)(5,2)(5,3)(4,3):13+\n(3,3)(2,3)(1,3)(1,4):12+\n(1,1)(2,1)(2,2)(1,2):30*\n(5,5)(5,4)(4,4)(3,4)(2,4):15+\n(1,5)(2,5)(3,5)(4,5):10+\n(4,1)(4,2)(3,2)(3,1):14+\n\nPlease provide each element in order from left to right, and from top to bottom, with each element separated by a space and each row separated by a comma. Ensure that your final answer is wrapped in double square brackets.\n\nExample: [[1 2 3,4 5 6,7 8 9]] for a 3x3 grid.", "ground_truth": {"size": 5, "regions": [{"cells": [[5, 1], [5, 2], [5, 3], [4, 3]], "operator": "+", "target": 13}, {"cells": [[3, 3], [2, 3], [1, 3], [1, 4]], "operator": "+", "target": 12}, {"cells": [[1, 1], [2, 1], [2, 2], [1, 2]], "operator": "*", "target": 30}, {"cells": [[5, 5], [5, 4], [4, 4], [3, 4], [2, 4]], "operator": "+", "target": 15}, {"cells": [[1, 5], [2, 5], [3, 5], [4, 5]], "operator": "+", "target": 10}, {"cells": [[4, 1], [4, 2], [3, 2], [3, 1]], "operator": "+", "target": 14}]}}
|
|
{"data_source": "KorPuzzleCalcudoko", "prompt": "The size of the grid is 4x4.\n(2,1)(2,2)(3,2)(3,1):24*\n(2,3)(2,4)(1,4)(1,3):24*\n(4,3)(3,3)(3,4)(4,4):10+\n(4,2)(4,1):1-\n(1,2)(1,1):7+\n\nPlease provide each element in order from left to right, and from top to bottom, with each element separated by a space and each row separated by a comma. Ensure that your final answer is wrapped in double square brackets.\n\nExample: [[1 2 3,4 5 6,7 8 9]] for a 3x3 grid.", "ground_truth": {"size": 4, "regions": [{"cells": [[2, 1], [2, 2], [3, 2], [3, 1]], "operator": "*", "target": 24}, {"cells": [[2, 3], [2, 4], [1, 4], [1, 3]], "operator": "*", "target": 24}, {"cells": [[4, 3], [3, 3], [3, 4], [4, 4]], "operator": "+", "target": 10}, {"cells": [[4, 2], [4, 1]], "operator": "-", "target": 1}, {"cells": [[1, 2], [1, 1]], "operator": "+", "target": 7}]}}
|
|
{"data_source": "KorPuzzleCalcudoko", "prompt": "The size of the grid is 4x4.\n(2,4)(1,4)(1,3)(2,3):24*\n(1,1)(1,2)(2,2)(2,1):10+\n(3,4)(3,3)(4,3)(4,4):10+\n(4,1)(4,2)(3,2)(3,1):24*\n\nPlease provide each element in order from left to right, and from top to bottom, with each element separated by a space and each row separated by a comma. Ensure that your final answer is wrapped in double square brackets.\n\nExample: [[1 2 3,4 5 6,7 8 9]] for a 3x3 grid.", "ground_truth": {"size": 4, "regions": [{"cells": [[2, 4], [1, 4], [1, 3], [2, 3]], "operator": "*", "target": 24}, {"cells": [[1, 1], [1, 2], [2, 2], [2, 1]], "operator": "+", "target": 10}, {"cells": [[3, 4], [3, 3], [4, 3], [4, 4]], "operator": "+", "target": 10}, {"cells": [[4, 1], [4, 2], [3, 2], [3, 1]], "operator": "*", "target": 24}]}}
|
|
{"data_source": "KorPuzzleCalcudoko", "prompt": "The size of the grid is 4x4.\n(3,1)(4,1)(4,2):8*\n(1,1)(2,1):12*\n(3,4)(2,4)(1,4):8*\n(2,3)(1,3)(1,2)(2,2):10+\n(4,4)(4,3):2-\n(3,2)(3,3):5+\n\nPlease provide each element in order from left to right, and from top to bottom, with each element separated by a space and each row separated by a comma. Ensure that your final answer is wrapped in double square brackets.\n\nExample: [[1 2 3,4 5 6,7 8 9]] for a 3x3 grid.", "ground_truth": {"size": 4, "regions": [{"cells": [[3, 1], [4, 1], [4, 2]], "operator": "*", "target": 8}, {"cells": [[1, 1], [2, 1]], "operator": "*", "target": 12}, {"cells": [[3, 4], [2, 4], [1, 4]], "operator": "*", "target": 8}, {"cells": [[2, 3], [1, 3], [1, 2], [2, 2]], "operator": "+", "target": 10}, {"cells": [[4, 4], [4, 3]], "operator": "-", "target": 2}, {"cells": [[3, 2], [3, 3]], "operator": "+", "target": 5}]}}
|
|
{"data_source": "KorPuzzleCalcudoko", "prompt": "The size of the grid is 4x4.\n(3,2)(2,2)(2,3)(2,4):10+\n(1,2)(1,1)(2,1)(3,1):10+\n(3,4)(3,3)(4,3)(4,4):10+\n(1,3)(1,4):6+\n(4,2)(4,1):3÷\n\nPlease provide each element in order from left to right, and from top to bottom, with each element separated by a space and each row separated by a comma. Ensure that your final answer is wrapped in double square brackets.\n\nExample: [[1 2 3,4 5 6,7 8 9]] for a 3x3 grid.", "ground_truth": {"size": 4, "regions": [{"cells": [[3, 2], [2, 2], [2, 3], [2, 4]], "operator": "+", "target": 10}, {"cells": [[1, 2], [1, 1], [2, 1], [3, 1]], "operator": "+", "target": 10}, {"cells": [[3, 4], [3, 3], [4, 3], [4, 4]], "operator": "+", "target": 10}, {"cells": [[1, 3], [1, 4]], "operator": "+", "target": 6}, {"cells": [[4, 2], [4, 1]], "operator": "÷", "target": 3}]}}
|
|
{"data_source": "KorPuzzleCalcudoko", "prompt": "The size of the grid is 4x4.\n(4,2)(3,2)(2,2)(2,1):10+\n(3,4)(2,4)(1,4):12*\n(1,2)(1,1):8*\n(4,1)(3,1):3*\n(4,3)(4,4):3+\n(3,3)(2,3)(1,3):9+\n\nPlease provide each element in order from left to right, and from top to bottom, with each element separated by a space and each row separated by a comma. Ensure that your final answer is wrapped in double square brackets.\n\nExample: [[1 2 3,4 5 6,7 8 9]] for a 3x3 grid.", "ground_truth": {"size": 4, "regions": [{"cells": [[4, 2], [3, 2], [2, 2], [2, 1]], "operator": "+", "target": 10}, {"cells": [[3, 4], [2, 4], [1, 4]], "operator": "*", "target": 12}, {"cells": [[1, 2], [1, 1]], "operator": "*", "target": 8}, {"cells": [[4, 1], [3, 1]], "operator": "*", "target": 3}, {"cells": [[4, 3], [4, 4]], "operator": "+", "target": 3}, {"cells": [[3, 3], [2, 3], [1, 3]], "operator": "+", "target": 9}]}}
|
|
{"data_source": "KorPuzzleCalcudoko", "prompt": "The size of the grid is 4x4.\n(1,1)(1,2)(2,2)(3,2):24*\n(2,1)(3,1)(4,1)(4,2):10+\n(3,3)(4,3):5+\n(2,4)(1,4):2÷\n(1,3)(2,3):3-\n(3,4)(4,4):3*\n\nPlease provide each element in order from left to right, and from top to bottom, with each element separated by a space and each row separated by a comma. Ensure that your final answer is wrapped in double square brackets.\n\nExample: [[1 2 3,4 5 6,7 8 9]] for a 3x3 grid.", "ground_truth": {"size": 4, "regions": [{"cells": [[1, 1], [1, 2], [2, 2], [3, 2]], "operator": "*", "target": 24}, {"cells": [[2, 1], [3, 1], [4, 1], [4, 2]], "operator": "+", "target": 10}, {"cells": [[3, 3], [4, 3]], "operator": "+", "target": 5}, {"cells": [[2, 4], [1, 4]], "operator": "÷", "target": 2}, {"cells": [[1, 3], [2, 3]], "operator": "-", "target": 3}, {"cells": [[3, 4], [4, 4]], "operator": "*", "target": 3}]}}
|
|
{"data_source": "KorPuzzleCalcudoko", "prompt": "The size of the grid is 4x4.\n(3,3)(4,3)(4,2)(4,1):24*\n(3,2)(3,1)(2,1)(1,1):24*\n(1,4)(1,3)(1,2)(2,2):10+\n(2,4)(2,3):3*\n(3,4)(4,4):2-\n\nPlease provide each element in order from left to right, and from top to bottom, with each element separated by a space and each row separated by a comma. Ensure that your final answer is wrapped in double square brackets.\n\nExample: [[1 2 3,4 5 6,7 8 9]] for a 3x3 grid.", "ground_truth": {"size": 4, "regions": [{"cells": [[3, 3], [4, 3], [4, 2], [4, 1]], "operator": "*", "target": 24}, {"cells": [[3, 2], [3, 1], [2, 1], [1, 1]], "operator": "*", "target": 24}, {"cells": [[1, 4], [1, 3], [1, 2], [2, 2]], "operator": "+", "target": 10}, {"cells": [[2, 4], [2, 3]], "operator": "*", "target": 3}, {"cells": [[3, 4], [4, 4]], "operator": "-", "target": 2}]}}
|
|
{"data_source": "KorPuzzleCalcudoko", "prompt": "The size of the grid is 4x4.\n(3,1)(4,1):1-\n(4,2)(4,3)(3,3)(3,2):24*\n(2,2)(2,3)(1,3)(1,2):10+\n(2,4)(1,4):5+\n(2,1)(1,1):5+\n(4,4)(3,4):4*\n\nPlease provide each element in order from left to right, and from top to bottom, with each element separated by a space and each row separated by a comma. Ensure that your final answer is wrapped in double square brackets.\n\nExample: [[1 2 3,4 5 6,7 8 9]] for a 3x3 grid.", "ground_truth": {"size": 4, "regions": [{"cells": [[3, 1], [4, 1]], "operator": "-", "target": 1}, {"cells": [[4, 2], [4, 3], [3, 3], [3, 2]], "operator": "*", "target": 24}, {"cells": [[2, 2], [2, 3], [1, 3], [1, 2]], "operator": "+", "target": 10}, {"cells": [[2, 4], [1, 4]], "operator": "+", "target": 5}, {"cells": [[2, 1], [1, 1]], "operator": "+", "target": 5}, {"cells": [[4, 4], [3, 4]], "operator": "*", "target": 4}]}}
|
|
{"data_source": "KorPuzzleCalcudoko", "prompt": "The size of the grid is 4x4.\n(1,3)(2,3)(2,2)(2,1):10+\n(3,4)(3,3)(3,2)(3,1):10+\n(1,2)(1,1):7+\n(4,4)(4,3)(4,2)(4,1):24*\n(1,4)(2,4):3+\n\nPlease provide each element in order from left to right, and from top to bottom, with each element separated by a space and each row separated by a comma. Ensure that your final answer is wrapped in double square brackets.\n\nExample: [[1 2 3,4 5 6,7 8 9]] for a 3x3 grid.", "ground_truth": {"size": 4, "regions": [{"cells": [[1, 3], [2, 3], [2, 2], [2, 1]], "operator": "+", "target": 10}, {"cells": [[3, 4], [3, 3], [3, 2], [3, 1]], "operator": "+", "target": 10}, {"cells": [[1, 2], [1, 1]], "operator": "+", "target": 7}, {"cells": [[4, 4], [4, 3], [4, 2], [4, 1]], "operator": "*", "target": 24}, {"cells": [[1, 4], [2, 4]], "operator": "+", "target": 3}]}}
|
|
{"data_source": "KorPuzzleCalcudoko", "prompt": "The size of the grid is 5x5.\n(2,1)(1,1)(1,2)(2,2):13+\n(5,2)(4,2)(4,3)(4,4)(3,4):15+\n(5,1)(4,1)(3,1)(3,2)(3,3):15+\n(5,3)(5,4)(5,5)(4,5)(3,5):120*\n(1,4)(2,4)(2,5)(1,5):12+\n(2,3)(1,3):5+\n\nPlease provide each element in order from left to right, and from top to bottom, with each element separated by a space and each row separated by a comma. Ensure that your final answer is wrapped in double square brackets.\n\nExample: [[1 2 3,4 5 6,7 8 9]] for a 3x3 grid.", "ground_truth": {"size": 5, "regions": [{"cells": [[2, 1], [1, 1], [1, 2], [2, 2]], "operator": "+", "target": 13}, {"cells": [[5, 2], [4, 2], [4, 3], [4, 4], [3, 4]], "operator": "+", "target": 15}, {"cells": [[5, 1], [4, 1], [3, 1], [3, 2], [3, 3]], "operator": "+", "target": 15}, {"cells": [[5, 3], [5, 4], [5, 5], [4, 5], [3, 5]], "operator": "*", "target": 120}, {"cells": [[1, 4], [2, 4], [2, 5], [1, 5]], "operator": "+", "target": 12}, {"cells": [[2, 3], [1, 3]], "operator": "+", "target": 5}]}}
|
|
{"data_source": "KorPuzzleCalcudoko", "prompt": "The size of the grid is 5x5.\n(5,5)(5,4)(5,3)(5,2)(4,2):120*\n(1,2)(1,3)(2,3)(2,2)(3,2):15+\n(3,4)(4,4)(4,5)(3,5)(2,5):120*\n(3,3)(4,3):5÷\n(2,1)(1,1):5*\n(3,1)(4,1)(5,1):24*\n(1,5)(1,4)(2,4):9+\n\nPlease provide each element in order from left to right, and from top to bottom, with each element separated by a space and each row separated by a comma. Ensure that your final answer is wrapped in double square brackets.\n\nExample: [[1 2 3,4 5 6,7 8 9]] for a 3x3 grid.", "ground_truth": {"size": 5, "regions": [{"cells": [[5, 5], [5, 4], [5, 3], [5, 2], [4, 2]], "operator": "*", "target": 120}, {"cells": [[1, 2], [1, 3], [2, 3], [2, 2], [3, 2]], "operator": "+", "target": 15}, {"cells": [[3, 4], [4, 4], [4, 5], [3, 5], [2, 5]], "operator": "*", "target": 120}, {"cells": [[3, 3], [4, 3]], "operator": "÷", "target": 5}, {"cells": [[2, 1], [1, 1]], "operator": "*", "target": 5}, {"cells": [[3, 1], [4, 1], [5, 1]], "operator": "*", "target": 24}, {"cells": [[1, 5], [1, 4], [2, 4]], "operator": "+", "target": 9}]}}
|
|
{"data_source": "KorPuzzleCalcudoko", "prompt": "The size of the grid is 4x4.\n(1,3)(1,2)(1,1):6+\n(3,4)(4,4):3÷\n(2,3)(3,3)(4,3):12*\n(4,1)(3,1)(2,1)(2,2):24*\n(2,4)(1,4):2-\n(3,2)(4,2):6+\n\nPlease provide each element in order from left to right, and from top to bottom, with each element separated by a space and each row separated by a comma. Ensure that your final answer is wrapped in double square brackets.\n\nExample: [[1 2 3,4 5 6,7 8 9]] for a 3x3 grid.", "ground_truth": {"size": 4, "regions": [{"cells": [[1, 3], [1, 2], [1, 1]], "operator": "+", "target": 6}, {"cells": [[3, 4], [4, 4]], "operator": "÷", "target": 3}, {"cells": [[2, 3], [3, 3], [4, 3]], "operator": "*", "target": 12}, {"cells": [[4, 1], [3, 1], [2, 1], [2, 2]], "operator": "*", "target": 24}, {"cells": [[2, 4], [1, 4]], "operator": "-", "target": 2}, {"cells": [[3, 2], [4, 2]], "operator": "+", "target": 6}]}}
|
|
{"data_source": "KorPuzzleCalcudoko", "prompt": "The size of the grid is 4x4.\n(3,3)(3,2)(3,1)(4,1):24*\n(1,3)(1,2)(1,1)(2,1):24*\n(2,3)(2,2):4÷\n(1,4)(2,4)(3,4)(4,4):10+\n(4,3)(4,2):1-\n\nPlease provide each element in order from left to right, and from top to bottom, with each element separated by a space and each row separated by a comma. Ensure that your final answer is wrapped in double square brackets.\n\nExample: [[1 2 3,4 5 6,7 8 9]] for a 3x3 grid.", "ground_truth": {"size": 4, "regions": [{"cells": [[3, 3], [3, 2], [3, 1], [4, 1]], "operator": "*", "target": 24}, {"cells": [[1, 3], [1, 2], [1, 1], [2, 1]], "operator": "*", "target": 24}, {"cells": [[2, 3], [2, 2]], "operator": "÷", "target": 4}, {"cells": [[1, 4], [2, 4], [3, 4], [4, 4]], "operator": "+", "target": 10}, {"cells": [[4, 3], [4, 2]], "operator": "-", "target": 1}]}}
|
|
{"data_source": "KorPuzzleCalcudoko", "prompt": "The size of the grid is 4x4.\n(4,4)(3,4)(3,3)(4,3):24*\n(2,2)(2,1)(3,1):6*\n(1,1)(1,2)(1,3)(1,4):24*\n(3,2)(4,2)(4,1):9+\n(2,3)(2,4):5+\n\nPlease provide each element in order from left to right, and from top to bottom, with each element separated by a space and each row separated by a comma. Ensure that your final answer is wrapped in double square brackets.\n\nExample: [[1 2 3,4 5 6,7 8 9]] for a 3x3 grid.", "ground_truth": {"size": 4, "regions": [{"cells": [[4, 4], [3, 4], [3, 3], [4, 3]], "operator": "*", "target": 24}, {"cells": [[2, 2], [2, 1], [3, 1]], "operator": "*", "target": 6}, {"cells": [[1, 1], [1, 2], [1, 3], [1, 4]], "operator": "*", "target": 24}, {"cells": [[3, 2], [4, 2], [4, 1]], "operator": "+", "target": 9}, {"cells": [[2, 3], [2, 4]], "operator": "+", "target": 5}]}}
|
|
{"data_source": "KorPuzzleCalcudoko", "prompt": "The size of the grid is 5x5.\n(4,2)(3,2)(3,3)(2,3)(2,2):15+\n(5,1)(4,1)(3,1)(2,1)(1,1):15+\n(1,4)(1,5)(2,5)(3,5)(4,5):15+\n(1,3)(1,2):2-\n(5,2)(5,3)(4,3):15*\n(5,4)(5,5):2÷\n(2,4)(3,4)(4,4):60*\n\nPlease provide each element in order from left to right, and from top to bottom, with each element separated by a space and each row separated by a comma. Ensure that your final answer is wrapped in double square brackets.\n\nExample: [[1 2 3,4 5 6,7 8 9]] for a 3x3 grid.", "ground_truth": {"size": 5, "regions": [{"cells": [[4, 2], [3, 2], [3, 3], [2, 3], [2, 2]], "operator": "+", "target": 15}, {"cells": [[5, 1], [4, 1], [3, 1], [2, 1], [1, 1]], "operator": "+", "target": 15}, {"cells": [[1, 4], [1, 5], [2, 5], [3, 5], [4, 5]], "operator": "+", "target": 15}, {"cells": [[1, 3], [1, 2]], "operator": "-", "target": 2}, {"cells": [[5, 2], [5, 3], [4, 3]], "operator": "*", "target": 15}, {"cells": [[5, 4], [5, 5]], "operator": "÷", "target": 2}, {"cells": [[2, 4], [3, 4], [4, 4]], "operator": "*", "target": 60}]}}
|
|
{"data_source": "KorPuzzleCalcudoko", "prompt": "The size of the grid is 5x5.\n(5,5)(4,5)(4,4)(4,3)(4,2):120*\n(3,2)(2,2)(2,1)(1,1):120*\n(1,5)(2,5)(3,5):15*\n(5,2)(5,1)(4,1)(3,1):10+\n(1,4)(1,3)(1,2):11+\n(3,4)(2,4)(2,3)(3,3):10+\n(5,4)(5,3):6+\n\nPlease provide each element in order from left to right, and from top to bottom, with each element separated by a space and each row separated by a comma. Ensure that your final answer is wrapped in double square brackets.\n\nExample: [[1 2 3,4 5 6,7 8 9]] for a 3x3 grid.", "ground_truth": {"size": 5, "regions": [{"cells": [[5, 5], [4, 5], [4, 4], [4, 3], [4, 2]], "operator": "*", "target": 120}, {"cells": [[3, 2], [2, 2], [2, 1], [1, 1]], "operator": "*", "target": 120}, {"cells": [[1, 5], [2, 5], [3, 5]], "operator": "*", "target": 15}, {"cells": [[5, 2], [5, 1], [4, 1], [3, 1]], "operator": "+", "target": 10}, {"cells": [[1, 4], [1, 3], [1, 2]], "operator": "+", "target": 11}, {"cells": [[3, 4], [2, 4], [2, 3], [3, 3]], "operator": "+", "target": 10}, {"cells": [[5, 4], [5, 3]], "operator": "+", "target": 6}]}}
|
|
{"data_source": "KorPuzzleCalcudoko", "prompt": "The size of the grid is 4x4.\n(3,4)(4,4):7+\n(2,3)(3,3)(4,3):6+\n(1,2)(1,3)(1,4)(2,4):10+\n(2,2)(3,2)(4,2):7+\n(1,1)(2,1)(3,1)(4,1):24*\n\nPlease provide each element in order from left to right, and from top to bottom, with each element separated by a space and each row separated by a comma. Ensure that your final answer is wrapped in double square brackets.\n\nExample: [[1 2 3,4 5 6,7 8 9]] for a 3x3 grid.", "ground_truth": {"size": 4, "regions": [{"cells": [[3, 4], [4, 4]], "operator": "+", "target": 7}, {"cells": [[2, 3], [3, 3], [4, 3]], "operator": "+", "target": 6}, {"cells": [[1, 2], [1, 3], [1, 4], [2, 4]], "operator": "+", "target": 10}, {"cells": [[2, 2], [3, 2], [4, 2]], "operator": "+", "target": 7}, {"cells": [[1, 1], [2, 1], [3, 1], [4, 1]], "operator": "*", "target": 24}]}}
|
|
{"data_source": "KorPuzzleCalcudoko", "prompt": "The size of the grid is 4x4.\n(4,4)(4,3)(4,2)(3,2):10+\n(1,2)(1,1):1-\n(2,3)(3,3)(3,4)(2,4):10+\n(3,1)(4,1):1-\n(2,2)(2,1):7+\n(1,3)(1,4):2*\n\nPlease provide each element in order from left to right, and from top to bottom, with each element separated by a space and each row separated by a comma. Ensure that your final answer is wrapped in double square brackets.\n\nExample: [[1 2 3,4 5 6,7 8 9]] for a 3x3 grid.", "ground_truth": {"size": 4, "regions": [{"cells": [[4, 4], [4, 3], [4, 2], [3, 2]], "operator": "+", "target": 10}, {"cells": [[1, 2], [1, 1]], "operator": "-", "target": 1}, {"cells": [[2, 3], [3, 3], [3, 4], [2, 4]], "operator": "+", "target": 10}, {"cells": [[3, 1], [4, 1]], "operator": "-", "target": 1}, {"cells": [[2, 2], [2, 1]], "operator": "+", "target": 7}, {"cells": [[1, 3], [1, 4]], "operator": "*", "target": 2}]}}
|
|
{"data_source": "KorPuzzleCalcudoko", "prompt": "The size of the grid is 4x4.\n(4,4)(3,4)(3,3)(4,3):10+\n(3,2)(3,1)(2,1)(2,2):24*\n(2,4)(2,3)(1,3)(1,4):10+\n(4,2)(4,1):3+\n(1,2)(1,1):1-\n\nPlease provide each element in order from left to right, and from top to bottom, with each element separated by a space and each row separated by a comma. Ensure that your final answer is wrapped in double square brackets.\n\nExample: [[1 2 3,4 5 6,7 8 9]] for a 3x3 grid.", "ground_truth": {"size": 4, "regions": [{"cells": [[4, 4], [3, 4], [3, 3], [4, 3]], "operator": "+", "target": 10}, {"cells": [[3, 2], [3, 1], [2, 1], [2, 2]], "operator": "*", "target": 24}, {"cells": [[2, 4], [2, 3], [1, 3], [1, 4]], "operator": "+", "target": 10}, {"cells": [[4, 2], [4, 1]], "operator": "+", "target": 3}, {"cells": [[1, 2], [1, 1]], "operator": "-", "target": 1}]}}
|
|
{"data_source": "KorPuzzleCalcudoko", "prompt": "The size of the grid is 4x4.\n(3,4)(4,4):2÷\n(1,1)(2,1)(3,1)(4,1):24*\n(4,3)(4,2)(3,2):24*\n(2,4)(2,3)(3,3):12*\n(1,4)(1,3)(1,2)(2,2):10+\n\nPlease provide each element in order from left to right, and from top to bottom, with each element separated by a space and each row separated by a comma. Ensure that your final answer is wrapped in double square brackets.\n\nExample: [[1 2 3,4 5 6,7 8 9]] for a 3x3 grid.", "ground_truth": {"size": 4, "regions": [{"cells": [[3, 4], [4, 4]], "operator": "÷", "target": 2}, {"cells": [[1, 1], [2, 1], [3, 1], [4, 1]], "operator": "*", "target": 24}, {"cells": [[4, 3], [4, 2], [3, 2]], "operator": "*", "target": 24}, {"cells": [[2, 4], [2, 3], [3, 3]], "operator": "*", "target": 12}, {"cells": [[1, 4], [1, 3], [1, 2], [2, 2]], "operator": "+", "target": 10}]}}
|
|
{"data_source": "KorPuzzleCalcudoko", "prompt": "The size of the grid is 4x4.\n(2,2)(2,1)(1,1):6*\n(3,3)(2,3)(1,3)(1,2):10+\n(3,2)(3,1):2-\n(4,1)(4,2)(4,3)(4,4):24*\n(1,4)(2,4)(3,4):12*\n\nPlease provide each element in order from left to right, and from top to bottom, with each element separated by a space and each row separated by a comma. Ensure that your final answer is wrapped in double square brackets.\n\nExample: [[1 2 3,4 5 6,7 8 9]] for a 3x3 grid.", "ground_truth": {"size": 4, "regions": [{"cells": [[2, 2], [2, 1], [1, 1]], "operator": "*", "target": 6}, {"cells": [[3, 3], [2, 3], [1, 3], [1, 2]], "operator": "+", "target": 10}, {"cells": [[3, 2], [3, 1]], "operator": "-", "target": 2}, {"cells": [[4, 1], [4, 2], [4, 3], [4, 4]], "operator": "*", "target": 24}, {"cells": [[1, 4], [2, 4], [3, 4]], "operator": "*", "target": 12}]}}
|
|
{"data_source": "KorPuzzleCalcudoko", "prompt": "The size of the grid is 5x5.\n(1,4)(2,4)(3,4)(4,4)(5,4):120*\n(4,3)(4,2)(5,2)(5,3):30*\n(5,1)(4,1)(3,1)(2,1)(2,2):120*\n(3,3)(3,2):2÷\n(1,2)(1,1):3-\n(4,5)(5,5):3-\n(1,3)(2,3):8+\n(1,5)(2,5)(3,5):30*\n\nPlease provide each element in order from left to right, and from top to bottom, with each element separated by a space and each row separated by a comma. Ensure that your final answer is wrapped in double square brackets.\n\nExample: [[1 2 3,4 5 6,7 8 9]] for a 3x3 grid.", "ground_truth": {"size": 5, "regions": [{"cells": [[1, 4], [2, 4], [3, 4], [4, 4], [5, 4]], "operator": "*", "target": 120}, {"cells": [[4, 3], [4, 2], [5, 2], [5, 3]], "operator": "*", "target": 30}, {"cells": [[5, 1], [4, 1], [3, 1], [2, 1], [2, 2]], "operator": "*", "target": 120}, {"cells": [[3, 3], [3, 2]], "operator": "÷", "target": 2}, {"cells": [[1, 2], [1, 1]], "operator": "-", "target": 3}, {"cells": [[4, 5], [5, 5]], "operator": "-", "target": 3}, {"cells": [[1, 3], [2, 3]], "operator": "+", "target": 8}, {"cells": [[1, 5], [2, 5], [3, 5]], "operator": "*", "target": 30}]}}
|
|
{"data_source": "KorPuzzleCalcudoko", "prompt": "The size of the grid is 5x5.\n(3,2)(3,3)(4,3)(4,4)(3,4):120*\n(1,3)(1,4)(1,5)(2,5):120*\n(5,5)(4,5)(3,5):10*\n(3,1)(2,1)(2,2)(1,2)(1,1):15+\n(5,4)(5,3)(5,2)(5,1):13+\n(4,1)(4,2):6*\n(2,3)(2,4):4÷\n\nPlease provide each element in order from left to right, and from top to bottom, with each element separated by a space and each row separated by a comma. Ensure that your final answer is wrapped in double square brackets.\n\nExample: [[1 2 3,4 5 6,7 8 9]] for a 3x3 grid.", "ground_truth": {"size": 5, "regions": [{"cells": [[3, 2], [3, 3], [4, 3], [4, 4], [3, 4]], "operator": "*", "target": 120}, {"cells": [[1, 3], [1, 4], [1, 5], [2, 5]], "operator": "*", "target": 120}, {"cells": [[5, 5], [4, 5], [3, 5]], "operator": "*", "target": 10}, {"cells": [[3, 1], [2, 1], [2, 2], [1, 2], [1, 1]], "operator": "+", "target": 15}, {"cells": [[5, 4], [5, 3], [5, 2], [5, 1]], "operator": "+", "target": 13}, {"cells": [[4, 1], [4, 2]], "operator": "*", "target": 6}, {"cells": [[2, 3], [2, 4]], "operator": "÷", "target": 4}]}}
|
|
{"data_source": "KorPuzzleCalcudoko", "prompt": "The size of the grid is 4x4.\n(4,2)(3,2)(3,3)(3,4):10+\n(2,1)(2,2)(2,3)(2,4):24*\n(4,3)(4,4):7+\n(3,1)(4,1):2÷\n(1,1)(1,2)(1,3)(1,4):10+\n\nPlease provide each element in order from left to right, and from top to bottom, with each element separated by a space and each row separated by a comma. Ensure that your final answer is wrapped in double square brackets.\n\nExample: [[1 2 3,4 5 6,7 8 9]] for a 3x3 grid.", "ground_truth": {"size": 4, "regions": [{"cells": [[4, 2], [3, 2], [3, 3], [3, 4]], "operator": "+", "target": 10}, {"cells": [[2, 1], [2, 2], [2, 3], [2, 4]], "operator": "*", "target": 24}, {"cells": [[4, 3], [4, 4]], "operator": "+", "target": 7}, {"cells": [[3, 1], [4, 1]], "operator": "÷", "target": 2}, {"cells": [[1, 1], [1, 2], [1, 3], [1, 4]], "operator": "+", "target": 10}]}}
|
|
{"data_source": "KorPuzzleCalcudoko", "prompt": "The size of the grid is 5x5.\n(2,1)(2,2)(2,3)(1,3):13+\n(4,3)(3,3)(3,4)(4,4):11+\n(1,5)(1,4):2-\n(3,2)(4,2)(5,2)(5,3)(5,4):120*\n(2,5)(2,4):7+\n(1,2)(1,1):3÷\n(5,1)(4,1)(3,1):40*\n(5,5)(4,5)(3,5):8+\n\nPlease provide each element in order from left to right, and from top to bottom, with each element separated by a space and each row separated by a comma. Ensure that your final answer is wrapped in double square brackets.\n\nExample: [[1 2 3,4 5 6,7 8 9]] for a 3x3 grid.", "ground_truth": {"size": 5, "regions": [{"cells": [[2, 1], [2, 2], [2, 3], [1, 3]], "operator": "+", "target": 13}, {"cells": [[4, 3], [3, 3], [3, 4], [4, 4]], "operator": "+", "target": 11}, {"cells": [[1, 5], [1, 4]], "operator": "-", "target": 2}, {"cells": [[3, 2], [4, 2], [5, 2], [5, 3], [5, 4]], "operator": "*", "target": 120}, {"cells": [[2, 5], [2, 4]], "operator": "+", "target": 7}, {"cells": [[1, 2], [1, 1]], "operator": "÷", "target": 3}, {"cells": [[5, 1], [4, 1], [3, 1]], "operator": "*", "target": 40}, {"cells": [[5, 5], [4, 5], [3, 5]], "operator": "+", "target": 8}]}}
|
|
{"data_source": "KorPuzzleCalcudoko", "prompt": "The size of the grid is 4x4.\n(4,4)(3,4)(2,4)(2,3):24*\n(1,1)(2,1)(3,1)(4,1):10+\n(1,4)(1,3)(1,2)(2,2):24*\n(4,3)(4,2)(3,2)(3,3):24*\n\nPlease provide each element in order from left to right, and from top to bottom, with each element separated by a space and each row separated by a comma. Ensure that your final answer is wrapped in double square brackets.\n\nExample: [[1 2 3,4 5 6,7 8 9]] for a 3x3 grid.", "ground_truth": {"size": 4, "regions": [{"cells": [[4, 4], [3, 4], [2, 4], [2, 3]], "operator": "*", "target": 24}, {"cells": [[1, 1], [2, 1], [3, 1], [4, 1]], "operator": "+", "target": 10}, {"cells": [[1, 4], [1, 3], [1, 2], [2, 2]], "operator": "*", "target": 24}, {"cells": [[4, 3], [4, 2], [3, 2], [3, 3]], "operator": "*", "target": 24}]}}
|
|
{"data_source": "KorPuzzleCalcudoko", "prompt": "The size of the grid is 5x5.\n(5,1)(4,1)(4,2)(5,2)(5,3):15+\n(4,5)(3,5)(3,4)(2,4)(2,5):120*\n(2,2)(2,3)(3,3)(3,2):120*\n(1,5)(1,4)(1,3)(1,2)(1,1):15+\n(5,4)(5,5):20*\n(3,1)(2,1):2-\n(4,3)(4,4):2÷\n\nPlease provide each element in order from left to right, and from top to bottom, with each element separated by a space and each row separated by a comma. Ensure that your final answer is wrapped in double square brackets.\n\nExample: [[1 2 3,4 5 6,7 8 9]] for a 3x3 grid.", "ground_truth": {"size": 5, "regions": [{"cells": [[5, 1], [4, 1], [4, 2], [5, 2], [5, 3]], "operator": "+", "target": 15}, {"cells": [[4, 5], [3, 5], [3, 4], [2, 4], [2, 5]], "operator": "*", "target": 120}, {"cells": [[2, 2], [2, 3], [3, 3], [3, 2]], "operator": "*", "target": 120}, {"cells": [[1, 5], [1, 4], [1, 3], [1, 2], [1, 1]], "operator": "+", "target": 15}, {"cells": [[5, 4], [5, 5]], "operator": "*", "target": 20}, {"cells": [[3, 1], [2, 1]], "operator": "-", "target": 2}, {"cells": [[4, 3], [4, 4]], "operator": "÷", "target": 2}]}}
|
|
{"data_source": "KorPuzzleCalcudoko", "prompt": "The size of the grid is 4x4.\n(2,3)(3,3)(3,2)(2,2):24*\n(1,3)(1,4)(2,4)(3,4):24*\n(3,1)(4,1)(4,2):7+\n(1,2)(1,1)(2,1):9+\n(4,4)(4,3):4+\n\nPlease provide each element in order from left to right, and from top to bottom, with each element separated by a space and each row separated by a comma. Ensure that your final answer is wrapped in double square brackets.\n\nExample: [[1 2 3,4 5 6,7 8 9]] for a 3x3 grid.", "ground_truth": {"size": 4, "regions": [{"cells": [[2, 3], [3, 3], [3, 2], [2, 2]], "operator": "*", "target": 24}, {"cells": [[1, 3], [1, 4], [2, 4], [3, 4]], "operator": "*", "target": 24}, {"cells": [[3, 1], [4, 1], [4, 2]], "operator": "+", "target": 7}, {"cells": [[1, 2], [1, 1], [2, 1]], "operator": "+", "target": 9}, {"cells": [[4, 4], [4, 3]], "operator": "+", "target": 4}]}}
|
|
{"data_source": "KorPuzzleCalcudoko", "prompt": "The size of the grid is 5x5.\n(4,5)(5,5):10*\n(4,3)(4,4)(3,4)(3,5):60*\n(1,4)(1,3)(1,2)(1,1):120*\n(3,1)(4,1)(4,2)(3,2)(3,3):120*\n(5,2)(5,1):3-\n(2,4)(2,5)(1,5):20*\n(2,3)(2,2)(2,1):6+\n(5,3)(5,4):1-\n\nPlease provide each element in order from left to right, and from top to bottom, with each element separated by a space and each row separated by a comma. Ensure that your final answer is wrapped in double square brackets.\n\nExample: [[1 2 3,4 5 6,7 8 9]] for a 3x3 grid.", "ground_truth": {"size": 5, "regions": [{"cells": [[4, 5], [5, 5]], "operator": "*", "target": 10}, {"cells": [[4, 3], [4, 4], [3, 4], [3, 5]], "operator": "*", "target": 60}, {"cells": [[1, 4], [1, 3], [1, 2], [1, 1]], "operator": "*", "target": 120}, {"cells": [[3, 1], [4, 1], [4, 2], [3, 2], [3, 3]], "operator": "*", "target": 120}, {"cells": [[5, 2], [5, 1]], "operator": "-", "target": 3}, {"cells": [[2, 4], [2, 5], [1, 5]], "operator": "*", "target": 20}, {"cells": [[2, 3], [2, 2], [2, 1]], "operator": "+", "target": 6}, {"cells": [[5, 3], [5, 4]], "operator": "-", "target": 1}]}}
|
|
{"data_source": "KorPuzzleCalcudoko", "prompt": "The size of the grid is 5x5.\n(4,2)(4,1)(5,1):12+\n(3,5)(3,4)(3,3)(3,2)(3,1):120*\n(5,5)(5,4)(4,4)(4,5):10+\n(2,1)(1,1)(1,2)(1,3)(1,4):120*\n(4,3)(5,3)(5,2):10*\n(2,4)(2,3)(2,2):12*\n(2,5)(1,5):7+\n\nPlease provide each element in order from left to right, and from top to bottom, with each element separated by a space and each row separated by a comma. Ensure that your final answer is wrapped in double square brackets.\n\nExample: [[1 2 3,4 5 6,7 8 9]] for a 3x3 grid.", "ground_truth": {"size": 5, "regions": [{"cells": [[4, 2], [4, 1], [5, 1]], "operator": "+", "target": 12}, {"cells": [[3, 5], [3, 4], [3, 3], [3, 2], [3, 1]], "operator": "*", "target": 120}, {"cells": [[5, 5], [5, 4], [4, 4], [4, 5]], "operator": "+", "target": 10}, {"cells": [[2, 1], [1, 1], [1, 2], [1, 3], [1, 4]], "operator": "*", "target": 120}, {"cells": [[4, 3], [5, 3], [5, 2]], "operator": "*", "target": 10}, {"cells": [[2, 4], [2, 3], [2, 2]], "operator": "*", "target": 12}, {"cells": [[2, 5], [1, 5]], "operator": "+", "target": 7}]}}
|
|
{"data_source": "KorPuzzleCalcudoko", "prompt": "The size of the grid is 5x5.\n(5,1)(5,2)(5,3)(5,4)(5,5):120*\n(4,4)(4,5):20*\n(1,4)(1,5):3+\n(4,3)(4,2)(4,1):6+\n(3,2)(2,2)(1,2):12+\n(2,4)(2,5)(3,5)(3,4)(3,3):120*\n(1,1)(2,1)(3,1):20*\n(1,3)(2,3):1-\n\nPlease provide each element in order from left to right, and from top to bottom, with each element separated by a space and each row separated by a comma. Ensure that your final answer is wrapped in double square brackets.\n\nExample: [[1 2 3,4 5 6,7 8 9]] for a 3x3 grid.", "ground_truth": {"size": 5, "regions": [{"cells": [[5, 1], [5, 2], [5, 3], [5, 4], [5, 5]], "operator": "*", "target": 120}, {"cells": [[4, 4], [4, 5]], "operator": "*", "target": 20}, {"cells": [[1, 4], [1, 5]], "operator": "+", "target": 3}, {"cells": [[4, 3], [4, 2], [4, 1]], "operator": "+", "target": 6}, {"cells": [[3, 2], [2, 2], [1, 2]], "operator": "+", "target": 12}, {"cells": [[2, 4], [2, 5], [3, 5], [3, 4], [3, 3]], "operator": "*", "target": 120}, {"cells": [[1, 1], [2, 1], [3, 1]], "operator": "*", "target": 20}, {"cells": [[1, 3], [2, 3]], "operator": "-", "target": 1}]}}
|
|
{"data_source": "KorPuzzleCalcudoko", "prompt": "The size of the grid is 5x5.\n(3,4)(2,4)(1,4):8*\n(4,5)(3,5)(2,5)(1,5):24*\n(2,1)(1,1):15*\n(2,3)(1,3)(1,2)(2,2):120*\n(4,4)(4,3)(4,2)(4,1)(5,1):120*\n(5,4)(5,5):15*\n(5,3)(5,2):4÷\n(3,3)(3,2)(3,1):8+\n\nPlease provide each element in order from left to right, and from top to bottom, with each element separated by a space and each row separated by a comma. Ensure that your final answer is wrapped in double square brackets.\n\nExample: [[1 2 3,4 5 6,7 8 9]] for a 3x3 grid.", "ground_truth": {"size": 5, "regions": [{"cells": [[3, 4], [2, 4], [1, 4]], "operator": "*", "target": 8}, {"cells": [[4, 5], [3, 5], [2, 5], [1, 5]], "operator": "*", "target": 24}, {"cells": [[2, 1], [1, 1]], "operator": "*", "target": 15}, {"cells": [[2, 3], [1, 3], [1, 2], [2, 2]], "operator": "*", "target": 120}, {"cells": [[4, 4], [4, 3], [4, 2], [4, 1], [5, 1]], "operator": "*", "target": 120}, {"cells": [[5, 4], [5, 5]], "operator": "*", "target": 15}, {"cells": [[5, 3], [5, 2]], "operator": "÷", "target": 4}, {"cells": [[3, 3], [3, 2], [3, 1]], "operator": "+", "target": 8}]}}
|
|
{"data_source": "KorPuzzleCalcudoko", "prompt": "The size of the grid is 4x4.\n(3,3)(2,3)(2,2)(2,1):24*\n(3,4)(4,4):2÷\n(1,3)(1,2)(1,1):6+\n(4,1)(4,2)(4,3):8+\n(1,4)(2,4):1-\n(3,2)(3,1):2-\n\nPlease provide each element in order from left to right, and from top to bottom, with each element separated by a space and each row separated by a comma. Ensure that your final answer is wrapped in double square brackets.\n\nExample: [[1 2 3,4 5 6,7 8 9]] for a 3x3 grid.", "ground_truth": {"size": 4, "regions": [{"cells": [[3, 3], [2, 3], [2, 2], [2, 1]], "operator": "*", "target": 24}, {"cells": [[3, 4], [4, 4]], "operator": "÷", "target": 2}, {"cells": [[1, 3], [1, 2], [1, 1]], "operator": "+", "target": 6}, {"cells": [[4, 1], [4, 2], [4, 3]], "operator": "+", "target": 8}, {"cells": [[1, 4], [2, 4]], "operator": "-", "target": 1}, {"cells": [[3, 2], [3, 1]], "operator": "-", "target": 2}]}}
|
|
{"data_source": "KorPuzzleCalcudoko", "prompt": "The size of the grid is 5x5.\n(1,5)(1,4)(2,4)(2,5):120*\n(4,5)(4,4)(3,4)(3,5):30*\n(1,2)(1,1)(2,1)(3,1):13+\n(5,1)(5,2)(5,3)(4,3):120*\n(1,3)(2,3)(2,2)(3,2)(3,3):15+\n(4,1)(4,2):1-\n(5,5)(5,4):5+\n\nPlease provide each element in order from left to right, and from top to bottom, with each element separated by a space and each row separated by a comma. Ensure that your final answer is wrapped in double square brackets.\n\nExample: [[1 2 3,4 5 6,7 8 9]] for a 3x3 grid.", "ground_truth": {"size": 5, "regions": [{"cells": [[1, 5], [1, 4], [2, 4], [2, 5]], "operator": "*", "target": 120}, {"cells": [[4, 5], [4, 4], [3, 4], [3, 5]], "operator": "*", "target": 30}, {"cells": [[1, 2], [1, 1], [2, 1], [3, 1]], "operator": "+", "target": 13}, {"cells": [[5, 1], [5, 2], [5, 3], [4, 3]], "operator": "*", "target": 120}, {"cells": [[1, 3], [2, 3], [2, 2], [3, 2], [3, 3]], "operator": "+", "target": 15}, {"cells": [[4, 1], [4, 2]], "operator": "-", "target": 1}, {"cells": [[5, 5], [5, 4]], "operator": "+", "target": 5}]}}
|