id
stringlengths
36
36
task_type
stringclasses
1 value
prompt
stringlengths
378
560
verification_info
stringlengths
699
1.84k
metadata
dict
reasoning_gym_binary_matrix_emEFE3S4
reasoning_gym
Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell. The output should be a matrix of the same size as the input matrix, where each cell contains the distance to the nearest 0. Find the distance to the nearest 0 for each cell in the matrix below. Return the outpu...
{"reasoning_gym_dataset": "binary_matrix", "ground_truth": "1 1 1\n0 0 0\n1 1 0", "reasoning_gym_entry": {"question": "Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell.\n\nThe output should be a matrix of the same size as the input matrix, where each cell contai...
{ "difficulty": { "n": [ 3, 10 ], "p_zero": 0.25 }, "matrix": [ [ 1, 1, 1 ], [ 0, 0, 0 ], [ 1, 1, 0 ] ], "n": 3, "solution": [ [ 1, 1, 1 ], [ 0, 0, 0 ], ...
reasoning_gym_binary_matrix_FfmSPihE
reasoning_gym
Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell. The output should be a matrix of the same size as the input matrix, where each cell contains the distance to the nearest 0. Find the distance to the nearest 0 for each cell in the matrix below. Return the outpu...
{"reasoning_gym_dataset": "binary_matrix", "ground_truth": "1 0 0\n2 1 1\n1 0 1", "reasoning_gym_entry": {"question": "Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell.\n\nThe output should be a matrix of the same size as the input matrix, where each cell contai...
{ "difficulty": { "n": [ 3, 10 ], "p_zero": 0.25 }, "matrix": [ [ 1, 0, 0 ], [ 1, 1, 1 ], [ 1, 0, 1 ] ], "n": 3, "solution": [ [ 1, 0, 0 ], [ 2, 1, 1 ], ...
reasoning_gym_binary_matrix_Va9G0Q4I
reasoning_gym
Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell. The output should be a matrix of the same size as the input matrix, where each cell contains the distance to the nearest 0. Find the distance to the nearest 0 for each cell in the matrix below. Return the outpu...
{"reasoning_gym_dataset": "binary_matrix", "ground_truth": "0 1 2 3 3 2\n0 0 1 2 2 1\n1 1 2 2 1 0\n1 0 1 1 2 1\n2 1 1 0 1 2\n3 2 2 1 2 3", "reasoning_gym_entry": {"question": "Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell.\n\nThe output should be a matrix of ...
{ "difficulty": { "n": [ 3, 10 ], "p_zero": 0.25 }, "matrix": [ [ 0, 1, 1, 1, 1, 1 ], [ 0, 0, 1, 1, 1, 1 ], [ 1, 1, 1, 1, 1, 0 ], [ 1, 0, ...
reasoning_gym_binary_matrix_N0RfFlxN
reasoning_gym
Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell. The output should be a matrix of the same size as the input matrix, where each cell contains the distance to the nearest 0. Find the distance to the nearest 0 for each cell in the matrix below. Return the outpu...
{"reasoning_gym_dataset": "binary_matrix", "ground_truth": "2 1 0 1 1 0 0 1 2\n1 1 0 1 2 1 1 2 3\n0 1 0 1 2 1 2 3 4\n1 1 1 2 1 0 1 2 3\n0 0 1 2 2 1 2 3 3\n0 1 2 2 1 0 1 2 2\n1 0 1 2 1 1 0 1 1\n2 1 2 1 0 1 1 1 0\n3 2 3 2 1 2 2 2 1", "reasoning_gym_entry": {"question": "Given a square matrix, your job is to find the taxi...
{ "difficulty": { "n": [ 3, 10 ], "p_zero": 0.25 }, "matrix": [ [ 1, 1, 0, 1, 1, 0, 0, 1, 1 ], [ 1, 1, 0, 1, 1, 1, 1, 1, 1 ], [ 0, 1, 0, 1...
reasoning_gym_binary_matrix_Jt9b8S4m
reasoning_gym
Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell. The output should be a matrix of the same size as the input matrix, where each cell contains the distance to the nearest 0. Find the distance to the nearest 0 for each cell in the matrix below. Return the outpu...
{"reasoning_gym_dataset": "binary_matrix", "ground_truth": "2 3 4\n1 2 3\n0 1 2", "reasoning_gym_entry": {"question": "Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell.\n\nThe output should be a matrix of the same size as the input matrix, where each cell contai...
{ "difficulty": { "n": [ 3, 10 ], "p_zero": 0.25 }, "matrix": [ [ 1, 1, 1 ], [ 1, 1, 1 ], [ 0, 1, 1 ] ], "n": 3, "solution": [ [ 2, 3, 4 ], [ 1, 2, 3 ], ...
reasoning_gym_binary_matrix_X4s1pBsa
reasoning_gym
Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell. The output should be a matrix of the same size as the input matrix, where each cell contains the distance to the nearest 0. Find the distance to the nearest 0 for each cell in the matrix below. Return the outpu...
{"reasoning_gym_dataset": "binary_matrix", "ground_truth": "4 3 2 1 0 0\n3 2 1 1 0 1\n2 1 0 0 1 0\n1 0 0 1 0 1\n0 0 1 2 1 2\n1 1 0 1 2 3", "reasoning_gym_entry": {"question": "Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell.\n\nThe output should be a matrix of ...
{ "difficulty": { "n": [ 3, 10 ], "p_zero": 0.25 }, "matrix": [ [ 1, 1, 1, 1, 0, 0 ], [ 1, 1, 1, 1, 0, 1 ], [ 1, 1, 0, 0, 1, 0 ], [ 1, 0, ...
reasoning_gym_binary_matrix_W0rKtawh
reasoning_gym
Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell. The output should be a matrix of the same size as the input matrix, where each cell contains the distance to the nearest 0. Find the distance to the nearest 0 for each cell in the matrix below. Return the outpu...
{"reasoning_gym_dataset": "binary_matrix", "ground_truth": "0 1 1 0 1 0 1 2 2 1\n1 0 1 1 2 1 2 2 1 0\n1 0 1 2 2 2 3 2 2 1\n2 1 0 1 1 2 2 1 1 0\n3 2 1 1 0 1 1 0 1 1\n2 1 0 1 1 2 2 1 0 1\n2 1 0 1 2 1 1 0 1 2\n2 1 0 1 1 0 1 1 2 1\n3 2 1 1 0 1 2 2 1 0\n3 2 1 0 1 2 2 1 0 1", "reasoning_gym_entry": {"question": "Given a squa...
{ "difficulty": { "n": [ 3, 10 ], "p_zero": 0.25 }, "matrix": [ [ 0, 1, 1, 0, 1, 0, 1, 1, 1, 1 ], [ 1, 0, 1, 1, 1, 1, 1, 1, 1, 0 ], [ 1, 0...
reasoning_gym_binary_matrix_u5tjohRq
reasoning_gym
Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell. The output should be a matrix of the same size as the input matrix, where each cell contains the distance to the nearest 0. Find the distance to the nearest 0 for each cell in the matrix below. Return the outpu...
{"reasoning_gym_dataset": "binary_matrix", "ground_truth": "0 1 1\n1 1 0\n2 2 1", "reasoning_gym_entry": {"question": "Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell.\n\nThe output should be a matrix of the same size as the input matrix, where each cell contai...
{ "difficulty": { "n": [ 3, 10 ], "p_zero": 0.25 }, "matrix": [ [ 0, 1, 1 ], [ 1, 1, 0 ], [ 1, 1, 1 ] ], "n": 3, "solution": [ [ 0, 1, 1 ], [ 1, 1, 0 ], ...
reasoning_gym_binary_matrix_ra18CXRp
reasoning_gym
Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell. The output should be a matrix of the same size as the input matrix, where each cell contains the distance to the nearest 0. Find the distance to the nearest 0 for each cell in the matrix below. Return the outpu...
{"reasoning_gym_dataset": "binary_matrix", "ground_truth": "1 2 3 2 2\n0 1 2 1 1\n1 2 1 0 0\n2 1 0 1 1\n3 2 1 1 0", "reasoning_gym_entry": {"question": "Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell.\n\nThe output should be a matrix of the same size as the in...
{ "difficulty": { "n": [ 3, 10 ], "p_zero": 0.25 }, "matrix": [ [ 1, 1, 1, 1, 1 ], [ 0, 1, 1, 1, 1 ], [ 1, 1, 1, 0, 0 ], [ 1, 1, 0, 1, 1 ]...
reasoning_gym_binary_matrix_c0mXqfKT
reasoning_gym
Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell. The output should be a matrix of the same size as the input matrix, where each cell contains the distance to the nearest 0. Find the distance to the nearest 0 for each cell in the matrix below. Return the outpu...
{"reasoning_gym_dataset": "binary_matrix", "ground_truth": "1 2 1 0\n0 1 2 1\n1 0 1 2\n2 1 2 3", "reasoning_gym_entry": {"question": "Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell.\n\nThe output should be a matrix of the same size as the input matrix, where e...
{ "difficulty": { "n": [ 3, 10 ], "p_zero": 0.25 }, "matrix": [ [ 1, 1, 1, 0 ], [ 0, 1, 1, 1 ], [ 1, 0, 1, 1 ], [ 1, 1, 1, 1 ] ], "n": 4, "solution": [ ...
reasoning_gym_binary_matrix_9YEpsjt0
reasoning_gym
Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell. The output should be a matrix of the same size as the input matrix, where each cell contains the distance to the nearest 0. Find the distance to the nearest 0 for each cell in the matrix below. Return the outpu...
{"reasoning_gym_dataset": "binary_matrix", "ground_truth": "0 1 1 2\n0 0 0 1\n1 0 0 1\n0 1 0 0", "reasoning_gym_entry": {"question": "Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell.\n\nThe output should be a matrix of the same size as the input matrix, where e...
{ "difficulty": { "n": [ 3, 10 ], "p_zero": 0.25 }, "matrix": [ [ 0, 1, 1, 1 ], [ 0, 0, 0, 1 ], [ 1, 0, 0, 1 ], [ 0, 1, 0, 0 ] ], "n": 4, "solution": [ ...
reasoning_gym_binary_matrix_1OBFP9i5
reasoning_gym
Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell. The output should be a matrix of the same size as the input matrix, where each cell contains the distance to the nearest 0. Find the distance to the nearest 0 for each cell in the matrix below. Return the outpu...
{"reasoning_gym_dataset": "binary_matrix", "ground_truth": "1 0 0 0\n1 0 1 1\n0 1 1 0\n1 2 2 1", "reasoning_gym_entry": {"question": "Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell.\n\nThe output should be a matrix of the same size as the input matrix, where e...
{ "difficulty": { "n": [ 3, 10 ], "p_zero": 0.25 }, "matrix": [ [ 1, 0, 0, 0 ], [ 1, 0, 1, 1 ], [ 0, 1, 1, 0 ], [ 1, 1, 1, 1 ] ], "n": 4, "solution": [ ...
reasoning_gym_binary_matrix_xLNY909u
reasoning_gym
Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell. The output should be a matrix of the same size as the input matrix, where each cell contains the distance to the nearest 0. Find the distance to the nearest 0 for each cell in the matrix below. Return the outpu...
{"reasoning_gym_dataset": "binary_matrix", "ground_truth": "1 1 0 1\n0 1 1 0\n1 2 1 0\n0 1 2 1", "reasoning_gym_entry": {"question": "Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell.\n\nThe output should be a matrix of the same size as the input matrix, where e...
{ "difficulty": { "n": [ 3, 10 ], "p_zero": 0.25 }, "matrix": [ [ 1, 1, 0, 1 ], [ 0, 1, 1, 0 ], [ 1, 1, 1, 0 ], [ 0, 1, 1, 1 ] ], "n": 4, "solution": [ ...
reasoning_gym_binary_matrix_PZ2OUSaV
reasoning_gym
Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell. The output should be a matrix of the same size as the input matrix, where each cell contains the distance to the nearest 0. Find the distance to the nearest 0 for each cell in the matrix below. Return the outpu...
{"reasoning_gym_dataset": "binary_matrix", "ground_truth": "2 1 2 2\n1 0 1 1\n0 1 1 0\n1 1 0 0", "reasoning_gym_entry": {"question": "Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell.\n\nThe output should be a matrix of the same size as the input matrix, where e...
{ "difficulty": { "n": [ 3, 10 ], "p_zero": 0.25 }, "matrix": [ [ 1, 1, 1, 1 ], [ 1, 0, 1, 1 ], [ 0, 1, 1, 0 ], [ 1, 1, 0, 0 ] ], "n": 4, "solution": [ ...
reasoning_gym_binary_matrix_LhIiqqq2
reasoning_gym
Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell. The output should be a matrix of the same size as the input matrix, where each cell contains the distance to the nearest 0. Find the distance to the nearest 0 for each cell in the matrix below. Return the outpu...
{"reasoning_gym_dataset": "binary_matrix", "ground_truth": "3 2 1\n2 1 0\n1 0 0", "reasoning_gym_entry": {"question": "Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell.\n\nThe output should be a matrix of the same size as the input matrix, where each cell contai...
{ "difficulty": { "n": [ 3, 10 ], "p_zero": 0.25 }, "matrix": [ [ 1, 1, 1 ], [ 1, 1, 0 ], [ 1, 0, 0 ] ], "n": 3, "solution": [ [ 3, 2, 1 ], [ 2, 1, 0 ], ...
reasoning_gym_binary_matrix_DZwUHPtc
reasoning_gym
Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell. The output should be a matrix of the same size as the input matrix, where each cell contains the distance to the nearest 0. Find the distance to the nearest 0 for each cell in the matrix below. Return the outpu...
{"reasoning_gym_dataset": "binary_matrix", "ground_truth": "0 0 0 1 2\n1 1 1 2 3\n1 0 0 1 2\n0 1 1 2 3\n1 2 2 3 4", "reasoning_gym_entry": {"question": "Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell.\n\nThe output should be a matrix of the same size as the in...
{ "difficulty": { "n": [ 3, 10 ], "p_zero": 0.25 }, "matrix": [ [ 0, 0, 0, 1, 1 ], [ 1, 1, 1, 1, 1 ], [ 1, 0, 0, 1, 1 ], [ 0, 1, 1, 1, 1 ]...
reasoning_gym_binary_matrix_ZgAPxf5D
reasoning_gym
Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell. The output should be a matrix of the same size as the input matrix, where each cell contains the distance to the nearest 0. Find the distance to the nearest 0 for each cell in the matrix below. Return the outpu...
{"reasoning_gym_dataset": "binary_matrix", "ground_truth": "0 1 0 1 2 1\n1 2 1 0 1 0\n1 2 1 0 1 0\n0 1 2 1 2 1\n1 2 1 2 1 2\n0 1 0 1 0 1", "reasoning_gym_entry": {"question": "Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell.\n\nThe output should be a matrix of ...
{ "difficulty": { "n": [ 3, 10 ], "p_zero": 0.25 }, "matrix": [ [ 0, 1, 0, 1, 1, 1 ], [ 1, 1, 1, 0, 1, 0 ], [ 1, 1, 1, 0, 1, 0 ], [ 0, 1, ...
reasoning_gym_binary_matrix_Rrq7JlOc
reasoning_gym
Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell. The output should be a matrix of the same size as the input matrix, where each cell contains the distance to the nearest 0. Find the distance to the nearest 0 for each cell in the matrix below. Return the outpu...
{"reasoning_gym_dataset": "binary_matrix", "ground_truth": "2 1 2 2 1 2\n1 0 1 1 0 1\n1 0 1 0 1 2\n2 1 0 1 0 1\n2 1 1 1 0 1\n1 0 1 2 1 2", "reasoning_gym_entry": {"question": "Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell.\n\nThe output should be a matrix of ...
{ "difficulty": { "n": [ 3, 10 ], "p_zero": 0.25 }, "matrix": [ [ 1, 1, 1, 1, 1, 1 ], [ 1, 0, 1, 1, 0, 1 ], [ 1, 0, 1, 0, 1, 1 ], [ 1, 1, ...
reasoning_gym_binary_matrix_AQc9UidP
reasoning_gym
Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell. The output should be a matrix of the same size as the input matrix, where each cell contains the distance to the nearest 0. Find the distance to the nearest 0 for each cell in the matrix below. Return the outpu...
{"reasoning_gym_dataset": "binary_matrix", "ground_truth": "0 1 2\n0 1 2\n1 2 3", "reasoning_gym_entry": {"question": "Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell.\n\nThe output should be a matrix of the same size as the input matrix, where each cell contai...
{ "difficulty": { "n": [ 3, 10 ], "p_zero": 0.25 }, "matrix": [ [ 0, 1, 1 ], [ 0, 1, 1 ], [ 1, 1, 1 ] ], "n": 3, "solution": [ [ 0, 1, 2 ], [ 0, 1, 2 ], ...
reasoning_gym_binary_matrix_Durjpk6Q
reasoning_gym
Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell. The output should be a matrix of the same size as the input matrix, where each cell contains the distance to the nearest 0. Find the distance to the nearest 0 for each cell in the matrix below. Return the outpu...
{"reasoning_gym_dataset": "binary_matrix", "ground_truth": "0 0 1\n1 1 2\n0 1 2", "reasoning_gym_entry": {"question": "Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell.\n\nThe output should be a matrix of the same size as the input matrix, where each cell contai...
{ "difficulty": { "n": [ 3, 10 ], "p_zero": 0.25 }, "matrix": [ [ 0, 0, 1 ], [ 1, 1, 1 ], [ 0, 1, 1 ] ], "n": 3, "solution": [ [ 0, 0, 1 ], [ 1, 1, 2 ], ...
reasoning_gym_binary_matrix_WNwUCBq6
reasoning_gym
Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell. The output should be a matrix of the same size as the input matrix, where each cell contains the distance to the nearest 0. Find the distance to the nearest 0 for each cell in the matrix below. Return the outpu...
{"reasoning_gym_dataset": "binary_matrix", "ground_truth": "0 1 2 3 2 1 1 2 1 2\n0 0 1 2 1 0 0 1 0 1\n0 1 2 1 0 1 1 2 1 1\n1 2 2 1 0 1 2 1 1 0\n0 1 1 2 1 2 1 0 1 1\n1 1 0 1 0 1 0 1 1 0\n1 0 1 0 0 1 1 2 2 1\n2 1 0 1 0 0 1 2 2 2\n2 1 1 1 1 1 2 2 1 2\n1 0 1 0 1 0 1 1 0 1", "reasoning_gym_entry": {"question": "Given a squa...
{ "difficulty": { "n": [ 3, 10 ], "p_zero": 0.25 }, "matrix": [ [ 0, 1, 1, 1, 1, 1, 1, 1, 1, 1 ], [ 0, 0, 1, 1, 1, 0, 0, 1, 0, 1 ], [ 0, 1...
reasoning_gym_binary_matrix_lbuWZsXV
reasoning_gym
Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell. The output should be a matrix of the same size as the input matrix, where each cell contains the distance to the nearest 0. Find the distance to the nearest 0 for each cell in the matrix below. Return the outpu...
{"reasoning_gym_dataset": "binary_matrix", "ground_truth": "0 0 1 2 2 1 1 0 0\n1 1 2 2 1 0 0 1 0\n2 2 2 1 0 1 1 0 1\n3 3 2 2 1 1 1 0 0\n2 2 1 2 1 0 1 1 1\n1 1 0 1 0 1 0 0 1\n0 1 0 1 0 1 0 1 1\n0 1 0 1 1 1 0 0 0\n0 1 1 1 0 1 1 1 0", "reasoning_gym_entry": {"question": "Given a square matrix, your job is to find the taxi...
{ "difficulty": { "n": [ 3, 10 ], "p_zero": 0.25 }, "matrix": [ [ 0, 0, 1, 1, 1, 1, 1, 0, 0 ], [ 1, 1, 1, 1, 1, 0, 0, 1, 0 ], [ 1, 1, 1, 1...
reasoning_gym_binary_matrix_PbiXIUYt
reasoning_gym
Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell. The output should be a matrix of the same size as the input matrix, where each cell contains the distance to the nearest 0. Find the distance to the nearest 0 for each cell in the matrix below. Return the outpu...
{"reasoning_gym_dataset": "binary_matrix", "ground_truth": "1 1 0 1 2 2\n0 0 0 1 2 1\n1 1 0 1 1 0\n1 0 1 1 0 1\n2 1 1 2 1 0\n2 1 0 1 2 1", "reasoning_gym_entry": {"question": "Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell.\n\nThe output should be a matrix of ...
{ "difficulty": { "n": [ 3, 10 ], "p_zero": 0.25 }, "matrix": [ [ 1, 1, 0, 1, 1, 1 ], [ 0, 0, 0, 1, 1, 1 ], [ 1, 1, 0, 1, 1, 0 ], [ 1, 0, ...
reasoning_gym_binary_matrix_DisEx1T4
reasoning_gym
Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell. The output should be a matrix of the same size as the input matrix, where each cell contains the distance to the nearest 0. Find the distance to the nearest 0 for each cell in the matrix below. Return the outpu...
{"reasoning_gym_dataset": "binary_matrix", "ground_truth": "0 1 0\n1 2 1\n2 3 2", "reasoning_gym_entry": {"question": "Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell.\n\nThe output should be a matrix of the same size as the input matrix, where each cell contai...
{ "difficulty": { "n": [ 3, 10 ], "p_zero": 0.25 }, "matrix": [ [ 0, 1, 0 ], [ 1, 1, 1 ], [ 1, 1, 1 ] ], "n": 3, "solution": [ [ 0, 1, 0 ], [ 1, 2, 1 ], ...
reasoning_gym_binary_matrix_cHMtxPRN
reasoning_gym
Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell. The output should be a matrix of the same size as the input matrix, where each cell contains the distance to the nearest 0. Find the distance to the nearest 0 for each cell in the matrix below. Return the outpu...
{"reasoning_gym_dataset": "binary_matrix", "ground_truth": "4 3 2 1 0\n3 2 1 1 0\n2 1 0 1 1\n3 2 1 2 2\n4 3 2 3 3", "reasoning_gym_entry": {"question": "Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell.\n\nThe output should be a matrix of the same size as the in...
{ "difficulty": { "n": [ 3, 10 ], "p_zero": 0.25 }, "matrix": [ [ 1, 1, 1, 1, 0 ], [ 1, 1, 1, 1, 0 ], [ 1, 1, 0, 1, 1 ], [ 1, 1, 1, 1, 1 ]...
reasoning_gym_binary_matrix_Sob54AWK
reasoning_gym
Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell. The output should be a matrix of the same size as the input matrix, where each cell contains the distance to the nearest 0. Find the distance to the nearest 0 for each cell in the matrix below. Return the outpu...
{"reasoning_gym_dataset": "binary_matrix", "ground_truth": "2 1 0 1 0 1 2 1 0\n1 0 1 0 1 2 2 1 1\n2 1 1 0 1 2 1 0 1\n2 1 2 1 1 2 1 1 0\n1 0 1 1 0 1 0 1 0\n2 1 1 0 0 0 0 1 1\n1 0 1 1 1 1 0 1 2\n1 1 2 2 1 0 1 2 1\n0 1 2 2 1 0 1 1 0", "reasoning_gym_entry": {"question": "Given a square matrix, your job is to find the taxi...
{ "difficulty": { "n": [ 3, 10 ], "p_zero": 0.25 }, "matrix": [ [ 1, 1, 0, 1, 0, 1, 1, 1, 0 ], [ 1, 0, 1, 0, 1, 1, 1, 1, 1 ], [ 1, 1, 1, 0...
reasoning_gym_binary_matrix_sIGyGgrN
reasoning_gym
Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell. The output should be a matrix of the same size as the input matrix, where each cell contains the distance to the nearest 0. Find the distance to the nearest 0 for each cell in the matrix below. Return the outpu...
{"reasoning_gym_dataset": "binary_matrix", "ground_truth": "4 3 2\n3 2 1\n2 1 0", "reasoning_gym_entry": {"question": "Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell.\n\nThe output should be a matrix of the same size as the input matrix, where each cell contai...
{ "difficulty": { "n": [ 3, 10 ], "p_zero": 0.25 }, "matrix": [ [ 1, 1, 1 ], [ 1, 1, 1 ], [ 1, 1, 0 ] ], "n": 3, "solution": [ [ 4, 3, 2 ], [ 3, 2, 1 ], ...
reasoning_gym_binary_matrix_682AUN0a
reasoning_gym
Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell. The output should be a matrix of the same size as the input matrix, where each cell contains the distance to the nearest 0. Find the distance to the nearest 0 for each cell in the matrix below. Return the outpu...
{"reasoning_gym_dataset": "binary_matrix", "ground_truth": "1 0 1 2\n2 1 0 1\n2 1 0 1\n3 2 1 2", "reasoning_gym_entry": {"question": "Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell.\n\nThe output should be a matrix of the same size as the input matrix, where e...
{ "difficulty": { "n": [ 3, 10 ], "p_zero": 0.25 }, "matrix": [ [ 1, 0, 1, 1 ], [ 1, 1, 0, 1 ], [ 1, 1, 0, 1 ], [ 1, 1, 1, 1 ] ], "n": 4, "solution": [ ...
reasoning_gym_binary_matrix_mzEzDVWM
reasoning_gym
Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell. The output should be a matrix of the same size as the input matrix, where each cell contains the distance to the nearest 0. Find the distance to the nearest 0 for each cell in the matrix below. Return the outpu...
{"reasoning_gym_dataset": "binary_matrix", "ground_truth": "2 3 4\n1 2 3\n0 1 2", "reasoning_gym_entry": {"question": "Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell.\n\nThe output should be a matrix of the same size as the input matrix, where each cell contai...
{ "difficulty": { "n": [ 3, 10 ], "p_zero": 0.25 }, "matrix": [ [ 1, 1, 1 ], [ 1, 1, 1 ], [ 0, 1, 1 ] ], "n": 3, "solution": [ [ 2, 3, 4 ], [ 1, 2, 3 ], ...
reasoning_gym_binary_matrix_UngTDyYe
reasoning_gym
Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell. The output should be a matrix of the same size as the input matrix, where each cell contains the distance to the nearest 0. Find the distance to the nearest 0 for each cell in the matrix below. Return the outpu...
{"reasoning_gym_dataset": "binary_matrix", "ground_truth": "1 0 1 1 0 1\n2 1 2 2 1 2\n3 2 2 1 0 1\n3 2 1 2 1 2\n2 1 0 1 1 2\n3 2 1 0 0 1", "reasoning_gym_entry": {"question": "Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell.\n\nThe output should be a matrix of ...
{ "difficulty": { "n": [ 3, 10 ], "p_zero": 0.25 }, "matrix": [ [ 1, 0, 1, 1, 0, 1 ], [ 1, 1, 1, 1, 1, 1 ], [ 1, 1, 1, 1, 0, 1 ], [ 1, 1, ...
reasoning_gym_binary_matrix_6Rz4rKC1
reasoning_gym
Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell. The output should be a matrix of the same size as the input matrix, where each cell contains the distance to the nearest 0. Find the distance to the nearest 0 for each cell in the matrix below. Return the outpu...
{"reasoning_gym_dataset": "binary_matrix", "ground_truth": "1 1 0 1\n0 0 1 2\n1 0 1 2\n2 1 2 3", "reasoning_gym_entry": {"question": "Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell.\n\nThe output should be a matrix of the same size as the input matrix, where e...
{ "difficulty": { "n": [ 3, 10 ], "p_zero": 0.25 }, "matrix": [ [ 1, 1, 0, 1 ], [ 0, 0, 1, 1 ], [ 1, 0, 1, 1 ], [ 1, 1, 1, 1 ] ], "n": 4, "solution": [ ...
reasoning_gym_binary_matrix_XfRccEv1
reasoning_gym
Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell. The output should be a matrix of the same size as the input matrix, where each cell contains the distance to the nearest 0. Find the distance to the nearest 0 for each cell in the matrix below. Return the outpu...
{"reasoning_gym_dataset": "binary_matrix", "ground_truth": "0 0 1 0\n1 1 1 0\n1 2 2 1\n0 1 2 2", "reasoning_gym_entry": {"question": "Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell.\n\nThe output should be a matrix of the same size as the input matrix, where e...
{ "difficulty": { "n": [ 3, 10 ], "p_zero": 0.25 }, "matrix": [ [ 0, 0, 1, 0 ], [ 1, 1, 1, 0 ], [ 1, 1, 1, 1 ], [ 0, 1, 1, 1 ] ], "n": 4, "solution": [ ...
reasoning_gym_binary_matrix_VuOTtD3N
reasoning_gym
Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell. The output should be a matrix of the same size as the input matrix, where each cell contains the distance to the nearest 0. Find the distance to the nearest 0 for each cell in the matrix below. Return the outpu...
{"reasoning_gym_dataset": "binary_matrix", "ground_truth": "1 1 1 0\n0 0 1 1\n1 1 1 0\n2 2 2 1", "reasoning_gym_entry": {"question": "Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell.\n\nThe output should be a matrix of the same size as the input matrix, where e...
{ "difficulty": { "n": [ 3, 10 ], "p_zero": 0.25 }, "matrix": [ [ 1, 1, 1, 0 ], [ 0, 0, 1, 1 ], [ 1, 1, 1, 0 ], [ 1, 1, 1, 1 ] ], "n": 4, "solution": [ ...
reasoning_gym_binary_matrix_Kcjf20Rv
reasoning_gym
Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell. The output should be a matrix of the same size as the input matrix, where each cell contains the distance to the nearest 0. Find the distance to the nearest 0 for each cell in the matrix below. Return the outpu...
{"reasoning_gym_dataset": "binary_matrix", "ground_truth": "1 0 1 2 3\n1 1 0 1 2\n0 1 1 0 1\n1 0 0 0 1\n1 0 1 0 1", "reasoning_gym_entry": {"question": "Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell.\n\nThe output should be a matrix of the same size as the in...
{ "difficulty": { "n": [ 3, 10 ], "p_zero": 0.25 }, "matrix": [ [ 1, 0, 1, 1, 1 ], [ 1, 1, 0, 1, 1 ], [ 0, 1, 1, 0, 1 ], [ 1, 0, 0, 0, 1 ]...
reasoning_gym_binary_matrix_8UxAaokd
reasoning_gym
Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell. The output should be a matrix of the same size as the input matrix, where each cell contains the distance to the nearest 0. Find the distance to the nearest 0 for each cell in the matrix below. Return the outpu...
{"reasoning_gym_dataset": "binary_matrix", "ground_truth": "2 3 2 1 2 3 4 3 2\n1 2 1 0 1 2 3 2 1\n0 1 2 1 2 3 2 1 0\n1 2 3 2 3 2 1 0 1\n2 2 3 2 2 1 1 0 1\n1 1 2 1 1 0 1 0 1\n0 0 1 0 1 1 2 1 2\n1 1 0 1 1 2 1 2 3\n0 0 0 1 0 1 0 1 2", "reasoning_gym_entry": {"question": "Given a square matrix, your job is to find the taxi...
{ "difficulty": { "n": [ 3, 10 ], "p_zero": 0.25 }, "matrix": [ [ 1, 1, 1, 1, 1, 1, 1, 1, 1 ], [ 1, 1, 1, 0, 1, 1, 1, 1, 1 ], [ 0, 1, 1, 1...
reasoning_gym_binary_matrix_qdlbmrJ1
reasoning_gym
Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell. The output should be a matrix of the same size as the input matrix, where each cell contains the distance to the nearest 0. Find the distance to the nearest 0 for each cell in the matrix below. Return the outpu...
{"reasoning_gym_dataset": "binary_matrix", "ground_truth": "2 1 0 1 2 2 1 0 1\n1 0 1 2 2 2 2 1 2\n1 0 1 2 1 1 1 2 3\n0 1 0 1 0 0 0 1 2\n1 0 0 1 1 1 0 1 2\n0 1 1 1 0 1 0 1 2\n1 1 0 1 0 1 1 2 2\n1 0 0 0 1 2 1 2 1\n1 0 0 0 1 1 0 1 0", "reasoning_gym_entry": {"question": "Given a square matrix, your job is to find the taxi...
{ "difficulty": { "n": [ 3, 10 ], "p_zero": 0.25 }, "matrix": [ [ 1, 1, 0, 1, 1, 1, 1, 0, 1 ], [ 1, 0, 1, 1, 1, 1, 1, 1, 1 ], [ 1, 0, 1, 1...
reasoning_gym_binary_matrix_Gbt94d7N
reasoning_gym
Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell. The output should be a matrix of the same size as the input matrix, where each cell contains the distance to the nearest 0. Find the distance to the nearest 0 for each cell in the matrix below. Return the outpu...
{"reasoning_gym_dataset": "binary_matrix", "ground_truth": "2 1 2 3\n1 0 1 2\n0 0 0 1\n1 1 0 1", "reasoning_gym_entry": {"question": "Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell.\n\nThe output should be a matrix of the same size as the input matrix, where e...
{ "difficulty": { "n": [ 3, 10 ], "p_zero": 0.25 }, "matrix": [ [ 1, 1, 1, 1 ], [ 1, 0, 1, 1 ], [ 0, 0, 0, 1 ], [ 1, 1, 0, 1 ] ], "n": 4, "solution": [ ...
reasoning_gym_binary_matrix_KdPoL0BV
reasoning_gym
Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell. The output should be a matrix of the same size as the input matrix, where each cell contains the distance to the nearest 0. Find the distance to the nearest 0 for each cell in the matrix below. Return the outpu...
{"reasoning_gym_dataset": "binary_matrix", "ground_truth": "0 1 1 2\n0 1 0 1\n1 0 0 1\n2 1 0 1", "reasoning_gym_entry": {"question": "Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell.\n\nThe output should be a matrix of the same size as the input matrix, where e...
{ "difficulty": { "n": [ 3, 10 ], "p_zero": 0.25 }, "matrix": [ [ 0, 1, 1, 1 ], [ 0, 1, 0, 1 ], [ 1, 0, 0, 1 ], [ 1, 1, 0, 1 ] ], "n": 4, "solution": [ ...
reasoning_gym_binary_matrix_RH41thXp
reasoning_gym
Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell. The output should be a matrix of the same size as the input matrix, where each cell contains the distance to the nearest 0. Find the distance to the nearest 0 for each cell in the matrix below. Return the outpu...
{"reasoning_gym_dataset": "binary_matrix", "ground_truth": "2 2 1 2 1 0 0\n1 1 0 1 1 0 1\n0 1 1 1 1 1 0\n0 1 1 0 0 0 1\n1 2 2 1 1 1 0\n2 3 3 2 1 1 1\n3 3 2 1 0 0 1", "reasoning_gym_entry": {"question": "Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell.\n\nThe ou...
{ "difficulty": { "n": [ 3, 10 ], "p_zero": 0.25 }, "matrix": [ [ 1, 1, 1, 1, 1, 0, 0 ], [ 1, 1, 0, 1, 1, 0, 1 ], [ 0, 1, 1, 1, 1, 1, 0 ], ...
reasoning_gym_binary_matrix_ZEzukz65
reasoning_gym
Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell. The output should be a matrix of the same size as the input matrix, where each cell contains the distance to the nearest 0. Find the distance to the nearest 0 for each cell in the matrix below. Return the outpu...
{"reasoning_gym_dataset": "binary_matrix", "ground_truth": "0 1 1 2 3 2 1 0\n1 1 0 1 2 3 2 1\n2 2 1 0 1 2 1 0\n1 2 1 0 1 1 0 1\n0 1 1 0 0 1 1 2\n0 1 2 1 0 1 2 3\n1 1 2 1 1 2 3 4\n0 0 1 0 1 2 3 4", "reasoning_gym_entry": {"question": "Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nea...
{ "difficulty": { "n": [ 3, 10 ], "p_zero": 0.25 }, "matrix": [ [ 0, 1, 1, 1, 1, 1, 1, 0 ], [ 1, 1, 0, 1, 1, 1, 1, 1 ], [ 1, 1, 1, 0, 1, 1...
reasoning_gym_binary_matrix_ZTznXBKE
reasoning_gym
Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell. The output should be a matrix of the same size as the input matrix, where each cell contains the distance to the nearest 0. Find the distance to the nearest 0 for each cell in the matrix below. Return the outpu...
{"reasoning_gym_dataset": "binary_matrix", "ground_truth": "1 1 0 0 1\n0 1 1 1 2\n1 2 2 2 3\n2 1 2 3 4\n1 0 1 2 3", "reasoning_gym_entry": {"question": "Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell.\n\nThe output should be a matrix of the same size as the in...
{ "difficulty": { "n": [ 3, 10 ], "p_zero": 0.25 }, "matrix": [ [ 1, 1, 0, 0, 1 ], [ 0, 1, 1, 1, 1 ], [ 1, 1, 1, 1, 1 ], [ 1, 1, 1, 1, 1 ]...
reasoning_gym_binary_matrix_ah6mNnZe
reasoning_gym
Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell. The output should be a matrix of the same size as the input matrix, where each cell contains the distance to the nearest 0. Find the distance to the nearest 0 for each cell in the matrix below. Return the outpu...
{"reasoning_gym_dataset": "binary_matrix", "ground_truth": "2 1 0\n2 1 1\n1 0 1", "reasoning_gym_entry": {"question": "Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell.\n\nThe output should be a matrix of the same size as the input matrix, where each cell contai...
{ "difficulty": { "n": [ 3, 10 ], "p_zero": 0.25 }, "matrix": [ [ 1, 1, 0 ], [ 1, 1, 1 ], [ 1, 0, 1 ] ], "n": 3, "solution": [ [ 2, 1, 0 ], [ 2, 1, 1 ], ...
reasoning_gym_binary_matrix_U9dqwVcx
reasoning_gym
Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell. The output should be a matrix of the same size as the input matrix, where each cell contains the distance to the nearest 0. Find the distance to the nearest 0 for each cell in the matrix below. Return the outpu...
{"reasoning_gym_dataset": "binary_matrix", "ground_truth": "1 0 1 2 1 2\n2 1 0 1 0 1\n1 0 1 2 1 2\n2 1 1 2 2 2\n1 0 0 1 2 1\n2 1 1 2 1 0", "reasoning_gym_entry": {"question": "Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell.\n\nThe output should be a matrix of ...
{ "difficulty": { "n": [ 3, 10 ], "p_zero": 0.25 }, "matrix": [ [ 1, 0, 1, 1, 1, 1 ], [ 1, 1, 0, 1, 0, 1 ], [ 1, 0, 1, 1, 1, 1 ], [ 1, 1, ...
reasoning_gym_binary_matrix_UHmRiZ9L
reasoning_gym
Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell. The output should be a matrix of the same size as the input matrix, where each cell contains the distance to the nearest 0. Find the distance to the nearest 0 for each cell in the matrix below. Return the outpu...
{"reasoning_gym_dataset": "binary_matrix", "ground_truth": "3 2 3\n2 1 2\n1 0 1", "reasoning_gym_entry": {"question": "Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell.\n\nThe output should be a matrix of the same size as the input matrix, where each cell contai...
{ "difficulty": { "n": [ 3, 10 ], "p_zero": 0.25 }, "matrix": [ [ 1, 1, 1 ], [ 1, 1, 1 ], [ 1, 0, 1 ] ], "n": 3, "solution": [ [ 3, 2, 3 ], [ 2, 1, 2 ], ...
reasoning_gym_binary_matrix_XdUzI7JU
reasoning_gym
Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell. The output should be a matrix of the same size as the input matrix, where each cell contains the distance to the nearest 0. Find the distance to the nearest 0 for each cell in the matrix below. Return the outpu...
{"reasoning_gym_dataset": "binary_matrix", "ground_truth": "2 1 1 0 1 2\n1 0 1 1 1 2\n1 0 0 1 0 1\n2 1 0 1 0 1\n1 0 1 0 1 0\n2 1 2 1 1 0", "reasoning_gym_entry": {"question": "Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell.\n\nThe output should be a matrix of ...
{ "difficulty": { "n": [ 3, 10 ], "p_zero": 0.25 }, "matrix": [ [ 1, 1, 1, 0, 1, 1 ], [ 1, 0, 1, 1, 1, 1 ], [ 1, 0, 0, 1, 0, 1 ], [ 1, 1, ...
reasoning_gym_binary_matrix_jO22R029
reasoning_gym
Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell. The output should be a matrix of the same size as the input matrix, where each cell contains the distance to the nearest 0. Find the distance to the nearest 0 for each cell in the matrix below. Return the outpu...
{"reasoning_gym_dataset": "binary_matrix", "ground_truth": "3 2 1 1 0 0 1\n2 1 0 1 1 0 1\n1 2 1 2 2 1 0\n0 1 0 1 2 2 1\n1 1 1 0 1 1 0\n1 0 1 1 2 1 0\n2 1 1 0 1 0 1", "reasoning_gym_entry": {"question": "Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell.\n\nThe ou...
{ "difficulty": { "n": [ 3, 10 ], "p_zero": 0.25 }, "matrix": [ [ 1, 1, 1, 1, 0, 0, 1 ], [ 1, 1, 0, 1, 1, 0, 1 ], [ 1, 1, 1, 1, 1, 1, 0 ], ...
reasoning_gym_binary_matrix_RoE3lIba
reasoning_gym
Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell. The output should be a matrix of the same size as the input matrix, where each cell contains the distance to the nearest 0. Find the distance to the nearest 0 for each cell in the matrix below. Return the outpu...
{"reasoning_gym_dataset": "binary_matrix", "ground_truth": "0 0 1 1 0 0 1\n1 0 1 1 0 1 2\n0 0 1 1 0 1 2\n1 0 1 0 1 0 1\n2 1 2 1 2 1 2\n1 2 3 2 3 2 3\n0 1 2 3 4 3 4", "reasoning_gym_entry": {"question": "Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell.\n\nThe ou...
{ "difficulty": { "n": [ 3, 10 ], "p_zero": 0.25 }, "matrix": [ [ 0, 0, 1, 1, 0, 0, 1 ], [ 1, 0, 1, 1, 0, 1, 1 ], [ 0, 0, 1, 1, 0, 1, 1 ], ...
reasoning_gym_binary_matrix_aykxzdzS
reasoning_gym
Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell. The output should be a matrix of the same size as the input matrix, where each cell contains the distance to the nearest 0. Find the distance to the nearest 0 for each cell in the matrix below. Return the outpu...
{"reasoning_gym_dataset": "binary_matrix", "ground_truth": "0 1 1 0\n1 0 1 1\n1 1 1 0\n0 1 0 1", "reasoning_gym_entry": {"question": "Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell.\n\nThe output should be a matrix of the same size as the input matrix, where e...
{ "difficulty": { "n": [ 3, 10 ], "p_zero": 0.25 }, "matrix": [ [ 0, 1, 1, 0 ], [ 1, 0, 1, 1 ], [ 1, 1, 1, 0 ], [ 0, 1, 0, 1 ] ], "n": 4, "solution": [ ...
reasoning_gym_binary_matrix_sEKxhqz0
reasoning_gym
Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell. The output should be a matrix of the same size as the input matrix, where each cell contains the distance to the nearest 0. Find the distance to the nearest 0 for each cell in the matrix below. Return the outpu...
{"reasoning_gym_dataset": "binary_matrix", "ground_truth": "3 2 1 0 1 0 1 1 0 1\n3 3 2 1 2 1 1 0 0 1\n2 3 2 2 1 2 2 1 1 1\n1 2 1 1 0 1 2 2 1 0\n0 1 0 1 1 0 1 2 2 1\n0 0 0 0 1 1 2 2 3 2\n0 1 1 0 0 0 1 1 2 3\n1 2 1 0 1 1 0 0 1 2\n2 1 0 1 1 1 0 1 2 3\n3 2 1 1 0 1 1 2 3 4", "reasoning_gym_entry": {"question": "Given a squa...
{ "difficulty": { "n": [ 3, 10 ], "p_zero": 0.25 }, "matrix": [ [ 1, 1, 1, 0, 1, 0, 1, 1, 0, 1 ], [ 1, 1, 1, 1, 1, 1, 1, 0, 0, 1 ], [ 1, 1...
reasoning_gym_binary_matrix_2LH7csvz
reasoning_gym
Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell. The output should be a matrix of the same size as the input matrix, where each cell contains the distance to the nearest 0. Find the distance to the nearest 0 for each cell in the matrix below. Return the outpu...
{"reasoning_gym_dataset": "binary_matrix", "ground_truth": "3 2 1 0 1 2 3 2 1\n2 1 0 1 2 3 2 1 0\n1 2 1 2 3 2 1 1 0\n0 1 2 3 2 1 0 1 1\n1 1 2 3 3 2 1 2 2\n1 0 1 2 2 1 0 1 2\n0 0 1 2 3 2 1 1 2\n1 1 1 2 2 1 0 0 1\n2 1 0 1 2 2 1 1 2", "reasoning_gym_entry": {"question": "Given a square matrix, your job is to find the taxi...
{ "difficulty": { "n": [ 3, 10 ], "p_zero": 0.25 }, "matrix": [ [ 1, 1, 1, 0, 1, 1, 1, 1, 1 ], [ 1, 1, 0, 1, 1, 1, 1, 1, 0 ], [ 1, 1, 1, 1...
reasoning_gym_binary_matrix_pFabn425
reasoning_gym
Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell. The output should be a matrix of the same size as the input matrix, where each cell contains the distance to the nearest 0. Find the distance to the nearest 0 for each cell in the matrix below. Return the outpu...
{"reasoning_gym_dataset": "binary_matrix", "ground_truth": "2 1 0\n1 0 1\n2 1 2", "reasoning_gym_entry": {"question": "Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell.\n\nThe output should be a matrix of the same size as the input matrix, where each cell contai...
{ "difficulty": { "n": [ 3, 10 ], "p_zero": 0.25 }, "matrix": [ [ 1, 1, 0 ], [ 1, 0, 1 ], [ 1, 1, 1 ] ], "n": 3, "solution": [ [ 2, 1, 0 ], [ 1, 0, 1 ], ...
reasoning_gym_binary_matrix_lpDxuTud
reasoning_gym
Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell. The output should be a matrix of the same size as the input matrix, where each cell contains the distance to the nearest 0. Find the distance to the nearest 0 for each cell in the matrix below. Return the outpu...
{"reasoning_gym_dataset": "binary_matrix", "ground_truth": "3 2 1 1 0 1 2 1 1\n2 1 0 1 1 2 1 0 0\n2 1 1 1 0 1 1 1 1\n1 0 1 2 1 1 0 1 2\n2 1 2 2 1 2 1 2 3\n1 0 1 1 0 1 2 1 2\n1 1 2 2 1 0 1 0 1\n0 1 1 2 2 1 1 1 0\n1 1 0 1 1 0 0 0 1", "reasoning_gym_entry": {"question": "Given a square matrix, your job is to find the taxi...
{ "difficulty": { "n": [ 3, 10 ], "p_zero": 0.25 }, "matrix": [ [ 1, 1, 1, 1, 0, 1, 1, 1, 1 ], [ 1, 1, 0, 1, 1, 1, 1, 0, 0 ], [ 1, 1, 1, 1...
reasoning_gym_binary_matrix_n70H2uxk
reasoning_gym
Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell. The output should be a matrix of the same size as the input matrix, where each cell contains the distance to the nearest 0. Find the distance to the nearest 0 for each cell in the matrix below. Return the outpu...
{"reasoning_gym_dataset": "binary_matrix", "ground_truth": "0 1 2 1 1 0 1 0 0\n0 1 1 0 1 1 0 1 1\n1 2 1 1 2 1 0 1 2\n2 1 0 1 2 2 1 2 1\n2 1 0 1 2 1 0 1 0\n2 2 1 2 3 2 1 2 1\n1 1 1 2 2 1 0 1 2\n0 0 0 1 2 1 1 2 3\n1 0 1 0 1 0 1 2 3", "reasoning_gym_entry": {"question": "Given a square matrix, your job is to find the taxi...
{ "difficulty": { "n": [ 3, 10 ], "p_zero": 0.25 }, "matrix": [ [ 0, 1, 1, 1, 1, 0, 1, 0, 0 ], [ 0, 1, 1, 0, 1, 1, 0, 1, 1 ], [ 1, 1, 1, 1...
reasoning_gym_binary_matrix_CurZBd0r
reasoning_gym
Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell. The output should be a matrix of the same size as the input matrix, where each cell contains the distance to the nearest 0. Find the distance to the nearest 0 for each cell in the matrix below. Return the outpu...
{"reasoning_gym_dataset": "binary_matrix", "ground_truth": "2 1 0 0\n1 1 0 1\n0 1 1 1\n0 1 1 0", "reasoning_gym_entry": {"question": "Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell.\n\nThe output should be a matrix of the same size as the input matrix, where e...
{ "difficulty": { "n": [ 3, 10 ], "p_zero": 0.25 }, "matrix": [ [ 1, 1, 0, 0 ], [ 1, 1, 0, 1 ], [ 0, 1, 1, 1 ], [ 0, 1, 1, 0 ] ], "n": 4, "solution": [ ...
reasoning_gym_binary_matrix_gkPuhGeH
reasoning_gym
Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell. The output should be a matrix of the same size as the input matrix, where each cell contains the distance to the nearest 0. Find the distance to the nearest 0 for each cell in the matrix below. Return the outpu...
{"reasoning_gym_dataset": "binary_matrix", "ground_truth": "3 2 1 0\n2 1 0 1\n3 2 1 1\n3 2 1 0", "reasoning_gym_entry": {"question": "Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell.\n\nThe output should be a matrix of the same size as the input matrix, where e...
{ "difficulty": { "n": [ 3, 10 ], "p_zero": 0.25 }, "matrix": [ [ 1, 1, 1, 0 ], [ 1, 1, 0, 1 ], [ 1, 1, 1, 1 ], [ 1, 1, 1, 0 ] ], "n": 4, "solution": [ ...
reasoning_gym_binary_matrix_lb2LnFrT
reasoning_gym
Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell. The output should be a matrix of the same size as the input matrix, where each cell contains the distance to the nearest 0. Find the distance to the nearest 0 for each cell in the matrix below. Return the outpu...
{"reasoning_gym_dataset": "binary_matrix", "ground_truth": "2 1 0 1 2 1\n2 2 1 2 1 0\n1 2 2 2 1 0\n0 1 2 1 0 0\n1 2 1 0 1 1\n2 1 0 0 0 1", "reasoning_gym_entry": {"question": "Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell.\n\nThe output should be a matrix of ...
{ "difficulty": { "n": [ 3, 10 ], "p_zero": 0.25 }, "matrix": [ [ 1, 1, 0, 1, 1, 1 ], [ 1, 1, 1, 1, 1, 0 ], [ 1, 1, 1, 1, 1, 0 ], [ 0, 1, ...
reasoning_gym_binary_matrix_7Zd0Ue2Z
reasoning_gym
Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell. The output should be a matrix of the same size as the input matrix, where each cell contains the distance to the nearest 0. Find the distance to the nearest 0 for each cell in the matrix below. Return the outpu...
{"reasoning_gym_dataset": "binary_matrix", "ground_truth": "1 0 1 1 2 3 4 3 3\n0 1 1 0 1 2 3 2 2\n1 1 0 1 2 2 2 1 1\n2 2 1 0 1 1 1 0 0\n3 3 2 1 1 0 1 0 0\n4 3 2 2 2 1 2 1 1\n3 2 1 2 2 2 3 2 2\n2 1 0 1 1 2 3 3 3\n3 2 1 0 0 1 2 3 4", "reasoning_gym_entry": {"question": "Given a square matrix, your job is to find the taxi...
{ "difficulty": { "n": [ 3, 10 ], "p_zero": 0.25 }, "matrix": [ [ 1, 0, 1, 1, 1, 1, 1, 1, 1 ], [ 0, 1, 1, 0, 1, 1, 1, 1, 1 ], [ 1, 1, 0, 1...
reasoning_gym_binary_matrix_caJekcdI
reasoning_gym
Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell. The output should be a matrix of the same size as the input matrix, where each cell contains the distance to the nearest 0. Find the distance to the nearest 0 for each cell in the matrix below. Return the outpu...
{"reasoning_gym_dataset": "binary_matrix", "ground_truth": "2 2 1 0 0 1 1 2 3\n1 2 1 0 1 1 0 1 2\n0 1 0 0 1 2 1 2 2\n1 0 1 1 2 1 1 2 1\n2 1 0 0 1 0 0 1 0\n1 1 0 1 2 1 0 1 1\n0 1 0 0 1 2 1 2 2\n1 0 0 1 2 1 0 1 2\n2 1 1 2 3 2 1 2 3", "reasoning_gym_entry": {"question": "Given a square matrix, your job is to find the taxi...
{ "difficulty": { "n": [ 3, 10 ], "p_zero": 0.25 }, "matrix": [ [ 1, 1, 1, 0, 0, 1, 1, 1, 1 ], [ 1, 1, 1, 0, 1, 1, 0, 1, 1 ], [ 0, 1, 0, 0...
reasoning_gym_binary_matrix_SPf3COJQ
reasoning_gym
Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell. The output should be a matrix of the same size as the input matrix, where each cell contains the distance to the nearest 0. Find the distance to the nearest 0 for each cell in the matrix below. Return the outpu...
{"reasoning_gym_dataset": "binary_matrix", "ground_truth": "0 1 0 1 1 0\n0 1 1 2 1 1\n1 1 2 1 0 1\n1 0 1 2 1 2\n1 1 1 2 1 1\n0 0 0 1 0 0", "reasoning_gym_entry": {"question": "Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell.\n\nThe output should be a matrix of ...
{ "difficulty": { "n": [ 3, 10 ], "p_zero": 0.25 }, "matrix": [ [ 0, 1, 0, 1, 1, 0 ], [ 0, 1, 1, 1, 1, 1 ], [ 1, 1, 1, 1, 0, 1 ], [ 1, 0, ...
reasoning_gym_binary_matrix_c8SCB9IN
reasoning_gym
Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell. The output should be a matrix of the same size as the input matrix, where each cell contains the distance to the nearest 0. Find the distance to the nearest 0 for each cell in the matrix below. Return the outpu...
{"reasoning_gym_dataset": "binary_matrix", "ground_truth": "0 1 0\n1 1 1\n1 0 0", "reasoning_gym_entry": {"question": "Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell.\n\nThe output should be a matrix of the same size as the input matrix, where each cell contai...
{ "difficulty": { "n": [ 3, 10 ], "p_zero": 0.25 }, "matrix": [ [ 0, 1, 0 ], [ 1, 1, 1 ], [ 1, 0, 0 ] ], "n": 3, "solution": [ [ 0, 1, 0 ], [ 1, 1, 1 ], ...
reasoning_gym_binary_matrix_tyVUiY6l
reasoning_gym
Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell. The output should be a matrix of the same size as the input matrix, where each cell contains the distance to the nearest 0. Find the distance to the nearest 0 for each cell in the matrix below. Return the outpu...
{"reasoning_gym_dataset": "binary_matrix", "ground_truth": "2 1 0 1\n1 0 1 0\n2 1 2 1\n3 2 1 0", "reasoning_gym_entry": {"question": "Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell.\n\nThe output should be a matrix of the same size as the input matrix, where e...
{ "difficulty": { "n": [ 3, 10 ], "p_zero": 0.25 }, "matrix": [ [ 1, 1, 0, 1 ], [ 1, 0, 1, 0 ], [ 1, 1, 1, 1 ], [ 1, 1, 1, 0 ] ], "n": 4, "solution": [ ...
reasoning_gym_binary_matrix_JEgGGyg5
reasoning_gym
Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell. The output should be a matrix of the same size as the input matrix, where each cell contains the distance to the nearest 0. Find the distance to the nearest 0 for each cell in the matrix below. Return the outpu...
{"reasoning_gym_dataset": "binary_matrix", "ground_truth": "1 0 1\n1 0 1\n0 1 0", "reasoning_gym_entry": {"question": "Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell.\n\nThe output should be a matrix of the same size as the input matrix, where each cell contai...
{ "difficulty": { "n": [ 3, 10 ], "p_zero": 0.25 }, "matrix": [ [ 1, 0, 1 ], [ 1, 0, 1 ], [ 0, 1, 0 ] ], "n": 3, "solution": [ [ 1, 0, 1 ], [ 1, 0, 1 ], ...
reasoning_gym_binary_matrix_0KAjlrD0
reasoning_gym
Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell. The output should be a matrix of the same size as the input matrix, where each cell contains the distance to the nearest 0. Find the distance to the nearest 0 for each cell in the matrix below. Return the outpu...
{"reasoning_gym_dataset": "binary_matrix", "ground_truth": "4 3 2 3 2\n3 2 1 2 1\n2 1 0 1 0\n2 1 0 1 1\n3 2 1 1 0", "reasoning_gym_entry": {"question": "Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell.\n\nThe output should be a matrix of the same size as the in...
{ "difficulty": { "n": [ 3, 10 ], "p_zero": 0.25 }, "matrix": [ [ 1, 1, 1, 1, 1 ], [ 1, 1, 1, 1, 1 ], [ 1, 1, 0, 1, 0 ], [ 1, 1, 0, 1, 1 ]...
reasoning_gym_binary_matrix_32Xstko1
reasoning_gym
Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell. The output should be a matrix of the same size as the input matrix, where each cell contains the distance to the nearest 0. Find the distance to the nearest 0 for each cell in the matrix below. Return the outpu...
{"reasoning_gym_dataset": "binary_matrix", "ground_truth": "3 2 1 2 2 1 0 0 1\n2 1 0 1 1 0 1 0 0\n2 1 0 0 1 1 2 1 0\n1 0 0 1 1 0 1 2 1\n0 0 0 1 1 0 1 2 2\n1 1 1 1 0 0 1 2 3\n1 0 1 2 1 1 2 2 3\n0 1 1 1 2 1 2 1 2\n1 1 0 0 1 0 1 0 1", "reasoning_gym_entry": {"question": "Given a square matrix, your job is to find the taxi...
{ "difficulty": { "n": [ 3, 10 ], "p_zero": 0.25 }, "matrix": [ [ 1, 1, 1, 1, 1, 1, 0, 0, 1 ], [ 1, 1, 0, 1, 1, 0, 1, 0, 0 ], [ 1, 1, 0, 0...
reasoning_gym_binary_matrix_1uS3dqdU
reasoning_gym
Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell. The output should be a matrix of the same size as the input matrix, where each cell contains the distance to the nearest 0. Find the distance to the nearest 0 for each cell in the matrix below. Return the outpu...
{"reasoning_gym_dataset": "binary_matrix", "ground_truth": "0 1 0 1 0 1\n0 1 1 1 0 1\n0 0 1 1 1 2\n1 1 1 0 1 2\n2 2 2 1 2 3\n3 3 3 2 3 4", "reasoning_gym_entry": {"question": "Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell.\n\nThe output should be a matrix of ...
{ "difficulty": { "n": [ 3, 10 ], "p_zero": 0.25 }, "matrix": [ [ 0, 1, 0, 1, 0, 1 ], [ 0, 1, 1, 1, 0, 1 ], [ 0, 0, 1, 1, 1, 1 ], [ 1, 1, ...
reasoning_gym_binary_matrix_myhmV5EZ
reasoning_gym
Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell. The output should be a matrix of the same size as the input matrix, where each cell contains the distance to the nearest 0. Find the distance to the nearest 0 for each cell in the matrix below. Return the outpu...
{"reasoning_gym_dataset": "binary_matrix", "ground_truth": "1 0 1 0\n1 0 1 1\n2 1 2 2\n3 2 3 3", "reasoning_gym_entry": {"question": "Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell.\n\nThe output should be a matrix of the same size as the input matrix, where e...
{ "difficulty": { "n": [ 3, 10 ], "p_zero": 0.25 }, "matrix": [ [ 1, 0, 1, 0 ], [ 1, 0, 1, 1 ], [ 1, 1, 1, 1 ], [ 1, 1, 1, 1 ] ], "n": 4, "solution": [ ...
reasoning_gym_binary_matrix_JdrDsHtG
reasoning_gym
Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell. The output should be a matrix of the same size as the input matrix, where each cell contains the distance to the nearest 0. Find the distance to the nearest 0 for each cell in the matrix below. Return the outpu...
{"reasoning_gym_dataset": "binary_matrix", "ground_truth": "2 1 2 1 0 1 0 1 1\n1 0 1 1 0 1 1 1 0\n2 1 2 2 1 0 1 1 1\n3 2 2 2 1 0 0 0 1\n3 2 1 2 2 1 1 1 2\n2 1 0 1 1 1 2 2 3\n2 1 1 1 0 0 1 1 2\n1 0 1 1 1 1 1 0 1\n2 1 0 0 1 0 1 0 0", "reasoning_gym_entry": {"question": "Given a square matrix, your job is to find the taxi...
{ "difficulty": { "n": [ 3, 10 ], "p_zero": 0.25 }, "matrix": [ [ 1, 1, 1, 1, 0, 1, 0, 1, 1 ], [ 1, 0, 1, 1, 0, 1, 1, 1, 0 ], [ 1, 1, 1, 1...
reasoning_gym_binary_matrix_OXXiWtpi
reasoning_gym
Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell. The output should be a matrix of the same size as the input matrix, where each cell contains the distance to the nearest 0. Find the distance to the nearest 0 for each cell in the matrix below. Return the outpu...
{"reasoning_gym_dataset": "binary_matrix", "ground_truth": "0 1 2 2 1 1\n0 1 2 1 0 0\n1 1 2 2 1 1\n1 0 1 1 1 0\n2 1 1 0 1 1\n2 1 0 1 2 2", "reasoning_gym_entry": {"question": "Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell.\n\nThe output should be a matrix of ...
{ "difficulty": { "n": [ 3, 10 ], "p_zero": 0.25 }, "matrix": [ [ 0, 1, 1, 1, 1, 1 ], [ 0, 1, 1, 1, 0, 0 ], [ 1, 1, 1, 1, 1, 1 ], [ 1, 0, ...
reasoning_gym_binary_matrix_P0Nlr4bl
reasoning_gym
Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell. The output should be a matrix of the same size as the input matrix, where each cell contains the distance to the nearest 0. Find the distance to the nearest 0 for each cell in the matrix below. Return the outpu...
{"reasoning_gym_dataset": "binary_matrix", "ground_truth": "1 1 0 1 0 1\n0 1 1 2 1 2\n0 1 0 1 2 1\n0 1 0 0 1 0\n1 1 1 1 1 1\n0 0 1 0 0 1", "reasoning_gym_entry": {"question": "Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell.\n\nThe output should be a matrix of ...
{ "difficulty": { "n": [ 3, 10 ], "p_zero": 0.25 }, "matrix": [ [ 1, 1, 0, 1, 0, 1 ], [ 0, 1, 1, 1, 1, 1 ], [ 0, 1, 0, 1, 1, 1 ], [ 0, 1, ...
reasoning_gym_binary_matrix_rIJRgtDK
reasoning_gym
Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell. The output should be a matrix of the same size as the input matrix, where each cell contains the distance to the nearest 0. Find the distance to the nearest 0 for each cell in the matrix below. Return the outpu...
{"reasoning_gym_dataset": "binary_matrix", "ground_truth": "2 3 4 4 3 4\n1 2 3 3 2 3\n0 1 2 2 1 2\n1 0 1 1 0 1\n2 1 0 1 1 2\n2 1 0 0 1 2", "reasoning_gym_entry": {"question": "Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell.\n\nThe output should be a matrix of ...
{ "difficulty": { "n": [ 3, 10 ], "p_zero": 0.25 }, "matrix": [ [ 1, 1, 1, 1, 1, 1 ], [ 1, 1, 1, 1, 1, 1 ], [ 0, 1, 1, 1, 1, 1 ], [ 1, 0, ...
reasoning_gym_binary_matrix_SU1pWtbR
reasoning_gym
Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell. The output should be a matrix of the same size as the input matrix, where each cell contains the distance to the nearest 0. Find the distance to the nearest 0 for each cell in the matrix below. Return the outpu...
{"reasoning_gym_dataset": "binary_matrix", "ground_truth": "2 3 3 2 3 3 2 1 0\n1 2 2 1 2 3 2 2 1\n0 1 1 0 1 2 1 2 2\n0 1 2 1 2 1 0 1 2\n1 2 2 1 1 0 1 2 3\n1 1 1 0 1 1 2 2 3\n0 0 1 0 0 0 1 1 2\n1 0 1 1 1 1 1 0 1\n2 1 2 2 2 2 2 1 0", "reasoning_gym_entry": {"question": "Given a square matrix, your job is to find the taxi...
{ "difficulty": { "n": [ 3, 10 ], "p_zero": 0.25 }, "matrix": [ [ 1, 1, 1, 1, 1, 1, 1, 1, 0 ], [ 1, 1, 1, 1, 1, 1, 1, 1, 1 ], [ 0, 1, 1, 0...
reasoning_gym_binary_matrix_XtJkH1oY
reasoning_gym
Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell. The output should be a matrix of the same size as the input matrix, where each cell contains the distance to the nearest 0. Find the distance to the nearest 0 for each cell in the matrix below. Return the outpu...
{"reasoning_gym_dataset": "binary_matrix", "ground_truth": "1 0 0 1\n2 1 1 2\n2 1 0 1\n1 0 0 1", "reasoning_gym_entry": {"question": "Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell.\n\nThe output should be a matrix of the same size as the input matrix, where e...
{ "difficulty": { "n": [ 3, 10 ], "p_zero": 0.25 }, "matrix": [ [ 1, 0, 0, 1 ], [ 1, 1, 1, 1 ], [ 1, 1, 0, 1 ], [ 1, 0, 0, 1 ] ], "n": 4, "solution": [ ...
reasoning_gym_binary_matrix_nu1ieaXn
reasoning_gym
Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell. The output should be a matrix of the same size as the input matrix, where each cell contains the distance to the nearest 0. Find the distance to the nearest 0 for each cell in the matrix below. Return the outpu...
{"reasoning_gym_dataset": "binary_matrix", "ground_truth": "1 1 0 1 2 2 1 0 0 1\n0 1 1 2 1 2 2 1 1 1\n0 0 1 1 0 1 2 1 0 0\n0 1 1 0 1 2 1 0 1 0\n1 2 2 1 1 1 1 1 0 1\n0 1 2 1 0 0 0 1 1 0\n0 1 2 2 1 1 1 0 1 1\n1 1 2 2 1 0 1 1 1 1\n0 0 1 1 0 1 0 1 0 0\n0 1 2 2 1 2 1 2 1 1", "reasoning_gym_entry": {"question": "Given a squa...
{ "difficulty": { "n": [ 3, 10 ], "p_zero": 0.25 }, "matrix": [ [ 1, 1, 0, 1, 1, 1, 1, 0, 0, 1 ], [ 0, 1, 1, 1, 1, 1, 1, 1, 1, 1 ], [ 0, 0...
reasoning_gym_binary_matrix_iyRS8RNU
reasoning_gym
Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell. The output should be a matrix of the same size as the input matrix, where each cell contains the distance to the nearest 0. Find the distance to the nearest 0 for each cell in the matrix below. Return the outpu...
{"reasoning_gym_dataset": "binary_matrix", "ground_truth": "2 1 1 0 1 0 0 1 2 3\n1 0 1 1 0 1 1 2 3 4\n2 1 0 1 0 1 2 3 3 4\n1 0 1 0 1 0 1 2 2 3\n2 1 2 1 0 1 2 2 1 2\n1 0 1 2 1 0 1 1 0 1\n1 0 1 1 0 1 0 1 1 2\n2 1 2 1 1 0 1 2 2 1\n1 0 1 0 1 1 0 1 1 0\n0 0 0 1 1 0 0 1 2 1", "reasoning_gym_entry": {"question": "Given a squa...
{ "difficulty": { "n": [ 3, 10 ], "p_zero": 0.25 }, "matrix": [ [ 1, 1, 1, 0, 1, 0, 0, 1, 1, 1 ], [ 1, 0, 1, 1, 0, 1, 1, 1, 1, 1 ], [ 1, 1...
reasoning_gym_binary_matrix_UL5SANRj
reasoning_gym
Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell. The output should be a matrix of the same size as the input matrix, where each cell contains the distance to the nearest 0. Find the distance to the nearest 0 for each cell in the matrix below. Return the outpu...
{"reasoning_gym_dataset": "binary_matrix", "ground_truth": "1 0 1 2 2 1 0 0 1 2\n2 1 1 2 2 1 1 1 0 1\n1 1 0 1 1 0 0 1 1 0\n0 0 1 1 0 1 1 2 2 1\n1 1 2 1 1 0 1 2 1 2\n1 0 1 0 0 0 0 1 0 1\n1 0 1 1 1 1 0 0 1 2\n0 0 1 0 1 1 1 1 2 3\n1 1 0 1 0 0 1 1 2 3\n2 2 1 2 1 1 1 0 1 2", "reasoning_gym_entry": {"question": "Given a squa...
{ "difficulty": { "n": [ 3, 10 ], "p_zero": 0.25 }, "matrix": [ [ 1, 0, 1, 1, 1, 1, 0, 0, 1, 1 ], [ 1, 1, 1, 1, 1, 1, 1, 1, 0, 1 ], [ 1, 1...
reasoning_gym_binary_matrix_FzkweWBa
reasoning_gym
Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell. The output should be a matrix of the same size as the input matrix, where each cell contains the distance to the nearest 0. Find the distance to the nearest 0 for each cell in the matrix below. Return the outpu...
{"reasoning_gym_dataset": "binary_matrix", "ground_truth": "3 2 3 4 3 2 1 0\n2 1 2 3 2 1 1 1\n1 0 1 2 1 0 0 0\n2 1 2 3 2 1 1 1\n3 2 3 3 2 1 2 2\n4 3 3 2 1 0 1 1\n4 3 2 1 2 1 1 0\n3 2 1 0 1 0 1 1", "reasoning_gym_entry": {"question": "Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nea...
{ "difficulty": { "n": [ 3, 10 ], "p_zero": 0.25 }, "matrix": [ [ 1, 1, 1, 1, 1, 1, 1, 0 ], [ 1, 1, 1, 1, 1, 1, 1, 1 ], [ 1, 0, 1, 1, 1, 0...
reasoning_gym_binary_matrix_36xsffST
reasoning_gym
Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell. The output should be a matrix of the same size as the input matrix, where each cell contains the distance to the nearest 0. Find the distance to the nearest 0 for each cell in the matrix below. Return the outpu...
{"reasoning_gym_dataset": "binary_matrix", "ground_truth": "1 2 1\n0 1 0\n0 0 1", "reasoning_gym_entry": {"question": "Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell.\n\nThe output should be a matrix of the same size as the input matrix, where each cell contai...
{ "difficulty": { "n": [ 3, 10 ], "p_zero": 0.25 }, "matrix": [ [ 1, 1, 1 ], [ 0, 1, 0 ], [ 0, 0, 1 ] ], "n": 3, "solution": [ [ 1, 2, 1 ], [ 0, 1, 0 ], ...
reasoning_gym_binary_matrix_c4pf0UlK
reasoning_gym
Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell. The output should be a matrix of the same size as the input matrix, where each cell contains the distance to the nearest 0. Find the distance to the nearest 0 for each cell in the matrix below. Return the outpu...
{"reasoning_gym_dataset": "binary_matrix", "ground_truth": "1 2 3 2 1 2 3 4\n0 1 2 1 0 1 2 3\n0 0 1 2 1 2 1 2\n1 1 0 1 2 1 0 1\n1 2 1 0 1 1 0 1\n0 1 1 0 1 2 1 2\n0 0 1 1 0 1 2 3\n1 1 2 2 1 2 3 4", "reasoning_gym_entry": {"question": "Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nea...
{ "difficulty": { "n": [ 3, 10 ], "p_zero": 0.25 }, "matrix": [ [ 1, 1, 1, 1, 1, 1, 1, 1 ], [ 0, 1, 1, 1, 0, 1, 1, 1 ], [ 0, 0, 1, 1, 1, 1...
reasoning_gym_binary_matrix_Hc89PM1f
reasoning_gym
Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell. The output should be a matrix of the same size as the input matrix, where each cell contains the distance to the nearest 0. Find the distance to the nearest 0 for each cell in the matrix below. Return the outpu...
{"reasoning_gym_dataset": "binary_matrix", "ground_truth": "4 3 2\n3 2 1\n2 1 0", "reasoning_gym_entry": {"question": "Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell.\n\nThe output should be a matrix of the same size as the input matrix, where each cell contai...
{ "difficulty": { "n": [ 3, 10 ], "p_zero": 0.25 }, "matrix": [ [ 1, 1, 1 ], [ 1, 1, 1 ], [ 1, 1, 0 ] ], "n": 3, "solution": [ [ 4, 3, 2 ], [ 3, 2, 1 ], ...
reasoning_gym_binary_matrix_5c6iUxKJ
reasoning_gym
Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell. The output should be a matrix of the same size as the input matrix, where each cell contains the distance to the nearest 0. Find the distance to the nearest 0 for each cell in the matrix below. Return the outpu...
{"reasoning_gym_dataset": "binary_matrix", "ground_truth": "1 0 1 1 0 1\n2 1 2 2 1 2\n1 0 1 1 0 1\n0 0 1 2 1 2\n1 0 1 2 2 1\n0 0 0 1 1 0", "reasoning_gym_entry": {"question": "Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell.\n\nThe output should be a matrix of ...
{ "difficulty": { "n": [ 3, 10 ], "p_zero": 0.25 }, "matrix": [ [ 1, 0, 1, 1, 0, 1 ], [ 1, 1, 1, 1, 1, 1 ], [ 1, 0, 1, 1, 0, 1 ], [ 0, 0, ...
reasoning_gym_binary_matrix_MYCPfRAv
reasoning_gym
Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell. The output should be a matrix of the same size as the input matrix, where each cell contains the distance to the nearest 0. Find the distance to the nearest 0 for each cell in the matrix below. Return the outpu...
{"reasoning_gym_dataset": "binary_matrix", "ground_truth": "0 1 2 2 2 2 1 0\n1 2 2 1 1 1 0 1\n0 1 1 0 0 1 1 2\n1 0 1 0 1 1 2 3\n0 1 0 1 0 0 1 2\n1 2 1 2 1 1 2 1\n2 1 0 1 0 1 1 0\n3 2 1 0 1 0 1 0", "reasoning_gym_entry": {"question": "Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nea...
{ "difficulty": { "n": [ 3, 10 ], "p_zero": 0.25 }, "matrix": [ [ 0, 1, 1, 1, 1, 1, 1, 0 ], [ 1, 1, 1, 1, 1, 1, 0, 1 ], [ 0, 1, 1, 0, 0, 1...
reasoning_gym_binary_matrix_jNw8WtRM
reasoning_gym
Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell. The output should be a matrix of the same size as the input matrix, where each cell contains the distance to the nearest 0. Find the distance to the nearest 0 for each cell in the matrix below. Return the outpu...
{"reasoning_gym_dataset": "binary_matrix", "ground_truth": "0 1 2 3 2 3 2 1 0\n1 2 2 2 1 2 3 2 1\n2 2 1 1 0 1 2 1 0\n2 1 0 0 1 0 1 2 1\n1 2 1 0 1 0 1 1 0\n0 1 0 1 1 1 1 0 1\n1 2 1 0 0 1 2 1 1\n2 1 2 1 1 2 1 1 0\n1 0 1 2 2 1 0 1 0", "reasoning_gym_entry": {"question": "Given a square matrix, your job is to find the taxi...
{ "difficulty": { "n": [ 3, 10 ], "p_zero": 0.25 }, "matrix": [ [ 0, 1, 1, 1, 1, 1, 1, 1, 0 ], [ 1, 1, 1, 1, 1, 1, 1, 1, 1 ], [ 1, 1, 1, 1...
reasoning_gym_binary_matrix_Xx33GbON
reasoning_gym
Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell. The output should be a matrix of the same size as the input matrix, where each cell contains the distance to the nearest 0. Find the distance to the nearest 0 for each cell in the matrix below. Return the outpu...
{"reasoning_gym_dataset": "binary_matrix", "ground_truth": "0 1 2 1 2 2 1 0\n1 2 1 0 1 2 1 0\n2 1 1 1 2 1 1 1\n1 0 0 1 1 0 0 1\n1 1 0 0 1 1 1 0\n0 0 1 0 1 1 1 0\n1 1 1 0 0 0 1 0\n0 1 2 1 1 0 1 1", "reasoning_gym_entry": {"question": "Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nea...
{ "difficulty": { "n": [ 3, 10 ], "p_zero": 0.25 }, "matrix": [ [ 0, 1, 1, 1, 1, 1, 1, 0 ], [ 1, 1, 1, 0, 1, 1, 1, 0 ], [ 1, 1, 1, 1, 1, 1...
reasoning_gym_binary_matrix_lpcHWCip
reasoning_gym
Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell. The output should be a matrix of the same size as the input matrix, where each cell contains the distance to the nearest 0. Find the distance to the nearest 0 for each cell in the matrix below. Return the outpu...
{"reasoning_gym_dataset": "binary_matrix", "ground_truth": "0 0 1 0\n1 0 1 1\n2 1 0 1\n3 2 1 0", "reasoning_gym_entry": {"question": "Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell.\n\nThe output should be a matrix of the same size as the input matrix, where e...
{ "difficulty": { "n": [ 3, 10 ], "p_zero": 0.25 }, "matrix": [ [ 0, 0, 1, 0 ], [ 1, 0, 1, 1 ], [ 1, 1, 0, 1 ], [ 1, 1, 1, 0 ] ], "n": 4, "solution": [ ...
reasoning_gym_binary_matrix_3Yg8lbML
reasoning_gym
Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell. The output should be a matrix of the same size as the input matrix, where each cell contains the distance to the nearest 0. Find the distance to the nearest 0 for each cell in the matrix below. Return the outpu...
{"reasoning_gym_dataset": "binary_matrix", "ground_truth": "5 4 3 2 1 0 1 1\n4 3 3 2 1 1 0 0\n3 2 2 1 0 0 1 1\n2 1 1 1 0 1 2 2\n1 0 0 1 0 1 2 1\n2 1 0 1 1 2 1 0\n3 2 1 0 0 1 0 1\n4 3 2 1 0 1 0 1", "reasoning_gym_entry": {"question": "Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nea...
{ "difficulty": { "n": [ 3, 10 ], "p_zero": 0.25 }, "matrix": [ [ 1, 1, 1, 1, 1, 0, 1, 1 ], [ 1, 1, 1, 1, 1, 1, 0, 0 ], [ 1, 1, 1, 1, 0, 0...
reasoning_gym_binary_matrix_7ar6A3Nc
reasoning_gym
Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell. The output should be a matrix of the same size as the input matrix, where each cell contains the distance to the nearest 0. Find the distance to the nearest 0 for each cell in the matrix below. Return the outpu...
{"reasoning_gym_dataset": "binary_matrix", "ground_truth": "3 2 1 0 0 1 0 1\n2 2 1 0 0 1 1 0\n1 2 2 1 0 1 1 1\n0 1 1 0 0 1 0 0\n1 1 0 1 0 1 1 1\n1 2 1 2 1 2 1 2\n0 1 0 1 2 1 0 1\n0 1 1 2 3 2 1 2", "reasoning_gym_entry": {"question": "Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nea...
{ "difficulty": { "n": [ 3, 10 ], "p_zero": 0.25 }, "matrix": [ [ 1, 1, 1, 0, 0, 1, 0, 1 ], [ 1, 1, 1, 0, 0, 1, 1, 0 ], [ 1, 1, 1, 1, 0, 1...
reasoning_gym_binary_matrix_MfIWE73V
reasoning_gym
Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell. The output should be a matrix of the same size as the input matrix, where each cell contains the distance to the nearest 0. Find the distance to the nearest 0 for each cell in the matrix below. Return the outpu...
{"reasoning_gym_dataset": "binary_matrix", "ground_truth": "2 3 3 2 1 0 1 2 1 0\n1 2 2 1 0 1 2 3 2 1\n0 1 2 1 0 1 2 2 2 1\n1 2 3 2 1 2 2 1 1 0\n0 1 2 2 2 2 1 0 1 0\n0 0 1 1 2 1 0 1 1 0\n0 1 1 0 1 1 1 1 2 1\n0 1 1 0 1 0 1 0 1 2\n1 2 2 1 1 0 1 1 2 3\n2 3 3 2 2 1 0 0 1 2", "reasoning_gym_entry": {"question": "Given a squa...
{ "difficulty": { "n": [ 3, 10 ], "p_zero": 0.25 }, "matrix": [ [ 1, 1, 1, 1, 1, 0, 1, 1, 1, 0 ], [ 1, 1, 1, 1, 0, 1, 1, 1, 1, 1 ], [ 0, 1...
reasoning_gym_binary_matrix_n6YBy8WK
reasoning_gym
Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell. The output should be a matrix of the same size as the input matrix, where each cell contains the distance to the nearest 0. Find the distance to the nearest 0 for each cell in the matrix below. Return the outpu...
{"reasoning_gym_dataset": "binary_matrix", "ground_truth": "1 2 2 1 0 0 0 1 2\n0 1 2 2 1 1 1 1 2\n1 1 1 2 2 1 1 0 1\n0 0 0 1 1 0 1 1 2\n1 0 1 2 2 1 2 2 1\n2 1 2 1 2 2 2 1 0\n1 0 1 0 1 2 3 2 1\n0 1 0 1 0 1 2 1 0\n1 2 1 2 1 2 2 1 0", "reasoning_gym_entry": {"question": "Given a square matrix, your job is to find the taxi...
{ "difficulty": { "n": [ 3, 10 ], "p_zero": 0.25 }, "matrix": [ [ 1, 1, 1, 1, 0, 0, 0, 1, 1 ], [ 0, 1, 1, 1, 1, 1, 1, 1, 1 ], [ 1, 1, 1, 1...
reasoning_gym_binary_matrix_JHhunz3g
reasoning_gym
Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell. The output should be a matrix of the same size as the input matrix, where each cell contains the distance to the nearest 0. Find the distance to the nearest 0 for each cell in the matrix below. Return the outpu...
{"reasoning_gym_dataset": "binary_matrix", "ground_truth": "3 2 1 2 2 1 2 3\n2 1 0 1 1 0 1 2\n1 0 0 1 1 1 2 2\n1 0 1 0 0 1 2 1\n0 1 1 1 1 2 1 0\n1 0 0 1 2 2 1 1\n1 0 1 2 2 1 0 1\n2 1 0 1 1 0 0 1", "reasoning_gym_entry": {"question": "Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nea...
{ "difficulty": { "n": [ 3, 10 ], "p_zero": 0.25 }, "matrix": [ [ 1, 1, 1, 1, 1, 1, 1, 1 ], [ 1, 1, 0, 1, 1, 0, 1, 1 ], [ 1, 0, 0, 1, 1, 1...
reasoning_gym_binary_matrix_alrqbsPE
reasoning_gym
Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell. The output should be a matrix of the same size as the input matrix, where each cell contains the distance to the nearest 0. Find the distance to the nearest 0 for each cell in the matrix below. Return the outpu...
{"reasoning_gym_dataset": "binary_matrix", "ground_truth": "2 1 0 1 2 1\n1 0 1 2 1 0\n1 0 0 1 2 1\n1 0 1 2 3 2\n1 0 1 2 3 3\n0 1 2 3 4 4", "reasoning_gym_entry": {"question": "Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell.\n\nThe output should be a matrix of ...
{ "difficulty": { "n": [ 3, 10 ], "p_zero": 0.25 }, "matrix": [ [ 1, 1, 0, 1, 1, 1 ], [ 1, 0, 1, 1, 1, 0 ], [ 1, 0, 0, 1, 1, 1 ], [ 1, 0, ...
reasoning_gym_binary_matrix_ZX60tsMw
reasoning_gym
Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell. The output should be a matrix of the same size as the input matrix, where each cell contains the distance to the nearest 0. Find the distance to the nearest 0 for each cell in the matrix below. Return the outpu...
{"reasoning_gym_dataset": "binary_matrix", "ground_truth": "1 0 1 0\n2 1 2 1\n1 0 1 2\n0 1 2 3", "reasoning_gym_entry": {"question": "Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell.\n\nThe output should be a matrix of the same size as the input matrix, where e...
{ "difficulty": { "n": [ 3, 10 ], "p_zero": 0.25 }, "matrix": [ [ 1, 0, 1, 0 ], [ 1, 1, 1, 1 ], [ 1, 0, 1, 1 ], [ 0, 1, 1, 1 ] ], "n": 4, "solution": [ ...
reasoning_gym_binary_matrix_HRX8HuIW
reasoning_gym
Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell. The output should be a matrix of the same size as the input matrix, where each cell contains the distance to the nearest 0. Find the distance to the nearest 0 for each cell in the matrix below. Return the outpu...
{"reasoning_gym_dataset": "binary_matrix", "ground_truth": "2 1 0 1 2 1 2 1 0\n2 1 0 1 1 0 1 1 1\n1 2 1 0 1 1 1 0 0\n0 1 2 1 2 1 0 1 1\n1 2 2 1 2 2 1 1 2\n1 1 1 0 1 2 1 0 1\n0 0 1 0 1 2 1 0 1\n0 1 2 1 2 1 2 1 0\n1 2 1 0 1 0 1 2 1", "reasoning_gym_entry": {"question": "Given a square matrix, your job is to find the taxi...
{ "difficulty": { "n": [ 3, 10 ], "p_zero": 0.25 }, "matrix": [ [ 1, 1, 0, 1, 1, 1, 1, 1, 0 ], [ 1, 1, 0, 1, 1, 0, 1, 1, 1 ], [ 1, 1, 1, 0...
reasoning_gym_binary_matrix_eDJv9scs
reasoning_gym
Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell. The output should be a matrix of the same size as the input matrix, where each cell contains the distance to the nearest 0. Find the distance to the nearest 0 for each cell in the matrix below. Return the outpu...
{"reasoning_gym_dataset": "binary_matrix", "ground_truth": "1 0 1 1 1 0 1 1 0\n1 0 0 0 1 1 0 1 0\n1 0 0 1 2 2 1 2 1\n2 1 1 2 1 2 2 1 2\n3 2 1 1 0 1 1 0 1\n2 1 0 1 1 2 2 1 2\n3 2 1 1 2 3 3 2 1\n3 2 1 0 1 2 2 1 0\n3 2 1 0 1 2 3 2 1", "reasoning_gym_entry": {"question": "Given a square matrix, your job is to find the taxi...
{ "difficulty": { "n": [ 3, 10 ], "p_zero": 0.25 }, "matrix": [ [ 1, 0, 1, 1, 1, 0, 1, 1, 0 ], [ 1, 0, 0, 0, 1, 1, 0, 1, 0 ], [ 1, 0, 0, 1...
reasoning_gym_binary_matrix_stmZ911L
reasoning_gym
Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell. The output should be a matrix of the same size as the input matrix, where each cell contains the distance to the nearest 0. Find the distance to the nearest 0 for each cell in the matrix below. Return the outpu...
{"reasoning_gym_dataset": "binary_matrix", "ground_truth": "0 1 0 0 1 2\n0 1 1 1 2 3\n1 2 2 1 2 2\n2 2 1 0 1 1\n1 1 0 1 0 0\n0 1 1 2 1 1", "reasoning_gym_entry": {"question": "Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell.\n\nThe output should be a matrix of ...
{ "difficulty": { "n": [ 3, 10 ], "p_zero": 0.25 }, "matrix": [ [ 0, 1, 0, 0, 1, 1 ], [ 0, 1, 1, 1, 1, 1 ], [ 1, 1, 1, 1, 1, 1 ], [ 1, 1, ...
reasoning_gym_binary_matrix_PwwzjVOV
reasoning_gym
Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell. The output should be a matrix of the same size as the input matrix, where each cell contains the distance to the nearest 0. Find the distance to the nearest 0 for each cell in the matrix below. Return the outpu...
{"reasoning_gym_dataset": "binary_matrix", "ground_truth": "3 2 3\n2 1 2\n1 0 1", "reasoning_gym_entry": {"question": "Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell.\n\nThe output should be a matrix of the same size as the input matrix, where each cell contai...
{ "difficulty": { "n": [ 3, 10 ], "p_zero": 0.25 }, "matrix": [ [ 1, 1, 1 ], [ 1, 1, 1 ], [ 1, 0, 1 ] ], "n": 3, "solution": [ [ 3, 2, 3 ], [ 2, 1, 2 ], ...
reasoning_gym_binary_matrix_GoN25YHq
reasoning_gym
Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell. The output should be a matrix of the same size as the input matrix, where each cell contains the distance to the nearest 0. Find the distance to the nearest 0 for each cell in the matrix below. Return the outpu...
{"reasoning_gym_dataset": "binary_matrix", "ground_truth": "3 4 3 2 2 1\n2 3 2 1 1 0\n1 2 1 0 1 0\n0 1 1 1 1 1\n0 1 0 1 0 1\n1 2 1 2 1 2", "reasoning_gym_entry": {"question": "Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell.\n\nThe output should be a matrix of ...
{ "difficulty": { "n": [ 3, 10 ], "p_zero": 0.25 }, "matrix": [ [ 1, 1, 1, 1, 1, 1 ], [ 1, 1, 1, 1, 1, 0 ], [ 1, 1, 1, 0, 1, 0 ], [ 0, 1, ...
reasoning_gym_binary_matrix_sK5wywSU
reasoning_gym
Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell. The output should be a matrix of the same size as the input matrix, where each cell contains the distance to the nearest 0. Find the distance to the nearest 0 for each cell in the matrix below. Return the outpu...
{"reasoning_gym_dataset": "binary_matrix", "ground_truth": "2 1 0 0 1 2\n2 2 1 1 2 3\n1 1 0 1 2 3\n0 1 1 1 2 3\n1 0 1 0 1 2\n1 0 1 1 2 3", "reasoning_gym_entry": {"question": "Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell.\n\nThe output should be a matrix of ...
{ "difficulty": { "n": [ 3, 10 ], "p_zero": 0.25 }, "matrix": [ [ 1, 1, 0, 0, 1, 1 ], [ 1, 1, 1, 1, 1, 1 ], [ 1, 1, 0, 1, 1, 1 ], [ 0, 1, ...
reasoning_gym_binary_matrix_uQ97ytAB
reasoning_gym
Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell. The output should be a matrix of the same size as the input matrix, where each cell contains the distance to the nearest 0. Find the distance to the nearest 0 for each cell in the matrix below. Return the outpu...
{"reasoning_gym_dataset": "binary_matrix", "ground_truth": "3 2 1 1 2 3\n2 1 0 0 1 2\n3 2 1 1 2 2\n2 1 0 1 2 1\n3 2 1 1 1 0\n3 2 1 0 1 0", "reasoning_gym_entry": {"question": "Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell.\n\nThe output should be a matrix of ...
{ "difficulty": { "n": [ 3, 10 ], "p_zero": 0.25 }, "matrix": [ [ 1, 1, 1, 1, 1, 1 ], [ 1, 1, 0, 0, 1, 1 ], [ 1, 1, 1, 1, 1, 1 ], [ 1, 1, ...
reasoning_gym_binary_matrix_cpT2Fy1e
reasoning_gym
Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell. The output should be a matrix of the same size as the input matrix, where each cell contains the distance to the nearest 0. Find the distance to the nearest 0 for each cell in the matrix below. Return the outpu...
{"reasoning_gym_dataset": "binary_matrix", "ground_truth": "0 1 0 1 2 1 0\n0 1 1 2 1 1 0\n1 2 2 1 0 1 1\n2 3 2 2 1 1 0\n2 2 1 1 0 1 1\n1 1 0 1 1 2 2\n0 1 1 2 2 3 3", "reasoning_gym_entry": {"question": "Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell.\n\nThe ou...
{ "difficulty": { "n": [ 3, 10 ], "p_zero": 0.25 }, "matrix": [ [ 0, 1, 0, 1, 1, 1, 0 ], [ 0, 1, 1, 1, 1, 1, 0 ], [ 1, 1, 1, 1, 0, 1, 1 ], ...
reasoning_gym_binary_matrix_mQFIlI56
reasoning_gym
Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nearest 0 for each cell. The output should be a matrix of the same size as the input matrix, where each cell contains the distance to the nearest 0. Find the distance to the nearest 0 for each cell in the matrix below. Return the outpu...
{"reasoning_gym_dataset": "binary_matrix", "ground_truth": "0 1 1 0 1 0 1 2\n1 0 0 1 2 1 2 3\n0 1 1 1 2 1 1 2\n1 1 0 0 1 0 0 1\n0 1 0 1 2 1 1 1\n0 0 0 1 2 1 1 0\n1 1 1 2 1 0 1 0\n0 1 2 1 0 1 2 1", "reasoning_gym_entry": {"question": "Given a square matrix, your job is to find the taxicab (Manhattan) distance of the nea...
{ "difficulty": { "n": [ 3, 10 ], "p_zero": 0.25 }, "matrix": [ [ 0, 1, 1, 0, 1, 0, 1, 1 ], [ 1, 0, 0, 1, 1, 1, 1, 1 ], [ 0, 1, 1, 1, 1, 1...