id stringlengths 28 28 | task_type stringclasses 1
value | prompt stringlengths 442 7.23k | verification_info stringlengths 1.09k 11.3k | metadata dict |
|---|---|---|---|---|
reasoning_gym_rearc_3zX6iGAc | reasoning_gym | Find the common rule that maps an input grid to an output grid, given the examples below.
Example 1:
Input:
3 3 3 3 3 3 3 3 3 3 3 3 3 3
3 3 3 3 3 3 3 3 3 3 3 3 3 3
3 3 3 3 3 3 3 3 3 3 3 3 3 3
3 3 3 3 3 3 3 3 3 3 3 3 3 3
3 3 3 9 9 9 9 9 3 3 3 3 3 3
3 3 3 9 3 3 3 9 3 3 3 3 3 3
3 3 3 9 3 3 3 9 3 3 3 3 3 3
3 3 3 9 3 3 3 ... | {"reasoning_gym_dataset": "rearc", "ground_truth": "4 4 4 4 4 4 4 4 4 4 4\n4 4 0 0 0 4 4 4 4 4 4\n4 4 0 6 0 4 4 4 4 4 4\n4 4 0 0 0 4 4 4 4 4 4\n4 4 4 4 4 4 4 4 4 4 4\n4 4 4 4 4 4 4 4 4 4 4\n4 4 4 4 4 4 4 4 4 4 4\n4 4 4 4 4 4 4 4 4 4 4\n4 4 4 4 4 4 4 4 4 4 4\n4 4 4 4 4 4 4 4 4 4 4\n4 4 4 4 4 4 4 4 4 4 4", "reasoning_gym... | {
"difficulty": {
"pso_difficulty": [
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285
],
"rng_difficulty": [
0.14285714285714285,
0.14285714285714285,
... |
reasoning_gym_rearc_5RnmwejE | reasoning_gym | Find the common rule that maps an input grid to an output grid, given the examples below.
Example 1:
Input:
4 4 4 4 4 4 4 4 4 4 4 4
4 4 4 4 4 4 4 4 4 4 4 4
4 4 4 4 4 4 4 4 4 4 4 4
4 4 4 4 4 4 4 4 4 5 4 4
4 4 4 4 4 5 4 4 4 4 4 4
4 4 4 4 4 4 4 4 4 4 4 4
4 5 4 4 4 4 5 4 4 4 4 5
4 3 3 4 5 4 4 4 4 4 4 4
4 4 4 4 4 5 4 4 4 ... | {"reasoning_gym_dataset": "rearc", "ground_truth": "5 5 5 5 5 5 5 5 5 5 5\n5 5 5 5 5 5 5 5 5 5 5\n5 5 5 5 5 5 5 5 5 5 5\n5 5 5 5 5 5 5 5 5 5 5\n5 5 9 3 3 3 5 5 5 5 5\n5 5 5 3 5 5 5 5 5 5 5\n5 5 5 3 2 2 5 5 5 5 5\n5 5 5 9 5 5 5 5 5 5 5\n5 5 5 5 5 5 5 9 9 5 5\n5 5 5 5 5 5 5 5 5 5 5\n5 5 5 5 5 5 5 5 5 5 5", "reasoning_gym... | {
"difficulty": {
"pso_difficulty": [
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285
],
"rng_difficulty": [
0.14285714285714285,
0.14285714285714285,
... |
reasoning_gym_rearc_fLN410cv | reasoning_gym | Find the common rule that maps an input grid to an output grid, given the examples below.
Example 1:
Input:
6 6 6 6 6 6 6 6 6 6
6 6 6 6 6 6 6 6 6 6
0 1 6 6 6 6 6 6 6 6
6 1 6 6 6 6 6 6 6 6
6 1 6 6 6 6 6 6 6 6
6 1 6 6 6 6 6 6 6 6
6 1 1 6 6 6 6 6 6 6
6 6 6 6 6 6 6 6 6 6
Output:
6 6 6 6 6 6 6 6 6 6
6 6 6 6 6 6 6 6 6 6
6 ... | {"reasoning_gym_dataset": "rearc", "ground_truth": "5 5 5 5 5 5 5 5 5\n5 5 5 5 5 5 5 5 5\n5 5 5 5 5 5 5 5 5\n5 5 5 5 5 4 4 5 5\n5 5 5 5 5 5 4 5 5\n5 5 5 5 4 4 5 5 5\n5 5 5 5 5 5 4 5 5\n5 5 5 5 5 5 5 5 5", "reasoning_gym_entry": {"question": "Find the common rule that maps an input grid to an output grid, given the exam... | {
"difficulty": {
"pso_difficulty": [
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285
],
"rng_difficulty": [
0.14285714285714285,
0.14285714285714285,
... |
reasoning_gym_rearc_6O9uKXhl | reasoning_gym | Find the common rule that maps an input grid to an output grid, given the examples below.
Example 1:
Input:
7 8 7 5 7 5 7
5 7 5 7 5 7 5
Output:
7 8 7 4 7 5 7
4 7 5 7 5 7 4
Example 2:
Input:
2 3 2 0 2
0 2 0 2 0
Output:
2 3 2 4 2
4 2 0 2 0
Example 3:
Input:
3 2 3 2
2 3 2 3
Output:
3 2 3 4
4 3 2 3
Example 4:
Input... | {"reasoning_gym_dataset": "rearc", "ground_truth": "9 7 7 8 9 4 4 4\n4 9 7 9 8 9 4 9\n4 4 9 7 7 7 9 7", "reasoning_gym_entry": {"question": "Find the common rule that maps an input grid to an output grid, given the examples below.\n\nExample 1:\n\nInput:\n7 8 7 5 7 5 7\n5 7 5 7 5 7 5\nOutput:\n7 8 7 4 7 5 7\n4 7 5 7 5 ... | {
"difficulty": {
"pso_difficulty": [
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285
],
"rng_difficulty": [
0.14285714285714285,
0.14285714285714285,
... |
reasoning_gym_rearc_vy0Vaiyj | reasoning_gym | Find the common rule that maps an input grid to an output grid, given the examples below.
Example 1:
Input:
7 7 7 7 7 7 7 7 7 7 7 7 7
7 2 2 7 8 8 7 8 8 7 8 8 7
7 7 7 7 7 7 7 7 7 7 7 7 7
7 8 8 7 8 8 7 8 8 7 8 8 7
7 7 7 7 7 7 7 7 7 7 7 7 7
7 8 8 7 8 8 7 8 8 7 8 8 7
7 7 7 7 7 7 7 7 7 7 7 7 7
7 8 8 7 8 8 7 8 8 7 8 8 7
7 ... | {"reasoning_gym_dataset": "rearc", "ground_truth": "9", "reasoning_gym_entry": {"question": "Find the common rule that maps an input grid to an output grid, given the examples below.\n\nExample 1:\n\nInput:\n7 7 7 7 7 7 7 7 7 7 7 7 7\n7 2 2 7 8 8 7 8 8 7 8 8 7\n7 7 7 7 7 7 7 7 7 7 7 7 7\n7 8 8 7 8 8 7 8 8 7 8 8 7\n7 7 ... | {
"difficulty": {
"pso_difficulty": [
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285
],
"rng_difficulty": [
0.14285714285714285,
0.14285714285714285,
... |
reasoning_gym_rearc_KjBTIAUu | reasoning_gym | Find the common rule that maps an input grid to an output grid, given the examples below.
Example 1:
Input:
1 1 1 9
1 1 1 9
Output:
1 9
1 9
Example 2:
Input:
7 7 6 3 6 6 4 7 7 0 0 0
7 3 3 6 3 6 4 4 5 0 4 0
6 3 6 6 6 6 4 4 4 0 0 4
Output:
4 7 7
4 4 5
4 4 4
Example 3:
Input:
5 0
0 0
2 2
5 5
5 5
5 5
Output:
2 2
5 5
... | {"reasoning_gym_dataset": "rearc", "ground_truth": "9 9 4\n4 8 4\n9 9 9", "reasoning_gym_entry": {"question": "Find the common rule that maps an input grid to an output grid, given the examples below.\n\nExample 1:\n\nInput:\n1 1 1 9\n1 1 1 9\nOutput:\n1 9\n1 9\n\nExample 2:\n\nInput:\n7 7 6 3 6 6 4 7 7 0 0 0\n7 3 3 6 ... | {
"difficulty": {
"pso_difficulty": [
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285
],
"rng_difficulty": [
0.14285714285714285,
0.14285714285714285,
... |
reasoning_gym_rearc_r7GFYC5w | reasoning_gym | Find the common rule that maps an input grid to an output grid, given the examples below.
Example 1:
Input:
2 6 4 4 5 9
6 6 6 4 9 5
Output:
4 4
6 4
Example 2:
Input:
1 1
1 9
2 9
2 2
2 2
2 6
Output:
2 9
2 2
Example 3:
Input:
8 1 5
1 8 8
5 8 5
6 9 9
9 9 6
9 2 9
7 1 7
1 1 6
7 6 7
Output:
6 9 9
9 9 6
9 2 9
Below is... | {"reasoning_gym_dataset": "rearc", "ground_truth": "3 1 6\n1 6 1\n6 6 1", "reasoning_gym_entry": {"question": "Find the common rule that maps an input grid to an output grid, given the examples below.\n\nExample 1:\n\nInput:\n2 6 4 4 5 9\n6 6 6 4 9 5\nOutput:\n4 4\n6 4\n\nExample 2:\n\nInput:\n1 1\n1 9\n2 9\n2 2\n2 2\n... | {
"difficulty": {
"pso_difficulty": [
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285
],
"rng_difficulty": [
0.14285714285714285,
0.14285714285714285,
... |
reasoning_gym_rearc_VjCZco7k | reasoning_gym | Find the common rule that maps an input grid to an output grid, given the examples below.
Example 1:
Input:
7 8 1 3 8
3 3 1 3 7
1 1 1 1 1
3 3 1 7 3
7 3 1 8 3
Output:
3 3 1 3 3
3 3 1 3 3
1 1 1 1 1
7 7 1 3 3
7 7 1 3 3
Example 2:
Input:
0 2 6 0 0
1 0 6 0 1
6 6 6 6 6
0 1 6 0 2
2 0 6 0 1
Output:
0 0 6 0 0
0 0 6 0 0
6 6 ... | {"reasoning_gym_dataset": "rearc", "ground_truth": "3 3 8 9 9\n3 3 8 9 9\n8 8 8 8 8\n9 9 8 9 9\n9 9 8 9 9", "reasoning_gym_entry": {"question": "Find the common rule that maps an input grid to an output grid, given the examples below.\n\nExample 1:\n\nInput:\n7 8 1 3 8\n3 3 1 3 7\n1 1 1 1 1\n3 3 1 7 3\n7 3 1 8 3\nOutpu... | {
"difficulty": {
"pso_difficulty": [
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285
],
"rng_difficulty": [
0.14285714285714285,
0.14285714285714285,
... |
reasoning_gym_rearc_7SxMLTNN | reasoning_gym | Find the common rule that maps an input grid to an output grid, given the examples below.
Example 1:
Input:
1 1 1 1
1 1 1 1
2 1 1 1
1 1 1 1
1 1 3 1
Output:
1 1 1 3
1 1 1 3
2 1 1 3
1 1 3 1
1 1 3 1
Example 2:
Input:
9 9 9 9 9 9 9
9 9 9 9 9 9 9
9 9 9 9 9 9 9
9 9 9 9 9 9 9
9 9 9 9 9 9 9
9 9 9 9 9 9 5
9 9 9 9 9 9 9
9 9 ... | {"reasoning_gym_dataset": "rearc", "ground_truth": "3 2 3 3 3 3 3\n3 3 3 3 3 3 3\n3 3 3 3 3 3 3\n3 3 3 3 3 3 3\n3 3 3 3 3 3 3\n6 3 3 3 3 3 3\n3 6 6 6 6 6 6", "reasoning_gym_entry": {"question": "Find the common rule that maps an input grid to an output grid, given the examples below.\n\nExample 1:\n\nInput:\n1 1 1 1\n1... | {
"difficulty": {
"pso_difficulty": [
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285
],
"rng_difficulty": [
0.14285714285714285,
0.14285714285714285,
... |
reasoning_gym_rearc_j4MK1Ezw | reasoning_gym | Find the common rule that maps an input grid to an output grid, given the examples below.
Example 1:
Input:
4 4 4 5 5 4
5 4 4 4 5 5
5 4 5 4 4 4
4 5 5 5 4 5
5 5 4 5 5 4
5 4 4 5 4 4
5 5 5 4 5 5
Output:
3 3 3 1 1 3
1 3 3 3 1 1
1 3 1 3 3 3
3 1 1 1 3 1
1 1 3 1 1 3
1 3 3 1 3 3
1 1 1 3 1 1
Example 2:
Input:
9 4 4 4 4 9 9
... | {"reasoning_gym_dataset": "rearc", "ground_truth": "2 2 2 2 2\n2 2 2 2 2\n2 2 2 2 2\n2 2 2 2 2\n2 2 2 2 2", "reasoning_gym_entry": {"question": "Find the common rule that maps an input grid to an output grid, given the examples below.\n\nExample 1:\n\nInput:\n4 4 4 5 5 4\n5 4 4 4 5 5\n5 4 5 4 4 4\n4 5 5 5 4 5\n5 5 4 5 ... | {
"difficulty": {
"pso_difficulty": [
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285
],
"rng_difficulty": [
0.14285714285714285,
0.14285714285714285,
... |
reasoning_gym_rearc_1BLAWoGT | reasoning_gym | Find the common rule that maps an input grid to an output grid, given the examples below.
Example 1:
Input:
1 1 1 9 1 8 1 1
1 1 1 9 1 8 1 1
1 1 1 9 1 8 1 9
1 1 1 9 1 8 1 1
1 1 1 9 1 8 1 1
1 1 1 9 1 8 1 1
6 6 6 9 6 6 6 6
1 1 1 9 1 8 1 1
4 4 4 9 4 4 4 4
1 1 1 9 1 8 1 1
1 1 1 9 1 8 1 1
Output:
9 6 6
9 1 8
9 4 4
Example... | {"reasoning_gym_dataset": "rearc", "ground_truth": "8 8 8\n7 4 0\n5 5 5", "reasoning_gym_entry": {"question": "Find the common rule that maps an input grid to an output grid, given the examples below.\n\nExample 1:\n\nInput:\n1 1 1 9 1 8 1 1\n1 1 1 9 1 8 1 1\n1 1 1 9 1 8 1 9\n1 1 1 9 1 8 1 1\n1 1 1 9 1 8 1 1\n1 1 1 9 1... | {
"difficulty": {
"pso_difficulty": [
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285
],
"rng_difficulty": [
0.14285714285714285,
0.14285714285714285,
... |
reasoning_gym_rearc_germ09hD | reasoning_gym | Find the common rule that maps an input grid to an output grid, given the examples below.
Example 1:
Input:
8 8 8
8 8 8
8 8 8
Output:
8 8 8 8 8 8
8 8 8 8 8 8
8 8 8 8 8 8
8 8 8 8 8 8
8 8 8 8 8 8
8 8 8 8 8 8
Example 2:
Input:
8 8
8 8
Output:
8 8 8 8
8 8 8 8
8 8 8 8
8 8 8 8
Example 3:
Input:
0 0
4 0
Output:
0 0 4 0
... | {"reasoning_gym_dataset": "rearc", "ground_truth": "9 9 2 2 9 9\n9 9 9 4 9 9\n2 4 9 9 9 2\n2 9 9 9 4 2\n9 9 4 9 9 9\n9 9 2 2 9 9", "reasoning_gym_entry": {"question": "Find the common rule that maps an input grid to an output grid, given the examples below.\n\nExample 1:\n\nInput:\n8 8 8\n8 8 8\n8 8 8\nOutput:\n8 8 8 8... | {
"difficulty": {
"pso_difficulty": [
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285
],
"rng_difficulty": [
0.14285714285714285,
0.14285714285714285,
... |
reasoning_gym_rearc_PA3vEJaw | reasoning_gym | Find the common rule that maps an input grid to an output grid, given the examples below.
Example 1:
Input:
0 2 0 0 7 6 0 6 6
0 0 0 0 7 6 0 0 0
2 2 0 2 7 0 6 0 0
2 0 2 2 7 0 0 0 6
0 2 0 2 7 6 0 0 6
2 2 2 2 7 0 6 0 0
2 0 2 0 7 6 6 0 6
Output:
0 0 0 0
0 8 8 8
0 0 8 0
0 8 0 0
0 0 8 0
0 0 0 0
0 0 0 0
Example 2:
Input:
... | {"reasoning_gym_dataset": "rearc", "ground_truth": "0 8 8 0 0 0\n0 0 0 0 0 8\n0 0 0 0 0 8\n0 8 0 0 0 8", "reasoning_gym_entry": {"question": "Find the common rule that maps an input grid to an output grid, given the examples below.\n\nExample 1:\n\nInput:\n0 2 0 0 7 6 0 6 6\n0 0 0 0 7 6 0 0 0\n2 2 0 2 7 0 6 0 0\n2 0 2 ... | {
"difficulty": {
"pso_difficulty": [
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285
],
"rng_difficulty": [
0.14285714285714285,
0.14285714285714285,
... |
reasoning_gym_rearc_e4xPU7n7 | reasoning_gym | Find the common rule that maps an input grid to an output grid, given the examples below.
Example 1:
Input:
0 8 8 8
8 8 8 8
8 8 8 8
8 8 8 8
8 8 8 8
8 8 8 8
8 8 8 8
Output:
0 0 0 0
8 8 8 0
8 8 8 0
8 8 8 0
8 8 8 0
8 8 8 0
8 8 8 0
Example 2:
Input:
9 9 9 9 9 9
9 9 9 9 9 9
9 9 9 9 9 9
9 9 6 9 9 9
9 9 9 9 9 9
Output:
9 ... | {"reasoning_gym_dataset": "rearc", "ground_truth": "9 4 4 4 4\n9 9 9 9 4\n9 9 9 9 4\n9 9 9 9 4\n9 9 9 9 4\n9 9 9 9 4", "reasoning_gym_entry": {"question": "Find the common rule that maps an input grid to an output grid, given the examples below.\n\nExample 1:\n\nInput:\n0 8 8 8\n8 8 8 8\n8 8 8 8\n8 8 8 8\n8 8 8 8\n8 8 ... | {
"difficulty": {
"pso_difficulty": [
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285
],
"rng_difficulty": [
0.14285714285714285,
0.14285714285714285,
... |
reasoning_gym_rearc_ApWCP5ii | reasoning_gym | Find the common rule that maps an input grid to an output grid, given the examples below.
Example 1:
Input:
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 9
0 0 0
Output:
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 9
0 0 0
Example 2:
Input:
0 0 0 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 0
Output:
0 0 0 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 ... | {"reasoning_gym_dataset": "rearc", "ground_truth": "4 4 4 4 4 4\n4 4 4 4 4 4\n4 4 4 4 4 4\n4 4 4 4 4 4\n4 4 4 4 4 4\n8 4 4 4 4 4", "reasoning_gym_entry": {"question": "Find the common rule that maps an input grid to an output grid, given the examples below.\n\nExample 1:\n\nInput:\n0 0 0\n0 0 0\n0 0 0\n0 0 0\n0 0 0\n0 ... | {
"difficulty": {
"pso_difficulty": [
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285
],
"rng_difficulty": [
0.14285714285714285,
0.14285714285714285,
... |
reasoning_gym_rearc_LFLlEJJA | reasoning_gym | Find the common rule that maps an input grid to an output grid, given the examples below.
Example 1:
Input:
7 7 7 7 7 9 7 7
7 7 7 7 7 9 7 7
7 9 7 7 7 9 7 7
7 7 7 7 7 9 7 9
9 7 7 7 7 9 7 7
9 7 7 7 7 9 7 7
9 9 9 9 9 9 9 9
9 9 9 9 9 9 9 9
9 9 9 9 9 9 9 9
7 7 7 7 7 9 8 8
Output:
8 8
Example 2:
Input:
1 1 1 1 5 5 5 5 1 ... | {"reasoning_gym_dataset": "rearc", "ground_truth": "2", "reasoning_gym_entry": {"question": "Find the common rule that maps an input grid to an output grid, given the examples below.\n\nExample 1:\n\nInput:\n7 7 7 7 7 9 7 7\n7 7 7 7 7 9 7 7\n7 9 7 7 7 9 7 7\n7 7 7 7 7 9 7 9\n9 7 7 7 7 9 7 7\n9 7 7 7 7 9 7 7\n9 9 9 9 9 ... | {
"difficulty": {
"pso_difficulty": [
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285
],
"rng_difficulty": [
0.14285714285714285,
0.14285714285714285,
... |
reasoning_gym_rearc_qFpOZoSE | reasoning_gym | Find the common rule that maps an input grid to an output grid, given the examples below.
Example 1:
Input:
0 1 1 1 1 1 1 1 0
5 0 0 0 0 0 0 0 9
5 0 0 0 0 3 0 0 9
5 0 0 0 1 0 0 0 9
5 0 0 0 0 0 9 0 9
5 0 0 0 0 0 0 0 9
5 0 0 0 0 0 0 0 9
0 8 8 8 8 8 8 8 0
Output:
0 1 1 1 1 1 1 1 0
5 0 0 0 1 0 0 0 9
5 0 0 0 0 0 0 0 9
5 0 ... | {"reasoning_gym_dataset": "rearc", "ground_truth": "1 8 8 8 8 8 1\n2 1 1 1 1 1 3\n2 1 1 1 1 3 3\n2 1 1 1 1 1 3\n2 1 1 1 1 1 3\n1 7 7 7 7 7 1", "reasoning_gym_entry": {"question": "Find the common rule that maps an input grid to an output grid, given the examples below.\n\nExample 1:\n\nInput:\n0 1 1 1 1 1 1 1 0\n5 0 0 ... | {
"difficulty": {
"pso_difficulty": [
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285
],
"rng_difficulty": [
0.14285714285714285,
0.14285714285714285,
... |
reasoning_gym_rearc_D8wANkMM | reasoning_gym | Find the common rule that maps an input grid to an output grid, given the examples below.
Example 1:
Input:
1 1 1 1 1
6 1 1 1 1
1 6 1 1 1
1 1 1 1 1
Output:
8 8 8 8 8
8 1 1 1 8
8 6 1 1 8
8 8 8 8 8
Example 2:
Input:
6 6 6 6 6 6 6 6
6 6 6 6 6 6 6 7
6 6 6 6 3 6 6 6
6 6 6 6 7 6 6 6
Output:
8 8 8 8 8 8 8 8
8 6 6 6 6 6 6 ... | {"reasoning_gym_dataset": "rearc", "ground_truth": "8 8 8 8\n8 4 4 8\n8 4 4 8\n8 8 8 8", "reasoning_gym_entry": {"question": "Find the common rule that maps an input grid to an output grid, given the examples below.\n\nExample 1:\n\nInput:\n1 1 1 1 1\n6 1 1 1 1\n1 6 1 1 1\n1 1 1 1 1\nOutput:\n8 8 8 8 8\n8 1 1 1 8\n8 6 ... | {
"difficulty": {
"pso_difficulty": [
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285
],
"rng_difficulty": [
0.14285714285714285,
0.14285714285714285,
... |
reasoning_gym_rearc_jR26dEHz | reasoning_gym | Find the common rule that maps an input grid to an output grid, given the examples below.
Example 1:
Input:
4 4 4 4 4 4 4 4 4
4 4 4 4 4 4 4 4 4
4 4 4 4 4 4 4 4 4
4 4 4 4 4 4 4 4 4
4 4 4 4 4 4 4 4 4
Output:
4 4 4 4 4 4 4 4 4
4 4 4 4 4 4 4 4 4
4 4 4 4 4 4 4 4 4
4 4 4 4 4 4 4 4 4
4 4 4 4 4 4 4 4 4
Example 2:
Input:
6 ... | {"reasoning_gym_dataset": "rearc", "ground_truth": "3 3 3 3 7 3\n3 3 3 3 3 3\n3 3 3 3 3 3\n3 3 3 3 3 3\n3 3 3 3 3 3", "reasoning_gym_entry": {"question": "Find the common rule that maps an input grid to an output grid, given the examples below.\n\nExample 1:\n\nInput:\n4 4 4 4 4 4 4 4 4\n4 4 4 4 4 4 4 4 4\n4 4 4 4 4 4 ... | {
"difficulty": {
"pso_difficulty": [
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285
],
"rng_difficulty": [
0.14285714285714285,
0.14285714285714285,
... |
reasoning_gym_rearc_3v9CGFu4 | reasoning_gym | Find the common rule that maps an input grid to an output grid, given the examples below.
Example 1:
Input:
5 5 5 5 5 3 5 5 3 5 5 5
5 5 5 5 5 5 5 5 5 5 5 5
5 5 5 5 5 5 5 5 5 5 5 5
5 5 2 2 2 5 5 3 5 5 5 5
5 5 2 3 2 5 5 5 5 5 5 5
5 5 2 2 2 5 5 5 5 5 3 5
5 5 5 5 5 5 5 3 5 5 5 5
5 5 5 5 5 5 5 5 5 5 5 5
5 5 5 5 5 5 5 5 5 ... | {"reasoning_gym_dataset": "rearc", "ground_truth": "2 2 2 2 2 2 2 2 2 2\n2 2 2 2 2 2 2 2 2 2\n2 2 2 2 2 2 2 2 2 2\n2 2 2 2 2 2 2 2 2 2\n2 2 2 2 2 2 8 8 8 2\n8 8 8 2 2 2 8 6 8 2\n8 6 8 2 2 2 8 8 8 2\n8 8 8 2 2 2 2 2 2 2\n2 2 2 2 2 2 2 2 2 2\n2 2 2 2 2 2 2 2 2 2", "reasoning_gym_entry": {"question": "Find the common rule... | {
"difficulty": {
"pso_difficulty": [
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285
],
"rng_difficulty": [
0.14285714285714285,
0.14285714285714285,
... |
reasoning_gym_rearc_26H5aRL0 | reasoning_gym | Find the common rule that maps an input grid to an output grid, given the examples below.
Example 1:
Input:
6 6 6 6
6 6 6 6
6 6 5 6
0 0 0 0
1 1 6 1
1 1 1 1
1 1 1 1
Output:
3 3 6 3
3 3 3 3
3 3 6 3
Example 2:
Input:
0 0 0 0 0 0
0 7 0 0 0 0
0 0 0 0 0 0
4 4 4 4 4 4
0 0 0 0 0 0
0 0 0 0 5 0
0 0 0 0 0 0
Output:
0 0 0 0 0 ... | {"reasoning_gym_dataset": "rearc", "ground_truth": "3 3 3\n3 3 3", "reasoning_gym_entry": {"question": "Find the common rule that maps an input grid to an output grid, given the examples below.\n\nExample 1:\n\nInput:\n6 6 6 6\n6 6 6 6\n6 6 5 6\n0 0 0 0\n1 1 6 1\n1 1 1 1\n1 1 1 1\nOutput:\n3 3 6 3\n3 3 3 3\n3 3 6 3\n\n... | {
"difficulty": {
"pso_difficulty": [
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285
],
"rng_difficulty": [
0.14285714285714285,
0.14285714285714285,
... |
reasoning_gym_rearc_zWkZhEf4 | reasoning_gym | Find the common rule that maps an input grid to an output grid, given the examples below.
Example 1:
Input:
5 5 5 5 5 5
5 5 5 5 5 5
5 5 5 5 5 5
5 5 5 5 5 5
Output:
5 5 5 5 5 5 5 5 5 5 5 5
5 5 5 5 5 5 5 5 5 5 5 5
5 5 5 5 5 5 5 5 5 5 5 5
5 5 5 5 5 5 5 5 5 5 5 5
5 5 5 5 5 5 5 5 5 5 5 5
5 5 5 5 5 5 5 5 5 5 5 5
5 5 5 5 5 ... | {"reasoning_gym_dataset": "rearc", "ground_truth": "2 2 2 2 2 2 2 2\n2 2 2 2 2 2 2 2\n2 2 2 2 2 2 2 2\n2 2 2 2 2 2 2 2\n2 2 2 2 2 2 2 2\n2 2 2 2 2 2 2 2\n2 2 2 2 2 2 2 2\n2 2 2 2 2 2 2 2", "reasoning_gym_entry": {"question": "Find the common rule that maps an input grid to an output grid, given the examples below.\n\nE... | {
"difficulty": {
"pso_difficulty": [
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285
],
"rng_difficulty": [
0.14285714285714285,
0.14285714285714285,
... |
reasoning_gym_rearc_GNBkkB0g | reasoning_gym | Find the common rule that maps an input grid to an output grid, given the examples below.
Example 1:
Input:
7 6 2 6 2 7 3 7 7 0 1 4
0 4 1 0 7 2 9 1 6 0 1 4
0 6 4 2 5 1 5 7 3 2 6 1
1 2 0 5 3 6 3 9 4 5 2 1
0 2 1 7 6 1 7 5 1 3 7 5
5 1 0 2 0 4 6 6 7 3 2 6
0 6 1 1 1 1 1 1 1 1 2 4
2 0 1 1 1 8 1 1 1 1 4 1
6 3 1 1 1 1 8 1 1 ... | {"reasoning_gym_dataset": "rearc", "ground_truth": "7 7 7 7 4 4 7 7 4 7\n7 7 7 7 4 4 7 7 4 7\n4 4 4 4 4 4 4 4 4 4\n7 7 7 7 4 4 7 7 4 7\n7 7 7 7 4 4 7 7 4 7\n7 7 7 7 4 4 7 7 4 7\n7 7 7 7 4 4 7 7 4 7\n4 4 4 4 4 4 4 4 4 4\n4 4 4 4 4 4 4 4 4 4\n7 7 7 7 4 4 7 7 4 7", "reasoning_gym_entry": {"question": "Find the common rule... | {
"difficulty": {
"pso_difficulty": [
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285
],
"rng_difficulty": [
0.14285714285714285,
0.14285714285714285,
... |
reasoning_gym_rearc_ePV9d4aI | reasoning_gym | Find the common rule that maps an input grid to an output grid, given the examples below.
Example 1:
Input:
0 0 4 0
0 0 0 0
0 0 0 4
0 0 0 0
4 4 4 0
Output:
0 0 4 0
0 0 0 0
0 0 0 6
0 0 0 0
6 4 4 0
Example 2:
Input:
0 0 0 1
0 0 1 1
7 0 0 0
0 0 7 0
0 7 0 0
0 0 0 0
7 0 0 0
Output:
0 0 0 6
0 0 1 6
6 0 0 0
0 0 7 0
0 7 0 ... | {"reasoning_gym_dataset": "rearc", "ground_truth": "6 0 0 0 0 0\n6 9 0 0 9 0\n0 0 9 0 0 0\n0 9 0 6 7 0\n0 0 0 6 0 9\n0 0 7 0 0 7", "reasoning_gym_entry": {"question": "Find the common rule that maps an input grid to an output grid, given the examples below.\n\nExample 1:\n\nInput:\n0 0 4 0\n0 0 0 0\n0 0 0 4\n0 0 0 0\n4... | {
"difficulty": {
"pso_difficulty": [
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285
],
"rng_difficulty": [
0.14285714285714285,
0.14285714285714285,
... |
reasoning_gym_rearc_uq5hTzI9 | reasoning_gym | Find the common rule that maps an input grid to an output grid, given the examples below.
Example 1:
Input:
6 4 4 4 4 4 4
4 4 4 4 4 4 4
4 4 4 4 4 4 4
4 4 4 6 4 4 4
4 4 4 4 4 4 4
4 4 4 4 4 4 4
4 4 4 4 4 4 6
4 4 4 4 4 4 4
Output:
6 6 6 6 6 6 6
6 4 4 4 4 4 6
6 4 4 4 4 4 6
6 4 4 6 4 4 6
6 4 4 4 4 4 6
6 4 4 4 4 4 6
6 6 6 ... | {"reasoning_gym_dataset": "rearc", "ground_truth": "9 9 9 9 9 9\n9 9 9 9 9 9\n9 9 9 9 9 9\n9 9 7 9 9 9\n9 9 9 9 9 9\n9 9 9 9 9 9", "reasoning_gym_entry": {"question": "Find the common rule that maps an input grid to an output grid, given the examples below.\n\nExample 1:\n\nInput:\n6 4 4 4 4 4 4\n4 4 4 4 4 4 4\n4 4 4 4... | {
"difficulty": {
"pso_difficulty": [
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285
],
"rng_difficulty": [
0.14285714285714285,
0.14285714285714285,
... |
reasoning_gym_rearc_lVpeIp7W | reasoning_gym | Find the common rule that maps an input grid to an output grid, given the examples below.
Example 1:
Input:
1 1 1 1 1 1 1 1 1 1 1
1 5 1 5 1 5 1 5 1 5 1
1 1 1 1 1 1 1 1 1 1 1
1 5 1 9 1 5 1 5 1 5 1
1 1 1 1 1 1 1 1 1 1 1
1 5 1 5 1 5 1 5 1 5 1
1 1 1 1 1 1 1 1 1 1 1
1 5 1 5 1 5 1 5 1 5 1
1 1 1 1 1 1 1 1 1 1 1
1 5 1 5 1 5 ... | {"reasoning_gym_dataset": "rearc", "ground_truth": "7", "reasoning_gym_entry": {"question": "Find the common rule that maps an input grid to an output grid, given the examples below.\n\nExample 1:\n\nInput:\n1 1 1 1 1 1 1 1 1 1 1\n1 5 1 5 1 5 1 5 1 5 1\n1 1 1 1 1 1 1 1 1 1 1\n1 5 1 9 1 5 1 5 1 5 1\n1 1 1 1 1 1 1 1 1 1 ... | {
"difficulty": {
"pso_difficulty": [
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285
],
"rng_difficulty": [
0.14285714285714285,
0.14285714285714285,
... |
reasoning_gym_rearc_mVMc7Gvd | reasoning_gym | Find the common rule that maps an input grid to an output grid, given the examples below.
Example 1:
Input:
1 1 1
4 1 1
1 1 4
Output:
1 1 1 1 4 1
4 1 1 1 1 1
1 1 4 4 1 1
1 1 4 4 1 1
1 1 1 1 1 4
1 4 1 1 1 1
Example 2:
Input:
6 9 9
6 9 9
9 9 9
Output:
6 9 9 9 6 6
6 9 9 9 9 9
9 9 9 9 9 9
9 9 9 9 9 9
9 9 9 9 9 6
6 6 9 ... | {"reasoning_gym_dataset": "rearc", "ground_truth": "3 3 3 3\n3 3 3 3\n3 3 3 3\n3 3 3 3", "reasoning_gym_entry": {"question": "Find the common rule that maps an input grid to an output grid, given the examples below.\n\nExample 1:\n\nInput:\n1 1 1\n4 1 1\n1 1 4\nOutput:\n1 1 1 1 4 1\n4 1 1 1 1 1\n1 1 4 4 1 1\n1 1 4 4 1 ... | {
"difficulty": {
"pso_difficulty": [
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285
],
"rng_difficulty": [
0.14285714285714285,
0.14285714285714285,
... |
reasoning_gym_rearc_zHeAbfFi | reasoning_gym | Find the common rule that maps an input grid to an output grid, given the examples below.
Example 1:
Input:
7 7
7 7
7 7
7 7
7 7
7 7
7 7
Output:
7 7 7 7
7 7 7 7
7 7 7 7
7 7 7 7
7 7 7 7
7 7 7 7
7 7 7 7
Example 2:
Input:
2 2 7
8 7 2
2 2 2
2 2 2
Output:
2 2 7 2 2 7
8 7 2 8 7 2
2 2 2 2 2 2
2 2 2 2 2 2
Example 3:
Input... | {"reasoning_gym_dataset": "rearc", "ground_truth": "2 2 2 2\n2 2 2 2\n2 2 2 2", "reasoning_gym_entry": {"question": "Find the common rule that maps an input grid to an output grid, given the examples below.\n\nExample 1:\n\nInput:\n7 7\n7 7\n7 7\n7 7\n7 7\n7 7\n7 7\nOutput:\n7 7 7 7\n7 7 7 7\n7 7 7 7\n7 7 7 7\n7 7 7 7\... | {
"difficulty": {
"pso_difficulty": [
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285
],
"rng_difficulty": [
0.14285714285714285,
0.14285714285714285,
... |
reasoning_gym_rearc_yTRw7PQw | reasoning_gym | Find the common rule that maps an input grid to an output grid, given the examples below.
Example 1:
Input:
4 3 7 5 2
3 9 2 9 0
1 9 1 4 1
5 9 7 4 0
Output:
4 3 7 5 2
3 9 2 9 0
1 9 1 4 1
5 9 7 4 0
Example 2:
Input:
1 7 1
1 8 7
3 8 1
7 8 9
6 5 8
7 4 5
Output:
1 7 1
1 8 7
3 8 1
7 8 9
2 5 8
7 4 5
Example 3:
Input:
8 ... | {"reasoning_gym_dataset": "rearc", "ground_truth": "8 9 5\n2 9 4\n0 2 4", "reasoning_gym_entry": {"question": "Find the common rule that maps an input grid to an output grid, given the examples below.\n\nExample 1:\n\nInput:\n4 3 7 5 2\n3 9 2 9 0\n1 9 1 4 1\n5 9 7 4 0\nOutput:\n4 3 7 5 2\n3 9 2 9 0\n1 9 1 4 1\n5 9 7 4 ... | {
"difficulty": {
"pso_difficulty": [
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285
],
"rng_difficulty": [
0.14285714285714285,
0.14285714285714285,
... |
reasoning_gym_rearc_w7lbHRkq | reasoning_gym | Find the common rule that maps an input grid to an output grid, given the examples below.
Example 1:
Input:
3 3 3 5 5 5 5 5
3 3 3 5 3 3 3 3
3 3 3 5 3 9 9 9
3 3 3 5 3 9 9 9
3 3 3 5 3 3 3 3
3 3 3 5 5 5 5 5
3 3 3 3 3 3 3 3
Output:
3 3 3 5 5 5 5 5
3 3 3 5 3 3 3 3
3 3 3 5 3 9 9 9
3 3 3 5 3 9 9 9
3 3 3 5 3 3 3 3
3 3 3 5 5 ... | {"reasoning_gym_dataset": "rearc", "ground_truth": "0 0 0 0 0 0 0 0 0\n9 0 0 0 0 0 0 0 0\n0 9 0 0 0 0 0 0 0\n0 0 4 4 4 4 4 4 4\n0 0 4 0 0 0 0 0 0\n0 0 4 0 9 9 9 9 0\n0 0 4 0 9 9 9 9 0\n0 0 4 0 9 9 9 9 0\n0 0 4 0 9 9 9 9 0", "reasoning_gym_entry": {"question": "Find the common rule that maps an input grid to an output g... | {
"difficulty": {
"pso_difficulty": [
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285
],
"rng_difficulty": [
0.14285714285714285,
0.14285714285714285,
... |
reasoning_gym_rearc_9z0u5pKM | reasoning_gym | Find the common rule that maps an input grid to an output grid, given the examples below.
Example 1:
Input:
4 3 3
4 3 3
4 4 4
Output:
4 3 3
4 3 3
4 4 4
Example 2:
Input:
7 7 7 7 7 7 7
7 7 7 7 7 7 7
7 7 7 7 7 7 7
7 7 7 5 7 7 5
7 8 7 8 7 7 7
7 7 7 7 7 7 7
7 5 7 7 7 7 7
Output:
7 7 7 7 7 7 7
7 7 7 7 7 7 7
7 7 7 7 7 7 ... | {"reasoning_gym_dataset": "rearc", "ground_truth": "1 1\n1 1", "reasoning_gym_entry": {"question": "Find the common rule that maps an input grid to an output grid, given the examples below.\n\nExample 1:\n\nInput:\n4 3 3\n4 3 3\n4 4 4\nOutput:\n4 3 3\n4 3 3\n4 4 4\n\nExample 2:\n\nInput:\n7 7 7 7 7 7 7\n7 7 7 7 7 7 7\n... | {
"difficulty": {
"pso_difficulty": [
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285
],
"rng_difficulty": [
0.14285714285714285,
0.14285714285714285,
... |
reasoning_gym_rearc_OCFoHV7b | reasoning_gym | Find the common rule that maps an input grid to an output grid, given the examples below.
Example 1:
Input:
1 1 1 6 1
1 1 1 1 1
1 1 1 1 1
4 4 4 4 4
6 6 6 6 6
6 6 6 5 6
6 6 6 6 6
Output:
6 6 6 3 6
6 6 6 6 6
6 6 6 6 6
Example 2:
Input:
4 4 4 5 4
4 4 4 4 4
4 4 4 4 4
0 0 0 0 0
5 5 5 1 5
5 5 5 5 5
5 5 5 5 5
Output:
5 5 ... | {"reasoning_gym_dataset": "rearc", "ground_truth": "2 3\n2 2", "reasoning_gym_entry": {"question": "Find the common rule that maps an input grid to an output grid, given the examples below.\n\nExample 1:\n\nInput:\n1 1 1 6 1\n1 1 1 1 1\n1 1 1 1 1\n4 4 4 4 4\n6 6 6 6 6\n6 6 6 5 6\n6 6 6 6 6\nOutput:\n6 6 6 3 6\n6 6 6 6 ... | {
"difficulty": {
"pso_difficulty": [
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285
],
"rng_difficulty": [
0.14285714285714285,
0.14285714285714285,
... |
reasoning_gym_rearc_Pvu8lS3I | reasoning_gym | Find the common rule that maps an input grid to an output grid, given the examples below.
Example 1:
Input:
9 9 9 9 9 9 9 9
9 9 9 9 9 9 9 9
9 9 9 9 9 9 9 9
9 8 8 8 8 9 9 9
9 8 8 8 8 9 9 9
9 8 8 8 8 9 5 5
9 8 8 8 8 9 9 9
9 9 9 9 9 9 9 9
9 9 9 9 9 9 9 9
9 9 9 9 9 9 9 9
9 9 9 9 9 9 9 9
9 9 9 9 9 9 9 9
1 1 1 1 1 1 1 1
0 ... | {"reasoning_gym_dataset": "rearc", "ground_truth": "1 1 1 1\n2 2 2 2\n4 4 4 4\n9 9 9 9", "reasoning_gym_entry": {"question": "Find the common rule that maps an input grid to an output grid, given the examples below.\n\nExample 1:\n\nInput:\n9 9 9 9 9 9 9 9\n9 9 9 9 9 9 9 9\n9 9 9 9 9 9 9 9\n9 8 8 8 8 9 9 9\n9 8 8 8 8 9... | {
"difficulty": {
"pso_difficulty": [
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285
],
"rng_difficulty": [
0.14285714285714285,
0.14285714285714285,
... |
reasoning_gym_rearc_ptIL86Sx | reasoning_gym | Find the common rule that maps an input grid to an output grid, given the examples below.
Example 1:
Input:
7 7 7 7 7 7
7 5 7 7 7 7
7 7 7 7 7 7
7 7 7 7 7 7
7 7 7 7 7 7
7 7 7 7 7 7
Output:
7 4 7 4 7 4
7 4 7 4 7 4
7 5 7 7 7 7
7 7 7 7 7 7
7 7 7 7 7 7
7 7 7 7 7 7
Example 2:
Input:
7 7 7 7 7 7 7
5 7 7 7 7 7 7
7 7 7 7 7 ... | {"reasoning_gym_dataset": "rearc", "ground_truth": "8 4 8 4\n8 8 8 1\n8 8 8 8\n8 8 8 8", "reasoning_gym_entry": {"question": "Find the common rule that maps an input grid to an output grid, given the examples below.\n\nExample 1:\n\nInput:\n7 7 7 7 7 7\n7 5 7 7 7 7\n7 7 7 7 7 7\n7 7 7 7 7 7\n7 7 7 7 7 7\n7 7 7 7 7 7\nO... | {
"difficulty": {
"pso_difficulty": [
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285
],
"rng_difficulty": [
0.14285714285714285,
0.14285714285714285,
... |
reasoning_gym_rearc_SW3rcY10 | reasoning_gym | Find the common rule that maps an input grid to an output grid, given the examples below.
Example 1:
Input:
7 7 0 0 0 7 7 7
7 7 7 7 0 7 7 7
0 7 0 7 7 0 7 0
7 7 7 7 0 7 7 7
7 7 7 7 0 0 7 0
7 7 7 0 0 7 7 7
0 7 7 0 7 7 7 7
0 0 0 0 7 7 7 7
0 0 0 0 7 7 0 7
7 0 0 0 7 7 7 7
Output:
7 7 0 0 0 7 7 7
7 7 7 7 0 7 7 7
0 7 0 7 7 ... | {"reasoning_gym_dataset": "rearc", "ground_truth": "0 0 6 5 6 5 5 0 5\n5 6 6 6 0 6 0 6 0\n0 1 1 1 6 0 1 1 1\n6 1 1 1 5 6 1 1 1\n5 1 1 1 5 0 1 1 1\n6 0 5 5 6 0 5 5 6\n6 0 6 5 0 6 5 5 5\n6 6 6 6 0 0 5 5 0\n5 0 6 6 5 0 0 6 0\n6 0 6 0 6 0 6 6 6", "reasoning_gym_entry": {"question": "Find the common rule that maps an input ... | {
"difficulty": {
"pso_difficulty": [
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285
],
"rng_difficulty": [
0.14285714285714285,
0.14285714285714285,
... |
reasoning_gym_rearc_zocCO9bo | reasoning_gym | Find the common rule that maps an input grid to an output grid, given the examples below.
Example 1:
Input:
9 9 9 9 9
9 3 9 9 3
3 9 3 9 9
Output:
9 9 3
9 3 9
9 9 3
9 9 9
9 3 9
Example 2:
Input:
7 7 7 7 2
7 7 7 7 7
7 7 7 7 7
Output:
7 7 7
7 7 7
7 7 7
7 7 7
2 7 7
Example 3:
Input:
2
2
2
3
3
Output:
2 2 2 3 3
Examp... | {"reasoning_gym_dataset": "rearc", "ground_truth": "6 7 6 6 6 6\n6 6 6 6 7 6\n6 6 6 7 6 6\n6 0 6 6 6 6\n6 6 6 6 6 0\n6 0 0 6 6 6", "reasoning_gym_entry": {"question": "Find the common rule that maps an input grid to an output grid, given the examples below.\n\nExample 1:\n\nInput:\n9 9 9 9 9\n9 3 9 9 3\n3 9 3 9 9\nOutp... | {
"difficulty": {
"pso_difficulty": [
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285
],
"rng_difficulty": [
0.14285714285714285,
0.14285714285714285,
... |
reasoning_gym_rearc_889dfRPP | reasoning_gym | Find the common rule that maps an input grid to an output grid, given the examples below.
Example 1:
Input:
4 4 1 5 4
4 4 4 4 0
4 4 4 4 0
4 1 1 4 1
4 4 4 4 4
4 4 4 4 4
4 4 4 4 4
Output:
2 2 2
4 2 4
4 4 4
Example 2:
Input:
7 7 7 7
7 1 7 7
7 7 7 7
7 7 4 7
7 7 7 7
7 7 7 7
Output:
2 7 7
7 7 7
7 7 7
Example 3:
Input:
... | {"reasoning_gym_dataset": "rearc", "ground_truth": "2 2 2\n9 2 9\n9 9 9", "reasoning_gym_entry": {"question": "Find the common rule that maps an input grid to an output grid, given the examples below.\n\nExample 1:\n\nInput:\n4 4 1 5 4\n4 4 4 4 0\n4 4 4 4 0\n4 1 1 4 1\n4 4 4 4 4\n4 4 4 4 4\n4 4 4 4 4\nOutput:\n2 2 2\n4... | {
"difficulty": {
"pso_difficulty": [
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285
],
"rng_difficulty": [
0.14285714285714285,
0.14285714285714285,
... |
reasoning_gym_rearc_5W0gCHiF | reasoning_gym | Find the common rule that maps an input grid to an output grid, given the examples below.
Example 1:
Input:
0 9 0
Output:
0 0 0
0 0 9
0 9 0
Example 2:
Input:
2 0
Output:
0 2
2 0
Example 3:
Input:
0 8
Output:
0 0
0 8
Example 4:
Input:
0 3 0
Output:
0 0 0
0 0 3
0 3 0
Example 5:
Input:
0 2
Output:
0 0
0 2
Belo... | {"reasoning_gym_dataset": "rearc", "ground_truth": "0 1\n1 0", "reasoning_gym_entry": {"question": "Find the common rule that maps an input grid to an output grid, given the examples below.\n\nExample 1:\n\nInput:\n0 9 0\nOutput:\n0 0 0\n0 0 9\n0 9 0\n\nExample 2:\n\nInput:\n2 0\nOutput:\n0 2\n2 0\n\nExample 3:\n\nInpu... | {
"difficulty": {
"pso_difficulty": [
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285
],
"rng_difficulty": [
0.14285714285714285,
0.14285714285714285,
... |
reasoning_gym_rearc_X5nDXwfF | reasoning_gym | Find the common rule that maps an input grid to an output grid, given the examples below.
Example 1:
Input:
3 5 7 7
1 5 7 7
Output:
3 5 1 3
1 5 1 3
Example 2:
Input:
4 6 7 7 7 7 7 7
8 6 7 7 7 7 7 7
1 6 7 7 7 7 7 7
Output:
4 6 1 8 4 1 8 4
8 6 1 8 4 1 8 4
1 6 1 8 4 1 8 4
Example 3:
Input:
3 6 9 9
8 6 9 9
5 6 9 9
Ou... | {"reasoning_gym_dataset": "rearc", "ground_truth": "5 9 1 5 9 1 8 1\n5 9 1 5 9 1 8 9\n5 9 1 5 9 1 8 5", "reasoning_gym_entry": {"question": "Find the common rule that maps an input grid to an output grid, given the examples below.\n\nExample 1:\n\nInput:\n3 5 7 7\n1 5 7 7\nOutput:\n3 5 1 3\n1 5 1 3\n\nExample 2:\n\nInp... | {
"difficulty": {
"pso_difficulty": [
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285
],
"rng_difficulty": [
0.14285714285714285,
0.14285714285714285,
... |
reasoning_gym_rearc_5BcZEVJK | reasoning_gym | Find the common rule that maps an input grid to an output grid, given the examples below.
Example 1:
Input:
3 3 3 3 3 3 3 3 3 3 3 3 3
3 3 3 3 3 3 3 3 3 3 3 3 3
3 3 3 3 3 3 3 3 3 3 3 3 3
3 3 3 3 3 3 3 3 3 3 3 3 3
3 3 3 3 3 3 3 3 3 3 3 3 3
3 3 3 3 0 0 0 0 3 3 3 3 3
3 3 3 3 0 3 3 3 3 3 3 3 3
3 3 3 3 3 3 3 3 3 3 3 3 3
3 ... | {"reasoning_gym_dataset": "rearc", "ground_truth": "7 7 1 1\n7 0 0 1\n6 0 0 9\n6 6 9 9", "reasoning_gym_entry": {"question": "Find the common rule that maps an input grid to an output grid, given the examples below.\n\nExample 1:\n\nInput:\n3 3 3 3 3 3 3 3 3 3 3 3 3\n3 3 3 3 3 3 3 3 3 3 3 3 3\n3 3 3 3 3 3 3 3 3 3 3 3 3... | {
"difficulty": {
"pso_difficulty": [
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285
],
"rng_difficulty": [
0.14285714285714285,
0.14285714285714285,
... |
reasoning_gym_rearc_KKW04Aa6 | reasoning_gym | Find the common rule that maps an input grid to an output grid, given the examples below.
Example 1:
Input:
3 6 7 7 7 7 6 2
6 6 6 6 6 6 6 6
7 6 7 7 7 7 6 7
7 6 7 7 7 1 6 7
7 6 7 1 7 7 6 7
7 6 7 7 1 7 6 7
7 6 7 7 7 7 6 7
7 6 7 1 7 7 6 7
6 6 6 6 6 6 6 6
5 6 7 7 7 7 6 0
Output:
7 7 7 7
7 7 7 2
7 3 7 7
7 7 0 7
7 7 7 7
7 ... | {"reasoning_gym_dataset": "rearc", "ground_truth": "6 0 0 0 0 0\n0 0 0 0 0 2\n6 0 0 2 0 0\n0 0 0 9 0 0\n7 0 0 0 0 0\n0 0 7 0 9 0", "reasoning_gym_entry": {"question": "Find the common rule that maps an input grid to an output grid, given the examples below.\n\nExample 1:\n\nInput:\n3 6 7 7 7 7 6 2\n6 6 6 6 6 6 6 6\n7 6... | {
"difficulty": {
"pso_difficulty": [
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285
],
"rng_difficulty": [
0.14285714285714285,
0.14285714285714285,
... |
reasoning_gym_rearc_giUBgWNy | reasoning_gym | Find the common rule that maps an input grid to an output grid, given the examples below.
Example 1:
Input:
3 3 3 3 3 3 3 3
3 3 3 8 0 3 3 3
3 3 3 8 8 3 3 3
3 8 8 7 7 8 8 3
3 8 8 7 7 8 8 3
3 3 3 8 8 3 3 3
3 3 3 8 8 3 3 3
3 3 3 3 3 3 3 3
Output:
8
Example 2:
Input:
2 2 7 7 2 2
2 2 7 0 2 2
7 7 2 2 7 7
7 7 2 2 7 7
2 2 ... | {"reasoning_gym_dataset": "rearc", "ground_truth": "3", "reasoning_gym_entry": {"question": "Find the common rule that maps an input grid to an output grid, given the examples below.\n\nExample 1:\n\nInput:\n3 3 3 3 3 3 3 3\n3 3 3 8 0 3 3 3\n3 3 3 8 8 3 3 3\n3 8 8 7 7 8 8 3\n3 8 8 7 7 8 8 3\n3 3 3 8 8 3 3 3\n3 3 3 8 8 ... | {
"difficulty": {
"pso_difficulty": [
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285,
0.14285714285714285
],
"rng_difficulty": [
0.14285714285714285,
0.14285714285714285,
... |
End of preview. Expand in Data Studio
README.md exists but content is empty.
- Downloads last month
- 4