prompt
listlengths
1
1
data_source
large_stringclasses
1 value
extra_info
dict
reward_model
dict
[ { "content": "You are playing a Calcudoko puzzle on an N×N grid. The grid is divided into regions, each with a target number and an operator. Your task is to fill numbers 1 to N in each row and column, ensuring no number repeats in any row, column, or region. For example, (1,1)(2,1)(3,1):12+ means the sum of nu...
calcudoko
{ "answer": "[[2 1 4 3 6 5,1 2 3 4 5 6,3 4 5 6 1 2,4 3 6 5 2 1,5 6 1 2 3 4,6 5 2 1 4 3]]", "metadata": "{\"grid_size\": 6, \"regions\": [{\"cells\": [\"(6,4)\", \"(6,3)\", \"(6,2)\", \"(5,2)\"], \"target\": 14, \"operator\": \"+\"}, {\"cells\": [\"(4,1)\", \"(5,1)\", \"(6,1)\"], \"target\": 15, \"operator\": \"+\"}...
{ "ground_truth": "[[2 1 4 3 6 5,1 2 3 4 5 6,3 4 5 6 1 2,4 3 6 5 2 1,5 6 1 2 3 4,6 5 2 1 4 3]]" }