data_source
stringclasses
104 values
prompt
listlengths
1
1
reward_model
dict
question
stringlengths
82
6.87k
solution
stringlengths
1
5.65k
answer
stringlengths
1
5.65k
binary_matrix
[ { "content": "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 contains the distance to the nearest 0.\n\nFind the distance to the nearest 0 for each cell in the matr...
{ "ground_truth": "2 1 2 2 2 3\n1 0 1 1 1 2\n1 0 1 0 0 1\n1 1 1 1 0 1\n0 1 0 0 0 1\n0 1 1 1 1 2", "style": "rule-lighteval/MATH_v2" }
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: 1 1 1 1 1 1 1 0 ...
2 1 2 2 2 3 1 0 1 1 1 2 1 0 1 0 0 1 1 1 1 1 0 1 0 1 0 0 0 1 0 1 1 1 1 2
2 1 2 2 2 3 1 0 1 1 1 2 1 0 1 0 0 1 1 1 1 1 0 1 0 1 0 0 0 1 0 1 1 1 1 2
binary_matrix
[ { "content": "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 contains the distance to the nearest 0.\n\nFind the distance to the nearest 0 for each cell in the matr...
{ "ground_truth": "2 1 1 0 1 0 1\n1 0 1 0 1 0 0\n0 1 0 1 1 1 0\n0 0 0 1 0 1 1\n1 1 0 1 0 1 2\n2 2 1 0 0 1 2\n2 1 0 1 1 0 1", "style": "rule-lighteval/MATH_v2" }
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: 1 1 1 0 1 0 1 1 ...
2 1 1 0 1 0 1 1 0 1 0 1 0 0 0 1 0 1 1 1 0 0 0 0 1 0 1 1 1 1 0 1 0 1 2 2 2 1 0 0 1 2 2 1 0 1 1 0 1
2 1 1 0 1 0 1 1 0 1 0 1 0 0 0 1 0 1 1 1 0 0 0 0 1 0 1 1 1 1 0 1 0 1 2 2 2 1 0 0 1 2 2 1 0 1 1 0 1
binary_matrix
[ { "content": "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 contains the distance to the nearest 0.\n\nFind the distance to the nearest 0 for each cell in the matr...
{ "ground_truth": "1 1 0 1 2 3\n0 1 0 1 2 3\n1 2 1 2 1 2\n2 1 0 1 0 1\n1 0 1 0 1 2\n0 1 1 0 0 1", "style": "rule-lighteval/MATH_v2" }
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: 1 1 0 1 1 1 0 1 ...
1 1 0 1 2 3 0 1 0 1 2 3 1 2 1 2 1 2 2 1 0 1 0 1 1 0 1 0 1 2 0 1 1 0 0 1
1 1 0 1 2 3 0 1 0 1 2 3 1 2 1 2 1 2 2 1 0 1 0 1 1 0 1 0 1 2 0 1 1 0 0 1
binary_matrix
[ { "content": "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 contains the distance to the nearest 0.\n\nFind the distance to the nearest 0 for each cell in the matr...
{ "ground_truth": "0 1 2 1 2\n1 2 1 0 1\n1 2 1 0 1\n0 1 2 1 2\n0 0 1 2 3", "style": "rule-lighteval/MATH_v2" }
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: 0 1 1 1 1 1 1 1 ...
0 1 2 1 2 1 2 1 0 1 1 2 1 0 1 0 1 2 1 2 0 0 1 2 3
0 1 2 1 2 1 2 1 0 1 1 2 1 0 1 0 1 2 1 2 0 0 1 2 3
binary_matrix
[ { "content": "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 contains the distance to the nearest 0.\n\nFind the distance to the nearest 0 for each cell in the matr...
{ "ground_truth": "0 1 0 0\n1 2 1 1\n0 1 2 2\n0 1 2 3", "style": "rule-lighteval/MATH_v2" }
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: 0 1 0 0 1 1 1 1 ...
0 1 0 0 1 2 1 1 0 1 2 2 0 1 2 3
0 1 0 0 1 2 1 1 0 1 2 2 0 1 2 3
binary_matrix
[ { "content": "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 contains the distance to the nearest 0.\n\nFind the distance to the nearest 0 for each cell in the matr...
{ "ground_truth": "1 2 1\n0 1 0\n0 1 1", "style": "rule-lighteval/MATH_v2" }
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: 1 1 1 0 1 0 0 1 ...
1 2 1 0 1 0 0 1 1
1 2 1 0 1 0 0 1 1
binary_matrix
[ { "content": "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 contains the distance to the nearest 0.\n\nFind the distance to the nearest 0 for each cell in the matr...
{ "ground_truth": "1 0 0 0 1 2\n1 0 1 1 2 3\n1 0 1 2 1 2\n2 1 0 1 0 1\n1 0 1 1 1 1\n2 1 0 0 1 0", "style": "rule-lighteval/MATH_v2" }
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: 1 0 0 0 1 1 1 0 ...
1 0 0 0 1 2 1 0 1 1 2 3 1 0 1 2 1 2 2 1 0 1 0 1 1 0 1 1 1 1 2 1 0 0 1 0
1 0 0 0 1 2 1 0 1 1 2 3 1 0 1 2 1 2 2 1 0 1 0 1 1 0 1 1 1 1 2 1 0 0 1 0
binary_matrix
[ { "content": "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 contains the distance to the nearest 0.\n\nFind the distance to the nearest 0 for each cell in the matr...
{ "ground_truth": "1 0 1 2 3 4\n1 0 1 2 2 3\n0 1 2 1 1 2\n0 0 1 0 0 1\n0 1 0 1 0 0\n1 2 1 2 1 0", "style": "rule-lighteval/MATH_v2" }
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: 1 0 1 1 1 1 1 0 ...
1 0 1 2 3 4 1 0 1 2 2 3 0 1 2 1 1 2 0 0 1 0 0 1 0 1 0 1 0 0 1 2 1 2 1 0
1 0 1 2 3 4 1 0 1 2 2 3 0 1 2 1 1 2 0 0 1 0 0 1 0 1 0 1 0 0 1 2 1 2 1 0
binary_matrix
[ { "content": "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 contains the distance to the nearest 0.\n\nFind the distance to the nearest 0 for each cell in the matr...
{ "ground_truth": "3 2 2 1 0 1 0\n2 1 1 0 1 0 1\n1 0 0 1 1 1 2\n0 0 0 1 0 1 2\n0 1 0 1 0 1 2\n0 1 1 2 1 2 3\n0 0 0 1 0 1 2", "style": "rule-lighteval/MATH_v2" }
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: 1 1 1 1 0 1 0 1 ...
3 2 2 1 0 1 0 2 1 1 0 1 0 1 1 0 0 1 1 1 2 0 0 0 1 0 1 2 0 1 0 1 0 1 2 0 1 1 2 1 2 3 0 0 0 1 0 1 2
3 2 2 1 0 1 0 2 1 1 0 1 0 1 1 0 0 1 1 1 2 0 0 0 1 0 1 2 0 1 0 1 0 1 2 0 1 1 2 1 2 3 0 0 0 1 0 1 2
binary_matrix
[ { "content": "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 contains the distance to the nearest 0.\n\nFind the distance to the nearest 0 for each cell in the matr...
{ "ground_truth": "3 2 2 1 0 1 2 2 1 0\n2 1 1 0 1 0 1 1 0 1\n1 0 0 1 0 1 2 1 1 2\n0 0 1 0 1 2 1 0 1 1\n1 1 2 1 2 1 2 1 1 0\n2 2 1 0 1 0 1 0 1 1\n2 1 0 1 0 1 1 0 1 1\n2 1 0 1 0 1 1 0 1 0\n1 0 0 1 1 1 0 0 1 1\n1 0 1 2 2 2 1 0 0 0", "style": "rule-lighteval/MATH_v2" }
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: 1 1 1 1 0 1 1 1 ...
3 2 2 1 0 1 2 2 1 0 2 1 1 0 1 0 1 1 0 1 1 0 0 1 0 1 2 1 1 2 0 0 1 0 1 2 1 0 1 1 1 1 2 1 2 1 2 1 1 0 2 2 1 0 1 0 1 0 1 1 2 1 0 1 0 1 1 0 1 1 2 1 0 1 0 1 1 0 1 0 1 0 0 1 1 1 0 0 1 1 1 0 1 2 2 2 1 0 0 0
3 2 2 1 0 1 2 2 1 0 2 1 1 0 1 0 1 1 0 1 1 0 0 1 0 1 2 1 1 2 0 0 1 0 1 2 1 0 1 1 1 1 2 1 2 1 2 1 1 0 2 2 1 0 1 0 1 0 1 1 2 1 0 1 0 1 1 0 1 1 2 1 0 1 0 1 1 0 1 0 1 0 0 1 1 1 0 0 1 1 1 0 1 2 2 2 1 0 0 0
bitwise_arithmetic
[ { "content": "Please solve this problem. Assume there is arbitrary bit depth and that there are signed integers. If the answer is negative, reply as a negative value (ex., -0x3), not the two's-compliment form. Reply only with the final hexidecimal value.\n((0x3a24 - 0x24b8) + (0x1741 >> 0x3))\nWrite your final ...
{ "ground_truth": "0x1854", "style": "rule-lighteval/MATH_v2" }
Please solve this problem. Assume there is arbitrary bit depth and that there are signed integers. If the answer is negative, reply as a negative value (ex., -0x3), not the two's-compliment form. Reply only with the final hexidecimal value. ((0x3a24 - 0x24b8) + (0x1741 >> 0x3)) Write your final answer after 'FINAL ANSW...
0x1854
0x1854
bitwise_arithmetic
[ { "content": "Please solve this problem. Assume there is arbitrary bit depth and that there are signed integers. If the answer is negative, reply as a negative value (ex., -0x3), not the two's-compliment form. Reply only with the final hexidecimal value.\n((0xacf1 * 0xb3cc) - (0x9a4b << 0x0))\nWrite your final ...
{ "ground_truth": "0x7975b8c1", "style": "rule-lighteval/MATH_v2" }
Please solve this problem. Assume there is arbitrary bit depth and that there are signed integers. If the answer is negative, reply as a negative value (ex., -0x3), not the two's-compliment form. Reply only with the final hexidecimal value. ((0xacf1 * 0xb3cc) - (0x9a4b << 0x0)) Write your final answer after 'FINAL ANSW...
0x7975b8c1
0x7975b8c1
bitwise_arithmetic
[ { "content": "Please solve this problem. Assume there is arbitrary bit depth and that there are signed integers. If the answer is negative, reply as a negative value (ex., -0x3), not the two's-compliment form. Reply only with the final hexidecimal value.\n((0x2e39 + 0x622b) >> 0x0)\nWrite your final answer afte...
{ "ground_truth": "0x9064", "style": "rule-lighteval/MATH_v2" }
Please solve this problem. Assume there is arbitrary bit depth and that there are signed integers. If the answer is negative, reply as a negative value (ex., -0x3), not the two's-compliment form. Reply only with the final hexidecimal value. ((0x2e39 + 0x622b) >> 0x0) Write your final answer after 'FINAL ANSWER: ' tag i...
0x9064
0x9064
bitwise_arithmetic
[ { "content": "Please solve this problem. Assume there is arbitrary bit depth and that there are signed integers. If the answer is negative, reply as a negative value (ex., -0x3), not the two's-compliment form. Reply only with the final hexidecimal value.\n((0x57b7 * 0x687) << 0x0)\nWrite your final answer after...
{ "ground_truth": "0x23c8b81", "style": "rule-lighteval/MATH_v2" }
Please solve this problem. Assume there is arbitrary bit depth and that there are signed integers. If the answer is negative, reply as a negative value (ex., -0x3), not the two's-compliment form. Reply only with the final hexidecimal value. ((0x57b7 * 0x687) << 0x0) Write your final answer after 'FINAL ANSWER: ' tag in...
0x23c8b81
0x23c8b81
bitwise_arithmetic
[ { "content": "Please solve this problem. Assume there is arbitrary bit depth and that there are signed integers. If the answer is negative, reply as a negative value (ex., -0x3), not the two's-compliment form. Reply only with the final hexidecimal value.\n((0xdd1a >> 0x1) << 0x0)\nWrite your final answer after ...
{ "ground_truth": "0x6e8d", "style": "rule-lighteval/MATH_v2" }
Please solve this problem. Assume there is arbitrary bit depth and that there are signed integers. If the answer is negative, reply as a negative value (ex., -0x3), not the two's-compliment form. Reply only with the final hexidecimal value. ((0xdd1a >> 0x1) << 0x0) Write your final answer after 'FINAL ANSWER: ' tag ins...
0x6e8d
0x6e8d
bitwise_arithmetic
[ { "content": "Please solve this problem. Assume there is arbitrary bit depth and that there are signed integers. If the answer is negative, reply as a negative value (ex., -0x3), not the two's-compliment form. Reply only with the final hexidecimal value.\n((0x58ed >> 0x3) << 0x0)\nWrite your final answer after ...
{ "ground_truth": "0xb1d", "style": "rule-lighteval/MATH_v2" }
Please solve this problem. Assume there is arbitrary bit depth and that there are signed integers. If the answer is negative, reply as a negative value (ex., -0x3), not the two's-compliment form. Reply only with the final hexidecimal value. ((0x58ed >> 0x3) << 0x0) Write your final answer after 'FINAL ANSWER: ' tag ins...
0xb1d
0xb1d
bitwise_arithmetic
[ { "content": "Please solve this problem. Assume there is arbitrary bit depth and that there are signed integers. If the answer is negative, reply as a negative value (ex., -0x3), not the two's-compliment form. Reply only with the final hexidecimal value.\n((0x4e60 >> 0x1) - (0x2b67 << 0x0))\nWrite your final an...
{ "ground_truth": "-0x437", "style": "rule-lighteval/MATH_v2" }
Please solve this problem. Assume there is arbitrary bit depth and that there are signed integers. If the answer is negative, reply as a negative value (ex., -0x3), not the two's-compliment form. Reply only with the final hexidecimal value. ((0x4e60 >> 0x1) - (0x2b67 << 0x0)) Write your final answer after 'FINAL ANSWER...
-0x437
-0x437
bitwise_arithmetic
[ { "content": "Please solve this problem. Assume there is arbitrary bit depth and that there are signed integers. If the answer is negative, reply as a negative value (ex., -0x3), not the two's-compliment form. Reply only with the final hexidecimal value.\n((0xc18a * 0x8eea) << 0x2)\nWrite your final answer afte...
{ "ground_truth": "0x1b02dd090", "style": "rule-lighteval/MATH_v2" }
Please solve this problem. Assume there is arbitrary bit depth and that there are signed integers. If the answer is negative, reply as a negative value (ex., -0x3), not the two's-compliment form. Reply only with the final hexidecimal value. ((0xc18a * 0x8eea) << 0x2) Write your final answer after 'FINAL ANSWER: ' tag i...
0x1b02dd090
0x1b02dd090
bitwise_arithmetic
[ { "content": "Please solve this problem. Assume there is arbitrary bit depth and that there are signed integers. If the answer is negative, reply as a negative value (ex., -0x3), not the two's-compliment form. Reply only with the final hexidecimal value.\n((0xb24a - 0x7a21) * (0x16ce * 0x8ada))\nWrite your fina...
{ "ground_truth": "0x2b6a540c04c", "style": "rule-lighteval/MATH_v2" }
Please solve this problem. Assume there is arbitrary bit depth and that there are signed integers. If the answer is negative, reply as a negative value (ex., -0x3), not the two's-compliment form. Reply only with the final hexidecimal value. ((0xb24a - 0x7a21) * (0x16ce * 0x8ada)) Write your final answer after 'FINAL AN...
0x2b6a540c04c
0x2b6a540c04c
bitwise_arithmetic
[ { "content": "Please solve this problem. Assume there is arbitrary bit depth and that there are signed integers. If the answer is negative, reply as a negative value (ex., -0x3), not the two's-compliment form. Reply only with the final hexidecimal value.\n((0xd33b - 0xff5d) >> 0x3)\nWrite your final answer afte...
{ "ground_truth": "-0x585", "style": "rule-lighteval/MATH_v2" }
Please solve this problem. Assume there is arbitrary bit depth and that there are signed integers. If the answer is negative, reply as a negative value (ex., -0x3), not the two's-compliment form. Reply only with the final hexidecimal value. ((0xd33b - 0xff5d) >> 0x3) Write your final answer after 'FINAL ANSWER: ' tag i...
-0x585
-0x585
bitwise_arithmetic
[ { "content": "Please solve this problem. Assume there is arbitrary bit depth and that there are signed integers. If the answer is negative, reply as a negative value (ex., -0x3), not the two's-compliment form. Reply only with the final hexidecimal value.\n((0x7cde >> 0x2) + (0x29bd - 0xfc7e))\nWrite your final ...
{ "ground_truth": "-0xb38a", "style": "rule-lighteval/MATH_v2" }
Please solve this problem. Assume there is arbitrary bit depth and that there are signed integers. If the answer is negative, reply as a negative value (ex., -0x3), not the two's-compliment form. Reply only with the final hexidecimal value. ((0x7cde >> 0x2) + (0x29bd - 0xfc7e)) Write your final answer after 'FINAL ANSW...
-0xb38a
-0xb38a
bitwise_arithmetic
[ { "content": "Please solve this problem. Assume there is arbitrary bit depth and that there are signed integers. If the answer is negative, reply as a negative value (ex., -0x3), not the two's-compliment form. Reply only with the final hexidecimal value.\n((0xf0de << 0x2) - (0xdcb2 + 0xeed8))\nWrite your final ...
{ "ground_truth": "0x1f7ee", "style": "rule-lighteval/MATH_v2" }
Please solve this problem. Assume there is arbitrary bit depth and that there are signed integers. If the answer is negative, reply as a negative value (ex., -0x3), not the two's-compliment form. Reply only with the final hexidecimal value. ((0xf0de << 0x2) - (0xdcb2 + 0xeed8)) Write your final answer after 'FINAL ANSW...
0x1f7ee
0x1f7ee
bitwise_arithmetic
[ { "content": "Please solve this problem. Assume there is arbitrary bit depth and that there are signed integers. If the answer is negative, reply as a negative value (ex., -0x3), not the two's-compliment form. Reply only with the final hexidecimal value.\n((0x7ca7 * 0xe4cc) - (0x3910 << 0x2))\nWrite your final ...
{ "ground_truth": "0x6f672cd4", "style": "rule-lighteval/MATH_v2" }
Please solve this problem. Assume there is arbitrary bit depth and that there are signed integers. If the answer is negative, reply as a negative value (ex., -0x3), not the two's-compliment form. Reply only with the final hexidecimal value. ((0x7ca7 * 0xe4cc) - (0x3910 << 0x2)) Write your final answer after 'FINAL ANSW...
0x6f672cd4
0x6f672cd4
bitwise_arithmetic
[ { "content": "Please solve this problem. Assume there is arbitrary bit depth and that there are signed integers. If the answer is negative, reply as a negative value (ex., -0x3), not the two's-compliment form. Reply only with the final hexidecimal value.\n((0xd85b * 0x1564) - (0x17a8 * 0x5b04))\nWrite your fina...
{ "ground_truth": "0x9aae3ec", "style": "rule-lighteval/MATH_v2" }
Please solve this problem. Assume there is arbitrary bit depth and that there are signed integers. If the answer is negative, reply as a negative value (ex., -0x3), not the two's-compliment form. Reply only with the final hexidecimal value. ((0xd85b * 0x1564) - (0x17a8 * 0x5b04)) Write your final answer after 'FINAL AN...
0x9aae3ec
0x9aae3ec
bitwise_arithmetic
[ { "content": "Please solve this problem. Assume there is arbitrary bit depth and that there are signed integers. If the answer is negative, reply as a negative value (ex., -0x3), not the two's-compliment form. Reply only with the final hexidecimal value.\n((0x4e17 >> 0x3) >> 0x0)\nWrite your final answer after ...
{ "ground_truth": "0x9c2", "style": "rule-lighteval/MATH_v2" }
Please solve this problem. Assume there is arbitrary bit depth and that there are signed integers. If the answer is negative, reply as a negative value (ex., -0x3), not the two's-compliment form. Reply only with the final hexidecimal value. ((0x4e17 >> 0x3) >> 0x0) Write your final answer after 'FINAL ANSWER: ' tag ins...
0x9c2
0x9c2
bitwise_arithmetic
[ { "content": "Please solve this problem. Assume there is arbitrary bit depth and that there are signed integers. If the answer is negative, reply as a negative value (ex., -0x3), not the two's-compliment form. Reply only with the final hexidecimal value.\n((0x849d - 0x533b) >> 0x3)\nWrite your final answer afte...
{ "ground_truth": "0x62c", "style": "rule-lighteval/MATH_v2" }
Please solve this problem. Assume there is arbitrary bit depth and that there are signed integers. If the answer is negative, reply as a negative value (ex., -0x3), not the two's-compliment form. Reply only with the final hexidecimal value. ((0x849d - 0x533b) >> 0x3) Write your final answer after 'FINAL ANSWER: ' tag i...
0x62c
0x62c
bitwise_arithmetic
[ { "content": "Please solve this problem. Assume there is arbitrary bit depth and that there are signed integers. If the answer is negative, reply as a negative value (ex., -0x3), not the two's-compliment form. Reply only with the final hexidecimal value.\n((0xb8c - 0x3241) - (0xf281 * 0x4ab5))\nWrite your final...
{ "ground_truth": "-0x46c4e5ea", "style": "rule-lighteval/MATH_v2" }
Please solve this problem. Assume there is arbitrary bit depth and that there are signed integers. If the answer is negative, reply as a negative value (ex., -0x3), not the two's-compliment form. Reply only with the final hexidecimal value. ((0xb8c - 0x3241) - (0xf281 * 0x4ab5)) Write your final answer after 'FINAL ANS...
-0x46c4e5ea
-0x46c4e5ea
bitwise_arithmetic
[ { "content": "Please solve this problem. Assume there is arbitrary bit depth and that there are signed integers. If the answer is negative, reply as a negative value (ex., -0x3), not the two's-compliment form. Reply only with the final hexidecimal value.\n((0xb7e1 * 0x6f4) << 0x3)\nWrite your final answer after...
{ "ground_truth": "0x27f443a0", "style": "rule-lighteval/MATH_v2" }
Please solve this problem. Assume there is arbitrary bit depth and that there are signed integers. If the answer is negative, reply as a negative value (ex., -0x3), not the two's-compliment form. Reply only with the final hexidecimal value. ((0xb7e1 * 0x6f4) << 0x3) Write your final answer after 'FINAL ANSWER: ' tag in...
0x27f443a0
0x27f443a0
bitwise_arithmetic
[ { "content": "Please solve this problem. Assume there is arbitrary bit depth and that there are signed integers. If the answer is negative, reply as a negative value (ex., -0x3), not the two's-compliment form. Reply only with the final hexidecimal value.\n((0xcfd2 - 0x7cc7) >> 0x0)\nWrite your final answer afte...
{ "ground_truth": "0x530b", "style": "rule-lighteval/MATH_v2" }
Please solve this problem. Assume there is arbitrary bit depth and that there are signed integers. If the answer is negative, reply as a negative value (ex., -0x3), not the two's-compliment form. Reply only with the final hexidecimal value. ((0xcfd2 - 0x7cc7) >> 0x0) Write your final answer after 'FINAL ANSWER: ' tag i...
0x530b
0x530b
bitwise_arithmetic
[ { "content": "Please solve this problem. Assume there is arbitrary bit depth and that there are signed integers. If the answer is negative, reply as a negative value (ex., -0x3), not the two's-compliment form. Reply only with the final hexidecimal value.\n((0x4c17 * 0x532a) >> 0x2)\nWrite your final answer afte...
{ "ground_truth": "0x62dfc31", "style": "rule-lighteval/MATH_v2" }
Please solve this problem. Assume there is arbitrary bit depth and that there are signed integers. If the answer is negative, reply as a negative value (ex., -0x3), not the two's-compliment form. Reply only with the final hexidecimal value. ((0x4c17 * 0x532a) >> 0x2) Write your final answer after 'FINAL ANSWER: ' tag i...
0x62dfc31
0x62dfc31
boxnet
[ { "content": "\nYou are a central planner tasked with directing agents in a grid-like field to move colored boxes to their corresponding color-coded targets.\nEach agent occupies a 1x1 square and can only interact with objects within its square. Agents can move a box to an adjacent square or\ndirectly to a targ...
{ "ground_truth": null, "style": "rule-lighteval/MATH_v2" }
You are a central planner tasked with directing agents in a grid-like field to move colored boxes to their corresponding color-coded targets. Each agent occupies a 1x1 square and can only interact with objects within its square. Agents can move a box to an adjacent square or directly to a target square of the same col...
None
None
boxnet
[ { "content": "\nYou are a central planner tasked with directing agents in a grid-like field to move colored boxes to their corresponding color-coded targets.\nEach agent occupies a 1x1 square and can only interact with objects within its square. Agents can move a box to an adjacent square or\ndirectly to a targ...
{ "ground_truth": null, "style": "rule-lighteval/MATH_v2" }
You are a central planner tasked with directing agents in a grid-like field to move colored boxes to their corresponding color-coded targets. Each agent occupies a 1x1 square and can only interact with objects within its square. Agents can move a box to an adjacent square or directly to a target square of the same col...
None
None
boxnet
[ { "content": "\nYou are a central planner tasked with directing agents in a grid-like field to move colored boxes to their corresponding color-coded targets.\nEach agent occupies a 1x1 square and can only interact with objects within its square. Agents can move a box to an adjacent square or\ndirectly to a targ...
{ "ground_truth": null, "style": "rule-lighteval/MATH_v2" }
You are a central planner tasked with directing agents in a grid-like field to move colored boxes to their corresponding color-coded targets. Each agent occupies a 1x1 square and can only interact with objects within its square. Agents can move a box to an adjacent square or directly to a target square of the same col...
None
None
boxnet
[ { "content": "\nYou are a central planner tasked with directing agents in a grid-like field to move colored boxes to their corresponding color-coded targets.\nEach agent occupies a 1x1 square and can only interact with objects within its square. Agents can move a box to an adjacent square or\ndirectly to a targ...
{ "ground_truth": null, "style": "rule-lighteval/MATH_v2" }
You are a central planner tasked with directing agents in a grid-like field to move colored boxes to their corresponding color-coded targets. Each agent occupies a 1x1 square and can only interact with objects within its square. Agents can move a box to an adjacent square or directly to a target square of the same col...
None
None
boxnet
[ { "content": "\nYou are a central planner tasked with directing agents in a grid-like field to move colored boxes to their corresponding color-coded targets.\nEach agent occupies a 1x1 square and can only interact with objects within its square. Agents can move a box to an adjacent square or\ndirectly to a targ...
{ "ground_truth": null, "style": "rule-lighteval/MATH_v2" }
You are a central planner tasked with directing agents in a grid-like field to move colored boxes to their corresponding color-coded targets. Each agent occupies a 1x1 square and can only interact with objects within its square. Agents can move a box to an adjacent square or directly to a target square of the same col...
None
None
boxnet
[ { "content": "\nYou are a central planner tasked with directing agents in a grid-like field to move colored boxes to their corresponding color-coded targets.\nEach agent occupies a 1x1 square and can only interact with objects within its square. Agents can move a box to an adjacent square or\ndirectly to a targ...
{ "ground_truth": null, "style": "rule-lighteval/MATH_v2" }
You are a central planner tasked with directing agents in a grid-like field to move colored boxes to their corresponding color-coded targets. Each agent occupies a 1x1 square and can only interact with objects within its square. Agents can move a box to an adjacent square or directly to a target square of the same col...
None
None
boxnet
[ { "content": "\nYou are a central planner tasked with directing agents in a grid-like field to move colored boxes to their corresponding color-coded targets.\nEach agent occupies a 1x1 square and can only interact with objects within its square. Agents can move a box to an adjacent square or\ndirectly to a targ...
{ "ground_truth": null, "style": "rule-lighteval/MATH_v2" }
You are a central planner tasked with directing agents in a grid-like field to move colored boxes to their corresponding color-coded targets. Each agent occupies a 1x1 square and can only interact with objects within its square. Agents can move a box to an adjacent square or directly to a target square of the same col...
None
None
boxnet
[ { "content": "\nYou are a central planner tasked with directing agents in a grid-like field to move colored boxes to their corresponding color-coded targets.\nEach agent occupies a 1x1 square and can only interact with objects within its square. Agents can move a box to an adjacent square or\ndirectly to a targ...
{ "ground_truth": null, "style": "rule-lighteval/MATH_v2" }
You are a central planner tasked with directing agents in a grid-like field to move colored boxes to their corresponding color-coded targets. Each agent occupies a 1x1 square and can only interact with objects within its square. Agents can move a box to an adjacent square or directly to a target square of the same col...
None
None
boxnet
[ { "content": "\nYou are a central planner tasked with directing agents in a grid-like field to move colored boxes to their corresponding color-coded targets.\nEach agent occupies a 1x1 square and can only interact with objects within its square. Agents can move a box to an adjacent square or\ndirectly to a targ...
{ "ground_truth": null, "style": "rule-lighteval/MATH_v2" }
You are a central planner tasked with directing agents in a grid-like field to move colored boxes to their corresponding color-coded targets. Each agent occupies a 1x1 square and can only interact with objects within its square. Agents can move a box to an adjacent square or directly to a target square of the same col...
None
None
boxnet
[ { "content": "\nYou are a central planner tasked with directing agents in a grid-like field to move colored boxes to their corresponding color-coded targets.\nEach agent occupies a 1x1 square and can only interact with objects within its square. Agents can move a box to an adjacent square or\ndirectly to a targ...
{ "ground_truth": null, "style": "rule-lighteval/MATH_v2" }
You are a central planner tasked with directing agents in a grid-like field to move colored boxes to their corresponding color-coded targets. Each agent occupies a 1x1 square and can only interact with objects within its square. Agents can move a box to an adjacent square or directly to a target square of the same col...
None
None
boxnet
[ { "content": "\nYou are a central planner tasked with directing agents in a grid-like field to move colored boxes to their corresponding color-coded targets.\nEach agent occupies a 1x1 square and can only interact with objects within its square. Agents can move a box to an adjacent square or\ndirectly to a targ...
{ "ground_truth": null, "style": "rule-lighteval/MATH_v2" }
You are a central planner tasked with directing agents in a grid-like field to move colored boxes to their corresponding color-coded targets. Each agent occupies a 1x1 square and can only interact with objects within its square. Agents can move a box to an adjacent square or directly to a target square of the same col...
None
None
boxnet
[ { "content": "\nYou are a central planner tasked with directing agents in a grid-like field to move colored boxes to their corresponding color-coded targets.\nEach agent occupies a 1x1 square and can only interact with objects within its square. Agents can move a box to an adjacent square or\ndirectly to a targ...
{ "ground_truth": null, "style": "rule-lighteval/MATH_v2" }
You are a central planner tasked with directing agents in a grid-like field to move colored boxes to their corresponding color-coded targets. Each agent occupies a 1x1 square and can only interact with objects within its square. Agents can move a box to an adjacent square or directly to a target square of the same col...
None
None
boxnet
[ { "content": "\nYou are a central planner tasked with directing agents in a grid-like field to move colored boxes to their corresponding color-coded targets.\nEach agent occupies a 1x1 square and can only interact with objects within its square. Agents can move a box to an adjacent square or\ndirectly to a targ...
{ "ground_truth": null, "style": "rule-lighteval/MATH_v2" }
You are a central planner tasked with directing agents in a grid-like field to move colored boxes to their corresponding color-coded targets. Each agent occupies a 1x1 square and can only interact with objects within its square. Agents can move a box to an adjacent square or directly to a target square of the same col...
None
None
boxnet
[ { "content": "\nYou are a central planner tasked with directing agents in a grid-like field to move colored boxes to their corresponding color-coded targets.\nEach agent occupies a 1x1 square and can only interact with objects within its square. Agents can move a box to an adjacent square or\ndirectly to a targ...
{ "ground_truth": null, "style": "rule-lighteval/MATH_v2" }
You are a central planner tasked with directing agents in a grid-like field to move colored boxes to their corresponding color-coded targets. Each agent occupies a 1x1 square and can only interact with objects within its square. Agents can move a box to an adjacent square or directly to a target square of the same col...
None
None
boxnet
[ { "content": "\nYou are a central planner tasked with directing agents in a grid-like field to move colored boxes to their corresponding color-coded targets.\nEach agent occupies a 1x1 square and can only interact with objects within its square. Agents can move a box to an adjacent square or\ndirectly to a targ...
{ "ground_truth": null, "style": "rule-lighteval/MATH_v2" }
You are a central planner tasked with directing agents in a grid-like field to move colored boxes to their corresponding color-coded targets. Each agent occupies a 1x1 square and can only interact with objects within its square. Agents can move a box to an adjacent square or directly to a target square of the same col...
None
None
boxnet
[ { "content": "\nYou are a central planner tasked with directing agents in a grid-like field to move colored boxes to their corresponding color-coded targets.\nEach agent occupies a 1x1 square and can only interact with objects within its square. Agents can move a box to an adjacent square or\ndirectly to a targ...
{ "ground_truth": null, "style": "rule-lighteval/MATH_v2" }
You are a central planner tasked with directing agents in a grid-like field to move colored boxes to their corresponding color-coded targets. Each agent occupies a 1x1 square and can only interact with objects within its square. Agents can move a box to an adjacent square or directly to a target square of the same col...
None
None
boxnet
[ { "content": "\nYou are a central planner tasked with directing agents in a grid-like field to move colored boxes to their corresponding color-coded targets.\nEach agent occupies a 1x1 square and can only interact with objects within its square. Agents can move a box to an adjacent square or\ndirectly to a targ...
{ "ground_truth": null, "style": "rule-lighteval/MATH_v2" }
You are a central planner tasked with directing agents in a grid-like field to move colored boxes to their corresponding color-coded targets. Each agent occupies a 1x1 square and can only interact with objects within its square. Agents can move a box to an adjacent square or directly to a target square of the same col...
None
None
boxnet
[ { "content": "\nYou are a central planner tasked with directing agents in a grid-like field to move colored boxes to their corresponding color-coded targets.\nEach agent occupies a 1x1 square and can only interact with objects within its square. Agents can move a box to an adjacent square or\ndirectly to a targ...
{ "ground_truth": null, "style": "rule-lighteval/MATH_v2" }
You are a central planner tasked with directing agents in a grid-like field to move colored boxes to their corresponding color-coded targets. Each agent occupies a 1x1 square and can only interact with objects within its square. Agents can move a box to an adjacent square or directly to a target square of the same col...
None
None
boxnet
[ { "content": "\nYou are a central planner tasked with directing agents in a grid-like field to move colored boxes to their corresponding color-coded targets.\nEach agent occupies a 1x1 square and can only interact with objects within its square. Agents can move a box to an adjacent square or\ndirectly to a targ...
{ "ground_truth": null, "style": "rule-lighteval/MATH_v2" }
You are a central planner tasked with directing agents in a grid-like field to move colored boxes to their corresponding color-coded targets. Each agent occupies a 1x1 square and can only interact with objects within its square. Agents can move a box to an adjacent square or directly to a target square of the same col...
None
None
boxnet
[ { "content": "\nYou are a central planner tasked with directing agents in a grid-like field to move colored boxes to their corresponding color-coded targets.\nEach agent occupies a 1x1 square and can only interact with objects within its square. Agents can move a box to an adjacent square or\ndirectly to a targ...
{ "ground_truth": null, "style": "rule-lighteval/MATH_v2" }
You are a central planner tasked with directing agents in a grid-like field to move colored boxes to their corresponding color-coded targets. Each agent occupies a 1x1 square and can only interact with objects within its square. Agents can move a box to an adjacent square or directly to a target square of the same col...
None
None
caesar_cipher
[ { "content": "Decrypt this Caesar cipher text: JNJUBUF ZPVS BTTPDJBUF XIPN J XBT DPNQMJNFOUJOH B NPNFOU BHP. Provide only the decrypted text as your final answer.\nWrite your final answer after 'FINAL ANSWER: ' tag inside \\boxed{.}.", "role": "user" } ]
{ "ground_truth": "IMITATE YOUR ASSOCIATE WHOM I WAS COMPLIMENTING A MOMENT AGO", "style": "rule-lighteval/MATH_v2" }
Decrypt this Caesar cipher text: JNJUBUF ZPVS BTTPDJBUF XIPN J XBT DPNQMJNFOUJOH B NPNFOU BHP. Provide only the decrypted text as your final answer. Write your final answer after 'FINAL ANSWER: ' tag inside \boxed{.}.
IMITATE YOUR ASSOCIATE WHOM I WAS COMPLIMENTING A MOMENT AGO
IMITATE YOUR ASSOCIATE WHOM I WAS COMPLIMENTING A MOMENT AGO
caesar_cipher
[ { "content": "Decrypt this Caesar cipher text: PBSDJ XKZYVOYX CWSDR LYEQRD SD PYB K WOBO KXN YBSQSXKDON DOVOZRYXSM TYEBXKVSCW. Provide only the decrypted text as your final answer.\nWrite your final answer after 'FINAL ANSWER: ' tag inside \\boxed{.}.", "role": "user" } ]
{ "ground_truth": "FRITZ NAPOLEON SMITH BOUGHT IT FOR A MERE AND ORIGINATED TELEPHONIC JOURNALISM", "style": "rule-lighteval/MATH_v2" }
Decrypt this Caesar cipher text: PBSDJ XKZYVOYX CWSDR LYEQRD SD PYB K WOBO KXN YBSQSXKDON DOVOZRYXSM TYEBXKVSCW. Provide only the decrypted text as your final answer. Write your final answer after 'FINAL ANSWER: ' tag inside \boxed{.}.
FRITZ NAPOLEON SMITH BOUGHT IT FOR A MERE AND ORIGINATED TELEPHONIC JOURNALISM
FRITZ NAPOLEON SMITH BOUGHT IT FOR A MERE AND ORIGINATED TELEPHONIC JOURNALISM
caesar_cipher
[ { "content": "Decrypt this Caesar cipher text: ZW PFLI JKFDRTY ZJ FLK FW ZK DLJK SV DVEUVU. Provide only the decrypted text as your final answer.\nWrite your final answer after 'FINAL ANSWER: ' tag inside \\boxed{.}.", "role": "user" } ]
{ "ground_truth": "IF YOUR STOMACH IS OUT OF IT MUST BE MENDED", "style": "rule-lighteval/MATH_v2" }
Decrypt this Caesar cipher text: ZW PFLI JKFDRTY ZJ FLK FW ZK DLJK SV DVEUVU. Provide only the decrypted text as your final answer. Write your final answer after 'FINAL ANSWER: ' tag inside \boxed{.}.
IF YOUR STOMACH IS OUT OF IT MUST BE MENDED
IF YOUR STOMACH IS OUT OF IT MUST BE MENDED
caesar_cipher
[ { "content": "Decrypt this Caesar cipher text: WG DFCUFSGG SJSFMKVSFS SLQSDH AIHHSFSR AF. Provide only the decrypted text as your final answer.\nWrite your final answer after 'FINAL ANSWER: ' tag inside \\boxed{.}.", "role": "user" } ]
{ "ground_truth": "IS PROGRESS EVERYWHERE EXCEPT MUTTERED MR", "style": "rule-lighteval/MATH_v2" }
Decrypt this Caesar cipher text: WG DFCUFSGG SJSFMKVSFS SLQSDH AIHHSFSR AF. Provide only the decrypted text as your final answer. Write your final answer after 'FINAL ANSWER: ' tag inside \boxed{.}.
IS PROGRESS EVERYWHERE EXCEPT MUTTERED MR
IS PROGRESS EVERYWHERE EXCEPT MUTTERED MR
caesar_cipher
[ { "content": "Decrypt this Caesar cipher text: FUR VF URE URNQ FHAX VA GUR CVYYBJF. Provide only the decrypted text as your final answer.\nWrite your final answer after 'FINAL ANSWER: ' tag inside \\boxed{.}.", "role": "user" } ]
{ "ground_truth": "SHE IS HER HEAD SUNK IN THE PILLOWS", "style": "rule-lighteval/MATH_v2" }
Decrypt this Caesar cipher text: FUR VF URE URNQ FHAX VA GUR CVYYBJF. Provide only the decrypted text as your final answer. Write your final answer after 'FINAL ANSWER: ' tag inside \boxed{.}.
SHE IS HER HEAD SUNK IN THE PILLOWS
SHE IS HER HEAD SUNK IN THE PILLOWS
caesar_cipher
[ { "content": "Decrypt this Caesar cipher text: KLV VSHFLDO SURMHFW KDG WR GR ZLWK WKH FLWB RI DV HYHUBERGB VRPH ILIWHHQ PLOHV LQODQG. Provide only the decrypted text as your final answer.\nWrite your final answer after 'FINAL ANSWER: ' tag inside \\boxed{.}.", "role": "user" } ]
{ "ground_truth": "HIS SPECIAL PROJECT HAD TO DO WITH THE CITY OF AS EVERYBODY SOME FIFTEEN MILES INLAND", "style": "rule-lighteval/MATH_v2" }
Decrypt this Caesar cipher text: KLV VSHFLDO SURMHFW KDG WR GR ZLWK WKH FLWB RI DV HYHUBERGB VRPH ILIWHHQ PLOHV LQODQG. Provide only the decrypted text as your final answer. Write your final answer after 'FINAL ANSWER: ' tag inside \boxed{.}.
HIS SPECIAL PROJECT HAD TO DO WITH THE CITY OF AS EVERYBODY SOME FIFTEEN MILES INLAND
HIS SPECIAL PROJECT HAD TO DO WITH THE CITY OF AS EVERYBODY SOME FIFTEEN MILES INLAND
caesar_cipher
[ { "content": "Decrypt this Caesar cipher text: ESP NZAJCTRSE WLHD ZQ ESP AWLNP HSPCP JZF LCP WZNLEPO LWDZ RZGPCY HSLE JZF NLY OZ HTES ESTD HZCV. Provide only the decrypted text as your final answer.\nWrite your final answer after 'FINAL ANSWER: ' tag inside \\boxed{.}.", "role": "user" } ]
{ "ground_truth": "THE COPYRIGHT LAWS OF THE PLACE WHERE YOU ARE LOCATED ALSO GOVERN WHAT YOU CAN DO WITH THIS WORK", "style": "rule-lighteval/MATH_v2" }
Decrypt this Caesar cipher text: ESP NZAJCTRSE WLHD ZQ ESP AWLNP HSPCP JZF LCP WZNLEPO LWDZ RZGPCY HSLE JZF NLY OZ HTES ESTD HZCV. Provide only the decrypted text as your final answer. Write your final answer after 'FINAL ANSWER: ' tag inside \boxed{.}.
THE COPYRIGHT LAWS OF THE PLACE WHERE YOU ARE LOCATED ALSO GOVERN WHAT YOU CAN DO WITH THIS WORK
THE COPYRIGHT LAWS OF THE PLACE WHERE YOU ARE LOCATED ALSO GOVERN WHAT YOU CAN DO WITH THIS WORK
caesar_cipher
[ { "content": "Decrypt this Caesar cipher text: UZODQPUNXQ FTAGST UF UZ MXX FTQ FQZ KQMDE EUZOQ FTQUD FTUE UE FTQ RUDEF FUYQ FTMF YDE. Provide only the decrypted text as your final answer.\nWrite your final answer after 'FINAL ANSWER: ' tag inside \\boxed{.}.", "role": "user" } ]
{ "ground_truth": "INCREDIBLE THOUGH IT IN ALL THE TEN YEARS SINCE THEIR THIS IS THE FIRST TIME THAT MRS", "style": "rule-lighteval/MATH_v2" }
Decrypt this Caesar cipher text: UZODQPUNXQ FTAGST UF UZ MXX FTQ FQZ KQMDE EUZOQ FTQUD FTUE UE FTQ RUDEF FUYQ FTMF YDE. Provide only the decrypted text as your final answer. Write your final answer after 'FINAL ANSWER: ' tag inside \boxed{.}.
INCREDIBLE THOUGH IT IN ALL THE TEN YEARS SINCE THEIR THIS IS THE FIRST TIME THAT MRS
INCREDIBLE THOUGH IT IN ALL THE TEN YEARS SINCE THEIR THIS IS THE FIRST TIME THAT MRS
caesar_cipher
[ { "content": "Decrypt this Caesar cipher text: QXF UXWP QJB QN KNNW MA. Provide only the decrypted text as your final answer.\nWrite your final answer after 'FINAL ANSWER: ' tag inside \\boxed{.}.", "role": "user" } ]
{ "ground_truth": "HOW LONG HAS HE BEEN DR", "style": "rule-lighteval/MATH_v2" }
Decrypt this Caesar cipher text: QXF UXWP QJB QN KNNW MA. Provide only the decrypted text as your final answer. Write your final answer after 'FINAL ANSWER: ' tag inside \boxed{.}.
HOW LONG HAS HE BEEN DR
HOW LONG HAS HE BEEN DR
caesar_cipher
[ { "content": "Decrypt this Caesar cipher text: RE ZEUVGVEUVEK XFMVIEDVEK. Provide only the decrypted text as your final answer.\nWrite your final answer after 'FINAL ANSWER: ' tag inside \\boxed{.}.", "role": "user" } ]
{ "ground_truth": "AN INDEPENDENT GOVERNMENT", "style": "rule-lighteval/MATH_v2" }
Decrypt this Caesar cipher text: RE ZEUVGVEUVEK XFMVIEDVEK. Provide only the decrypted text as your final answer. Write your final answer after 'FINAL ANSWER: ' tag inside \boxed{.}.
AN INDEPENDENT GOVERNMENT
AN INDEPENDENT GOVERNMENT
caesar_cipher
[ { "content": "Decrypt this Caesar cipher text: KV KU FGNKIJVHWN VJWU VQ VCMG DTGCMHCUV YKVJ QPG YJQ KU OKNGU QT UQ CYCA. Provide only the decrypted text as your final answer.\nWrite your final answer after 'FINAL ANSWER: ' tag inside \\boxed{.}.", "role": "user" } ]
{ "ground_truth": "IT IS DELIGHTFUL THUS TO TAKE BREAKFAST WITH ONE WHO IS MILES OR SO AWAY", "style": "rule-lighteval/MATH_v2" }
Decrypt this Caesar cipher text: KV KU FGNKIJVHWN VJWU VQ VCMG DTGCMHCUV YKVJ QPG YJQ KU OKNGU QT UQ CYCA. Provide only the decrypted text as your final answer. Write your final answer after 'FINAL ANSWER: ' tag inside \boxed{.}.
IT IS DELIGHTFUL THUS TO TAKE BREAKFAST WITH ONE WHO IS MILES OR SO AWAY
IT IS DELIGHTFUL THUS TO TAKE BREAKFAST WITH ONE WHO IS MILES OR SO AWAY
caesar_cipher
[ { "content": "Decrypt this Caesar cipher text: MVY MVYAF OL WYVKBJLK HUK KPZAYPIBALK WYVQLJA LIVVRZ DPAO VUSF H SVVZL ULADVYR VM CVSBUALLY ZBWWVYA. Provide only the decrypted text as your final answer.\nWrite your final answer after 'FINAL ANSWER: ' tag inside \\boxed{.}.", "role": "user" } ]
{ "ground_truth": "FOR FORTY HE PRODUCED AND DISTRIBUTED PROJECT EBOOKS WITH ONLY A LOOSE NETWORK OF VOLUNTEER SUPPORT", "style": "rule-lighteval/MATH_v2" }
Decrypt this Caesar cipher text: MVY MVYAF OL WYVKBJLK HUK KPZAYPIBALK WYVQLJA LIVVRZ DPAO VUSF H SVVZL ULADVYR VM CVSBUALLY ZBWWVYA. Provide only the decrypted text as your final answer. Write your final answer after 'FINAL ANSWER: ' tag inside \boxed{.}.
FOR FORTY HE PRODUCED AND DISTRIBUTED PROJECT EBOOKS WITH ONLY A LOOSE NETWORK OF VOLUNTEER SUPPORT
FOR FORTY HE PRODUCED AND DISTRIBUTED PROJECT EBOOKS WITH ONLY A LOOSE NETWORK OF VOLUNTEER SUPPORT
caesar_cipher
[ { "content": "Decrypt this Caesar cipher text: LWPI DU PHZTS BG. Provide only the decrypted text as your final answer.\nWrite your final answer after 'FINAL ANSWER: ' tag inside \\boxed{.}.", "role": "user" } ]
{ "ground_truth": "WHAT OF ASKED MR", "style": "rule-lighteval/MATH_v2" }
Decrypt this Caesar cipher text: LWPI DU PHZTS BG. Provide only the decrypted text as your final answer. Write your final answer after 'FINAL ANSWER: ' tag inside \boxed{.}.
WHAT OF ASKED MR
WHAT OF ASKED MR
caesar_cipher
[ { "content": "Decrypt this Caesar cipher text: MPYZA OL LUALYZ AOL OHSS VM AOL H CHZA HWHYATLUA JYVDULK DPAO HU LUVYTVBZ AYHUZWHYLUA JBWVSH. Provide only the decrypted text as your final answer.\nWrite your final answer after 'FINAL ANSWER: ' tag inside \\boxed{.}.", "role": "user" } ]
{ "ground_truth": "FIRST HE ENTERS THE HALL OF THE A VAST APARTMENT CROWNED WITH AN ENORMOUS TRANSPARENT CUPOLA", "style": "rule-lighteval/MATH_v2" }
Decrypt this Caesar cipher text: MPYZA OL LUALYZ AOL OHSS VM AOL H CHZA HWHYATLUA JYVDULK DPAO HU LUVYTVBZ AYHUZWHYLUA JBWVSH. Provide only the decrypted text as your final answer. Write your final answer after 'FINAL ANSWER: ' tag inside \boxed{.}.
FIRST HE ENTERS THE HALL OF THE A VAST APARTMENT CROWNED WITH AN ENORMOUS TRANSPARENT CUPOLA
FIRST HE ENTERS THE HALL OF THE A VAST APARTMENT CROWNED WITH AN ENORMOUS TRANSPARENT CUPOLA
caesar_cipher
[ { "content": "Decrypt this Caesar cipher text: BOE BOZ BEEJUJPOBM UFSNT JNQPTFE CZ UIF DPQZSJHIU IPMEFS. Provide only the decrypted text as your final answer.\nWrite your final answer after 'FINAL ANSWER: ' tag inside \\boxed{.}.", "role": "user" } ]
{ "ground_truth": "AND ANY ADDITIONAL TERMS IMPOSED BY THE COPYRIGHT HOLDER", "style": "rule-lighteval/MATH_v2" }
Decrypt this Caesar cipher text: BOE BOZ BEEJUJPOBM UFSNT JNQPTFE CZ UIF DPQZSJHIU IPMEFS. Provide only the decrypted text as your final answer. Write your final answer after 'FINAL ANSWER: ' tag inside \boxed{.}.
AND ANY ADDITIONAL TERMS IMPOSED BY THE COPYRIGHT HOLDER
AND ANY ADDITIONAL TERMS IMPOSED BY THE COPYRIGHT HOLDER
caesar_cipher
[ { "content": "Decrypt this Caesar cipher text: DQOWAZ GB FTQ ZGYNQD AR EOUQZFUEFE MZP MDFUEFE FTMF TQ AR UZHQZFADE FTMF TQ TME GZPQD TUE BMK. Provide only the decrypted text as your final answer.\nWrite your final answer after 'FINAL ANSWER: ' tag inside \\boxed{.}.", "role": "user" } ]
{ "ground_truth": "RECKON UP THE NUMBER OF SCIENTISTS AND ARTISTS THAT HE OF INVENTORS THAT HE HAS UNDER HIS PAY", "style": "rule-lighteval/MATH_v2" }
Decrypt this Caesar cipher text: DQOWAZ GB FTQ ZGYNQD AR EOUQZFUEFE MZP MDFUEFE FTMF TQ AR UZHQZFADE FTMF TQ TME GZPQD TUE BMK. Provide only the decrypted text as your final answer. Write your final answer after 'FINAL ANSWER: ' tag inside \boxed{.}.
RECKON UP THE NUMBER OF SCIENTISTS AND ARTISTS THAT HE OF INVENTORS THAT HE HAS UNDER HIS PAY
RECKON UP THE NUMBER OF SCIENTISTS AND ARTISTS THAT HE OF INVENTORS THAT HE HAS UNDER HIS PAY
caesar_cipher
[ { "content": "Decrypt this Caesar cipher text: PM AOL ZLJVUK JVWF PZ HSZV FVB THF KLTHUK H YLMBUK PU DYPAPUN DPAOVBA MBYAOLY VWWVYABUPAPLZ AV MPE AOL WYVISLT. Provide only the decrypted text as your final answer.\nWrite your final answer after 'FINAL ANSWER: ' tag inside \\boxed{.}.", "role": "user" } ]
{ "ground_truth": "IF THE SECOND COPY IS ALSO YOU MAY DEMAND A REFUND IN WRITING WITHOUT FURTHER OPPORTUNITIES TO FIX THE PROBLEM", "style": "rule-lighteval/MATH_v2" }
Decrypt this Caesar cipher text: PM AOL ZLJVUK JVWF PZ HSZV FVB THF KLTHUK H YLMBUK PU DYPAPUN DPAOVBA MBYAOLY VWWVYABUPAPLZ AV MPE AOL WYVISLT. Provide only the decrypted text as your final answer. Write your final answer after 'FINAL ANSWER: ' tag inside \boxed{.}.
IF THE SECOND COPY IS ALSO YOU MAY DEMAND A REFUND IN WRITING WITHOUT FURTHER OPPORTUNITIES TO FIX THE PROBLEM
IF THE SECOND COPY IS ALSO YOU MAY DEMAND A REFUND IN WRITING WITHOUT FURTHER OPPORTUNITIES TO FIX THE PROBLEM
caesar_cipher
[ { "content": "Decrypt this Caesar cipher text: DW UHJXODU LQWHUYDOV WKHB DUH HYHU DGGUHVVLQJ WR WKH DPHULFDQ JRYHUQPHQW YDLQ FRPSODLQWV. Provide only the decrypted text as your final answer.\nWrite your final answer after 'FINAL ANSWER: ' tag inside \\boxed{.}.", "role": "user" } ]
{ "ground_truth": "AT REGULAR INTERVALS THEY ARE EVER ADDRESSING TO THE AMERICAN GOVERNMENT VAIN COMPLAINTS", "style": "rule-lighteval/MATH_v2" }
Decrypt this Caesar cipher text: DW UHJXODU LQWHUYDOV WKHB DUH HYHU DGGUHVVLQJ WR WKH DPHULFDQ JRYHUQPHQW YDLQ FRPSODLQWV. Provide only the decrypted text as your final answer. Write your final answer after 'FINAL ANSWER: ' tag inside \boxed{.}.
AT REGULAR INTERVALS THEY ARE EVER ADDRESSING TO THE AMERICAN GOVERNMENT VAIN COMPLAINTS
AT REGULAR INTERVALS THEY ARE EVER ADDRESSING TO THE AMERICAN GOVERNMENT VAIN COMPLAINTS
caesar_cipher
[ { "content": "Decrypt this Caesar cipher text: DKUO WO DY WI KMMEWEVKDYB GYBUC KD XSKQKBK. Provide only the decrypted text as your final answer.\nWrite your final answer after 'FINAL ANSWER: ' tag inside \\boxed{.}.", "role": "user" } ]
{ "ground_truth": "TAKE ME TO MY ACCUMULATOR WORKS AT NIAGARA", "style": "rule-lighteval/MATH_v2" }
Decrypt this Caesar cipher text: DKUO WO DY WI KMMEWEVKDYB GYBUC KD XSKQKBK. Provide only the decrypted text as your final answer. Write your final answer after 'FINAL ANSWER: ' tag inside \boxed{.}.
TAKE ME TO MY ACCUMULATOR WORKS AT NIAGARA
TAKE ME TO MY ACCUMULATOR WORKS AT NIAGARA
caesar_cipher
[ { "content": "Decrypt this Caesar cipher text: KDIRGOSY KBKXE UTK VXKYKTZ. Provide only the decrypted text as your final answer.\nWrite your final answer after 'FINAL ANSWER: ' tag inside \\boxed{.}.", "role": "user" } ]
{ "ground_truth": "EXCLAIMS EVERY ONE PRESENT", "style": "rule-lighteval/MATH_v2" }
Decrypt this Caesar cipher text: KDIRGOSY KBKXE UTK VXKYKTZ. Provide only the decrypted text as your final answer. Write your final answer after 'FINAL ANSWER: ' tag inside \boxed{.}.
EXCLAIMS EVERY ONE PRESENT
EXCLAIMS EVERY ONE PRESENT
calendar_arithmetic
[ { "content": "Between Sunday, February 27, 2022 and Wednesday, March 2, 2022 (counting both dates), what's the total count of business days (Monday through Friday)? Give the count numerically.\nWrite your final answer after 'FINAL ANSWER: ' tag inside \\boxed{.}.", "role": "user" } ]
{ "ground_truth": "3", "style": "rule-lighteval/MATH_v2" }
Between Sunday, February 27, 2022 and Wednesday, March 2, 2022 (counting both dates), what's the total count of business days (Monday through Friday)? Give the count numerically. Write your final answer after 'FINAL ANSWER: ' tag inside \boxed{.}.
3
3
calendar_arithmetic
[ { "content": "Starting from Monday, May 23, 2022, which weekday was it 98 days before? Write out the full weekday name.\nWrite your final answer after 'FINAL ANSWER: ' tag inside \\boxed{.}.", "role": "user" } ]
{ "ground_truth": "Monday", "style": "rule-lighteval/MATH_v2" }
Starting from Monday, May 23, 2022, which weekday was it 98 days before? Write out the full weekday name. Write your final answer after 'FINAL ANSWER: ' tag inside \boxed{.}.
Monday
Monday
calendar_arithmetic
[ { "content": "If a meeting is scheduled on the last Saturday of September 2022, on which day of the month does it occur? Respond with just the number. Answer with -1 if the ordinal does not exist in the month.\nWrite your final answer after 'FINAL ANSWER: ' tag inside \\boxed{.}.", "role": "user" } ]
{ "ground_truth": "24", "style": "rule-lighteval/MATH_v2" }
If a meeting is scheduled on the last Saturday of September 2022, on which day of the month does it occur? Respond with just the number. Answer with -1 if the ordinal does not exist in the month. Write your final answer after 'FINAL ANSWER: ' tag inside \boxed{.}.
24
24
calendar_arithmetic
[ { "content": "Given that January 1 fell on a Thursday, which weekday occurs on March 4? Provide the full name of the weekday.\nWrite your final answer after 'FINAL ANSWER: ' tag inside \\boxed{.}.", "role": "user" } ]
{ "ground_truth": "Wednesday", "style": "rule-lighteval/MATH_v2" }
Given that January 1 fell on a Thursday, which weekday occurs on March 4? Provide the full name of the weekday. Write your final answer after 'FINAL ANSWER: ' tag inside \boxed{.}.
Wednesday
Wednesday
calendar_arithmetic
[ { "content": "Count backward 76 days from Saturday, July 2, 2022 - what's the weekday? Name the day of the week in full.\nWrite your final answer after 'FINAL ANSWER: ' tag inside \\boxed{.}.", "role": "user" } ]
{ "ground_truth": "Sunday", "style": "rule-lighteval/MATH_v2" }
Count backward 76 days from Saturday, July 2, 2022 - what's the weekday? Name the day of the week in full. Write your final answer after 'FINAL ANSWER: ' tag inside \boxed{.}.
Sunday
Sunday
calendar_arithmetic
[ { "content": "In a year where Monday is January 1st, name the weekday of February 25. Answer using the complete weekday name.\nWrite your final answer after 'FINAL ANSWER: ' tag inside \\boxed{.}.", "role": "user" } ]
{ "ground_truth": "Sunday", "style": "rule-lighteval/MATH_v2" }
In a year where Monday is January 1st, name the weekday of February 25. Answer using the complete weekday name. Write your final answer after 'FINAL ANSWER: ' tag inside \boxed{.}.
Sunday
Sunday
calendar_arithmetic
[ { "content": "Between Saturday, June 11, 2022 and Monday, June 27, 2022 (counting both dates), how many times does Friday occur? Give the count numerically.\nWrite your final answer after 'FINAL ANSWER: ' tag inside \\boxed{.}.", "role": "user" } ]
{ "ground_truth": "2", "style": "rule-lighteval/MATH_v2" }
Between Saturday, June 11, 2022 and Monday, June 27, 2022 (counting both dates), how many times does Friday occur? Give the count numerically. Write your final answer after 'FINAL ANSWER: ' tag inside \boxed{.}.
2
2
calendar_arithmetic
[ { "content": "Count forward 15 days from Tuesday, June 14, 2022 - what's the weekday? Name the day of the week in full.\nWrite your final answer after 'FINAL ANSWER: ' tag inside \\boxed{.}.", "role": "user" } ]
{ "ground_truth": "Wednesday", "style": "rule-lighteval/MATH_v2" }
Count forward 15 days from Tuesday, June 14, 2022 - what's the weekday? Name the day of the week in full. Write your final answer after 'FINAL ANSWER: ' tag inside \boxed{.}.
Wednesday
Wednesday
calendar_arithmetic
[ { "content": "If a meeting is scheduled on the third Saturday of May 2022, on which day of the month does it occur? Express your answer as a number. Answer with -1 if the ordinal does not exist in the month.\nWrite your final answer after 'FINAL ANSWER: ' tag inside \\boxed{.}.", "role": "user" } ]
{ "ground_truth": "21", "style": "rule-lighteval/MATH_v2" }
If a meeting is scheduled on the third Saturday of May 2022, on which day of the month does it occur? Express your answer as a number. Answer with -1 if the ordinal does not exist in the month. Write your final answer after 'FINAL ANSWER: ' tag inside \boxed{.}.
21
21
calendar_arithmetic
[ { "content": "What day of the week was September 18, 2022? Give the weekday name in full.\nWrite your final answer after 'FINAL ANSWER: ' tag inside \\boxed{.}.", "role": "user" } ]
{ "ground_truth": "Sunday", "style": "rule-lighteval/MATH_v2" }
What day of the week was September 18, 2022? Give the weekday name in full. Write your final answer after 'FINAL ANSWER: ' tag inside \boxed{.}.
Sunday
Sunday
calendar_arithmetic
[ { "content": "In a year where Monday is January 1st, name the weekday of April 3. Answer using the complete weekday name.\nWrite your final answer after 'FINAL ANSWER: ' tag inside \\boxed{.}.", "role": "user" } ]
{ "ground_truth": "Tuesday", "style": "rule-lighteval/MATH_v2" }
In a year where Monday is January 1st, name the weekday of April 3. Answer using the complete weekday name. Write your final answer after 'FINAL ANSWER: ' tag inside \boxed{.}.
Tuesday
Tuesday
calendar_arithmetic
[ { "content": "Between Thursday, April 21, 2022 and Saturday, June 18, 2022 (counting both dates), how many times does Friday occur? Express your answer as a number.\nWrite your final answer after 'FINAL ANSWER: ' tag inside \\boxed{.}.", "role": "user" } ]
{ "ground_truth": "9", "style": "rule-lighteval/MATH_v2" }
Between Thursday, April 21, 2022 and Saturday, June 18, 2022 (counting both dates), how many times does Friday occur? Express your answer as a number. Write your final answer after 'FINAL ANSWER: ' tag inside \boxed{.}.
9
9
calendar_arithmetic
[ { "content": "On which weekday did August 18, 2022 fall? Answer using the complete weekday name.\nWrite your final answer after 'FINAL ANSWER: ' tag inside \\boxed{.}.", "role": "user" } ]
{ "ground_truth": "Thursday", "style": "rule-lighteval/MATH_v2" }
On which weekday did August 18, 2022 fall? Answer using the complete weekday name. Write your final answer after 'FINAL ANSWER: ' tag inside \boxed{.}.
Thursday
Thursday
calendar_arithmetic
[ { "content": "If today is Tuesday, April 5, 2022, what day of the week will it be in 95 days? State the weekday (Monday through Sunday).\nWrite your final answer after 'FINAL ANSWER: ' tag inside \\boxed{.}.", "role": "user" } ]
{ "ground_truth": "Saturday", "style": "rule-lighteval/MATH_v2" }
If today is Tuesday, April 5, 2022, what day of the week will it be in 95 days? State the weekday (Monday through Sunday). Write your final answer after 'FINAL ANSWER: ' tag inside \boxed{.}.
Saturday
Saturday
calendar_arithmetic
[ { "content": "Determine if the year 2065 is a leap year. Answer with Yes or No.\nWrite your final answer after 'FINAL ANSWER: ' tag inside \\boxed{.}.", "role": "user" } ]
{ "ground_truth": "No", "style": "rule-lighteval/MATH_v2" }
Determine if the year 2065 is a leap year. Answer with Yes or No. Write your final answer after 'FINAL ANSWER: ' tag inside \boxed{.}.
No
No
calendar_arithmetic
[ { "content": "If today is Sunday, June 19, 2022, what day of the week was it 78 days ago? Name the day of the week in full.\nWrite your final answer after 'FINAL ANSWER: ' tag inside \\boxed{.}.", "role": "user" } ]
{ "ground_truth": "Saturday", "style": "rule-lighteval/MATH_v2" }
If today is Sunday, June 19, 2022, what day of the week was it 78 days ago? Name the day of the week in full. Write your final answer after 'FINAL ANSWER: ' tag inside \boxed{.}.
Saturday
Saturday
calendar_arithmetic
[ { "content": "Between Monday, April 11, 2022 and Saturday, May 7, 2022 (counting both dates), how many times does Saturday occur? Write the total number.\nWrite your final answer after 'FINAL ANSWER: ' tag inside \\boxed{.}.", "role": "user" } ]
{ "ground_truth": "4", "style": "rule-lighteval/MATH_v2" }
Between Monday, April 11, 2022 and Saturday, May 7, 2022 (counting both dates), how many times does Saturday occur? Write the total number. Write your final answer after 'FINAL ANSWER: ' tag inside \boxed{.}.
4
4
calendar_arithmetic
[ { "content": "On which weekday did February 21, 2022 fall? Answer with the weekday's name (e.g., Monday, Tuesday, etc.).\nWrite your final answer after 'FINAL ANSWER: ' tag inside \\boxed{.}.", "role": "user" } ]
{ "ground_truth": "Monday", "style": "rule-lighteval/MATH_v2" }
On which weekday did February 21, 2022 fall? Answer with the weekday's name (e.g., Monday, Tuesday, etc.). Write your final answer after 'FINAL ANSWER: ' tag inside \boxed{.}.
Monday
Monday
calendar_arithmetic
[ { "content": "If the first day of the year was a Wednesday, what day of the week will March 15 be? Reply with just the weekday name.\nWrite your final answer after 'FINAL ANSWER: ' tag inside \\boxed{.}.", "role": "user" } ]
{ "ground_truth": "Saturday", "style": "rule-lighteval/MATH_v2" }
If the first day of the year was a Wednesday, what day of the week will March 15 be? Reply with just the weekday name. Write your final answer after 'FINAL ANSWER: ' tag inside \boxed{.}.
Saturday
Saturday
calendar_arithmetic
[ { "content": "In March 2022, if an event recurs on the last Tuesday, what is the date (day of the month) of the event? Give the count numerically. Answer with -1 if the ordinal does not exist in the month.\nWrite your final answer after 'FINAL ANSWER: ' tag inside \\boxed{.}.", "role": "user" } ]
{ "ground_truth": "29", "style": "rule-lighteval/MATH_v2" }
In March 2022, if an event recurs on the last Tuesday, what is the date (day of the month) of the event? Give the count numerically. Answer with -1 if the ordinal does not exist in the month. Write your final answer after 'FINAL ANSWER: ' tag inside \boxed{.}.
29
29
chain_sum
[ { "content": "State the final answer to the following arithmetic problem: 4 + 3 =\nWrite your final answer after 'FINAL ANSWER: ' tag inside \\boxed{.}.", "role": "user" } ]
{ "ground_truth": "7", "style": "rule-lighteval/MATH_v2" }
State the final answer to the following arithmetic problem: 4 + 3 = Write your final answer after 'FINAL ANSWER: ' tag inside \boxed{.}.
7
7
chain_sum
[ { "content": "State the final answer to the following arithmetic problem: 812 + 880 =\nWrite your final answer after 'FINAL ANSWER: ' tag inside \\boxed{.}.", "role": "user" } ]
{ "ground_truth": "1692", "style": "rule-lighteval/MATH_v2" }
State the final answer to the following arithmetic problem: 812 + 880 = Write your final answer after 'FINAL ANSWER: ' tag inside \boxed{.}.
1692
1692
chain_sum
[ { "content": "State the final answer to the following arithmetic problem: 2 + 6 + 3 + 4 + 0 =\nWrite your final answer after 'FINAL ANSWER: ' tag inside \\boxed{.}.", "role": "user" } ]
{ "ground_truth": "15", "style": "rule-lighteval/MATH_v2" }
State the final answer to the following arithmetic problem: 2 + 6 + 3 + 4 + 0 = Write your final answer after 'FINAL ANSWER: ' tag inside \boxed{.}.
15
15
chain_sum
[ { "content": "State the final answer to the following arithmetic problem: 8995 - 5221 + 2341 + 5967 =\nWrite your final answer after 'FINAL ANSWER: ' tag inside \\boxed{.}.", "role": "user" } ]
{ "ground_truth": "12082", "style": "rule-lighteval/MATH_v2" }
State the final answer to the following arithmetic problem: 8995 - 5221 + 2341 + 5967 = Write your final answer after 'FINAL ANSWER: ' tag inside \boxed{.}.
12082
12082
chain_sum
[ { "content": "State the final answer to the following arithmetic problem: 1654 + 4744 =\nWrite your final answer after 'FINAL ANSWER: ' tag inside \\boxed{.}.", "role": "user" } ]
{ "ground_truth": "6398", "style": "rule-lighteval/MATH_v2" }
State the final answer to the following arithmetic problem: 1654 + 4744 = Write your final answer after 'FINAL ANSWER: ' tag inside \boxed{.}.
6398
6398
chain_sum
[ { "content": "State the final answer to the following arithmetic problem: 6 - 8 - 7 - 9 =\nWrite your final answer after 'FINAL ANSWER: ' tag inside \\boxed{.}.", "role": "user" } ]
{ "ground_truth": "-18", "style": "rule-lighteval/MATH_v2" }
State the final answer to the following arithmetic problem: 6 - 8 - 7 - 9 = Write your final answer after 'FINAL ANSWER: ' tag inside \boxed{.}.
-18
-18
chain_sum
[ { "content": "State the final answer to the following arithmetic problem: 235 + 670 - 828 + 647 + 409 + 912 =\nWrite your final answer after 'FINAL ANSWER: ' tag inside \\boxed{.}.", "role": "user" } ]
{ "ground_truth": "2045", "style": "rule-lighteval/MATH_v2" }
State the final answer to the following arithmetic problem: 235 + 670 - 828 + 647 + 409 + 912 = Write your final answer after 'FINAL ANSWER: ' tag inside \boxed{.}.
2045
2045
chain_sum
[ { "content": "State the final answer to the following arithmetic problem: 523 - 213 =\nWrite your final answer after 'FINAL ANSWER: ' tag inside \\boxed{.}.", "role": "user" } ]
{ "ground_truth": "310", "style": "rule-lighteval/MATH_v2" }
State the final answer to the following arithmetic problem: 523 - 213 = Write your final answer after 'FINAL ANSWER: ' tag inside \boxed{.}.
310
310
chain_sum
[ { "content": "State the final answer to the following arithmetic problem: 472 - 752 + 348 - 809 + 584 =\nWrite your final answer after 'FINAL ANSWER: ' tag inside \\boxed{.}.", "role": "user" } ]
{ "ground_truth": "-157", "style": "rule-lighteval/MATH_v2" }
State the final answer to the following arithmetic problem: 472 - 752 + 348 - 809 + 584 = Write your final answer after 'FINAL ANSWER: ' tag inside \boxed{.}.
-157
-157
chain_sum
[ { "content": "State the final answer to the following arithmetic problem: 41 - 39 - 80 =\nWrite your final answer after 'FINAL ANSWER: ' tag inside \\boxed{.}.", "role": "user" } ]
{ "ground_truth": "-78", "style": "rule-lighteval/MATH_v2" }
State the final answer to the following arithmetic problem: 41 - 39 - 80 = Write your final answer after 'FINAL ANSWER: ' tag inside \boxed{.}.
-78
-78