problem_id stringlengths 12 17 ⌀ | task_group stringclasses 1
value | task_type stringclasses 2
values | prompt stringlengths 243 16.6k | verification_info stringlengths 495 26.4k | metadata stringlengths 17 5.73k |
|---|---|---|---|---|---|
null | General Reasoning | 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 2 7 0
7 7 1 2 7 0
7 7 7 7 7 0
7 7 7 7 7 7
7 7 1 7 7 7
5 7 7 7 7 7
Output:
5 7 1 2 7 0
7 7 1 2 7 0
7 7 7 7 7 0
7 7 7 7 7 7
7 7 7 7 7 7
7 7 7 7 7 7
Example 2:
Input:
7 7 7 9
7 4 0 7
7 7 7 7
5 7 0 7
Output... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "3 0 4 6 8\n7 0 7 6 8\n7 7 7 7 8\n7 7 7 7 7\n7 7 7 7 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 7 7 2 7 0\n7 7 1 2 7 0\n7 7 7 7 7 0\n7 7 7 7 7 7\n7 7 1 ... | {"source_dataset": "arc_agi", "source_index": 11200, "input": [[7, 7, 7, 7, 8], [7, 0, 7, 6, 8], [7, 7, 4, 7, 7], [7, 7, 7, 7, 8], [3, 0, 7, 6, 7]], "output": [[3, 0, 4, 6, 8], [7, 0, 7, 6, 8], [7, 7, 7, 7, 8], [7, 7, 7, 7, 7], [7, 7, 7, 7, 7]], "task_id": "1e0a9b12", "difficulty": {"rotations_weights": [0.25, 0.25, 0.... |
null | General Reasoning | reasoning_gym | Find the common rule that maps an input grid to an output grid, given the examples below.
Example 1:
Input:
6 5 8
6 8 6
6 6 8
Output:
8 6 6
6 8 6
8 5 6
Example 2:
Input:
5 0 0
0 0 5
5 5 5
Output:
5 5 5
5 0 0
0 0 5
Example 3:
Input:
6 1 6
6 4 4
1 6 4
Output:
4 6 1
4 4 6
6 1 6
Example 4:
Input:
6 3 3
1 1 1
3 6 1
... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "4 4 9\n4 9 9\n2 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:\n6 5 8\n6 8 6\n6 6 8\nOutput:\n8 6 6\n6 8 6\n8 5 6\n\nExample 2:\n\nInput:\n5 0 0\n0 0 5\n5 5... | {"source_dataset": "arc_agi", "source_index": 11201, "input": [[4, 9, 2], [9, 9, 4], [9, 4, 4]], "output": [[4, 4, 9], [4, 9, 9], [2, 9, 4]], "task_id": "3c9b0459", "difficulty": {"rotations_weights": [0.25, 0.25, 0.25, 0.25], "mirrors_weights": [0.2, 0.2, 0.2, 0.2, 0.2]}} |
null | General Reasoning | 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 9 7 7 7 7 7 6 7 7
7 7 7 9 7 7 7 7 7 6 7 7
1 1 1 1 1 1 1 1 1 1 1 1
7 7 7 9 7 7 7 7 7 6 7 7
7 7 7 9 7 7 7 7 7 6 7 7
2 2 2 2 2 2 2 2 2 2 2 2
7 7 7 9 7 7 7 7 7 6 7 7
8 8 8 8 8 8 8 8 8 8 8 8
7 7 7 9 7 7 7 7 7 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "7 4 7 1 7 2 7\n8 4 8 1 8 2 8\n7 4 7 1 7 2 7\n9 9 9 9 9 2 9\n7 4 7 1 7 2 7\n3 3 3 3 3 3 3\n7 4 7 1 7 2 7\n0 0 0 0 0 0 0\n7 4 7 1 7 2 7", "reasoning_gym_entry": {"question": "Find the common rule that maps an input grid to an output grid, given the examples below.\n\n... | {"source_dataset": "arc_agi", "source_index": 11202, "input": [[7, 7, 7, 4, 7, 7, 1, 7, 7, 2, 7, 7], [7, 7, 7, 4, 7, 7, 1, 7, 7, 2, 7, 7], [8, 8, 8, 4, 8, 8, 1, 8, 8, 2, 8, 8], [7, 7, 7, 4, 7, 7, 1, 7, 7, 2, 7, 7], [7, 7, 7, 4, 7, 7, 1, 7, 7, 2, 7, 7], [9, 9, 9, 9, 9, 9, 9, 9, 9, 2, 9, 9], [7, 7, 7, 4, 7, 7, 1, 7, 7, 2... |
null | General Reasoning | reasoning_gym | Find the common rule that maps an input grid to an output grid, given the examples below.
Example 1:
Input:
5 8 9 8 8 8 8 8 8 8
8 8 8 8 8 8 8 8 8 8
5 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 8 8 8
8 8 8 8 8 8 1 8 2 8
8 8 8 8 8 8 8 8 8 8
8 8 8 8 8 8 8 8 0 8
8 8 8 8 8 8 8 8 8 8
Output:
5 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8\n8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8\n8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8\n8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8\n8 8 8 8 1 1 1 1 8 8 8 8 8 8 8 8 8 8 8 8\n8 8 8 8 1 1 1 1 8 8 8 8 8 8 8 8 8 8 8 8\n8 8 8 8 1 1 1 1 8 8 ... | {"source_dataset": "arc_agi", "source_index": 11203, "input": [[8, 8, 8, 8, 8, 8, 8, 8, 8, 8], [8, 8, 8, 8, 8, 8, 8, 8, 8, 8], [8, 8, 1, 8, 8, 8, 8, 8, 8, 8], [8, 8, 8, 8, 8, 8, 8, 8, 8, 8], [8, 8, 8, 8, 0, 8, 8, 8, 8, 8], [8, 8, 8, 8, 8, 8, 8, 8, 8, 8], [8, 8, 2, 8, 8, 8, 6, 8, 8, 8], [8, 8, 8, 8, 8, 8, 8, 8, 8, 8], [... |
null | General Reasoning | 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 1 3 1 3 1 3 3 3 1 1 3 3
3 1 3 1 3 3 1 3 3 3 1 3 3
3 1 1 1 3 1 1 1 3 3 1 1 3
3 3 3 3 3 3 3 3 3 3 3 3 3
Output:
3 3 3 3 3 3 3 3 3 3 3 3 3
3 3 5 3 3 3 5 5 3 3 3 5 3
3 3 5 3 3 5 3 5 3 5 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "3 3 3 3 3 3 3 3 3 3 3 3 3\n3 3 5 5 3 3 5 3 3 5 3 5 3\n3 3 5 3 3 3 3 3 3 5 3 3 3\n3 3 3 3 3 3 5 5 3 3 5 3 3\n3 3 3 3 3 3 3 3 3 3 3 3 3\n3 3 5 3 3 3 5 5 3 3 3 3 3\n3 3 3 3 3 5 3 5 3 3 5 3 3\n3 5 3 3 3 3 5 3 3 5 3 5 3\n3 3 3 3 3 3 3 3 3 3 3 3 3\n3 3 3 3 3 3 5 3 3 5 5 3... | {"source_dataset": "arc_agi", "source_index": 11204, "input": [[3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3], [3, 1, 3, 3, 3, 1, 3, 1, 3, 3, 1, 3, 3], [3, 1, 3, 1, 3, 1, 1, 1, 3, 3, 1, 1, 3], [3, 1, 1, 1, 3, 1, 3, 3, 3, 1, 3, 1, 3], [3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3], [3, 1, 3, 1, 3, 1, 3, 3, 3, 1, 1, 1, 3], [3, 1, 1, 1... |
null | General Reasoning | reasoning_gym | Find the common rule that maps an input grid to an output grid, given the examples below.
Example 1:
Input:
9 5 5
5 9 5
5 5 9
Output:
9 5 5
5 0 5
5 5 9
Example 2:
Input:
5 5 5 7 5 5
5 5 5 5 7 5
7 5 5 5 5 7
5 7 5 5 5 5
5 5 7 5 5 5
5 5 5 7 5 5
Output:
5 5 5 7 5 5
5 5 5 5 0 5
7 5 5 5 5 7
5 0 5 5 5 5
5 5 7 5 5 5
5 5 5 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "5 1 5 5 5 5 5 5 1 5 5 5\n5 5 0 5 5 5 5 5 5 0 5 5\n5 5 5 1 5 5 5 5 5 5 1 5\n5 5 5 5 0 5 5 5 5 5 5 0\n1 5 5 5 5 1 5 5 5 5 5 5\n5 0 5 5 5 5 0 5 5 5 5 5\n5 5 1 5 5 5 5 1 5 5 5 5\n5 5 5 0 5 5 5 5 0 5 5 5\n5 5 5 5 1 5 5 5 5 1 5 5\n5 5 5 5 5 0 5 5 5 5 0 5\n5 5 5 5 5 5 1 5 ... | {"source_dataset": "arc_agi", "source_index": 11205, "input": [[5, 1, 5, 5, 5, 5, 5, 5, 1, 5, 5, 5], [5, 5, 1, 5, 5, 5, 5, 5, 5, 1, 5, 5], [5, 5, 5, 1, 5, 5, 5, 5, 5, 5, 1, 5], [5, 5, 5, 5, 1, 5, 5, 5, 5, 5, 5, 1], [1, 5, 5, 5, 5, 1, 5, 5, 5, 5, 5, 5], [5, 1, 5, 5, 5, 5, 1, 5, 5, 5, 5, 5], [5, 5, 1, 5, 5, 5, 5, 1, 5, 5... |
null | General Reasoning | 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 6
8 8 8 8 8 8 8
8 8 8 8 8 3 1
8 8 8 8 8 0 3
8 8 8 8 8 8 8
8 8 8 8 8 8 8
Output:
8 8 8 8 8 8 6
8 8 8 8 8 8 8
1 1 1 1 1 3 1
3 3 3 3 3 0 3
8 8 8 8 8 8 8
8 8 8 8 8 8 8
Example 2:
Input:
8 8 8 8 8 8 8 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "8 8 8 8 8 8 8 6 6 6\n8 8 8 8 8 8 8 8 8 8\n8 8 4 8 8 4 5 8 8 4\n1 3 4 1 3 4 5 1 3 4\n8 8 4 8 8 4 8 8 8 4\n8 8 8 8 8 8 8 8 8 8\n8 8 8 8 8 8 8 8 8 8", "reasoning_gym_entry": {"question": "Find the common rule that maps an input grid to an output grid, given the example... | {"source_dataset": "arc_agi", "source_index": 11206, "input": [[8, 8, 8, 8, 8, 8, 8, 6, 6, 6], [8, 8, 8, 8, 8, 8, 8, 8, 8, 8], [8, 8, 8, 8, 8, 8, 5, 8, 8, 4], [8, 8, 8, 8, 8, 8, 5, 1, 3, 4], [8, 8, 8, 8, 8, 8, 8, 8, 8, 4], [8, 8, 8, 8, 8, 8, 8, 8, 8, 8], [8, 8, 8, 8, 8, 8, 8, 8, 8, 8]], "output": [[8, 8, 8, 8, 8, 8, 8,... |
null | General Reasoning | 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 9 9 9 9 9
9 9 9 9 9 9 9 9 9 9
9 9 9 9 7 7 7 9 9 9
9 9 9 9 7 2 7 9 9 9
9 9 9 9 7 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 9 9 9 9 9 9 9 9 9
Output:
9 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "9 9 5 5 5 5 9 9 9 9 9 9\n9 9 5 5 5 5 9 9 9 9 9 9\n5 5 4 4 4 4 5 5 9 9 9 9\n5 5 4 5 5 4 5 5 9 9 9 9\n5 5 4 5 5 4 5 5 9 9 9 9\n5 5 4 4 4 4 5 5 9 9 9 9\n9 9 5 5 5 5 9 9 9 9 9 9\n9 9 5 5 5 5 9 9 5 5 5 9\n9 9 9 9 9 9 9 5 4 4 4 5\n9 9 9 9 9 9 9 5 4 5 4 5\n9 9 9 9 9 9 9 5 ... | {"source_dataset": "arc_agi", "source_index": 11207, "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, 5, 5, 5, 5, 9, 9, 9, 9, 9, 9], [9, 9, 5, 4, 4, 5, 9, 9, 9, 9, 9, 9], [9, 9, 5, 4, 4, 5, 9, 9, 9, 9, 9, 9], [9, 9, 5, 5, 5, 5, 9, 9, 9, 9, 9, 9], [9, 9, 9, 9, 9, 9, 9, 9, 9, 9... |
null | General Reasoning | 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 8 8 8 8 8 8
8 8 8 8 8 8 8 8 8 8 9 9 9 8 8
8 8 8 8 8 8 8 8 8 8 8 7 9 8 8
8 8 8 8 8 8 8 8 8 8 9 9 9 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 8 8 8 8 8 8 8 8 8 8 8
... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "8 8 8 8 8 8 8 8 8 8 8 8 8 8 8\n8 8 8 8 2 2 2 2 2 2 2 2 8 8 8\n8 8 8 8 2 2 2 2 2 2 9 2 9 8 8\n8 8 8 8 2 2 2 2 2 2 9 7 9 8 8\n8 8 8 8 2 2 2 2 2 2 9 9 9 8 8\n8 8 8 8 2 2 2 2 2 2 8 8 8 8 8\n8 8 8 8 2 2 2 2 2 2 8 8 8 8 8\n8 8 8 8 2 2 2 2 2 2 8 8 8 8 8\n8 8 8 8 2 2 2 2 2 ... | {"source_dataset": "arc_agi", "source_index": 11208, "input": [[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, 8, 8, 8, 8, 9, 8, 9, 8, 8], [8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 9, 7, 9, 8, 8], [8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 9, 9, 9, 8, 8], [8, 8, 8, 8, 8, 8, 8, ... |
null | General Reasoning | 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 7 8 8 8 8 7 7 7
7 7 7 7 7 7 7 7 7 7 7
7 7 7 7 7 7 4 4 4 7 7
7 7 7 7 7 7 7 7 7 7 7
7 7 7 7 7 7 7 7 7 7 7
6 6 6 6 6 7 7 7 7 7 7
7 7 7 7 7 7 7 7 7 7 7
7 7 7 7 7 6 6 6 6 6 7
7 7 7 7 7 7 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "4 2 2\n2 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:\n7 7 7 7 7 7 7 7 7 7 7\n7 7 7 7 8 8 8 8 7 7 7\n7 7 7 7 7 7 7 7 7 7 7\n7 7 7 7 7 7 4 4 4 7 7\n7 7 7 7... | {"source_dataset": "arc_agi", "source_index": 11209, "input": [[7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7], [7, 7, 6, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7], [7, 7, 6, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7], [7, 7, 6, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7], [7, 7, 7, 7, 7, 7, 7, 7, 4, 2, 2, 7, 7], [7, 7, 7, 7, 7, 7, 7, 7, 2, 2, 4, 7, 7], [7, 7, 7, 7... |
null | General Reasoning | 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 1 7 7 1 1 1 1 1
1 1 1 7 7 1 1 1 1 1
1 1 1 1 1 1 1 1 1 1
1 1 1 1 1 1 1 1 5 1
1 1 1 5 1 1 1 1 1 1
1 1 1 1 1 1 1 1 1 1
1 1 1 1 5 1 1 1 1 1
1 1 1 1 1 1 1 1 1 1
1 1 1 1 1 1 1 1 1 1
1 1 1 7 7 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1\n1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 5 1 1\n1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1\n1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1\n1 1 1 1 1 1 1 1 1 1 1 ... | {"source_dataset": "arc_agi", "source_index": 11210, "input": [[1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 1, 1], [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 1, 1, 1, 1, 1, 1, ... |
null | General Reasoning | 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
0 0 0 1 1 0 0 0 0 0
0 0 0 1 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0
0 0 0 0 1 0 0 0 0 0
0 0 0 1 1 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0
Output:
0 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "2 0 0 0 0 0 0 0 0 0\n0 2 0 0 0 0 0 0 0 0\n0 0 0 2 0 0 0 0 0 0\n0 0 2 2 0 0 0 0 0 2\n0 0 0 0 0 0 0 2 0 0\n0 0 0 0 0 0 0 2 2 0\n0 0 0 2 2 0 0 0 0 0\n0 0 0 0 2 0 0 0 0 0\n0 0 2 0 0 0 0 0 0 0\n0 2 0 0 0 0 0 0 0 0", "reasoning_gym_entry": {"question": "Find the common ru... | {"source_dataset": "arc_agi", "source_index": 11211, "input": [[0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 2, 0, 0, 0, 0, 0, 0], [0, 0, 2, 2, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 2, 0, 0], [0, 0, 0, 0, 0, 0, 0, 2, 2, 0], [0, 0, 0, 2, 2, 0, 0, 0, 0, 0], [0, 0, 0, 0, 2, 0, 0, 0, 0, 0], [... |
null | General Reasoning | 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 8 8 8 4 4 4 4
4 4 4 8 8 8 4 4 4 4
4 4 4 8 8 8 4 4 4 4
4 8 8 4 4 4 4 8 8 8
4 8 8 4 4 4 4 8 8 8
4 8 8 4 4 4 4 4 4 4
4 4 4 4 4 4 4 4 4 4
4 3 4 4 4 2 4 4 0 4
Output:
4 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "4 4 4 4 4 4 4 4 4 4\n5 5 5 5 4 4 4 4 9 9\n5 5 5 5 4 4 4 4 9 9\n4 4 4 4 4 4 4 4 9 9\n4 4 2 2 2 2 2 4 9 9\n4 4 2 2 2 2 2 4 9 9\n4 4 2 2 2 2 2 4 9 9\n4 4 2 2 2 2 2 4 9 9\n4 4 4 4 4 4 4 4 4 4\n5 4 4 4 2 4 4 4 9 4", "reasoning_gym_entry": {"question": "Find the common ru... | {"source_dataset": "arc_agi", "source_index": 11212, "input": [[4, 4, 4, 4, 4, 4, 4, 4, 4, 4], [8, 8, 8, 8, 4, 4, 4, 4, 8, 8], [8, 8, 8, 8, 4, 4, 4, 4, 8, 8], [4, 4, 4, 4, 4, 4, 4, 4, 8, 8], [4, 4, 8, 8, 8, 8, 8, 4, 8, 8], [4, 4, 8, 8, 8, 8, 8, 4, 8, 8], [4, 4, 8, 8, 8, 8, 8, 4, 8, 8], [4, 4, 8, 8, 8, 8, 8, 4, 8, 8], [... |
null | General Reasoning | reasoning_gym | Find the common rule that maps an input grid to an output grid, given the examples below.
Example 1:
Input:
2 9 2 2 1 2 2 2 0
9 2 9 9 1 2 2 0 0
2 9 9 2 1 2 2 2 2
2 2 2 2 1 2 0 2 2
2 2 2 9 1 0 0 2 0
1 1 1 1 1 1 1 1 1
2 2 2 2 1 2 6 2 6
5 5 2 2 1 6 2 2 6
5 2 2 5 1 6 2 2 6
2 2 5 2 1 6 2 2 2
5 5 2 2 1 2 2 2 2
Output:
2 9 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "5 9 5 5\n9 6 5 5\n5 5 0 5\n9 5 5 5\n9 5 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:\n2 9 2 2 1 2 2 2 0\n9 2 9 9 1 2 2 0 0\n2 9 9 2 1 2 2 2 2\n2 2 2 2 1 2... | {"source_dataset": "arc_agi", "source_index": 11213, "input": [[2, 9, 9, 2, 1, 2, 2, 0, 0], [9, 2, 9, 2, 1, 2, 2, 2, 0], [9, 9, 9, 9, 1, 2, 0, 0, 2], [9, 9, 2, 9, 1, 2, 2, 0, 0], [9, 2, 9, 9, 1, 2, 2, 2, 0], [1, 1, 1, 1, 1, 1, 1, 1, 1], [5, 2, 5, 5, 1, 6, 2, 6, 6], [2, 2, 5, 5, 1, 2, 6, 2, 2], [5, 5, 2, 5, 1, 2, 6, 2, ... |
null | General Reasoning | 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 1 1 1 1 1 1 1 1 0
0 1 1 1 1 1 1 1 1 0
0 1 1 1 1 1 1 1 1 0
0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0
0 0 6 6 6 6 6 0 0 0
0 0 6 6 6 6 6 0 0 0
0 0 6 6 6 6 6 0 0 0
Output:
0 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "0 0 2 2 2 2 2 2 2 2\n0 0 2 2 2 2 2 2 2 2\n0 0 2 2 2 2 2 2 2 2\n0 0 2 2 2 2 2 2 2 2\n0 0 0 0 4 4 4 4 0 0\n0 0 0 0 4 4 4 4 0 0\n0 0 0 0 4 4 4 4 0 0\n0 0 0 3 3 3 3 3 3 0\n0 0 0 3 3 3 3 3 3 0\n0 0 0 3 3 3 3 3 3 0", "reasoning_gym_entry": {"question": "Find the common ru... | {"source_dataset": "arc_agi", "source_index": 11214, "input": [[0, 0, 2, 2, 2, 2, 2, 2, 2, 2], [0, 0, 2, 2, 2, 2, 2, 2, 2, 2], [0, 0, 2, 2, 2, 2, 2, 2, 2, 2], [0, 0, 2, 2, 2, 2, 2, 2, 2, 2], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 3, 3, 3, 3, 3, 3, 0], [... |
null | General Reasoning | 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 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 7
0 0 0 0 0 0 0 0 0 0 7 0
0 0 0 0 0 0 0 0 0 7 0 0
0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "3 3 3 3 0 0 0 0 7 0 0 0\n3 3 3 3 0 0 0 7 0 0 0 0\n3 3 3 3 0 0 2 0 0 0 0 0\n3 3 3 3 0 2 0 0 0 0 0 0\n3 3 3 3 2 0 0 0 0 0 0 0\n3 3 3 3 0 2 0 0 0 0 0 0\n3 3 3 3 0 0 2 0 0 0 0 0\n3 3 3 3 0 0 0 2 0 0 0 0\n3 3 3 3 0 0 0 0 2 0 0 0\n3 3 3 3 0 0 0 0 0 2 0 0\n3 3 3 3 0 0 0 0 ... | {"source_dataset": "arc_agi", "source_index": 11215, "input": [[3, 3, 3, 3, 0, 0, 0, 0, 7, 0, 0, 0], [3, 3, 3, 3, 0, 0, 0, 7, 0, 0, 0, 0], [3, 3, 3, 3, 0, 0, 0, 0, 0, 0, 0, 0], [3, 3, 3, 3, 0, 0, 0, 0, 0, 0, 0, 0], [3, 3, 3, 3, 0, 0, 0, 0, 0, 0, 0, 0], [3, 3, 3, 3, 0, 0, 0, 0, 0, 0, 0, 0], [3, 3, 3, 3, 0, 0, 0, 0, 0, 0... |
null | General Reasoning | reasoning_gym | Find the common rule that maps an input grid to an output grid, given the examples below.
Example 1:
Input:
2 2 2 2 2 2 2 2 2 2
2 2 0 2 2 2 2 2 2 2
2 2 6 6 2 2 2 2 2 2
2 6 2 2 2 2 2 6 2 2
2 2 6 2 2 2 6 2 6 2
2 2 2 2 2 2 6 6 2 2
2 2 2 2 2 2 2 2 2 2
2 2 2 2 2 2 2 2 2 2
2 2 2 2 2 2 2 2 2 2
2 2 2 2 2 2 2 2 2 2
Output:
2 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "2 4 2\n2 4 4\n4 4 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:\n2 2 2 2 2 2 2 2 2 2\n2 2 0 2 2 2 2 2 2 2\n2 2 6 6 2 2 2 2 2 2\n2 6 2 2 2 2 2 6 2 2\n2 2 6 2 ... | {"source_dataset": "arc_agi", "source_index": 11216, "input": [[2, 2, 2, 0, 2, 2, 2, 2, 2, 2], [2, 2, 2, 4, 2, 2, 2, 2, 2, 2], [2, 2, 2, 4, 4, 2, 2, 2, 2, 2], [2, 2, 4, 4, 2, 2, 2, 2, 2, 2], [2, 2, 2, 2, 2, 2, 2, 4, 2, 2], [2, 2, 2, 2, 2, 2, 2, 4, 4, 2], [2, 2, 2, 4, 2, 2, 2, 4, 2, 2], [2, 2, 4, 4, 4, 2, 2, 2, 2, 2], [... |
null | General Reasoning | reasoning_gym | Find the common rule that maps an input grid to an output grid, given the examples below.
Example 1:
Input:
6 5 6 5 5 5 5 5 8 8 8
5 6 5 5 5 5 5 5 8 8 8
6 6 5 5 5 5 5 5 8 8 8
5 5 5 5 5 5 5 5 8 8 8
5 5 5 5 6 5 6 5 8 8 8
5 5 5 5 5 6 5 5 8 8 8
5 5 5 5 6 6 5 5 8 8 8
5 5 5 5 5 5 5 5 8 8 8
6 5 6 5 6 5 6 5 8 8 8
5 6 5 5 5 6 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "7 6 6 6 5 6 7 6 6 5 6 6 7 6 5 6 6 6 7\n6 5 5 5 5 6 5 5 5 5 6 5 5 5 5 6 5 5 5\n6 5 5 6 5 6 5 5 6 5 6 5 5 6 5 6 5 5 6\n6 5 6 6 5 6 5 6 6 5 6 5 6 6 5 6 5 6 6\n5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5\n6 6 6 6 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5\n7 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 ... | {"source_dataset": "arc_agi", "source_index": 11217, "input": [[6, 6, 6, 6, 5, 6, 6, 6, 6, 5, 6, 6, 6, 6, 5, 6, 6, 6, 6], [6, 5, 5, 5, 5, 6, 5, 5, 5, 5, 6, 5, 5, 5, 5, 6, 5, 5, 5], [6, 5, 5, 6, 5, 6, 5, 5, 6, 5, 6, 5, 5, 6, 5, 6, 5, 5, 6], [6, 5, 6, 6, 5, 6, 5, 6, 6, 5, 6, 5, 6, 6, 5, 6, 5, 6, 6], [5, 5, 5, 5, 5, 5, 5,... |
null | General Reasoning | reasoning_gym | Find the common rule that maps an input grid to an output grid, given the examples below.
Example 1:
Input:
6 8 9 6 8 9
8 6 9 8 6 9
Output:
6 8 9
8 6 9
Example 2:
Input:
9 1 1
9 9 1
9 5 5
9 1 1
9 9 1
9 5 5
Output:
9 1 1
9 9 1
9 5 5
Example 3:
Input:
7 7 8 6
7 7 8 8
8 8 7 7
6 8 7 7
7 7 8 6
7 7 8 8
8 8 7 7
6 8 7 7
... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "3 9 1 6\n9 3 1 1\n3 9 9 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:\n6 8 9 6 8 9\n8 6 9 8 6 9\nOutput:\n6 8 9\n8 6 9\n\nExample 2:\n\nInput:\n9 1 1\n9 9 1\... | {"source_dataset": "arc_agi", "source_index": 11218, "input": [[3, 9, 1, 6, 3, 9, 1, 6], [9, 3, 1, 1, 9, 3, 1, 1], [3, 9, 9, 6, 3, 9, 9, 6]], "output": [[3, 9, 1, 6], [9, 3, 1, 1], [3, 9, 9, 6]], "task_id": "7b7f7511", "difficulty": {"rotations_weights": [0.25, 0.25, 0.25, 0.25], "mirrors_weights": [0.2, 0.2, 0.2, 0.2,... |
null | General Reasoning | 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 9 9 9 9 9 9 9 9 9 9 9
9 9 9 9 9 9 2 0 9 9 9 9
9 9 9 9 9 9 9 0 4 9 9 9
9 9 9 9 9 9 4 9 6 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 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "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\n9 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\n9 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\n9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 0 0 0 0 9 9\n9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 0 0 0 0 9 9\n9... | {"source_dataset": "arc_agi", "source_index": 11219, "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, 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... |
null | General Reasoning | reasoning_gym | Find the common rule that maps an input grid to an output grid, given the examples below.
Example 1:
Input:
2 6 6 6 6
1 2 6 6 6
1 2 6 6 6
1 2 6 6 6
2 6 6 6 6
Output:
2 6 1 6 6
1 2 6 6 6
1 2 6 6 6
1 2 6 6 6
2 6 1 6 6
Example 2:
Input:
4 6 6
5 4 6
4 6 6
Output:
4 6 5
5 4 6
4 6 5
Example 3:
Input:
3 6 6 6 6
3 6 6 6 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "3 6 6 6 4 6 6 6 6\n3 6 6 4 6 6 6 6 6\n3 6 4 6 6 6 6 6 6\n4 3 6 6 6 6 6 6 6\n4 3 6 6 6 6 6 6 6\n4 3 6 6 6 6 6 6 6\n3 6 4 6 6 6 6 6 6\n3 6 6 4 6 6 6 6 6\n3 6 6 6 4 6 6 6 6", "reasoning_gym_entry": {"question": "Find the common rule that maps an input grid to an output... | {"source_dataset": "arc_agi", "source_index": 11220, "input": [[3, 6, 6, 6, 6, 6, 6, 6, 6], [3, 6, 6, 6, 6, 6, 6, 6, 6], [3, 6, 6, 6, 6, 6, 6, 6, 6], [4, 3, 6, 6, 6, 6, 6, 6, 6], [4, 3, 6, 6, 6, 6, 6, 6, 6], [4, 3, 6, 6, 6, 6, 6, 6, 6], [3, 6, 6, 6, 6, 6, 6, 6, 6], [3, 6, 6, 6, 6, 6, 6, 6, 6], [3, 6, 6, 6, 6, 6, 6, 6, ... |
null | General Reasoning | reasoning_gym | Find the common rule that maps an input grid to an output grid, given the examples below.
Example 1:
Input:
5 6 2
2 9 9
2 6 2
Output:
5 5 5 6 6 6 2 2 2
5 5 5 6 6 6 2 2 2
5 5 5 6 6 6 2 2 2
2 2 2 9 9 9 9 9 9
2 2 2 9 9 9 9 9 9
2 2 2 9 9 9 9 9 9
2 2 2 6 6 6 2 2 2
2 2 2 6 6 6 2 2 2
2 2 2 6 6 6 2 2 2
Example 2:
Input:
2 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "5 5 5 5 5 5 5 5 2 2 2 2\n5 5 5 5 5 5 5 5 2 2 2 2\n5 5 5 5 5 5 5 5 2 2 2 2\n5 5 5 5 5 5 5 5 2 2 2 2\n2 2 2 2 6 6 6 6 1 1 1 1\n2 2 2 2 6 6 6 6 1 1 1 1\n2 2 2 2 6 6 6 6 1 1 1 1\n2 2 2 2 6 6 6 6 1 1 1 1\n2 2 2 2 0 0 0 0 2 2 2 2\n2 2 2 2 0 0 0 0 2 2 2 2\n2 2 2 2 0 0 0 0 ... | {"source_dataset": "arc_agi", "source_index": 11221, "input": [[5, 5, 2], [2, 6, 1], [2, 0, 2]], "output": [[5, 5, 5, 5, 5, 5, 5, 5, 2, 2, 2, 2], [5, 5, 5, 5, 5, 5, 5, 5, 2, 2, 2, 2], [5, 5, 5, 5, 5, 5, 5, 5, 2, 2, 2, 2], [5, 5, 5, 5, 5, 5, 5, 5, 2, 2, 2, 2], [2, 2, 2, 2, 6, 6, 6, 6, 1, 1, 1, 1], [2, 2, 2, 2, 6, 6, 6, ... |
null | General Reasoning | 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
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
4 4 4 4 4 4 4 4 4 4 4 4 4 4 4
... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "4 4 4 3 4 4 4 4 4 4 4 3 4 4 4 4 4\n4 4 4 4 3 4 4 4 4 4 3 4 4 4 4 4 4\n4 4 4 4 4 3 4 4 4 3 4 4 4 4 4 4 4\n4 4 4 4 4 4 3 4 3 4 4 4 4 4 4 4 4\n4 4 4 4 4 4 4 3 4 4 4 4 4 4 4 4 4\n4 4 4 4 4 4 3 4 3 4 4 4 4 4 4 4 4\n4 4 4 4 4 3 4 4 4 3 4 4 4 4 4 4 4\n4 4 4 4 3 4 4 4 4 4 3... | {"source_dataset": "arc_agi", "source_index": 11222, "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, 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, 3, 4, 4, 4, 4, 4, 4, 4,... |
null | General Reasoning | 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 6 6 6 6 6 6 6 6
3 3 3 3 6 6 6 6 6 6 6 6
9 3 3 3 6 6 6 6 6 6 6 6
3 3 3 3 6 9 9 6 6 6 6 6
3 3 3 3 6 9 9 6 6 6 6 6
3 3 3 3 6 9 9 6 6 6 6 6
3 9 9 3 6 6 6 6 6 6 6 6
3 9 9 3 6 6 6 6 9 9 6 6
3 3 3 3 6 6 6 6 9 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "6 6 6 6 6 6 6 6 6 6\n6 6 6 6 6 6 6 6 6 6\n6 6 6 6 6 6 6 6 6 6\n6 6 6 6 6 9 9 6 6 6\n6 9 9 6 6 9 9 6 9 6\n3 3 9 9 3 9 9 3 3 3\n3 3 9 9 3 9 9 3 3 3\n3 3 9 9 3 3 3 3 3 3\n3 3 9 9 3 3 3 3 3 3\n3 3 3 3 3 3 3 3 3 3\n3 3 3 3 3 3 3 3 3 3", "reasoning_gym_entry": {"question"... | {"source_dataset": "arc_agi", "source_index": 11223, "input": [[6, 6, 6, 6, 6, 6, 6, 6, 6, 6], [6, 6, 6, 6, 6, 9, 9, 6, 6, 6], [6, 9, 9, 6, 6, 9, 9, 6, 6, 6], [6, 6, 6, 6, 6, 6, 6, 6, 9, 6], [6, 6, 6, 6, 6, 6, 6, 6, 6, 6], [3, 3, 3, 3, 3, 3, 3, 3, 3, 3], [3, 3, 3, 3, 3, 3, 3, 3, 3, 3], [3, 3, 9, 9, 3, 3, 3, 3, 3, 3], [... |
null | General Reasoning | reasoning_gym | Find the common rule that maps an input grid to an output grid, given the examples below.
Example 1:
Input:
1 4 2 4 4 2 1 4
4 4 2 4 4 2 4 4
2 2 2 2 2 2 2 2
4 4 2 4 4 2 4 4
4 8 2 4 4 2 4 8
2 2 2 2 2 2 2 2
4 4 2 4 4 2 1 4
4 4 2 4 4 2 4 4
Output:
1 4 2 1 4 2 1 4
4 4 2 4 4 2 4 4
2 2 2 2 2 2 2 2
4 4 2 4 4 2 1 4
4 8 2 4 8 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "3 4 2 3 4 2 3 4\n4 0 2 4 4 2 4 4\n2 2 2 2 2 2 2 2\n4 4 2 4 4 2 3 4\n4 0 2 4 4 2 4 4\n2 2 2 2 2 2 2 2\n4 4 2 4 4 2 3 4\n4 0 2 4 4 2 4 4", "reasoning_gym_entry": {"question": "Find the common rule that maps an input grid to an output grid, given the examples below.\n\... | {"source_dataset": "arc_agi", "source_index": 11224, "input": [[3, 4, 2, 4, 4, 2, 3, 4], [4, 0, 2, 4, 4, 2, 4, 4], [2, 2, 2, 2, 2, 2, 2, 2], [4, 4, 2, 4, 4, 2, 4, 4], [4, 4, 2, 4, 4, 2, 4, 4], [2, 2, 2, 2, 2, 2, 2, 2], [4, 4, 2, 4, 4, 2, 3, 4], [4, 0, 2, 4, 4, 2, 4, 4]], "output": [[3, 4, 2, 3, 4, 2, 3, 4], [4, 0, 2, 4... |
null | General Reasoning | reasoning_gym | Find the common rule that maps an input grid to an output grid, given the examples below.
Example 1:
Input:
4 4 8 8 8 8 8 8 4 4 4 4 4
4 4 8 8 4 4 8 8 4 4 4 4 4
4 8 8 8 4 4 8 8 8 4 4 4 4
4 4 4 8 4 4 8 4 4 4 4 4 4
4 4 4 8 8 8 8 4 4 4 4 4 4
4 4 7 7 7 7 7 7 4 4 4 4 4
4 4 7 7 4 4 7 7 4 4 4 4 4
4 7 7 7 4 4 7 7 7 4 4 4 4
4 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "4 4 4 4 4 4 4 4 4 4 4 4 4 4 4\n4 4 4 4 4 4 4 4 4 4 4 4 4 4 4\n4 4 4 4 4 4 4 4 4 4 4 4 4 4 4\n4 4 4 1 1 1 1 1 1 4 4 4 4 4 4\n4 4 4 4 1 4 4 1 4 4 4 4 4 4 4\n4 4 4 4 4 1 1 4 4 4 4 4 4 4 4\n4 4 4 2 2 2 2 2 2 4 4 4 4 4 4\n4 4 4 4 2 4 4 2 4 4 4 4 4 4 4\n4 4 4 4 4 2 2 4 4 ... | {"source_dataset": "arc_agi", "source_index": 11225, "input": [[4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4], [4, 4, 4, 4, 4, 4, 4, 4, 5, 9, 7, 2, 1, 4, 4], [4, 4, 4, 4, 4, 4, 4, 4, 5, 9, 7, 2, 1, 4, 4], [4, 4, 4, 4, 4, 4, 4, 4, 5, 9, 7, 2, 1, 4, 4], [4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4], [4, 4, 4, 4, 4, 4, 4, ... |
null | General Reasoning | 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
2 0 0 9 0 0
0 0 0 0 0 0
0 0 0 0 0 0
Output:
0 0 2 0 0 0
0 0 2 0 0 0
0 0 2 0 0 0
2 2 2 9 0 0
0 0 0 0 0 0
0 0 0 0 0 0
Example 2:
Input:
0 0 0 0 0 0
0 0 0 6 0 0
0 0 0 0 0 0
0 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "0 0 0 0 0 0 0 0 0 0 0 0\n0 0 0 0 0 0 0 0 0 0 0 0\n2 2 2 6 0 0 0 0 0 0 0 0\n0 0 2 0 0 0 0 0 0 0 0 0\n0 0 2 0 0 0 0 0 0 0 0 0\n0 0 2 2 2 2 2 6 0 0 0 0\n0 0 9 0 0 0 2 0 0 0 0 0\n0 0 0 0 0 0 2 2 2 2 6 0\n0 0 0 0 0 0 9 0 0 2 2 2\n0 0 0 0 0 0 0 0 0 9 0 0", "reasoning_gym_... | {"source_dataset": "arc_agi", "source_index": 11226, "input": [[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0], [0, 0, 9, 0, 0, 0, 0, 0, 0, 0... |
null | General Reasoning | 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 4 0 0 0 0 0
0 0 4 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 4 0 0 4
0 0 0 0 0 0 0 0 0 0 0
0 0 4 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 4 0
0 4 0 0 0 0 5 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "0 0 0 0 4 0 0 0 0 0 0\n4 0 0 0 0 0 0 0 0 4 0\n0 0 0 0 0 0 0 0 0 0 4\n0 0 0 0 0 0 0 0 0 0 0\n0 0 0 0 0 0 0 0 0 0 0\n0 0 4 0 5 0 0 4 0 0 0\n0 0 5 0 5 0 0 0 0 0 0\n0 0 5 5 5 0 0 0 0 4 0\n0 0 0 0 0 0 0 0 0 0 0\n0 0 0 0 4 0 0 0 0 4 0\n4 0 0 0 0 0 0 0 0 0 0", "reasoning_g... | {"source_dataset": "arc_agi", "source_index": 11227, "input": [[0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0], [4, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 4, 0, 5, 0, 0, 4, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0,... |
null | General Reasoning | reasoning_gym | Find the common rule that maps an input grid to an output grid, given the examples below.
Example 1:
Input:
2 0 0 2 2 2 2 0 2 0 2 2 2 2 0 0 0 0 0 2 0 2 2 2 0 0 0 2 2 2
0 2 0 0 2 0 2 0 2 2 2 2 2 2 2 0 2 0 2 2 0 2 2 2 2 2 2 0 2 0
0 2 0 0 0 0 2 0 0 0 2 2 2 2 0 0 0 2 2 2 0 2 2 2 0 2 0 2 0 0
0 0 2 0 0 0 2 0 0 2 2 2 2 2 2 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "2 5 5 2 5 2 5 5 5 2 2 5 2 5 2 4 4 4 4 4 2 2 2 5 2 2 5 5 5 2\n2 5 5 5 2 5 5 5 2 2 5 5 2 5 2 4 4 4 4 4 2 5 2 5 2 5 2 2 5 2\n2 2 2 2 5 5 5 2 5 5 2 5 5 2 2 4 4 4 4 4 2 2 5 2 2 2 2 2 2 2\n5 5 2 2 2 5 5 2 5 2 2 5 2 2 2 4 4 4 4 4 2 5 2 5 2 5 5 5 5 5\n5 5 5 2 5 2 2 5 2 2 2 ... | {"source_dataset": "arc_agi", "source_index": 11228, "input": [[2, 5, 5, 2, 5, 2, 5, 5, 5, 2, 2, 5, 2, 5, 2, 2, 2, 2, 2, 2, 2, 2, 2, 5, 2, 2, 5, 5, 5, 2], [2, 5, 5, 5, 2, 5, 5, 5, 2, 2, 5, 5, 2, 5, 2, 2, 2, 2, 2, 2, 2, 5, 2, 5, 2, 5, 2, 2, 5, 2], [2, 2, 2, 2, 5, 5, 5, 2, 5, 5, 2, 5, 5, 2, 2, 2, 2, 2, 2, 2, 2, 2, 5, 2, ... |
null | General Reasoning | 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
0 0 0 6 6 6 0 0 0 0
0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 2 0
0 0 0 0 0 0 0 0 2 0
0 0 0 0 5 5 0 0 0 0
0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0
Output:
6 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "4 4 4 4\n8 8 8 8\n1 1 1 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 0 0 0 0 0 0 0 0 0\n0 0 0 0 0 0 0 0 0 0\n0 0 0 6 6 6 0 0 0 0\n0 0 0 0 0 0 0 0 0 0\n0 ... | {"source_dataset": "arc_agi", "source_index": 11229, "input": [[0, 0, 0, 0, 0, 0, 6, 6, 6, 0], [0, 0, 4, 0, 0, 0, 0, 0, 0, 0], [0, 4, 4, 4, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 8, 8, 8], [0, 0, 0, 0, 0, 0, 0, 8, 0, 0], [0, 0, 0, 0, 0, 9, 0, 0, 0, 0], [0, 0, 0, 0, 0, 9, 0, 0, 0, 0], [0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [... |
null | General Reasoning | 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 7 5 1 1 5 1 1 1 1 1
0 1 1 1 0 7 1 1 1 1 1 1 1 1 5
1 1 1 1 1 7 1 1 5 1 1 1 1 1 1
1 1 1 0 1 7 1 1 1 1 1 1 5 1 1
1 1 1 1 1 7 1 1 1 5 1 1 1 5 1
1 0 1 1 1 7 1 5 1 1 1 1 1 1 1
1 1 1 0 1 7 5 1 1 1 5 1 1 1 1
... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "1 1 1 1 1 7 5 1 1 1 5 1 1 1 5\n0 1 1 0 1 7 1 1 1 1 1 1 1 1 1\n1 0 1 1 1 7 1 1 5 1 1 1 5 1 1\n1 1 1 1 0 7 1 1 1 1 1 5 1 1 1\n1 1 1 1 1 7 1 1 5 1 1 1 1 1 5\n0 1 1 1 1 7 5 1 1 1 1 1 1 1 1\n1 1 1 0 1 7 1 5 1 1 5 1 1 5 1", "reasoning_gym_entry": {"question": "Find the co... | {"source_dataset": "arc_agi", "source_index": 11230, "input": [[1, 1, 7, 1, 1, 1, 5, 1, 1, 1, 5, 1, 1, 1, 5], [0, 1, 7, 5, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], [1, 0, 7, 1, 1, 1, 1, 1, 5, 1, 1, 1, 5, 1, 1], [1, 1, 7, 1, 5, 1, 1, 1, 1, 1, 1, 5, 1, 1, 1], [1, 1, 7, 1, 1, 1, 1, 1, 5, 1, 1, 1, 1, 1, 5], [0, 1, 7, 1, 1, 1, 5, ... |
null | General Reasoning | 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 8 4 4
4 4 4 4 4
4 4 4 4 4
Output:
8 4 4 4 8
4 8 4 8 4
4 4 8 4 4
4 8 4 8 4
8 4 4 4 8
Example 2:
Input:
3 3 3
3 8 3
3 3 3
Output:
8 3 8
3 8 3
8 3 8
Example 3:
Input:
1 1 1 1 1 1 1
1 1 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "8 6 6 6 6 6 6 6 6 6 8\n6 8 6 6 6 6 6 6 6 8 6\n6 6 8 6 6 6 6 6 8 6 6\n6 6 6 8 6 6 6 8 6 6 6\n6 6 6 6 8 6 8 6 6 6 6\n6 6 6 6 6 8 6 6 6 6 6\n6 6 6 6 8 6 8 6 6 6 6\n6 6 6 8 6 6 6 8 6 6 6\n6 6 8 6 6 6 6 6 8 6 6\n6 8 6 6 6 6 6 6 6 8 6\n8 6 6 6 6 6 6 6 6 6 8", "reasoning_g... | {"source_dataset": "arc_agi", "source_index": 11231, "input": [[6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6], [6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6], [6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6], [6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6], [6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6], [6, 6, 6, 6, 6, 8, 6, 6, 6, 6, 6], [6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6], [6, 6, 6, 6,... |
null | General Reasoning | reasoning_gym | Find the common rule that maps an input grid to an output grid, given the examples below.
Example 1:
Input:
4 4 7 7 3 3 3 3 3 3
4 4 4 7 3 7 7 7 3 3
7 7 7 7 3 3 3 7 7 3
7 0 0 7 3 3 3 3 3 3
7 7 0 7 7 0 7 7 7 7
3 3 3 3 3 7 7 0 0 7
3 3 3 3 3 7 7 7 7 7
3 7 7 3 3 7 7 7 7 0
3 7 7 7 3 7 8 8 8 7
3 3 3 3 3 7 7 7 8 8
Output:
7 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "7 7 3 3 3 3 3 7 7 4\n4 7 3 6 6 6 3 7 7 7\n7 7 3 3 6 3 3 7 7 7\n7 7 3 3 3 3 3 7 7 7\n7 7 3 3 3 3 3 7 7 4\n7 7 7 7 7 4 7 4 7 7\n7 7 7 7 7 7 7 7 7 7\n7 7 7 3 3 3 3 3 3 3\n7 4 7 3 0 0 0 3 3 3\n4 7 7 3 3 3 3 3 3 3", "reasoning_gym_entry": {"question": "Find the common ru... | {"source_dataset": "arc_agi", "source_index": 11232, "input": [[7, 7, 3, 3, 3, 3, 3, 7, 7, 4], [4, 7, 3, 7, 7, 7, 3, 7, 7, 7], [7, 7, 3, 3, 7, 3, 3, 0, 0, 0], [7, 7, 3, 3, 3, 3, 3, 7, 7, 7], [7, 7, 3, 3, 3, 3, 3, 7, 7, 4], [6, 6, 6, 7, 7, 4, 7, 4, 7, 7], [7, 6, 7, 7, 7, 7, 7, 7, 7, 7], [7, 7, 7, 3, 3, 3, 3, 3, 3, 3], [... |
null | General Reasoning | 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 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 4 0 0 0 0
0 0 0 0 0 0 4 4 4 0 0 0
0 0 0 0 0 0 0 4 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "0 0 0 0 0 0 0 0 0 8 0 0 0 0 0 0 0 0 9 0 0 0 0 0 0 0 0 8 0 0\n0 0 0 0 0 0 0 0 0 0 8 0 0 0 0 0 0 0 9 0 0 0 0 0 0 0 8 0 0 0\n0 0 0 0 0 0 0 0 0 0 0 8 0 0 0 0 0 0 6 0 0 0 0 0 0 8 0 0 0 0\n0 0 0 0 0 0 0 0 0 0 0 0 8 0 0 0 0 0 9 0 0 0 0 0 8 0 0 0 0 0\n0 0 0 0 0 0 0 0 0 0 0 ... | {"source_dataset": "arc_agi", "source_index": 11233, "input": [[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, ... |
null | General Reasoning | 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
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 2 2 4 4 4 4 4 2 2 4 4 4
4 4 4 2 4 4 4 4 4 4 4 2 4 8 4
... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "4 4 4 4 4 4 4 4 4 4 4 4 4 4 4\n4 4 4 4 4 4 4 4 4 4 4 4 4 4 4\n4 4 4 4 4 4 4 4 4 4 4 4 4 4 4\n4 4 4 2 2 2 2 2 2 2 4 4 4 4 4\n4 4 4 2 4 4 4 4 4 2 4 4 4 4 4\n4 4 4 4 8 8 4 8 8 4 4 4 4 4 4\n4 4 4 4 4 8 8 8 4 4 4 4 4 4 4\n4 4 4 4 4 4 4 4 4 4 4 4 4 4 4\n4 4 4 4 8 8 8 8 8 ... | {"source_dataset": "arc_agi", "source_index": 11234, "input": [[4, 4, 4, 4, 4, 8, 8, 8, 4, 4, 4, 4, 4, 4, 4], [4, 4, 4, 4, 8, 8, 4, 8, 8, 4, 4, 4, 4, 4, 4], [4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4], [4, 4, 4, 2, 2, 2, 2, 2, 2, 2, 4, 4, 4, 4, 4], [4, 4, 4, 2, 4, 4, 4, 4, 4, 2, 4, 4, 4, 4, 4], [4, 4, 4, 4, 4, 4, 4, ... |
null | General Reasoning | 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 7 1
9 9 1
Output:
1 1 1
2 2 1
2 2 1
Example 2:
Input:
9 6 5
7 6 5
7 6 9
Output:
2 6 2
2 6 2
2 6 2
Example 3:
Input:
1 9 1
1 9 1
1 1 1
Output:
1 2 1
1 2 1
1 1 1
Example 4:
Input:
9 9 7
1 7 7
1 5 7
... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "2 5 2\n5 5 5\n2 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:\n1 1 1\n9 7 1\n9 9 1\nOutput:\n1 1 1\n2 2 1\n2 2 1\n\nExample 2:\n\nInput:\n9 6 5\n7 6 5\n7 6... | {"source_dataset": "arc_agi", "source_index": 11235, "input": [[7, 5, 7], [5, 5, 5], [1, 1, 1]], "output": [[2, 5, 2], [5, 5, 5], [2, 2, 2]], "task_id": "9565186b", "difficulty": {"rotations_weights": [0.25, 0.25, 0.25, 0.25], "mirrors_weights": [0.2, 0.2, 0.2, 0.2, 0.2]}} |
null | General Reasoning | 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 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 8 8 8 8 8 8 8 8 8 8 2 8 8 8 8
8 8 8 8 8 9 8 8 8 8 8 8 8 8 8 8 8 8 8 8
8 4 8 8 8 8 8 4 8 8 8 5 8 8 8 8 8 8 8 8
8 8 8 8 8 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8\n8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8\n8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8\n8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 3 8 8 8\n8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 3 8 8 8\n8 8 8 8 8 9 8 8 8 8 8 8 8 8 8 8 3 8 8 8\n8 8 8 8 8 9 8 8 8 8 ... | {"source_dataset": "arc_agi", "source_index": 11236, "input": [[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, 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, 8, 8, 8, 8, 3, 8, 8, 8], [8, 8, 8,... |
null | General Reasoning | reasoning_gym | Find the common rule that maps an input grid to an output grid, given the examples below.
Example 1:
Input:
6 2 3 3 3 3
3 2 3 3 3 3
3 2 3 3 3 3
3 2 3 2 3 3
3 3 3 2 3 3
3 3 3 2 6 3
Output:
6 2 3 3 3 3
8 2 3 3 3 3
8 2 8 8 8 3
8 2 8 2 8 3
8 8 8 2 8 3
3 3 3 2 6 3
Example 2:
Input:
6 3 3 3 3
2 2 2 2 3
2 3 3 3 3
2 2 2 2 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "6 8 8 8 8 8 3 3 3 3\n2 2 2 2 2 8 3 3 3 3\n3 8 8 8 8 8 3 3 3 3\n3 8 2 2 2 2 2 2 2 2\n3 8 8 8 8 8 3 3 3 3\n2 2 2 2 2 8 2 2 2 2\n8 8 8 8 8 8 3 3 3 3\n8 2 2 2 2 2 2 2 2 3\n8 3 3 3 3 3 3 3 3 3\n6 3 3 3 3 3 3 3 3 3", "reasoning_gym_entry": {"question": "Find the common ru... | {"source_dataset": "arc_agi", "source_index": 11237, "input": [[6, 3, 3, 3, 3, 3, 3, 3, 3, 3], [2, 2, 2, 2, 2, 3, 3, 3, 3, 3], [3, 3, 3, 3, 3, 3, 3, 3, 3, 3], [3, 3, 2, 2, 2, 2, 2, 2, 2, 2], [3, 3, 3, 3, 3, 3, 3, 3, 3, 3], [2, 2, 2, 2, 2, 3, 2, 2, 2, 2], [3, 3, 3, 3, 3, 3, 3, 3, 3, 3], [3, 2, 2, 2, 2, 2, 2, 2, 2, 3], [... |
null | General Reasoning | 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
0 0 4 4 4
0 4 4 4 4
0 0 4 4 4
4 4 4 4 4
Output:
4 4 4 4 4
0 0 4 4 4
0 4 4 4 6
0 0 4 4 4
4 4 4 4 4
Example 2:
Input:
4 4 4 4 4 4 4 4
7 7 4 4 4 4 4 4
7 4 4 4 4 4 4 4
7 7 4 4 4 4 4 4
4 4 4 4 4 4 4 4
4 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "4 4 4 4 4 4 4\n1 1 4 4 4 4 4\n1 4 4 4 4 4 6\n1 1 4 4 4 4 4\n4 4 4 4 4 4 4\n4 3 3 4 4 4 4\n4 3 4 4 4 4 6\n4 3 3 4 4 4 4\n4 4 0 0 4 4 4\n4 4 0 4 4 4 6\n4 4 0 0 4 4 4", "reasoning_gym_entry": {"question": "Find the common rule that maps an input grid to an output grid,... | {"source_dataset": "arc_agi", "source_index": 11238, "input": [[4, 4, 4, 4, 4, 4, 4], [1, 1, 4, 4, 4, 4, 4], [1, 4, 4, 4, 4, 4, 4], [1, 1, 4, 4, 4, 4, 4], [4, 4, 4, 4, 4, 4, 4], [4, 3, 3, 4, 4, 4, 4], [4, 3, 4, 4, 4, 4, 4], [4, 3, 3, 4, 4, 4, 4], [4, 4, 0, 0, 4, 4, 4], [4, 4, 0, 4, 4, 4, 4], [4, 4, 0, 0, 4, 4, 4]], "ou... |
null | General Reasoning | 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 3 4 4 4 4 7 4 4
4 9 9 9 4 4 4 4 4 3 3 3 4 4 7 7 7
4 3 3 3 4 4 4 3 3 3 3 3 7 7 7 7 7
4 7 7 7 4 4 4 3 4 4 4 3 7 4 4 4 7
4 4 4 4 4 4 4 3 4 4 4 3 7 4 4 4 7
4 4 4 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4\n4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4\n4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4\n4 4 1 4 4 5 4 4 3 4 4 6 4 4 2 4 4 4\n4 1 1 4 5 5 4 3 3 4 6 6 4 2 2 4 4 4\n1 4 1 5 4 5 3 4 3 6 4 6 2 4 2 4 4 4\n1 4 1 5 4 5 3 4 3 6 4 6 2 4 2 4 4 4\n4 1 1 4... | {"source_dataset": "arc_agi", "source_index": 11239, "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, 4, 4, 4, 4, 4, 4, 4, 4, 4], [4, 4, 4, 4, 4, 4, 4, 4, 3, 4, 4, 4, 4, 4, 4, 4, 4, 4], [4, 4, 4, 4, 4, 4, 4, 3, 3, 4, 4,... |
null | General Reasoning | 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
4 4 4
5 5 5
Output:
5
4
5
Example 2:
Input:
6 6 6 6
6 6 6 6
4 4 4 4
4 4 4 4
9 9 9 9
0 0 0 0
Output:
6
4
9
0
Example 3:
Input:
5 9 0 0 4
5 9 0 0 4
5 9 0 0 4
Output:
5 9 0 4
Example 4:
Input:
2 6 0
2 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "6 9 0 4 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:\n5 5 5\n4 4 4\n5 5 5\nOutput:\n5\n4\n5\n\nExample 2:\n\nInput:\n6 6 6 6\n6 6 6 6\n4 4 4 4\n4 4 4 4\n9 9... | {"source_dataset": "arc_agi", "source_index": 11240, "input": [[6, 9, 9, 0, 0, 0, 4, 5, 5], [6, 9, 9, 0, 0, 0, 4, 5, 5], [6, 9, 9, 0, 0, 0, 4, 5, 5], [6, 9, 9, 0, 0, 0, 4, 5, 5]], "output": [[6, 9, 0, 4, 5]], "task_id": "746b3537", "difficulty": {"rotations_weights": [0.25, 0.25, 0.25, 0.25], "mirrors_weights": [0.2, 0... |
null | General Reasoning | reasoning_gym | Find the common rule that maps an input grid to an output grid, given the examples below.
Example 1:
Input:
7 9 9 9 9 9 9 9 9 9 7 7 7 7 7 7 7 7 7 7
7 9 9 7 7 7 7 7 7 9 7 7 7 7 7 7 7 7 7 7
7 9 9 7 7 7 7 7 7 9 7 7 7 7 7 7 7 7 7 7
7 9 9 6 7 6 7 7 7 9 7 7 7 7 7 7 7 7 7 7
7 9 9 7 7 7 7 7 7 9 7 7 7 7 7 7 7 7 7 7
7 9 9 7 7 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "3 3 3 3 3 3 3 3\n2 2 2 2 7 7 7 7\n9 9 9 7 7 7 7 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 9 9 9 9 9 9 9 9 9 7 7 7 7 7 7 7 7 7 7\n7 9 9 7 7 7 7 7 7 9 7... | {"source_dataset": "arc_agi", "source_index": 11241, "input": [[7, 7, 9, 9, 9, 9, 9, 9, 9, 9, 9, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7], [7, 7, 9, 9, 9, 9, 9, 9, 9, 9, 9, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7], [7, 7, 9, 9, 7, 7, 7, 7, 7, 9, 9, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7], [7, 7, 9, 9, 7, 7, 7, 6, 7, 9, 9, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7... |
null | General Reasoning | reasoning_gym | Find the common rule that maps an input grid to an output grid, given the examples below.
Example 1:
Input:
2 6 2
6 2 9
6 6 6
Output:
6 6 6
9 2 6
2 6 2
Example 2:
Input:
9 9 3
9 3 3
9 3 9
Output:
9 3 9
3 3 9
3 9 9
Example 3:
Input:
7 7 6
6 7 5
5 6 6
Output:
6 6 5
5 7 6
6 7 7
Example 4:
Input:
5 5 4
6 5 4
4 5 6
... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "7 0 0\n0 0 7\n1 7 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:\n2 6 2\n6 2 9\n6 6 6\nOutput:\n6 6 6\n9 2 6\n2 6 2\n\nExample 2:\n\nInput:\n9 9 3\n9 3 3\n9 3... | {"source_dataset": "arc_agi", "source_index": 11242, "input": [[7, 7, 1], [7, 0, 0], [0, 0, 7]], "output": [[7, 0, 0], [0, 0, 7], [1, 7, 7]], "task_id": "3c9b0459", "difficulty": {"rotations_weights": [0.25, 0.25, 0.25, 0.25], "mirrors_weights": [0.2, 0.2, 0.2, 0.2, 0.2]}} |
null | General Reasoning | 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 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 9 9 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 9 9 0 0 0 0 0 0 0 0 0 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0\n0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 0\n0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 5 0 0 0 0 0\n0 0 0 0 0 0 0 9 0 0 0 0 0 4 0 0 0 0 0 0 0 5 5 0 5 0 0 0 0 0\n0 0 0 0 0 0 9 0 9 0 0 ... | {"source_dataset": "arc_agi", "source_index": 11243, "input": [[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 0, ... |
null | General Reasoning | 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 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6
6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 8 6 6
6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 8 8 6
6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 3
6 6 6 3 5 6 5 5 6 7 5 6 6 6 6 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "3 3 6 6 6 6 6 6 6 3 3\n3 3 6 6 6 6 6 6 6 3 3\n6 6 6 6 6 6 6 6 6 6 6\n6 6 6 6 6 6 9 9 6 6 4\n6 6 6 6 6 6 6 9 6 4 4\n6 6 6 6 6 6 6 6 6 6 6\n6 6 6 9 9 6 9 9 6 6 4\n6 6 6 6 9 6 6 9 6 4 4\n6 6 6 6 6 6 6 6 6 6 6\n7 7 6 7 7 6 6 6 6 6 4\n7 6 6 7 6 6 6 6 6 4 4", "reasoning_g... | {"source_dataset": "arc_agi", "source_index": 11244, "input": [[6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6], [6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6], [6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 8, 8, 6, 6], [6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 8, 6, 6, 6], [6, 6, 6,... |
null | General Reasoning | 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 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 4 0 0 0 0 0
0 0 0 0 0 0 8 0 0 0 0 0 0
0 0 0 0 0 8 8 8 0 0 0 0 0
0 0 0 0 0 0 8 0 0 0 0 0 0
0 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "2 4 2 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4\n4 4 4 2 4 2 4 4 4 4 4 4 4 4 4 4 4 4\n4 4 4 4 2 4 4 4 4 4 4 4 4 4 4 4 4 4\n4 4 4 2 4 2 4 4 4 4 4 4 4 4 4 4 4 4\n4 4 4 4 4 4 8 4 8 4 4 4 4 4 4 4 4 4\n4 4 4 4 4 4 4 8 4 4 4 4 4 4 4 4 4 4\n4 4 4 4 4 4 8 4 8 4 4 4 4 4 4 4 4 4\n4 4 4 4... | {"source_dataset": "arc_agi", "source_index": 11245, "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, 4, 4, 4, 4, 4, 4, 4, 4, 4], [4, 4, 4, 4, 4, 2, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4], [4, 4, 4, 4, 4, 4, 8, 4, 8, 4, 4,... |
null | General Reasoning | reasoning_gym | Find the common rule that maps an input grid to an output grid, given the examples below.
Example 1:
Input:
9 7 9
2 7 7
9 9 9
Output:
9 7 9 9 7 9
2 7 7 2 7 7
9 9 9 9 9 9
Example 2:
Input:
9 9 4
9 4 2
1 0 2
9 0 9
Output:
9 9 4 9 9 4
9 4 2 9 4 2
1 0 2 1 0 2
9 0 9 9 0 9
Example 3:
Input:
9 4 2 7
9 4 7 2
1 1 2 7
9 6 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "9 9 9 3 9 9 9 3\n9 9 7 3 9 9 7 3\n9 6 7 9 9 6 7 9\n9 0 6 6 9 0 6 6\n0 9 9 9 0 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 7 9\n2 7 7\n9 9 9\nOutput:... | {"source_dataset": "arc_agi", "source_index": 11246, "input": [[9, 9, 9, 3], [9, 9, 7, 3], [9, 6, 7, 9], [9, 0, 6, 6], [0, 9, 9, 9]], "output": [[9, 9, 9, 3, 9, 9, 9, 3], [9, 9, 7, 3, 9, 9, 7, 3], [9, 6, 7, 9, 9, 6, 7, 9], [9, 0, 6, 6, 9, 0, 6, 6], [0, 9, 9, 9, 0, 9, 9, 9]], "task_id": "a416b8f3", "difficulty": {"rotat... |
null | General Reasoning | 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 1 1 1
4 4 4 4 4 4 4 1 4 1
4 4 4 4 4 4 4 1 1 1
4 2 2 2 2 2 2 4 4 4
4 2 4 4 4 4 2 4 4 4
4 2 4 4 4 4 2 4 4 4
4 2 4 4 4 4 2 4 4 4
4 2 4 4 4 4 2 4 4 4
4 2 4 4 4 4 2 4 4 4
4 2 2 2 2 2 2 4 4 4
Output:
2 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "9 9\n9 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 4 4 4 4 4 1 1 1\n4 4 4 4 4 4 4 1 4 1\n4 4 4 4 4 4 4 1 1 1\n4 2 2 2 2 2 2 4 4 4\n4 2 4 4 4 4 2 4 4 4... | {"source_dataset": "arc_agi", "source_index": 11247, "input": [[4, 4, 4, 4, 4, 4, 8, 8, 8, 8], [9, 9, 9, 9, 9, 4, 8, 4, 4, 8], [9, 4, 4, 4, 9, 4, 8, 4, 4, 8], [9, 4, 4, 4, 9, 4, 8, 4, 4, 8], [9, 4, 4, 4, 9, 4, 8, 4, 4, 8], [9, 4, 4, 4, 9, 4, 8, 4, 4, 8], [9, 4, 4, 4, 9, 4, 8, 4, 4, 8], [9, 4, 4, 4, 9, 4, 8, 4, 4, 8], [... |
null | General Reasoning | 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 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 9 9 9 9 9 9 9 9 9 9
9 9 9 9 9 9 7 7 7 9 9 9 9
9 9 9 9 9 9 9 9 9 9 9 9 9
9 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "9 9 9 5 9 9 9 9 9 9 9 9 9\n9 9 9 5 9 9 9 9 9 9 9 9 9\n9 9 9 5 9 9 9 9 9 9 9 9 9\n9 9 9 5 9 9 9 9 9 9 9 9 9\n9 9 9 5 9 9 9 9 9 9 9 9 9\n9 9 9 5 9 9 9 9 9 9 9 9 9\n4 4 4 5 7 7 7 9 4 4 4 9 9\n9 9 9 5 5 5 9 9 9 9 9 9 9\n9 9 9 9 9 5 9 9 9 9 9 9 9\n9 9 9 9 9 5 9 9 9 9 9 9... | {"source_dataset": "arc_agi", "source_index": 11248, "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, 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], [4, 4, 4, 9... |
null | General Reasoning | 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 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 8 8 8 8 8 8 8
8 8 8 8 8 8 8 8 8 2 8 8 8
8 1 8 8 8 8 8 8 8 3 8 8 8
8 5 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 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "9 9 9 9 9 9\n9 5 1 4 9 9\n5 5 1 4 4 9\n9 5 1 4 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:\n8 8 8 8 8 8 8 8 8 8 8 8 8\n8 8 8 8 8 8 8 8 8 8 8... | {"source_dataset": "arc_agi", "source_index": 11249, "input": [[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, 2, 8, 8, 8, 8, 8], [8, 3, 8, 8, 8, 8, 8, 1, 8, 8, 8, 8, 8], [8, 5, 8, 8, 8, 8, 8, 8, 8, 8, 6, 8, 8], [8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 4, 8, 8], [8, 8, 8, 9... |
null | General Reasoning | reasoning_gym | Find the common rule that maps an input grid to an output grid, given the examples below.
Example 1:
Input:
1 3 7 7 3
1 3 7 7 3
4 3 3 3 3
4 3 3 3 3
4 4 4 1 1
Output:
1 1 1 3 3 3 7 7 7 7 7 7 3 3 3
1 1 1 3 3 3 7 7 7 7 7 7 3 3 3
1 1 1 3 3 3 7 7 7 7 7 7 3 3 3
1 1 1 3 3 3 7 7 7 7 7 7 3 3 3
1 1 1 3 3 3 7 7 7 7 7 7 3 3 3
1 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "0 0 0 0 0 3 3 3 3 3 5 3 3 3 3 3 3 3 3 3 3 3 3 3 3\n0 0 0 0 0 3 3 3 3 3 3 5 3 3 3 3 3 3 3 3 3 3 3 3 3\n0 0 0 0 0 3 3 3 3 3 3 3 5 3 3 3 3 3 3 3 3 3 3 3 3\n0 0 0 0 0 3 3 3 3 3 3 3 3 5 3 3 3 3 3 3 3 3 3 3 3\n0 0 0 0 0 3 3 3 3 3 3 3 3 3 5 3 3 3 3 3 3 3 3 3 3\n0 0 0 0 0 3... | {"source_dataset": "arc_agi", "source_index": 11250, "input": [[0, 3, 3, 3, 3], [0, 3, 3, 4, 4], [2, 3, 3, 4, 4], [1, 3, 3, 3, 3], [9, 1, 2, 0, 0]], "output": [[0, 0, 0, 0, 0, 3, 3, 3, 3, 3, 5, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3], [0, 0, 0, 0, 0, 3, 3, 3, 3, 3, 3, 5, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3], [0, 0,... |
null | General Reasoning | 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
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 4 4 4
4 4 4 4 4 4 4 4 4 1 4 4
4 4 4 4 4 4 4 4 4 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "3 3 3 3 4 4 4 4 4 4 4 6\n3 3 3 3 4 4 4 4 4 4 6 4\n3 3 3 3 4 4 4 4 4 6 4 4\n3 3 3 3 4 4 4 4 6 4 4 4\n3 3 3 3 4 4 4 6 4 4 4 4\n3 3 3 3 4 4 6 4 4 4 4 4\n3 3 3 3 4 6 4 4 4 4 4 4\n3 3 3 3 6 4 4 4 4 4 4 4\n3 3 3 3 4 6 4 4 4 4 4 4\n3 3 3 3 4 4 6 4 4 4 4 4\n3 3 3 3 4 4 4 1 ... | {"source_dataset": "arc_agi", "source_index": 11251, "input": [[3, 3, 3, 3, 4, 4, 4, 4, 4, 4, 4, 4], [3, 3, 3, 3, 4, 4, 4, 4, 4, 4, 4, 4], [3, 3, 3, 3, 4, 4, 4, 4, 4, 4, 4, 4], [3, 3, 3, 3, 4, 4, 4, 4, 4, 4, 4, 4], [3, 3, 3, 3, 4, 4, 4, 4, 4, 4, 4, 4], [3, 3, 3, 3, 4, 4, 4, 4, 4, 4, 4, 4], [3, 3, 3, 3, 4, 4, 4, 4, 4, 4... |
null | General Reasoning | 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 0 0
8 0 0
Output:
3
Example 2:
Input:
8 9 9
9 8 9
8 9 8
Output:
7
Example 3:
Input:
0 8 0
8 0 8
0 8 0
Output:
4
Example 4:
Input:
8 1 1
1 8 1
8 1 8
Output:
7
Example 5:
Input:
9 8 9
8 9 8
9 8 9
... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "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:\n0 8 8\n8 0 0\n8 0 0\nOutput:\n3\n\nExample 2:\n\nInput:\n8 9 9\n9 8 9\n8 9 8\nOutput:\n7\n\nExample 3:\n\nInpu... | {"source_dataset": "arc_agi", "source_index": 11252, "input": [[8, 0, 8], [0, 0, 0], [8, 0, 8]], "output": [[6]], "task_id": "27a28665", "difficulty": {"rotations_weights": [0.25, 0.25, 0.25, 0.25], "mirrors_weights": [0.2, 0.2, 0.2, 0.2, 0.2]}} |
null | General Reasoning | 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 6 9 9 9 6 9 9 9 6 9 9 9 6 9 9 9 6 9 9 9 6 9 9 9
9 9 9 6 9 9 9 6 9 9 9 6 9 9 9 6 9 9 9 6 9 9 9 6 9 9 9
9 9 9 6 9 9 9 6 9 9 9 6 9 9 9 6 9 9 9 6 9 9 9 6 9 9 9
6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "0 9 1\n9 9 9\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:\n9 9 9 6 9 9 9 6 9 9 9 6 9 9 9 6 9 9 9 6 9 9 9 6 9 9 9\n9 9 9 6 9 9 9 6 9 9 9 6 9 9 9 6 9 9 9... | {"source_dataset": "arc_agi", "source_index": 11253, "input": [[9, 9, 9, 9, 4, 9, 9, 9, 9, 4, 9, 9, 9, 9, 4, 9, 9, 9, 9, 4, 9, 9, 9, 9, 4, 9, 9, 9, 9], [9, 9, 9, 9, 4, 9, 9, 9, 9, 4, 9, 9, 9, 9, 4, 9, 9, 9, 9, 4, 9, 9, 9, 9, 4, 9, 9, 9, 9], [9, 9, 9, 9, 4, 9, 9, 9, 9, 4, 9, 9, 9, 9, 4, 9, 9, 9, 9, 4, 9, 9, 9, 9, 4, 9, ... |
null | General Reasoning | 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 6 6 6 6
6 6 6 6 6 6 6 6 6 6 6 6
6 6 6 6 6 6 6 6 6 6 6 6
6 6 6 6 6 6 6 6 6 6 6 6
6 6 6 6 6 6 6 6 6 6 6 6
6 5 5 5 5 5 6 6 6 6 6 6
6 5 5 5 5 5 6 6 6 6 6 6
6 5 5 8 5 5 6 6 6 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "1 1 1 1 1 1\n1 1 1 1 1 1\n1 1 2 2 1 1\n1 1 2 2 1 1\n1 1 1 1 1 1\n1 1 1 1 1 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:\n6 6 6 6 6 6 6 6 6 6 6 6\n6 6 6 6 6 ... | {"source_dataset": "arc_agi", "source_index": 11254, "input": [[6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6], [6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6], [6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6], [6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6], [6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6], [6, 6, 6, 6, 6, 6, 6, 2, 2, 2, 2, 2, ... |
null | General Reasoning | reasoning_gym | Find the common rule that maps an input grid to an output grid, given the examples below.
Example 1:
Input:
2 7 2 2 2
2 2 2 2 2
2 2 2 2 2
2 2 2 2 2
2 2 2 2 2
2 2 2 2 2
2 2 2 2 2
2 2 2 2 2
2 2 2 2 2
2 2 2 2 2
2 3 2 2 2
Output:
2 7 2 2 2
2 7 2 2 2
2 7 2 2 2
2 7 2 2 2
2 7 2 2 2
2 4 2 2 2
2 3 2 2 2
2 3 2 2 2
2 3 2 2 2
2 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "9 2 2 1 2\n9 2 2 1 2\n9 2 2 1 2\n9 2 2 1 2\n9 2 2 1 2\n4 2 2 4 2\n8 2 2 5 2\n8 2 2 5 2\n8 2 2 5 2\n8 2 2 5 2\n8 2 2 5 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\n... | {"source_dataset": "arc_agi", "source_index": 11255, "input": [[9, 2, 2, 1, 2], [2, 2, 2, 2, 2], [2, 2, 2, 2, 2], [2, 2, 2, 2, 2], [2, 2, 2, 2, 2], [2, 2, 2, 2, 2], [2, 2, 2, 2, 2], [2, 2, 2, 2, 2], [2, 2, 2, 2, 2], [2, 2, 2, 2, 2], [8, 2, 2, 5, 2]], "output": [[9, 2, 2, 1, 2], [9, 2, 2, 1, 2], [9, 2, 2, 1, 2], [9, 2, ... |
null | General Reasoning | 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 3 5
5 5 5
Output:
3 5 3
5 3 5
3 5 3
Example 2:
Input:
4 4 4 4 4
4 4 4 4 4
4 4 3 4 4
4 4 4 4 4
4 4 4 4 4
Output:
3 4 4 4 3
4 3 4 3 4
4 4 3 4 4
4 3 4 3 4
3 4 4 4 3
Example 3:
Input:
7 7 7 7 7 7 7
7 7 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "3 8 8 8 8 8 8 8 8 8 3\n8 3 8 8 8 8 8 8 8 3 8\n8 8 3 8 8 8 8 8 3 8 8\n8 8 8 3 8 8 8 3 8 8 8\n8 8 8 8 3 8 3 8 8 8 8\n8 8 8 8 8 3 8 8 8 8 8\n8 8 8 8 3 8 3 8 8 8 8\n8 8 8 3 8 8 8 3 8 8 8\n8 8 3 8 8 8 8 8 3 8 8\n8 3 8 8 8 8 8 8 8 3 8\n3 8 8 8 8 8 8 8 8 8 3", "reasoning_g... | {"source_dataset": "arc_agi", "source_index": 11256, "input": [[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, 8, 8, 8, 8, 8, 8, 8, 8], [8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8], [8, 8, 8, 8, 8, 3, 8, 8, 8, 8, 8], [8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8], [8, 8, 8, 8,... |
null | General Reasoning | reasoning_gym | Find the common rule that maps an input grid to an output grid, given the examples below.
Example 1:
Input:
1 1 6 6 6 6 4 4 6
1 1 6 6 4 6 4 4 6
6 6 6 6 6 6 6 6 6
4 6 6 4 4 6 6 6 6
6 6 1 4 4 6 6 4 4
6 6 6 6 6 6 6 4 4
4 4 6 6 1 1 6 6 6
4 4 6 6 1 1 6 1 1
6 6 6 6 6 6 4 1 1
Output:
6
4
4
4
4
Example 2:
Input:
6 6 6 1 6 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "6\n6\n4\n4\n4", "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 6 6 6 6 4 4 6\n1 1 6 6 4 6 4 4 6\n6 6 6 6 6 6 6 6 6\n4 6 6 4 4 6 6 6 6\n6 6 1 4 4 6 6 4 4\n6 6... | {"source_dataset": "arc_agi", "source_index": 11257, "input": [[6, 6, 6, 6, 6, 6, 6, 6, 4], [6, 1, 1, 6, 6, 6, 6, 6, 6], [6, 1, 1, 6, 4, 4, 6, 1, 1], [6, 6, 6, 6, 4, 4, 6, 1, 1], [4, 4, 6, 6, 6, 6, 6, 6, 6], [4, 4, 6, 6, 6, 6, 6, 4, 6], [6, 6, 6, 1, 1, 6, 6, 6, 6], [1, 1, 6, 1, 1, 6, 4, 4, 6], [1, 1, 4, 6, 6, 6, 4, 4, ... |
null | General Reasoning | 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 6 6 6 6 6 6 6 6
6 6 6 6 6 6 6 6 6 5 6 6 6 6
6 6 6 6 6 6 6 6 6 6 6 6 6 6
6 6 6 6 6 6 6 6 6 6 6 5 6 6
6 6 6 6 6 6 6 5 6 6 6 6 6 6
6 6 6 6 6 6 6 6 6 6 6 6 6 6
6 6 6 6 6 6 6 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "6 6 6 6 6 6 6 6 6 6 6 6 6 6\n6 6 6 6 6 6 6 6 6 6 6 6 6 6\n6 6 6 6 6 6 6 6 6 6 6 6 6 6\n6 6 6 6 6 6 6 6 6 6 6 6 6 6\n6 6 6 6 6 6 6 6 5 6 6 6 6 6\n6 6 6 6 6 6 6 6 9 6 6 6 6 6\n6 6 6 6 6 6 6 6 9 9 5 6 6 6\n6 6 6 6 6 6 6 6 9 6 6 6 6 6\n6 6 6 6 6 6 6 6 9 9 9 9 5 6\n6 6 6... | {"source_dataset": "arc_agi", "source_index": 11258, "input": [[6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6], [6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6], [6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6], [6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6], [6, 6, 6, 6, 6, 6, 6, 6, 5, 6, 6, 6, 6, 6], [6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, ... |
null | General Reasoning | reasoning_gym | Find the common rule that maps an input grid to an output grid, given the examples below.
Example 1:
Input:
6 0 0 0 0 0 0 0 0 2 8 9 7 4 4 7 9 8 2 7 7 1 9 2 3 5 9 6 5 6
9 0 0 0 0 0 0 0 0 8 9 9 7 9 9 7 9 9 8 8 1 7 2 2 3 3 9 9 6 5
9 0 0 0 0 0 0 0 0 7 7 7 4 9 9 4 7 7 7 0 0 0 0 3 2 2 9 9 9 6
9 0 0 0 0 0 0 0 0 8 4 9 9 8 8 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "4 8 6 6 4 6 3 3 5 9 4 4 4 9 9 4 4 4 9 5 3 3 6 4 6 6 8 4 6 2\n8 8 6 7 4 8 3 9 5 5 4 4 4 3 3 4 4 4 5 5 9 3 8 4 7 6 8 8 4 6\n8 6 4 4 6 6 5 5 5 9 4 4 4 9 9 4 4 4 9 5 5 5 6 6 4 4 6 8 8 4\n6 8 6 8 6 8 9 5 9 5 9 3 9 2 2 9 3 9 5 9 5 9 8 6 8 6 8 6 8 8\n4 6 2 1 1 6 4 4 4 9 3 ... | {"source_dataset": "arc_agi", "source_index": 11259, "input": [[4, 8, 6, 6, 4, 6, 3, 3, 5, 9, 4, 4, 4, 9, 9, 4, 4, 4, 9, 5, 3, 3, 6, 4, 6, 6, 8, 4, 6, 2], [8, 8, 6, 7, 4, 8, 3, 9, 5, 5, 4, 4, 4, 3, 3, 4, 4, 4, 5, 5, 9, 3, 8, 4, 7, 6, 8, 8, 4, 6], [8, 6, 4, 4, 6, 6, 5, 5, 5, 9, 4, 4, 4, 9, 9, 4, 4, 4, 9, 5, 5, 5, 6, 6, ... |
null | General Reasoning | 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 5 3 7 7 3
3 2 7 3 3 3 7 3 3 3
3 3 3 3 2 3 3 2 3 5
7 3 3 3 6 3 3 3 6 3
3 3 3 3 3 3 3 3 3 3
3 3 2 3 3 3 3 3 3 3
3 3 6 3 3 3 3 6 3 3
3 7 3 3 3 5 7 6 3 3
3 3 3 2 3 3 3 3 7 3
3 3 5 3 3 5 3 2 3 2
Output:
3 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "3 3 3 3 3 3 3 3 3 3\n3 3 3 3 3 3 3 3 3 3\n3 3 7 3 3 3 3 3 3 3\n3 6 7 3 3 3 3 3 3 3\n2 6 7 3 3 3 3 3 3 3\n2 6 7 3 3 3 3 3 3 3\n2 6 7 5 3 3 3 3 3 3\n2 6 7 5 3 3 3 3 3 3\n2 6 7 5 3 3 3 3 3 3\n2 6 7 5 3 3 3 3 3 3", "reasoning_gym_entry": {"question": "Find the common ru... | {"source_dataset": "arc_agi", "source_index": 11260, "input": [[3, 7, 3, 3, 3, 3, 3, 3, 3, 3], [3, 6, 7, 3, 3, 6, 5, 3, 3, 3], [3, 7, 3, 6, 3, 3, 3, 3, 3, 7], [5, 3, 3, 2, 3, 3, 3, 2, 3, 3], [3, 3, 3, 2, 3, 3, 3, 6, 3, 3], [7, 3, 2, 3, 7, 3, 3, 3, 3, 3], [3, 3, 3, 3, 3, 3, 3, 7, 3, 3], [3, 3, 3, 3, 3, 3, 3, 3, 3, 3], [... |
null | General Reasoning | 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 3 3 3 0 0 0 0 0 0
0 0 3 3 3 3 0 0 0 0
0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 8 0 8 8
0 0 1 1 0 0 8 8 8 0
0 0 1 1 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0
Output:
1 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "9 9 9 9\n0 9 9 0\n0 9 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:\n0 0 0 0 0 0 0 0 0 0\n0 3 3 3 0 0 0 0 0 0\n0 0 3 3 3 3 0 0 0 0\n0 0 0 0 0 0 0 0 0 0\n0 ... | {"source_dataset": "arc_agi", "source_index": 11261, "input": [[0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 1, 0, 0, 1, 1, 0], [0, 0, 0, 0, 1, 1, 1, 1, 1, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [9, 9, 9, 9, 0, 0, 0, 0, 0, 0], [0, 9, 9, 0, 0, 0, 0, 0, 7, 0], [0, 9, 9, 0, 0, 7, 7, 7, 7, 0], [... |
null | General Reasoning | reasoning_gym | Find the common rule that maps an input grid to an output grid, given the examples below.
Example 1:
Input:
4 4 8 4 4
3 3 4 3 3
3 3 3 3 3
3 3 3 3 3
3 3 3 3 3
Output:
4 4 8 4 4
3 3 4 3 3
3 8 3 8 3
8 3 3 3 8
3 3 3 3 3
Example 2:
Input:
5 9 9 9 5
3 5 5 5 3
3 3 3 3 3
3 3 3 3 3
3 3 3 3 3
Output:
5 9 9 9 5
3 5 5 5 3
9 3 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "4 4 4 0 0 0 4 4 4\n3 3 3 4 4 4 3 3 3\n3 3 0 3 3 3 0 3 3\n3 0 3 3 3 3 3 0 3\n0 3 3 3 3 3 3 3 0\n3 3 3 3 3 3 3 3 3\n3 3 3 3 3 3 3 3 3\n3 3 3 3 3 3 3 3 3\n3 3 3 3 3 3 3 3 3", "reasoning_gym_entry": {"question": "Find the common rule that maps an input grid to an output... | {"source_dataset": "arc_agi", "source_index": 11262, "input": [[4, 4, 4, 0, 0, 0, 4, 4, 4], [3, 3, 3, 4, 4, 4, 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, ... |
null | General Reasoning | reasoning_gym | Find the common rule that maps an input grid to an output grid, given the examples below.
Example 1:
Input:
4 2 2 2 2
2 4 0 2 2
2 0 4 2 2
2 2 2 4 0
2 2 2 0 4
Output:
4 0 2 2 2 2 2 2 2 2
0 4 2 2 2 2 2 2 2 2
2 2 4 0 2 2 2 2 2 2
2 2 0 4 2 2 2 2 2 2
2 2 2 2 4 0 2 2 2 2
2 2 2 2 0 4 2 2 2 2
2 2 2 2 2 2 4 0 2 2
2 2 2 2 2 2 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 5 5\n2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 9 1 5\n2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 5 5 9 2\n2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 9 1 5 2 2\n2 2 2 2 2 2 2 2 2 2 2 2 2 2 5 5 9 2 2 2\n2 2 2 2 2 2 2 2 2 2 2 2 2 9 1 5 2 2 2 2\n2 2 2 2 2 2 2 2 2 2 ... | {"source_dataset": "arc_agi", "source_index": 11263, "input": [[2, 2, 2, 2, 2, 2, 2, 2, 5, 5], [2, 2, 2, 2, 2, 2, 2, 9, 1, 5], [2, 2, 2, 2, 2, 2, 5, 5, 9, 2], [2, 2, 2, 2, 2, 9, 1, 5, 2, 2], [2, 2, 2, 2, 5, 5, 9, 2, 2, 2], [2, 2, 2, 9, 1, 5, 2, 2, 2, 2], [2, 2, 5, 5, 9, 2, 2, 2, 2, 2], [2, 9, 1, 5, 2, 2, 2, 2, 2, 2], [... |
null | General Reasoning | reasoning_gym | Find the common rule that maps an input grid to an output grid, given the examples below.
Example 1:
Input:
9 9 1 1 1 1 9 9 9 9
7 9 1 1 1 1 9 9 9 9
9 9 1 1 1 1 9 9 9 9
9 9 1 1 1 1 9 1 1 9
9 9 9 9 9 9 9 1 1 9
2 9 9 9 9 9 9 1 1 9
9 9 9 9 9 9 9 1 1 9
9 9 1 1 1 1 9 9 9 9
0 9 1 1 1 1 9 9 9 9
9 9 1 1 1 1 9 9 9 9
Output:
9 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "3 9 9 9 9 9 9 3 3 9\n9 9 9 9 9 9 9 3 3 9\n9 9 4 4 4 4 9 3 3 9\n9 9 4 4 4 4 9 3 3 9\n4 9 4 4 4 4 9 9 9 9\n9 9 4 4 4 4 9 9 9 9\n9 9 4 4 4 4 9 9 9 9\n9 9 9 9 9 9 9 9 9 9\n5 9 5 5 5 5 5 5 5 9\n9 9 5 5 5 5 5 5 5 9", "reasoning_gym_entry": {"question": "Find the common ru... | {"source_dataset": "arc_agi", "source_index": 11264, "input": [[3, 9, 9, 9, 9, 9, 9, 1, 1, 9], [9, 9, 9, 9, 9, 9, 9, 1, 1, 9], [9, 9, 1, 1, 1, 1, 9, 1, 1, 9], [9, 9, 1, 1, 1, 1, 9, 1, 1, 9], [4, 9, 1, 1, 1, 1, 9, 9, 9, 9], [9, 9, 1, 1, 1, 1, 9, 9, 9, 9], [9, 9, 1, 1, 1, 1, 9, 9, 9, 9], [9, 9, 9, 9, 9, 9, 9, 9, 9, 9], [... |
null | General Reasoning | 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 5 5 5 7 7 7
7 5 7 7 7 7 7
7 5 5 5 5 7 7
7 5 5 7 7 7 7
7 5 7 7 5 7 7
7 5 5 5 5 7 7
7 7 7 7 7 7 7
Output:
7 7 7 7 7 7 7
7 5 5 5 1 7 7
7 5 1 1 1 7 7
7 5 5 5 5 7 7
7 5 5 1 1 7 7
7 5 1 1 5 7 7
7 5 5 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "7 7 7 7 7 7 7 7 7\n7 7 7 7 7 7 7 7 7\n7 7 5 5 5 5 5 5 7\n7 7 1 1 1 5 5 5 7\n7 7 1 1 5 5 5 5 7\n7 7 1 1 1 1 5 5 7\n7 7 1 5 1 1 1 5 7\n7 7 1 5 5 5 5 5 7\n7 7 1 1 1 1 5 5 7\n7 7 7 7 7 7 7 7 7\n7 7 7 7 7 7 7 7 7", "reasoning_gym_entry": {"question": "Find the common rul... | {"source_dataset": "arc_agi", "source_index": 11265, "input": [[7, 7, 7, 7, 7, 7, 7, 7, 7], [7, 7, 7, 7, 7, 7, 7, 7, 7], [7, 7, 5, 5, 5, 5, 5, 5, 7], [7, 7, 7, 7, 7, 5, 5, 5, 7], [7, 7, 7, 7, 5, 5, 5, 5, 7], [7, 7, 7, 7, 7, 7, 5, 5, 7], [7, 7, 7, 5, 7, 7, 7, 5, 7], [7, 7, 7, 5, 5, 5, 5, 5, 7], [7, 7, 7, 7, 7, 7, 5, 5, ... |
null | General Reasoning | 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 7
5 5 5 5 5 5 5 5 5 5 5 5 5 8 5
5 5 5 5 5 5 5 5 5 5 5 5 1 5 5
5 5 5 5 5 5 5 5 5 5 5 9 5 5 5
5 3 3 3 3 3 3 3 3 3 3 5 5 5 5
5 3 5 5 5 5 5 5 5 5 3 5 5 5 5
5 3 5 5 5 5 5 5 5 5 3 5 5 5 5
... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 9\n5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 6 5\n5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 2 5 5\n5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 7 5 5 5\n5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 4 5 5 5 5\n5 3 3 3 3 3 3 3 3 3 3 3 3 3 3 5 5 5 5 5\n5 3 9 9 9 9 9 9 9 9 ... | {"source_dataset": "arc_agi", "source_index": 11266, "input": [[5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 9], [5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 6, 5], [5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 2, 5, 5], [5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 7, 5, 5, 5], [5, 5, 5,... |
null | General Reasoning | 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 8 8 8 8 5
5 5 1 1 1 5 5 8 5 5 8 5
5 5 1 5 1 5 5 8 8 8 8 5
5 5 1 5 1 5 5 5 5 5 5 5
5 5 1 1 1 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": "arc_agi", "ground_truth": "5 5 5 5 5 5 5 5 5 5 5 5\n5 5 5 5 5 5 5 5 8 8 8 5\n5 5 9 9 9 9 5 5 8 3 8 5\n5 5 9 0 0 9 5 5 8 8 8 5\n5 5 9 9 9 9 5 5 5 5 5 5\n5 5 5 5 5 5 5 5 5 5 5 5\n5 5 5 5 5 5 5 5 5 5 5 5\n5 5 5 5 5 9 9 9 5 1 1 1\n5 5 5 5 5 9 3 9 5 1 0 1\n1 1 1 5 5 9 9 9 5 1 0 1\n1 3 1 5 5 5 5 5 ... | {"source_dataset": "arc_agi", "source_index": 11267, "input": [[5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5], [5, 5, 5, 5, 5, 5, 5, 5, 8, 8, 8, 5], [5, 5, 9, 9, 9, 9, 5, 5, 8, 5, 8, 5], [5, 5, 9, 5, 5, 9, 5, 5, 8, 8, 8, 5], [5, 5, 9, 9, 9, 9, 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... |
null | General Reasoning | 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 3 0 0 0
0 0 0 0 0 3 0 3 0 0
0 0 0 0 0 0 3 0 0 0
0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 5 0 0 0 0
0 0 0 0 5 0 5 0 0 0
0 0 0 0 0 5 0 0 0 0
0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "5 0 5 3 0 3 4 0 4 8 0 8\n5 5 5 3 3 3 4 4 4 8 8 8\n5 0 5 3 0 3 4 0 4 8 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 0 0 0 0 0 0 0 0 0\n0 0 0 0 0 0 3 0 0... | {"source_dataset": "arc_agi", "source_index": 11268, "input": [[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 3, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 5, 0, 5, 0, 3, 3, 3, 0, 0, 0, 0, 0, 0, 8, 0, 8, 0], [0, 5, 5, 5, 0, 3, 0, 3, 0, 4, 0,... |
null | General Reasoning | 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
8 8 0 0 0 0
8 8 0 8 8 0
0 0 0 8 8 0
0 0 0 0 0 0
Output:
0 0 6
0 0 0
0 0 6
Example 2:
Input:
0 0 0 0 0
0 0 0 0 0
0 0 0 0 0
0 0 0 8 8
0 0 0 8 8
Output:
0 0 0
0 0 0
0 0 6
Example 3:
Inp... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "0 0 6\n0 6 0\n0 0 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:\n0 0 0 0 0 0\n0 0 0 0 0 0\n8 8 0 0 0 0\n8 8 0 8 8 0\n0 0 0 8 8 0\n0 0 0 0 0 0\nOutput:\n0 0 6... | {"source_dataset": "arc_agi", "source_index": 11269, "input": [[0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 8, 8], [0, 8, 8, 0, 8, 8], [0, 8, 8, 0, 0, 0], [0, 0, 0, 8, 8, 0], [0, 0, 0, 8, 8, 0]], "output": [[0, 0, 6], [0, 6, 0], [0, 0, 6]], "task_id": "ff28f65a", "difficulty": {"rotations_weights": [0.25, 0.25, 0.25, 0.25], "mirro... |
null | General Reasoning | reasoning_gym | Find the common rule that maps an input grid to an output grid, given the examples below.
Example 1:
Input:
2 2 2 2 2 2 2 2 2 2 2 2
2 2 2 2 2 2 2 2 2 2 2 2
2 2 2 2 2 2 2 2 8 8 2 2
2 2 2 8 2 2 2 8 8 8 2 2
2 2 8 8 2 2 2 8 8 2 2 2
2 2 2 8 2 2 2 2 2 2 2 2
2 2 2 2 2 2 2 2 2 2 2 2
2 2 2 2 2 2 2 2 2 2 2 2
Output:
2 8
8 2
E... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "2 2 2 2 8\n2 2 2 8 2\n2 2 8 2 2\n2 8 2 2 2\n8 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:\n2 2 2 2 2 2 2 2 2 2 2 2\n2 2 2 2 2 2 2 2 2 2 2 2\n2 2 2 2 ... | {"source_dataset": "arc_agi", "source_index": 11270, "input": [[2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2], [2, 2, 8, 2, 2, 2, 2, 2, 2, 2, 2, 2], [2, 2, 8, 8, 2, 2, 8, 2, 2, 2, 2, 2], [2, 2, 8, 8, 2, 2, 8, 8, 8, 2, 2, 2], [2, 2, 2, 2, 2, 2, 8, 8, 2, 2, 2, 2], [2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2], [2, 2, 2, 2, 2, 2, 2, 2, 2, 2... |
null | General Reasoning | 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 6 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 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 9 9 9 9 9 9 9
9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "9 9 9 9 9 9 9 8 8 8 8 9 9 9 8 9 9 8 9 9 9 9 9 9\n9 9 9 9 9 9 9 8 9 9 8 9 9 9 8 8 8 8 9 9 9 9 9 9\n9 9 9 9 9 9 9 8 9 9 8 9 9 9 8 8 8 8 9 9 9 9 9 9\n9 9 9 9 9 9 9 8 8 8 8 9 9 9 8 9 9 8 9 9 9 9 9 9\n9 9 9 9 9 9 9 8 8 8 8 9 9 9 8 9 9 8 9 9 9 9 9 9\n9 9 9 9 9 9 9 8 9 9 8... | {"source_dataset": "arc_agi", "source_index": 11271, "input": [[9, 9, 9, 9, 9, 9, 9, 6, 6, 6, 6, 9, 9, 9, 6, 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, 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, 9... |
null | General Reasoning | reasoning_gym | Find the common rule that maps an input grid to an output grid, given the examples below.
Example 1:
Input:
4 8 4
8 4 8
8 8 4
Output:
2
Example 2:
Input:
3 4 3
4 3 4
3 4 3
Output:
1
Example 3:
Input:
4 8 4
8 8 8
4 8 4
Output:
5
Example 4:
Input:
4 6 4
6 4 6
6 6 4
Output:
2
Example 5:
Input:
8 4 8
4 8 4
8 4 8
... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "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:\n4 8 4\n8 4 8\n8 8 4\nOutput:\n2\n\nExample 2:\n\nInput:\n3 4 3\n4 3 4\n3 4 3\nOutput:\n1\n\nExample 3:\n\nInpu... | {"source_dataset": "arc_agi", "source_index": 11272, "input": [[4, 3, 4], [3, 3, 3], [4, 3, 4]], "output": [[5]], "task_id": "27a28665", "difficulty": {"rotations_weights": [0.25, 0.25, 0.25, 0.25], "mirrors_weights": [0.2, 0.2, 0.2, 0.2, 0.2]}} |
null | General Reasoning | reasoning_gym | Find the common rule that maps an input grid to an output grid, given the examples below.
Example 1:
Input:
5 5 0 5 5 5 0 5 0 5 5 5
5 5 5 5 5 0 5 5 0 5 0 5
5 0 0 5 5 0 0 5 0 5 5 5
0 5 5 5 5 0 5 5 0 5 0 5
5 5 0 5 5 5 5 0 0 5 5 0
0 5 5 5 5 5 5 5 0 5 0 0
5 5 0 5 5 0 5 5 0 5 0 5
0 5 0 5 5 5 5 5 0 0 0 5
5 5 0 5 5 0 5 0 0 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "0 0 8 0 3 3 3 0 3 3 3 3 8 3 3 3 0 3 0 3 8 3 3 0 0 3 3\n0 0 8 3 3 0 3 3 0 3 0 3 8 3 3 0 3 3 0 3 8 3 3 3 3 3 3\n3 3 8 3 3 3 3 0 3 3 0 3 8 0 3 3 3 0 0 0 8 3 3 3 0 3 3\n8 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\n3 3 8 3 3 3 3 0 0 0 0 3 8 3 3 0 3 3 3 0 8 3 3 ... | {"source_dataset": "arc_agi", "source_index": 11273, "input": [[0, 0, 0, 0, 3, 3, 3, 0, 3, 3, 3, 3, 0, 3, 3, 3, 0, 3, 0, 3, 0, 3, 3, 0, 0, 3, 3], [0, 0, 0, 3, 3, 0, 3, 3, 0, 3, 0, 3, 0, 3, 3, 0, 3, 3, 0, 3, 0, 3, 3, 3, 3, 3, 3], [3, 3, 0, 3, 3, 3, 3, 0, 3, 3, 0, 3, 0, 0, 3, 3, 3, 0, 0, 0, 0, 3, 3, 3, 0, 3, 3], [0, 0, 0... |
null | General Reasoning | 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 9 0 0 0 0
0 0 0 9 0 0 0 0
0 0 0 9 0 0 0 0
0 0 0 9 0 0 0 0
0 0 0 9 0 0 0 0
0 0 0 9 0 0 0 0
0 0 0 9 0 0 0 0
0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0
0 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "0 0 8 8 8 9 6 6 6\n0 0 0 8 8 9 6 6 6\n0 0 0 8 8 9 6 6 6\n0 0 0 0 8 9 6 6 6\n0 0 0 0 8 9 6 6 6\n0 0 0 0 0 9 6 6 6\n0 0 0 0 0 9 6 6 6\n0 0 0 0 0 0 6 6 6\n0 0 0 0 0 0 6 6 6\n0 0 0 0 0 0 0 6 6\n0 0 0 0 0 0 0 6 6\n0 0 0 0 0 0 0 0 6\n0 0 0 0 0 0 0 0 6\n0 0 0 0 0 0 0 0 0\n... | {"source_dataset": "arc_agi", "source_index": 11274, "input": [[0, 0, 0, 0, 0, 9, 0, 0, 0], [0, 0, 0, 0, 0, 9, 0, 0, 0], [0, 0, 0, 0, 0, 9, 0, 0, 0], [0, 0, 0, 0, 0, 9, 0, 0, 0], [0, 0, 0, 0, 0, 9, 0, 0, 0], [0, 0, 0, 0, 0, 9, 0, 0, 0], [0, 0, 0, 0, 0, 9, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, ... |
null | General Reasoning | reasoning_gym | Find the common rule that maps an input grid to an output grid, given the examples below.
Example 1:
Input:
4 0 4 0 4
4 4 0 4 4
0 0 0 0 0
0 4 4 4 4
0 4 0 4 0
6 6 6 4 6
6 6 4 6 4
6 4 6 6 6
6 6 6 4 6
4 6 6 4 6
5 5 4 4 5
5 4 4 5 4
4 5 5 5 4
4 4 5 5 5
4 5 5 4 4
Output:
5 0 6 0 5
5 6 0 5 4
0 0 0 0 0
0 6 5 5 5
0 5 0 4 0
E... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "5 0 0 6 0\n0 5 0 5 4\n0 6 5 0 6\n0 6 0 4 5\n5 0 5 0 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:\n4 0 4 0 4\n4 4 0 4 4\n0 0 0 0 0\n0 4 4 4 4\n0 4 0 4 0\n6 6... | {"source_dataset": "arc_agi", "source_index": 11275, "input": [[4, 0, 0, 4, 0], [0, 4, 0, 4, 4], [0, 4, 4, 0, 4], [0, 4, 0, 4, 4], [4, 0, 4, 0, 4], [4, 6, 4, 6, 6], [4, 4, 6, 4, 4], [6, 6, 4, 6, 6], [6, 6, 6, 4, 4], [4, 4, 6, 4, 4], [5, 4, 5, 4, 5], [4, 5, 5, 5, 4], [4, 4, 5, 5, 4], [4, 4, 5, 4, 5], [5, 5, 5, 4, 5]], "... |
null | General Reasoning | 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 1 1
1 1 1 1 1 1 1 1 1 1 1 1 1 1
1 1 1 1 1 1 1 1 1 1 1 1 1 1
1 1 1 1 1 1 1 1 1 1 1 1 1 1
1 1 1 1 1 1 1 1 1 1 1 1 5 8
1 1 1 1 1 1 1 1 1 1 1 1 3 3
1 1 1 1 1 1 1 1 1 1 1 1 1 1
1 1 1 1 1 1 1 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1\n3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1\n3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1\n3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1\n3 3 3 3 3 3 3 3 3 3 3 ... | {"source_dataset": "arc_agi", "source_index": 11276, "input": [[1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, ... |
null | General Reasoning | 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 9
9 9 9 9 9 9 9 9 9 9 9 9 9
9 9 9 9 5 0 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 2 2 2 2 9
9 9 9 9 9 9 9 9 2 2 5 5 9
9 9 9 9 9 9 9 9 2 6 5 5 9
9 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "2 2 2 2 2\n2 2 7 2 2\n2 7 7 7 2\n2 6 6 6 2\n2 1 1 1 2\n2 2 1 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:\n9 9 9 9 9 9 9 9 9 9 9 9 9\n9 9 9 9 9 9 9 9 9 9 ... | {"source_dataset": "arc_agi", "source_index": 11277, "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, 4, 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, 9, 9, 2, 2, 2, 2, 2, 9, 9], [9, 9, 5, 6, 9, 9, 2, 2, 4, 2, 2, 9, 9], [9, 9, 9, 9... |
null | General Reasoning | 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 3 3 3 2 2 2 2 3
3 3 6 3 3 3 2 9 9 2 3
3 3 3 3 3 3 2 9 9 2 3
3 3 3 3 3 3 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "3 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\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\n0 0 0 0 0 0 0 0 0 0 0 0 3\n0 4 4 4 4 4 4 4 4 4 4 0 3\n0 4 4 4 4 4 4 4 4 4 4 0 3\n0 4 4 4 4 4 4 4 4 4 4 0 3\n0 0 0 0 0 0 0 0 0 0 0 0... | {"source_dataset": "arc_agi", "source_index": 11278, "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], [0, 0, 0, 0, 3, 3, 3, 3, 3, 3, 3, 3, 3], [0, 4, 4, 0... |
null | General Reasoning | 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 2 2 7 7 7
7 2 7 7 2 7 2 7 7 7
2 7 2 7 2 7 2 7 7 7
7 7 7 7 7 2 2 2 7 7
7 7 2 2 7 7 7 7 2 7
7 2 7 7 2 2 2 7 2 2
7 7 7 7 2 7 2 7 2 7
2 7 7 7 2 7 2 7 2 7
7 7 7 7 7 7 7 2 2 2
2 2 7 7 2 7 7 7 2 7
Output:
7 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "2 2 2 2 2 7 7 2 7 7\n9 9 2 9 9 9 7 7 2 7\n9 9 7 9 9 9 2 2 2 7\n7 2 2 9 9 9 2 7 7 2\n2 7 2 7 2 9 9 2 2 2\n7 2 9 9 2 9 9 7 7 2\n2 2 9 9 7 2 2 2 7 7\n7 7 2 2 7 2 2 7 2 7\n2 7 2 7 7 9 9 7 2 7\n7 7 7 7 2 9 9 2 2 7", "reasoning_gym_entry": {"question": "Find the common ru... | {"source_dataset": "arc_agi", "source_index": 11279, "input": [[2, 2, 2, 2, 2, 7, 7, 2, 7, 7], [7, 7, 2, 7, 7, 7, 7, 7, 2, 7], [7, 7, 7, 7, 7, 7, 2, 2, 2, 7], [7, 2, 2, 7, 7, 7, 2, 7, 7, 2], [2, 7, 2, 7, 2, 7, 7, 2, 2, 2], [7, 2, 7, 7, 2, 7, 7, 7, 7, 2], [2, 2, 7, 7, 7, 2, 2, 2, 7, 7], [7, 7, 2, 2, 7, 2, 2, 7, 2, 7], [... |
null | General Reasoning | reasoning_gym | Find the common rule that maps an input grid to an output grid, given the examples below.
Example 1:
Input:
2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
2 2 2 8 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
2 2 8 8 2 2 2 2 2 2 2 9 9 2 2 2 9 9 2 2 2
2 2 2 2 2 2 8 2 2 2 2 9 2 2 2 2 2 9 2 2 2
2 2 2 2 2 2 2 2 2 2 2 2 8 8 2 2 2 2 2 2 2
... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2\n2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2\n2 2 2 0 0 2 2 2 2 2 2 2 2 0 0 2 2 2 2 2 2 2 2 2 2 2 2 2\n2 2 2 0 2 2 8 2 2 2 2 8 2 2 0 2 2 2 2 0 0 2 2 2 0 0 2 2\n2 2 2 2 2 8 8 2 2 2 2 8 8 2 2 2 2 2 2 ... | {"source_dataset": "arc_agi", "source_index": 11280, "input": [[2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2], [2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2], [2, 2, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2],... |
null | General Reasoning | reasoning_gym | Find the common rule that maps an input grid to an output grid, given the examples below.
Example 1:
Input:
8 0 3 2
8 9 3 2
9 9 3 2
9 9 3 2
9 9 9 2
9 9 9 9
9 9 9 9
9 9 9 9
9 9 9 9
9 9 9 9
Output:
8 0 3 2
8 9 3 2
9 9 3 2
9 9 3 2
9 9 9 2
9 9 9 2
9 9 3 2
9 9 3 2
8 9 3 2
8 0 3 2
Example 2:
Input:
3 3 1 8
9 3 1 8
9 1 9 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "5 6 0 0\n5 6 3 3\n5 6 3 9\n5 6 9 9\n9 6 9 9\n9 6 9 9\n5 6 9 9\n5 6 3 9\n5 6 3 3\n5 6 0 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:\n8 0 3 2\n8 9 3 2\n9 9 3... | {"source_dataset": "arc_agi", "source_index": 11281, "input": [[5, 6, 0, 0], [5, 6, 3, 3], [5, 6, 3, 9], [5, 6, 9, 9], [9, 6, 9, 9], [9, 9, 9, 9], [9, 9, 9, 9], [9, 9, 9, 9], [9, 9, 9, 9], [9, 9, 9, 9]], "output": [[5, 6, 0, 0], [5, 6, 3, 3], [5, 6, 3, 9], [5, 6, 9, 9], [9, 6, 9, 9], [9, 6, 9, 9], [5, 6, 9, 9], [5, 6, ... |
null | General Reasoning | reasoning_gym | Find the common rule that maps an input grid to an output grid, given the examples below.
Example 1:
Input:
3 0 0
3 0 0
3 0 0
Output:
9 9 9
9 9 9
9 9 9
Example 2:
Input:
0 3 0
3 0 0
0 3 0
Output:
6 6 6
9 9 9
6 6 6
Example 3:
Input:
3 0 0
0 3 0
0 0 3
Output:
9 9 9
6 6 6
1 1 1
Example 4:
Input:
0 0 3
0 3 0
0 0 3
... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "9 9 9\n1 1 1\n6 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:\n3 0 0\n3 0 0\n3 0 0\nOutput:\n9 9 9\n9 9 9\n9 9 9\n\nExample 2:\n\nInput:\n0 3 0\n3 0 0\n0 3... | {"source_dataset": "arc_agi", "source_index": 11282, "input": [[3, 0, 0], [0, 0, 3], [0, 3, 0]], "output": [[9, 9, 9], [1, 1, 1], [6, 6, 6]], "task_id": "a85d4709", "difficulty": {"rotations_weights": [0.25, 0.25, 0.25, 0.25], "mirrors_weights": [0.2, 0.2, 0.2, 0.2, 0.2]}} |
null | General Reasoning | reasoning_gym | Find the common rule that maps an input grid to an output grid, given the examples below.
Example 1:
Input:
8 9 3 9 3 9 9 9 8 3
9 4 4 4 4 4 4 4 4 8
9 4 8 9 9 9 8 9 4 8
3 4 3 9 8 9 9 9 4 9
9 4 9 9 3 8 9 9 4 9
9 4 3 3 9 3 8 3 4 9
3 4 3 3 9 8 9 8 4 8
3 4 8 3 3 3 3 9 4 9
9 4 4 4 4 4 4 4 4 9
8 3 8 3 9 9 9 9 8 8
Output:
8 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "1 1 8 8 1 8 5 1 5 8\n8 4 4 4 4 4 4 4 4 8\n1 4 8 5 5 5 5 1 4 8\n8 4 1 1 1 1 5 5 4 5\n5 4 5 5 8 5 1 8 4 1\n5 4 1 5 1 8 5 5 4 1\n5 4 5 1 8 5 1 5 4 8\n1 4 5 1 8 1 8 8 4 5\n1 4 4 4 4 4 4 4 4 5\n1 1 1 8 8 1 5 5 8 1", "reasoning_gym_entry": {"question": "Find the common ru... | {"source_dataset": "arc_agi", "source_index": 11283, "input": [[1, 1, 8, 8, 1, 8, 5, 1, 5, 8], [8, 4, 4, 4, 4, 4, 4, 4, 4, 8], [1, 4, 8, 1, 1, 1, 1, 5, 4, 8], [8, 4, 5, 5, 5, 5, 1, 1, 4, 5], [5, 4, 1, 1, 8, 1, 5, 8, 4, 1], [5, 4, 5, 1, 5, 8, 1, 1, 4, 1], [5, 4, 1, 5, 8, 1, 5, 1, 4, 8], [1, 4, 1, 5, 8, 5, 8, 8, 4, 5], [... |
null | General Reasoning | reasoning_gym | Find the common rule that maps an input grid to an output grid, given the examples below.
Example 1:
Input:
7 4 7 3 3 3 2 7 2 7 7 1
4 4 7 3 3 7 2 7 2 1 1 1
7 4 4 3 7 3 2 7 2 1 1 1
7 7 7 7 3 3 7 2 7 1 7 1
4 7 4 3 7 7 2 2 2 1 1 7
7 7 4 7 7 7 7 7 2 1 1 7
Output:
2 4 1
1 1 1
1 1 1
1 2 1
1 1 2
1 1 2
Example 2:
Input:
7 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "1 3 1\n1 1 7\n1 7 1\n2 3 2\n3 4 3\n3 1 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:\n7 4 7 3 3 3 2 7 2 7 7 1\n4 4 7 3 3 7 2 7 2 1 1 1\n7 4 4 3 7 3 2 7 2 1 1... | {"source_dataset": "arc_agi", "source_index": 11284, "input": [[7, 7, 7, 3, 3, 3, 2, 7, 7, 1, 7, 1], [7, 4, 7, 3, 3, 7, 7, 7, 7, 1, 1, 7], [7, 7, 4, 3, 7, 3, 7, 7, 7, 1, 7, 1], [4, 7, 4, 3, 3, 7, 2, 7, 2, 7, 7, 7], [7, 4, 7, 3, 3, 3, 7, 7, 7, 7, 7, 7], [7, 4, 7, 3, 3, 3, 7, 7, 2, 7, 1, 1]], "output": [[1, 3, 1], [1, 1,... |
null | General Reasoning | 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 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 5 5 5 5
... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "1 6 4\n0 2 0\n4 6 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:\n5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5\n5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5\n5 5 5 ... | {"source_dataset": "arc_agi", "source_index": 11285, "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, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5], [5, 1, 1, 1, 1, 1, 1, 6, 6, 6, 6, 6, 6, 6, 6, 4, 4, 4, 4, 5, 5], [5, 1, 1, 1, 1, 1, 1, 6, 6, 6, 6, 6, 6, 6, 6, 4, 4, 4, 4, 5, 5... |
null | General Reasoning | 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 5 5 5 5 7 7 7
5 5 7 5 7 7 5 7 7 5
5 5 7 5 7 7 5 7 5 5
5 5 7 5 5 5 5 7 5 5
7 5 5 5 7 7 5 5 5 5
7 5 5 7 7 5 5 7 7 5
7 5 5 7 7 5 5 5 5 5
5 5 5 5 5 5 5 7 5 5
5 5 5 5 5 7 7 7 7 5
5 5 5 5 5 5 7 7 5 5
Output:
3 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "5 5 3 3 5 5 5 8 8 5\n5 5 3 3 5 5 5 8 8 5\n5 5 5 3 3 5 8 8 8 8\n5 5 5 5 5 5 5 5 5 5\n5 5 8 5 5 5 5 3 3 5\n5 5 8 5 5 3 3 3 3 5\n5 5 8 5 5 5 5 5 5 5\n5 5 8 5 5 5 5 5 5 5\n5 5 5 5 8 8 8 8 8 5\n5 5 5 5 5 5 5 5 5 5", "reasoning_gym_entry": {"question": "Find the common ru... | {"source_dataset": "arc_agi", "source_index": 11286, "input": [[5, 5, 7, 7, 5, 5, 5, 7, 7, 5], [5, 5, 7, 7, 5, 5, 5, 7, 7, 5], [5, 5, 5, 7, 7, 5, 7, 7, 7, 7], [5, 5, 5, 5, 5, 5, 5, 5, 5, 5], [5, 5, 7, 5, 5, 5, 5, 7, 7, 5], [5, 5, 7, 5, 5, 7, 7, 7, 7, 5], [5, 5, 7, 5, 5, 5, 5, 5, 5, 5], [5, 5, 7, 5, 5, 5, 5, 5, 5, 5], [... |
null | General Reasoning | 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
7 5 5 5 5 5 5 0 5 5
5 4 4 4 4 4 4 5 5 5
5 4 4 4 4 4 4 5 5 5
5 4 4 4 4 4 4 5 5 5
5 4 4 4 4 4 4 5 5 5
5 4 4 4 4 4 4 5 5 5
5 4 4 4 4 4 4 5 5 5
2 5 5 5 5 5 5 9 5 5
Output:
5 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "5 5 5 5 5 5 5 5 5 5 5 5 5 5 5\n5 5 5 5 5 5 2 2 1 1 5 5 5 5 5\n5 5 5 5 5 5 2 2 1 1 5 5 5 5 5\n5 5 5 5 5 5 0 0 3 3 5 5 5 5 5\n5 5 5 5 5 5 0 0 3 3 5 5 5 5 5\n5 5 5 5 5 5 5 5 5 5 5 5 5 5 5\n5 5 5 5 5 5 5 5 5 5 5 5 5 5 5\n5 5 5 5 5 5 5 5 5 5 5 5 5 5 5\n5 7 7 7 2 2 2 5 5 ... | {"source_dataset": "arc_agi", "source_index": 11287, "input": [[5, 5, 5, 5, 5, 2, 5, 5, 5, 5, 1, 5, 5, 5, 5], [5, 5, 5, 5, 5, 5, 4, 4, 4, 4, 5, 5, 5, 5, 5], [5, 5, 5, 5, 5, 5, 4, 4, 4, 4, 5, 5, 5, 5, 5], [5, 5, 5, 5, 5, 5, 4, 4, 4, 4, 5, 5, 5, 5, 5], [5, 5, 5, 5, 5, 5, 4, 4, 4, 4, 5, 5, 5, 5, 5], [5, 5, 5, 5, 5, 0, 5, ... |
null | General Reasoning | 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 2 3 3 2 3 3 3 3 3 2
3 3 3 3 3 3 3 3 3 3 3 2 3 3
3 2 3 3 3 3 3 2 3 3 3 3 3 3
3 3 3 3 3 3 3 3 3 3 3 3 2 3
1 1 1 1 1 1 1 1 1 1 1 1 1 1
1 1 1 1 1 1 1 1 1 1 1 1 1 1
1 1 1 1 1 1 1 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "3 3 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 3\n3 3 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 3\n3 3 3 3 3 3 3 3 3 3 3 3 3 3\n3 3 3 3 3 3 3 1 3 3 3 3 3 3\n1 3 1 3 3 3 3 1 3 3 3 3 1 3\n1 1 1 1 1 1 1 1 1 1 1 1 1 1\n1 1 1 1 1 1 1 1 1 1 1 1 1 1\n3 3 1... | {"source_dataset": "arc_agi", "source_index": 11288, "input": [[3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3], [9, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3], [3, 3, 3, 3, 3, 3, 3, 9, 3, 3, 3, 3, 3, 3], [3, 3, 9, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3], [3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 9, 3], [3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, ... |
null | General Reasoning | reasoning_gym | Find the common rule that maps an input grid to an output grid, given the examples below.
Example 1:
Input:
9 8 3 4 3 8 4 3 3 8 4 8 8 8 9 3 9 9 8
9 4 9 8 3 3 8 9 8 8 3 9 8 8 8 4 9 8 3
3 4 4 8 8 9 9 3 3 8 8 8 3 3 3 8 3 3 3
9 9 3 4 8 9 9 9 3 8 3 8 9 8 3 9 8 8 8
3 9 9 3 4 3 9 3 3 9 3 3 3 9 8 4 4 3 8
8 3 3 3 3 8 8 4 8 3 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "9 9 9 4 8 3 3 8 4 9 3 9 8 9 8 3\n3 3 3 8 6 4 4 3 8 8 8 9 8 6 4 4\n3 8 9 3 6 6 4 9 9 3 4 3 8 6 6 4\n9 3 3 8 6 6 6 8 9 9 8 9 3 6 6 6\n9 9 3 9 9 9 3 3 8 9 9 8 3 3 3 4\n9 3 3 3 9 9 4 3 3 9 9 9 9 8 8 9\n4 9 9 3 8 8 8 3 3 3 4 8 9 8 8 4\n4 9 9 8 4 8 8 8 8 3 6 6 6 3 8 3\n9 ... | {"source_dataset": "arc_agi", "source_index": 11289, "input": [[9, 9, 9, 4, 8, 3, 3, 8, 4, 9, 3, 9, 8, 9, 8, 3], [3, 3, 3, 8, 9, 4, 4, 3, 8, 8, 8, 9, 8, 9, 4, 4], [3, 8, 9, 3, 9, 9, 4, 9, 9, 3, 4, 3, 8, 9, 9, 4], [9, 3, 3, 8, 9, 8, 9, 8, 9, 9, 8, 9, 3, 3, 3, 3], [9, 9, 3, 9, 9, 9, 3, 3, 8, 9, 9, 8, 3, 3, 3, 4], [9, 3, ... |
null | General Reasoning | reasoning_gym | Find the common rule that maps an input grid to an output grid, given the examples below.
Example 1:
Input:
6 8 6 8 8 6
8 6 8 6 4 4
6 6 6 6 4 4
6 6 8 6 8 6
8 6 6 6 6 8
6 6 8 6 6 8
6 6 6 8 6 6
Output:
6 8 6 8 8 6
8 6 8 4 4 6
4 4 6 6 6 6
6 6 8 6 8 6
8 6 6 6 6 8
6 6 8 6 6 8
6 6 6 8 6 6
Example 2:
Input:
6 6 6 8 8 8 6 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "6 8 6 8 6 8 8 8 6\n6 8 8 8 6 6 6 6 6\n6 6 8 6 8 8 4 4 6\n8 4 4 6 6 6 6 6 6\n6 8 6 8 4 4 6 6 6\n6 8 4 4 6 6 6 6 6\n6 8 8 6 8 8 6 6 8\n8 8 8 6 6 8 8 6 8\n6 8 8 8 8 8 8 6 8", "reasoning_gym_entry": {"question": "Find the common rule that maps an input grid to an output... | {"source_dataset": "arc_agi", "source_index": 11290, "input": [[6, 8, 6, 8, 6, 8, 8, 8, 6], [6, 8, 8, 8, 6, 6, 6, 6, 6], [6, 6, 8, 6, 8, 8, 6, 4, 4], [8, 6, 6, 6, 6, 6, 6, 4, 4], [6, 8, 6, 8, 6, 6, 6, 4, 4], [6, 8, 6, 6, 6, 6, 6, 4, 4], [6, 8, 8, 6, 8, 8, 6, 6, 8], [8, 8, 8, 6, 6, 8, 8, 6, 8], [6, 8, 8, 8, 8, 8, 8, 6, ... |
null | General Reasoning | 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 4 4 9 9 9 9 9 9
9 4 4 4 4 4 9 9 9 9
9 9 9 4 4 4 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 2 2 9 9 9 9 9
9 9 9 2 2 9 9 9 9 9
9 9 9 9 9 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "9 9 9 9 9 9 9 9 9 9\n9 9 9 9 9 9 9 9 9 9\n9 9 9 9 9 9 9 9 9 9\n9 2 2 9 4 9 9 9 9 9\n9 2 2 4 4 9 9 9 9 9\n9 9 9 4 4 9 9 9 9 9\n9 9 9 4 9 9 9 9 9 9\n9 9 9 9 9 9 9 9 9 9\n9 9 9 9 9 9 9 9 9 9\n9 9 9 9 9 9 9 9 9 9\n9 9 9 9 9 9 9 9 9 9", "reasoning_gym_entry": {"question"... | {"source_dataset": "arc_agi", "source_index": 11291, "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, 2, 2, 9, 9, 9, 4, 9, 9, 9], [9, 2, 2, 9, 9, 4, 4, 9, 9, 9], [9, 9, 9, 9, 9, 4, 4, 9, 9, 9], [9, 9, 9, 9, 9, 4, 9, 9, 9, 9], [9, 9, 9, 9, 9, 9, 9, 9, 9, 9], [... |
null | General Reasoning | reasoning_gym | Find the common rule that maps an input grid to an output grid, given the examples below.
Example 1:
Input:
8 8 6 8 8 6 8 8
8 9 6 8 8 6 8 8
6 6 6 6 6 6 6 6
0 8 6 8 8 6 0 8
8 8 6 8 8 6 8 8
6 6 6 6 6 6 6 6
8 8 6 8 8 6 8 8
8 9 6 8 8 6 8 9
Output:
8 8 6 8 8 6 8 8
8 9 6 8 8 6 8 8
6 6 6 6 6 6 6 6
0 8 6 0 8 6 0 8
8 9 6 8 8 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "8 8 6 8 8 6 5 8\n8 2 6 8 8 6 8 8\n6 6 6 6 6 6 6 6\n8 8 6 8 8 6 5 8\n8 2 6 8 8 6 8 8\n6 6 6 6 6 6 6 6\n8 8 6 8 8 6 5 8\n8 2 6 8 2 6 8 2", "reasoning_gym_entry": {"question": "Find the common rule that maps an input grid to an output grid, given the examples below.\n\... | {"source_dataset": "arc_agi", "source_index": 11292, "input": [[8, 8, 6, 8, 8, 6, 5, 8], [8, 2, 6, 8, 8, 6, 8, 8], [6, 6, 6, 6, 6, 6, 6, 6], [8, 8, 6, 8, 8, 6, 8, 8], [8, 8, 6, 8, 8, 6, 8, 8], [6, 6, 6, 6, 6, 6, 6, 6], [8, 8, 6, 8, 8, 6, 5, 8], [8, 2, 6, 8, 8, 6, 8, 2]], "output": [[8, 8, 6, 8, 8, 6, 5, 8], [8, 2, 6, 8... |
null | General Reasoning | 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 8 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 8 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 8 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 8 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 8 0 0 0 0 0 0 0
0 0 0 0 0 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "0 2 0 0 0 8 0 0 0 2 0 2\n0 2 0 2 2 8 2 2 0 2 0 2\n0 2 0 2 0 8 0 2 0 2 0 2\n8 8 8 8 8 8 8 8 8 8 8 8\n0 2 0 2 0 8 0 2 0 2 0 2\n0 2 0 2 2 8 2 2 0 2 0 2\n0 2 0 0 0 8 0 0 0 2 0 2\n0 2 2 2 2 8 2 2 2 2 0 2\n0 0 0 0 0 8 0 0 0 0 0 2\n2 2 2 2 2 8 2 2 2 2 2 2\n0 0 0 0 0 8 0 0 ... | {"source_dataset": "arc_agi", "source_index": 11293, "input": [[0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0], [8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8], [0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 8, 0, 0, 0, 0... |
null | General Reasoning | 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 4 9 9
9 9 9 9 4 9 9 9 9 9 9 9 9 9
9 4 9 9 9 9 9 9 9 9 9 9 9 9
9 9 9 9 9 9 9 9 9 4 9 9 9 9
1 1 1 1 1 1 1 1 1 1 1 1 1 1
1 1 1 1 1 1 1 1 1 1 1 1 1 1
1 1 1 1 1 1 1 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "9 9 9 9 9 1 1 1 9 9 9 9 9 9\n9 9 9 9 9 1 1 9 9 9 9 9 9 9\n9 9 9 1 1 1 1 1 9 9 9 9 9 9\n9 9 9 9 9 1 1 9 9 9 9 9 9 9\n9 9 9 9 9 1 1 9 9 9 9 9 9 9\n9 9 9 9 9 1 1 9 9 9 9 9 9 9\n9 9 9 9 9 1 1 9 9 9 9 9 9 9\n9 9 9 9 9 1 1 1 1 9 9 9 9 9\n9 9 9 9 9 1 1 9 9 9 9 9 9 9\n9 9 9... | {"source_dataset": "arc_agi", "source_index": 11294, "input": [[9, 9, 9, 9, 9, 1, 1, 9, 9, 9, 9, 9, 3, 9], [9, 9, 9, 9, 9, 1, 1, 9, 9, 9, 9, 9, 9, 9], [9, 3, 9, 3, 9, 1, 1, 9, 9, 9, 3, 9, 9, 9], [9, 9, 9, 9, 9, 1, 1, 9, 9, 9, 9, 9, 9, 9], [9, 9, 9, 9, 9, 1, 1, 9, 9, 9, 9, 9, 9, 9], [9, 9, 9, 9, 9, 1, 1, 9, 9, 9, 9, 9, ... |
null | General Reasoning | 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 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 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 7 7
7 7 7 7 7 7 7 7 7
4 4 4 4 4 4 4 4 4
7 7 7 7 7 7 7 7 7
7 0 7 7 7 3 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "7 7 7 7 7 7 1 7 7 4 7 7 7 7 7 7 1 7 7 4 7 7 7 7 7 7 1 7 7\n7 7 7 7 7 7 7 7 7 4 7 7 7 7 7 7 7 7 7 4 7 7 7 7 7 7 7 7 7\n7 7 1 7 7 7 7 7 7 4 7 7 1 7 7 7 7 7 7 4 7 7 1 7 7 7 7 7 7\n7 7 7 7 7 7 7 7 7 4 7 7 7 7 7 7 7 7 7 4 7 7 7 7 7 7 7 7 7\n7 7 7 7 0 7 7 7 7 4 7 7 7 7 0 ... | {"source_dataset": "arc_agi", "source_index": 11295, "input": [[7, 7, 7, 7, 7, 7, 7, 7, 7, 4, 7, 7, 7, 7, 7, 7, 7, 7, 7, 4, 7, 7, 7, 7, 7, 7, 7, 7, 7], [7, 7, 7, 7, 7, 7, 7, 7, 7, 4, 7, 7, 7, 7, 7, 7, 7, 7, 7, 4, 7, 7, 7, 7, 7, 7, 7, 7, 7], [7, 7, 7, 7, 7, 7, 7, 7, 7, 4, 7, 7, 7, 7, 7, 7, 7, 7, 7, 4, 7, 7, 7, 7, 7, 7, ... |
null | General Reasoning | 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 2
0 0 0
Output:
0 0 0
0 2 9
0 0 0
Example 2:
Input:
0 0 0 0 0
0 0 0 0 0
0 0 6 0 0
0 0 0 0 0
0 0 0 0 0
Output:
0 0 9 9 9
0 0 0 0 0
0 6 9 9 9
0 0 0 0 0
0 0 9 9 9
Example 3:
Input:
0 0 0 0 0 0 0 0 0
... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "0 0 0 0 0 0 0 0 9 9 9 9\n0 0 0 0 0 0 0 0 0 0 0 0\n0 0 0 0 0 0 0 0 9 9 9 9\n0 0 0 0 0 0 0 0 0 0 0 0\n0 0 0 0 0 0 0 0 9 9 9 9\n0 0 0 0 0 0 0 0 0 0 0 0\n0 0 0 0 0 0 0 7 9 9 9 9\n0 0 0 0 0 0 0 0 0 0 0 0\n0 0 0 0 0 0 0 0 9 9 9 9\n0 0 0 0 0 0 0 0 0 0 0 0\n0 0 0 0 0 0 0 0 ... | {"source_dataset": "arc_agi", "source_index": 11296, "input": [[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 7, 0... |
null | General Reasoning | 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 7 7
4 4 4 4 4 4 4 4 4 4 2 4
4 4 4 4 4 4 4 4 7 7 4 4
4 4 4 4 4 4 4 4 2 4 4 4
4 4 4 4 4 4 7 7 4 4 4 4
4 4 4 4 4 4 2 4 4 4 4 4
4 4 4 4 7 7 4 4 4 4 4 4
4 4 4 4 2 4 4 4 4 4 4 4
4 4 7 7 4 4 4 4 4 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "4 4 4 4 4 4 4 4 4 4 4 4 2 5\n4 4 4 4 4 4 4 4 4 4 4 4 5 2\n4 4 4 4 4 4 4 4 4 4 2 5 4 4\n4 4 4 4 4 4 4 4 4 4 5 2 4 4\n4 4 4 4 4 4 4 4 2 5 4 4 4 4\n4 4 4 4 4 4 4 4 5 2 4 4 4 4\n4 4 4 4 4 4 2 5 4 4 4 4 4 4\n4 4 4 4 4 4 5 2 4 4 4 4 4 4\n4 4 4 4 2 5 4 4 4 4 4 4 4 4\n4 4 4... | {"source_dataset": "arc_agi", "source_index": 11297, "input": [[2, 5, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4], [5, 2, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4], [4, 4, 2, 5, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4], [4, 4, 5, 2, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4], [4, 4, 4, 4, 2, 5, 4, 4, 4, 4, 4, 4, 4, 4], [4, 4, 4, 4, 5, 2, 4, 4, 4, 4, 4, 4, ... |
null | General Reasoning | 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 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 1 6 6 8 8
8 8 8 8 8 6 1 6 8 8
8 4 6 4 8 6 6 1 8 8
8 6 6 4 8 8 8 8 8 8
8 4 6 4 8 8 8 8 8 8
8 8 8 8 8 8 8 8 8 8
8 8 8 8 8 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "6 6 6 6 6 6 6 4 4 4 6 6\n6 6 6 6 6 6 6 6 6 6 6 6\n6 6 6 6 6 6 6 4 4 4 6 6\n6 6 6 6 6 6 6 6 6 6 6 6\n6 0 6 6 1 1 6 6 6 6 6 6\n6 6 6 0 1 6 6 6 6 7 7 7\n6 6 0 0 1 1 6 6 6 7 6 7\n6 6 6 6 6 6 6 6 6 7 7 7", "reasoning_gym_entry": {"question": "Find the common rule that ma... | {"source_dataset": "arc_agi", "source_index": 11298, "input": [[8, 8, 8, 4, 6, 4, 8, 8, 8, 8, 8, 8, 8, 8, 8], [8, 8, 8, 4, 6, 4, 8, 8, 8, 8, 8, 6, 6, 0, 8], [8, 8, 8, 4, 6, 4, 8, 8, 8, 8, 8, 0, 6, 6, 8], [8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 0, 0, 6, 8], [8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8], [8, 7, 7, 7, 8, 8, 8, ... |
null | General Reasoning | 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 2 5 0 9 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 4 4 4 4 4 4 4 4 7 7 7 7 4
4 4 4 4 4 4 4 4 4 4 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4\n4 9 9 9 9 9 4 4 4 4 4 4 4 0 6 5 9 4 4 4 4 4 4\n4 9 5 5 5 5 5 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4\n4 9 5 6 6 6 6 6 4 4 4 4 4 4 4 4 4 9 9 9 9 9 4\n4 9 5 6 0 0 0 0 0 4 4 4 4 4 4 4 5 5 5 5 5 9 4\n4 9 5 6 0 0 0 0 0 4 4 4 4 4 4 6... | {"source_dataset": "arc_agi", "source_index": 11299, "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, 7, 7, 7, 7, 7, 4, 4, 4, 4, 4, 4, 4, 0, 6, 5, 9, 4, 4, 4, 4, 4, 4], [4, 7, 7, 7, 7, 7, 7, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4], [4, 7, 7, 7, 7, 7, 7, 7, 4, 4, 4, 4, 4, 4, 4... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.