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:
0 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 9 0 0 0 7 0 0 0 0
0 0 0 0 0 0 0 0 0 6 0 0 0 0 0 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 1 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\n0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0\n0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0\n0 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 0\n0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0\n0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0\n0 0 0 0 0 0 0 0 0 0 ... | {"source_dataset": "arc_agi", "source_index": 14000, "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, 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, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 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:
6 6 6 6 6 6 6 6 6 6
6 6 6 6 6 6 3 3 6 6
6 7 7 7 6 6 3 3 6 6
7 7 6 7 6 6 6 6 6 6
6 6 6 6 6 6 6 6 6 6
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 6 6
6 6 6 6 6 6 2 2 2 6
6 6 6 6 6 6 6 6 6 6
Output:
3 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "6 8 8 6\n6 8 8 6\n8 8 8 8", "reasoning_gym_entry": {"question": "Find the common rule that maps an input grid to an output grid, given the examples below.\n\nExample 1:\n\nInput:\n6 6 6 6 6 6 6 6 6 6\n6 6 6 6 6 6 3 3 6 6\n6 7 7 7 6 6 3 3 6 6\n7 7 6 7 6 6 6 6 6 6\n6 ... | {"source_dataset": "arc_agi", "source_index": 14001, "input": [[6, 6, 6, 6, 6, 6, 6, 6, 6, 6], [6, 0, 6, 6, 0, 6, 6, 6, 6, 6], [6, 0, 0, 0, 0, 6, 6, 8, 8, 6], [6, 0, 6, 6, 6, 6, 6, 8, 8, 6], [6, 6, 6, 6, 6, 6, 8, 8, 8, 8], [6, 6, 6, 6, 6, 6, 6, 6, 6, 6], [6, 6, 6, 6, 6, 6, 6, 6, 6, 6], [6, 3, 3, 3, 3, 3, 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:
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 2
2 2 2 2 2 2 2 2 2 2 2 2
2 2 6 6 2 2 2 2 2 2 2 2
2 2 6 6 2 2 2 6 6 2 6 2
2 2 2 2 2 2 2 6 6 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "2 2 2 2 2 2 2 2 2 2 2 2\n2 2 2 2 2 2 6 2 2 6 6 2\n2 2 2 2 2 2 2 6 6 2 2 2\n2 2 2 2 2 2 6 2 2 6 6 2\n2 2 6 6 2 2 2 6 6 2 2 2\n2 2 6 2 2 2 6 2 2 6 6 2\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 2 2 2 2 2 2 2 2\n2 2 2 2 2 2 2 2 2 2 2 2\n2 2 2 2 2 2 2 2 ... | {"source_dataset": "arc_agi", "source_index": 14002, "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, 2], [2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2], [2, 2, 6, 6, 2, 2, 6, 2, 2, 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:
8 8 8 8 8 8 8
8 8 3 8 6 8 8
8 3 8 2 6 8 8
8 3 3 2 6 6 8
8 3 8 2 6 8 8
8 8 3 8 6 8 8
8 8 8 8 8 8 8
Output:
8 8 8 8 8 8 8
8 3 8 8 8 6 8
8 8 3 2 8 6 8
8 3 3 2 6 6 8
8 8 3 2 8 6 8
8 3 8 8 8 6 8
8 8 8 8 8 8 8
Examp... | {"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 8 8 8 8 8 8 8 8 8 8 8\n8 8 8 7 8 8 8 8 8 8 8 5 8 8 8\n8 8 7 8 8 8 8 8 8 8 2 5 8 8 8\n8 8 7 8 8 8 8 6 2 2 2 5 8 8 8\n8 7 7 7 8 8 6 6 2 8 2 5 5 8 8\n8 8 8 8 8 6 8 6 2 2 2 5 5 5 8\n8 8 7 8 6 6 8 6 8 8 8 5 8 5 8\n8 8 8 8 8 6 8 6 2 ... | {"source_dataset": "arc_agi", "source_index": 14003, "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, 7, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 5, 8], [8, 8, 7, 8, 8, 8, 8, 8, 2, 8, 8, 8, 8, 5, 8], [8, 8, 7, 8, 6, 8, 8, 8, 2, 2, 2, 8, 8, 5, 8], [8, 7, 7, 7, 6, 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:
8 8 8 8 8 8 8 8 8 8 8 8 8 8
8 8 8 8 8 8 8 8 8 8 8 8 8 8
8 8 8 8 8 8 8 8 8 8 8 8 8 8
8 8 8 8 8 8 8 8 8 8 8 8 8 8
8 8 8 8 8 8 0 8 0 8 8 8 8 8
8 8 8 8 8 8 8 0 8 8 8 8 8 8
8 8 8 5 8 8 0 8 0 8 8 8 8 8
8 8 8 8 5 5 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 8 0 8 0 8 8 8 8 8 8 8\n8 8 8 8 8 0 8 0 8 8 8 8 8 8 8\n8 8 8 0 0 8 8 8 0 0 8 8 8 8 8\n8 8 8 8 0 8 8 8 0 8 8 8 8 8 8\n8 8 0 8 0 0 8 0 0 8 0 8 8 8 8\n8 8 8 0 8 7 8 7 8 0 8 8 8 8 8\n8 8 8 8 8 8 7 8 8 8 8 8 8 8 8\n8 8 8 0 8 7 8 7 8 ... | {"source_dataset": "arc_agi", "source_index": 14004, "input": [[8, 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, 0, 8, 8, 8, 8, 8, 8, 8], [8, 8, 8, 8, 8, 8, 8, 8, 0, 0, 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, ... |
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 4 4 4 4 4
5 5 5 5 5 5 5 5 4 5 5 5 4
5 5 5 5 5 5 5 5 4 5 4 5 4
5 5 5 5 5 5 5 5 4 5 5 5 4
4 4 4 4 4 4 4 5 4 4 4 4 4
4 5 5 5 5 5 4 5 5 5 5 5 5
4 5 5 5 5 5 4 5 5 5 5 5 5
4 ... | {"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 5\n5 5 5 5 5 5 5 5 5 5 4 4 4 4 4 4 4 4 4 5\n5 5 5 5 5 5 5 5 5 5 4 6 6 6 6 6 6 6 4 5\n5 5 5 5 5 5 5 5 5 5 4 6 6 6 6 6 6 6 4 5\n5 5 5 5 5 5 5 5 5 5 4 6 6 6 6 6 6 6 4 5\n5 4 4 4 4 4 4 4 5 5 4 6 6 6 4 6 6 6 4 5\n5 4 7 7 7 7 7 4 5 5 ... | {"source_dataset": "arc_agi", "source_index": 14005, "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, 4, 4, 4, 4, 4, 4, 4, 4, 4, 5], [5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 4, 5, 5, 5, 5, 5, 5, 5, 4, 5], [5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 4, 5, 5, 5, 5, 5, 5, 5, 4, 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 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
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 5 5
6 1 9 5 2 7 3 0 4 6 1 9 5 2 7 3 0 4 6 1 9 ... | {"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 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 5 5 5 5 5 5 5\n3 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 5 5\n5 4 6 1 9 5 4 6 1 9 5 4 6 1 9 5 4 6 1 9 5 4 5 0 9 3 5 5\n9 5 4 6 1 9 5 4 6 1 9 5 4 6 1 9 5 4 6 ... | {"source_dataset": "arc_agi", "source_index": 14006, "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, 8, 8, 8, 8, 8, 8, 8, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5], [3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 8, 8, 8, 8, 8, 8, 8, 3, 3, 3, 3, 3, 3, 3, 3, 3, 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:
4 6 6 6 4
4 6 4 6 4
4 4 4 6 4
6 4 4 4 6
4 4 6 4 4
4 4 4 4 4
2 2 2 2 2
6 6 4 4 6
6 6 6 6 4
4 4 6 6 4
6 4 6 6 6
4 4 4 4 6
4 6 6 6 6
Output:
5 4 5 5 5
5 4 5 4 4
4 4 5 4 4
4 4 5 5 4
4 4 5 4 5
4 5 5 5 5
Example 2:
... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "4 5 4 4 4\n5 5 4 5 4\n5 4 4 5 5\n4 4 4 4 5\n4 4 4 5 4\n5 4 5 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:\n4 6 6 6 4\n4 6 4 6 4\n4 4 4 6 4\n6 4 4 4 6\n4 4... | {"source_dataset": "arc_agi", "source_index": 14007, "input": [[6, 4, 6, 6, 6], [6, 4, 6, 6, 4], [4, 6, 6, 4, 4], [6, 6, 6, 4, 6], [6, 4, 4, 4, 6], [4, 4, 4, 6, 6], [2, 2, 2, 2, 2], [6, 6, 6, 6, 6], [4, 6, 6, 4, 4], [6, 6, 6, 6, 6], [6, 6, 6, 4, 4], [6, 4, 4, 6, 6], [6, 4, 6, 6, 4]], "output": [[4, 5, 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
6 6 6
6 7 7
Output:
6 6 7
7 6 7
7 6 7
Example 2:
Input:
6 6 2
2 2 2
2 2 2
Output:
2 2 6
2 2 6
2 2 2
Example 3:
Input:
8 6 8
8 6 6
8 8 6
Output:
8 8 8
8 6 6
6 6 8
Example 4:
Input:
2 6 6
2 6 6
2 2 2
... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "0 6 6\n0 6 6\n6 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:\n7 7 7\n6 6 6\n6 7 7\nOutput:\n6 6 7\n7 6 7\n7 6 7\n\nExample 2:\n\nInput:\n6 6 2\n2 2 2\n2 2... | {"source_dataset": "arc_agi", "source_index": 14008, "input": [[6, 6, 6], [6, 6, 0], [0, 0, 6]], "output": [[0, 6, 6], [0, 6, 6], [6, 0, 6]], "task_id": "ed36ccf7", "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:
4 1 1 4 1 1 1 4 4 1 1 1 1 1 1 1 4 4
1 1 1 4 1 1 4 1 4 4 4 4 1 1 4 4 4 1
1 1 1 4 4 4 1 1 1 1 4 4 1 1 1 1 4 4
1 1 1 1 1 1 4 4 1 1 1 1 1 1 4 1 1 1
4 4 4 4 1 4 1 1 1 1 4 1 1 1 1 4 1 1
1 4 4 1 4 1 1 1 4 1 1 1 1 1 1 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "4 4 1 1 1 1 1 4 1 1 4 4 1 4 1 4 5 5\n1 1 4 1 1 1 1 4 5 5 1 4 1 4 1 1 5 5\n1 4 1 1 4 1 4 1 5 5 1 4 1 1 4 4 4 1\n1 1 4 1 1 5 5 4 1 1 4 1 1 4 1 1 1 4\n1 1 1 4 4 5 5 1 1 4 4 1 1 1 1 1 1 1\n4 1 4 1 1 5 5 1 4 1 1 1 4 1 1 1 1 4\n1 1 4 1 4 4 1 4 4 1 1 1 1 1 1 4 1 1\n4 1 1 4... | {"source_dataset": "arc_agi", "source_index": 14009, "input": [[4, 4, 1, 1, 1, 1, 1, 4, 1, 1, 4, 4, 1, 4, 1, 4, 4, 4], [1, 1, 4, 1, 1, 1, 1, 4, 4, 4, 1, 4, 1, 4, 1, 1, 4, 4], [1, 4, 1, 1, 4, 1, 4, 1, 4, 4, 1, 4, 1, 1, 4, 4, 4, 1], [1, 1, 4, 1, 1, 4, 4, 4, 1, 1, 4, 1, 1, 4, 1, 1, 1, 4], [1, 1, 1, 4, 4, 4, 4, 1, 1, 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:
2 2 2 2 2
2 2 2 2 2
0 2 2 0 2
4 2 2 4 2
4 4 4 4 4
Output:
2 2 2 2 2
2 2 2 2 2
2 2 2 2 2
4 2 2 4 2
0 4 4 0 4
Example 2:
Input:
2 2 2 2 2
2 2 2 2 2
2 0 2 0 2
2 4 2 4 2
4 4 4 4 4
Output:
2 2 2 2 2
2 2 2 2 2
2 2 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "2 2 2 2 2\n2 2 2 2 2\n2 2 2 2 2\n4 2 4 2 2\n0 4 0 4 4", "reasoning_gym_entry": {"question": "Find the common rule that maps an input grid to an output grid, given the examples below.\n\nExample 1:\n\nInput:\n2 2 2 2 2\n2 2 2 2 2\n0 2 2 0 2\n4 2 2 4 2\n4 4 4 4 4\nOut... | {"source_dataset": "arc_agi", "source_index": 14010, "input": [[2, 2, 2, 2, 2], [2, 2, 2, 2, 2], [0, 2, 0, 2, 2], [4, 2, 4, 2, 2], [4, 4, 4, 4, 4]], "output": [[2, 2, 2, 2, 2], [2, 2, 2, 2, 2], [2, 2, 2, 2, 2], [4, 2, 4, 2, 2], [0, 4, 0, 4, 4]], "task_id": "3618c87e", "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 6 6 6 6 6 6 6 6 6 9 9 1 9 3 0 9 8 9 5 9
6 9 9 9 9 9 7 9 9 6 2 1 2 9 9 9 9 3 9 9 8
6 9 9 9 2 8 9 9 1 6 9 9 3 9 9 8 9 0 9 9 9
6 3 9 9 9 9 0 9 9 6 9 4 9 9 9 9 9 9 9 9 6
6 9 9 9 9 9 9 6 9 6 9 9 0 8 9 9 7 6 6 9 9
... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "9 2 9 5 9 2 9 9 0 9\n9 8 2 9 6 9 9 9 1 9\n5 9 9 4 9 9 0 9 9 6\n9 9 9 9 9 9 1 9 9 7\n6 9 7 9 8 9 9 9 9 4\n9 9 9 9 9 2 9 9 9 9\n9 9 9 1 9 9 9 9 9 9\n9 9 9 9 9 9 3 9 9 9\n9 9 9 9 2 9 4 9 3 9\n9 0 9 9 9 9 9 8 9 9", "reasoning_gym_entry": {"question": "Find the common ru... | {"source_dataset": "arc_agi", "source_index": 14011, "input": [[9, 9, 1, 9, 9, 5, 0, 0, 0, 0, 0, 1, 9, 9, 3, 8, 9, 5, 4, 2, 9, 9, 9, 9, 9, 6, 9], [9, 5, 9, 9, 8, 9, 0, 5, 9, 9, 0, 9, 9, 2, 9, 9, 0, 9, 9, 9, 9, 0, 3, 0, 1, 9, 3], [7, 9, 9, 9, 9, 9, 0, 9, 9, 8, 0, 9, 9, 9, 9, 1, 9, 9, 9, 5, 9, 5, 9, 9, 9, 6, 9], [5, 9, 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 5 5 9 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 9 5 5 5 5 5 5 5 5 5
5 2 5 5 5 9 5 5 5 5 5 5 9 5 5
5 5 5 5 5 9 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 9 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 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\n5 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 7 5 5 5 5 5 5 5 5\n7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7\n5 5 7 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 ... | {"source_dataset": "arc_agi", "source_index": 14012, "input": [[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, 7, 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], [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:
1 1 1 1 1 2 1 3 3 1
8 8 8 8 1 1 1 3 3 1
8 1 1 8 2 2 1 3 3 1
8 1 1 8 2 1 1 3 3 1
8 1 1 8 1 1 1 1 1 1
8 1 1 8 1 1 8 8 8 8
8 8 8 8 1 1 8 1 1 8
1 1 1 7 7 1 8 8 1 8
2 2 1 1 7 1 8 8 1 8
2 2 1 1 7 1 8 8 8 8
Output:
1 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "8 8 8 1 1 9 1 1 1 9\n8 8 8 1 1 1 1 1 1 1\n8 8 8 1 9 1 1 1 1 1\n8 6 8 1 1 8 8 8 8 8\n8 6 8 1 9 8 8 8 5 8\n8 6 8 1 1 8 8 5 5 8\n8 8 8 1 1 8 8 8 5 8\n1 1 1 1 1 8 8 8 8 8\n1 9 1 1 1 1 1 1 1 1\n9 1 1 1 1 1 1 1 9 1", "reasoning_gym_entry": {"question": "Find the common ru... | {"source_dataset": "arc_agi", "source_index": 14013, "input": [[8, 8, 8, 1, 1, 9, 1, 6, 1, 9], [8, 8, 8, 1, 1, 1, 1, 6, 1, 1], [8, 8, 8, 1, 9, 1, 1, 6, 1, 1], [8, 1, 8, 1, 1, 8, 8, 8, 8, 8], [8, 1, 8, 1, 9, 8, 8, 8, 1, 8], [8, 1, 8, 1, 1, 8, 8, 1, 1, 8], [8, 8, 8, 1, 1, 8, 8, 8, 1, 8], [1, 1, 1, 1, 5, 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 1
5 6 1
5 5 1
Output:
1 1 1 1 1 1 1 1 1
1 1 1 1 5 5 5 5 1
1 1 1 1 5 5 5 5 1
1 1 1 1 5 5 5 5 1
1 1 1 1 5 5 5 5 1
5 5 5 5 1 1 1 1 1
5 5 5 5 1 1 1 1 1
5 5 5 5 1 1 1 1 1
5 5 5 5 1 1 1 1 1
Example 2:
Input:
1 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "1 1 1 1 1 1 1 1 1\n1 5 5 5 5 1 1 1 1\n1 5 5 5 5 1 1 1 1\n1 5 5 5 5 1 1 1 1\n1 5 5 5 5 1 1 1 1\n1 1 1 1 1 5 5 5 5\n1 1 1 1 1 5 5 5 5\n1 1 1 1 1 5 5 5 5\n1 1 1 1 1 5 5 5 5", "reasoning_gym_entry": {"question": "Find the common rule that maps an input grid to an output... | {"source_dataset": "arc_agi", "source_index": 14014, "input": [[1, 1, 1], [1, 6, 5], [1, 5, 5]], "output": [[1, 1, 1, 1, 1, 1, 1, 1, 1], [1, 5, 5, 5, 5, 1, 1, 1, 1], [1, 5, 5, 5, 5, 1, 1, 1, 1], [1, 5, 5, 5, 5, 1, 1, 1, 1], [1, 5, 5, 5, 5, 1, 1, 1, 1], [1, 1, 1, 1, 1, 5, 5, 5, 5], [1, 1, 1, 1, 1, 5, 5, 5, 5], [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:
4 4 4 4 4 4 4 4 4 4 4 4 4 4 4
4 4 4 4 4 4 6 4 4 4 4 4 4 4 4
4 4 4 4 4 4 4 4 4 4 4 4 4 4 4
4 4 4 4 4 4 4 4 4 4 4 4 4 4 4
4 4 4 4 4 4 4 4 4 4 4 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 6 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 6 4 4 4 4 4\n4 4 5 5 5 5 5 5 5 5 5 5 5 4 4\n4 4 5 4 4 4 4 4 4 4 4 4 5 4 4\n4 4 5 4 4 4 4 4 4 4 4 4 5 4 4\n4 4 5 4 4 5 5 5 4 4 4 4 5 4 4\n4 6 5 4 4 5 4 5 4 4 4 4 5 4 4\n4 4 5 4 4 5 4 5 4 ... | {"source_dataset": "arc_agi", "source_index": 14015, "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, 6, 4, 4, 4, 4, 4], [4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 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:
6 6 6 6 6 6 6
6 9 9 9 9 9 9
6 6 6 6 6 6 6
6 6 9 9 9 9 9
6 6 6 6 6 6 6
6 6 6 9 9 9 9
6 6 6 6 6 6 6
6 6 6 6 9 9 9
6 6 6 6 6 6 6
Output:
6 6 6 6 6 6 6
6 9 9 9 7 7 7
6 6 6 6 6 6 6
6 6 9 9 9 7 7
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\n6 9 9 9 9 9 7 7 7 7 7\n6 6 6 6 6 6 6 6 6 6 6\n6 6 9 9 9 9 9 7 7 7 7\n6 6 6 6 6 6 6 6 6 6 6\n6 6 6 6 6 6 6 6 6 9 7\n6 6 6 6 6 6 6 6 6 6 6\n6 6 6 6 6 6 9 9 9 7 7\n6 6 6 6 6 6 6 6 6 6 6", "reasoning_gym_entry": {"question": "Find the common rule ... | {"source_dataset": "arc_agi", "source_index": 14016, "input": [[6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6], [6, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9], [6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6], [6, 6, 9, 9, 9, 9, 9, 9, 9, 9, 9], [6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6], [6, 6, 6, 6, 6, 6, 6, 6, 6, 9, 9], [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:
8 5 8
8 8 6
8 9 8
Output:
5 5 8
6 6 6
9 9 8
Example 2:
Input:
0 8 8
8 7 8
8 8 2
Output:
0 8 8
7 7 8
2 2 2
Example 3:
Input:
8 8 7
8 6 8
8 8 8
Output:
7 7 7
6 6 8
8 8 8
Below is a test input grid. Predict ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "7 7 7\n5 8 8\n9 9 9", "reasoning_gym_entry": {"question": "Find the common rule that maps an input grid to an output grid, given the examples below.\n\nExample 1:\n\nInput:\n8 5 8\n8 8 6\n8 9 8\nOutput:\n5 5 8\n6 6 6\n9 9 8\n\nExample 2:\n\nInput:\n0 8 8\n8 7 8\n8 8... | {"source_dataset": "arc_agi", "source_index": 14017, "input": [[8, 8, 7], [5, 8, 8], [8, 8, 9]], "output": [[7, 7, 7], [5, 8, 8], [9, 9, 9]], "task_id": "d037b0a7", "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:
2 5 2 5 2 5
5 2 5 2 5 2
2 5 2 5 2 5
Output:
2 6 2 6 2 6 2 6 2
6 2 6 2 6 2 6 2 6
2 6 2 6 2 6 2 6 2
Example 2:
Input:
2 5 2 2 5 2
5 5 5 5 5 5
2 2 2 2 2 2
Output:
2 6 2 2 6 2 2 6 2
6 6 6 6 6 6 6 6 6
2 2 2 2 2 2 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "6 2 2 6 2 2 6 2 2\n6 6 6 6 6 6 6 6 6\n6 2 2 6 2 2 6 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 5 2 5 2 5\n5 2 5 2 5 2\n2 5 2 5 2 5\nOutput:\n2 6 2 6 ... | {"source_dataset": "arc_agi", "source_index": 14018, "input": [[5, 2, 2, 5, 2, 2], [5, 5, 5, 5, 5, 5], [5, 2, 2, 5, 2, 2]], "output": [[6, 2, 2, 6, 2, 2, 6, 2, 2], [6, 6, 6, 6, 6, 6, 6, 6, 6], [6, 2, 2, 6, 2, 2, 6, 2, 2]], "task_id": "017c7c7b", "difficulty": {"rotations_weights": [0.25, 0.25, 0.25, 0.25], "mirrors_wei... |
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 2
9 2 9
2 9 9
Output:
9 9 2
9 4 9
2 9 9
Example 2:
Input:
9 9 9 6 9 9
9 9 6 9 9 9
9 6 9 9 9 9
6 9 9 9 9 6
9 9 9 9 6 9
9 9 9 6 9 9
Output:
9 9 9 6 9 9
9 9 4 9 9 9
9 6 9 9 9 9
4 9 9 9 9 6
9 9 9 9 4 9
9 9 9 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "9 9 9 9 9 9 9 1 9 9 9 9\n9 9 9 9 9 9 4 9 9 9 9 1\n9 9 9 9 9 1 9 9 9 9 4 9\n9 9 9 9 4 9 9 9 9 1 9 9\n9 9 9 1 9 9 9 9 4 9 9 9\n9 9 4 9 9 9 9 1 9 9 9 9\n9 1 9 9 9 9 4 9 9 9 9 9\n4 9 9 9 9 1 9 9 9 9 9 9\n9 9 9 9 4 9 9 9 9 9 9 1\n9 9 9 1 9 9 9 9 9 9 4 9\n9 9 4 9 9 9 9 9 ... | {"source_dataset": "arc_agi", "source_index": 14019, "input": [[9, 9, 9, 9, 9, 9, 9, 1, 9, 9, 9, 9], [9, 9, 9, 9, 9, 9, 1, 9, 9, 9, 9, 1], [9, 9, 9, 9, 9, 1, 9, 9, 9, 9, 1, 9], [9, 9, 9, 9, 1, 9, 9, 9, 9, 1, 9, 9], [9, 9, 9, 1, 9, 9, 9, 9, 1, 9, 9, 9], [9, 9, 1, 9, 9, 9, 9, 1, 9, 9, 9, 9], [9, 1, 9, 9, 9, 9, 1, 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:
9 9 9 9 9 9 9 9
9 9 9 9 9 9 9 9
9 9 9 9 9 9 9 9
9 9 9 9 9 9 0 9
9 9 9 9 9 0 0 0
9 9 9 9 9 9 0 0
9 9 9 9 9 9 9 9
9 9 9 9 9 9 9 9
Output:
9 0 9
0 0 0
9 0 0
9 0 9
0 0 0
9 0 0
Example 2:
Input:
9 9 9 9 9 9 9 9
9 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "4 4 9\n9 4 9\n9 4 4\n4 4 9\n9 4 9\n9 4 4", "reasoning_gym_entry": {"question": "Find the common rule that maps an input grid to an output grid, given the examples below.\n\nExample 1:\n\nInput:\n9 9 9 9 9 9 9 9\n9 9 9 9 9 9 9 9\n9 9 9 9 9 9 9 9\n9 9 9 9 9 9 0 9\n9 9... | {"source_dataset": "arc_agi", "source_index": 14020, "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, 4, 4, 9, 9], [9, 9, 9, 9, 9, 4, 9, 9], [9, 9, 9, 9, 9, 4, 4, 9], [9, 9, 9, 9, 9, 9, 9, 9]], "output": [[4, 4, 9], [9, 4, 9], [9, 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:
2 1 1 1 9
1 3 1 6 1
1 1 7 1 1
1 6 1 3 1
9 1 1 1 2
Output:
2 6 9
3 7 3
9 6 2
Example 2:
Input:
6 1 1 1 0
1 2 1 7 1
1 1 3 1 1
1 7 1 2 1
0 1 1 1 6
Output:
6 7 0
2 3 2
0 7 6
Example 3:
Input:
9 1 1 1 4
1 8 1 5 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "0 7 8\n6 2 6\n8 7 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:\n2 1 1 1 9\n1 3 1 6 1\n1 1 7 1 1\n1 6 1 3 1\n9 1 1 1 2\nOutput:\n2 6 9\n3 7 3\n9 6 2\n\nExamp... | {"source_dataset": "arc_agi", "source_index": 14021, "input": [[0, 1, 1, 1, 8], [1, 6, 1, 7, 1], [1, 1, 2, 1, 1], [1, 7, 1, 6, 1], [8, 1, 1, 1, 0]], "output": [[0, 7, 8], [6, 2, 6], [8, 7, 0]], "task_id": "ca8de6ea", "difficulty": {"rotations_weights": [0.25, 0.25, 0.25, 0.25], "mirrors_weights": [0.2, 0.2, 0.2, 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 3 3 6 3 3 3 6 3 7 3
3 7 3 6 3 3 7 6 3 3 3
3 3 3 6 3 3 3 6 7 3 3
6 6 6 6 6 6 6 6 6 6 6
3 3 3 6 3 3 3 6 3 3 3
7 3 7 6 3 7 3 6 3 3 3
3 3 3 6 3 3 3 6 3 3 7
6 6 6 6 6 6 6 6 6 6 6
3 3 3 6 3 3 3 6 3 3 3
3 3 7 6 3 3 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "0 0 3\n3 0 3\n3 3 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:\n7 3 3 6 3 3 3 6 3 7 3\n3 7 3 6 3 3 7 6 3 3 3\n3 3 3 6 3 3 3 6 7 3 3\n6 6 6 6 6 6 6 6 6 6 6\n... | {"source_dataset": "arc_agi", "source_index": 14022, "input": [[7, 3, 3, 6, 3, 3, 7, 6, 3, 3, 3], [3, 3, 3, 6, 7, 3, 3, 6, 3, 7, 3], [7, 3, 3, 6, 3, 3, 3, 6, 3, 3, 3], [6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6], [3, 7, 3, 6, 3, 3, 3, 6, 3, 3, 3], [3, 3, 3, 6, 3, 7, 3, 6, 3, 3, 7], [3, 3, 3, 6, 3, 3, 7, 6, 3, 3, 3], [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:
8 8 8 8 8 8 8 8 8
8 8 8 8 8 8 8 8 8
8 8 8 8 8 8 8 8 8
8 8 8 8 8 8 8 8 8
8 8 8 8 8 8 8 8 8
8 8 8 8 8 8 8 8 8
8 8 8 8 8 8 8 8 8
8 8 8 8 8 8 8 8 8
8 8 8 8 8 8 8 8 8
Output:
7 7 7 7 7 7 7 7 7
7 8 7 8 7 8 7 8 7
7 7 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "7 7 7 7 7 7 7 7 7 7 7\n7 8 7 8 7 8 7 8 7 8 7\n7 7 7 7 7 7 7 7 7 7 7\n7 8 7 8 7 8 7 8 7 8 7\n7 7 7 7 7 7 7 7 7 7 7\n7 8 7 8 7 8 7 8 7 8 7\n7 7 7 7 7 7 7 7 7 7 7\n7 8 7 8 7 8 7 8 7 8 7\n7 7 7 7 7 7 7 7 7 7 7\n7 8 7 8 7 8 7 8 7 8 7\n7 7 7 7 7 7 7 7 7 7 7", "reasoning_g... | {"source_dataset": "arc_agi", "source_index": 14023, "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, 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 3 9 9 9 9 9 9 9 2
9 9 9 9 9 9 9 9 9 9 9 9 9 8 9 9 9 9 9 9 9 9 9 9
9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9
9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 3
9 9 9 9 9 5 9 9 9 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "9 9 9 9 9 9 0 5 0 2 0 0 0 0 0 9 9 9 9 9 9 9 9 9 9 9\n9 9 9 9 9 9 0 5 0 2 0 0 0 0 0 9 9 9 9 9 9 9 9 9 9 9\n9 9 9 9 9 9 0 5 0 2 0 0 0 0 0 9 9 9 9 9 9 9 4 9 9 9\n9 9 9 9 9 9 0 5 0 2 0 0 0 0 0 9 9 6 9 9 9 9 9 9 9 9\n9 9 3 9 9 9 0 5 0 2 0 0 0 0 0 9 9 9 9 9 9 9 9 9 9 9\n9... | {"source_dataset": "arc_agi", "source_index": 14024, "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, 4, 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:
0 0 5 5 0 0 0 3 0 0 4 4 4 4 0
0 0 5 5 0 0 0 3 0 0 0 0 0 0 0
0 0 5 5 0 0 0 3 0 0 0 0 0 0 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 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 0 0 0 0 0 0\n0 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\n3 3 3 3 3 0 0 0 0 0 0 0 0 0 0\n3 3 3 3 3 0 0 0 0 0 0 0 0 0 0\n3 3 3 3 3 0 0 0 0 0 0 0 0 0 0\n0 0 0 0 0 0 0 5 5 5 0 0 0 0 0\n0 0 0 0 0 0 0 5 5 5 0 4 4 4 4\n0 0 0 0 0 0 0 5 5 ... | {"source_dataset": "arc_agi", "source_index": 14025, "input": [[3, 3, 3, 3, 3, 0, 0, 5, 5, 5, 0, 4, 4, 4, 4], [3, 3, 3, 3, 3, 0, 0, 5, 5, 5, 0, 4, 4, 4, 4], [3, 3, 3, 3, 3, 0, 0, 5, 5, 5, 0, 4, 4, 4, 4], [0, 0, 0, 0, 0, 0, 0, 5, 5, 5, 0, 4, 4, 4, 4], [0, 0, 0, 0, 0, 0, 0, 5, 5, 5, 0, 4, 4, 4, 4], [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:
6 6 6
3 6 0
6 6 6
6 6 6
6 6 6
Output:
6 6 6
3 0 6
6 6 6
6 6 6
6 6 6
Example 2:
Input:
0 6 6
6 6 6
6 6 3
Output:
6 6 6
6 0 6
6 6 3
Example 3:
Input:
6 6 0
6 6 6
3 6 6
Output:
6 6 6
6 0 6
3 6 6
Example 4:
I... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "6 6 6 6 6 6 6 6 6 6 6\n6 6 6 6 6 6 6 6 6 6 6\n6 6 6 6 6 6 6 6 6 6 6\n6 6 6 6 6 6 6 0 6 6 6\n6 6 6 6 6 6 6 6 6 6 6\n6 6 6 6 6 6 6 6 6 6 6\n6 6 6 6 6 6 6 6 6 6 6\n6 6 6 6 6 6 6 6 6 6 6\n6 6 6 6 6 6 6 3 6 6 6\n6 6 6 6 6 6 6 6 6 6 6\n6 6 6 6 6 6 6 6 6 6 6", "reasoning_g... | {"source_dataset": "arc_agi", "source_index": 14026, "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, 0, 6, 6, 6], [6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6], [6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6], [6, 6, 6, 6, 6, 6, 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:
6 4 4 4
6 6 4 6
4 6 6 6
6 6 4 6
Output:
6 4 4 4
6 6 4 6
0 6 6 6
6 6 0 6
Example 2:
Input:
6 6 4 4
6 6 4 6
4 6 4 4
6 6 6 6
4 4 4 6
Output:
6 6 4 4
6 6 4 6
0 6 4 4
6 6 6 6
4 4 4 6
Example 3:
Input:
6 4 4
4 6 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "0 6 4 4\n6 6 4 6\n6 0 6 6\n6 6 6 0\n4 4 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:\n6 4 4 4\n6 6 4 6\n4 6 6 6\n6 6 4 6\nOutput:\n6 4 4 4\n6 6 4 6\n0 6 6... | {"source_dataset": "arc_agi", "source_index": 14027, "input": [[4, 6, 4, 4], [6, 6, 4, 6], [6, 4, 6, 6], [6, 6, 6, 4], [4, 4, 6, 6]], "output": [[0, 6, 4, 4], [6, 6, 4, 6], [6, 0, 6, 6], [6, 6, 6, 0], [4, 4, 6, 6]], "task_id": "aedd82e4", "difficulty": {"rotations_weights": [0.25, 0.25, 0.25, 0.25], "mirrors_weights": ... |
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 2 2 2 2 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 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 5 5 5\n5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5\n2 2 2 2 2 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 2 2 2 2\n5 5 5 5 5 2 2 2 2 2 5 5 5 5 5 2 2 2 2 2 5 5 5 5\n5 5 5 5 5 5 5 5 5 5 2... | {"source_dataset": "arc_agi", "source_index": 14028, "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... |
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 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 0 0
0 0 0 0 0
0 0 0 7 0
Output:
0 0 0 6 0
0 0 0 6 0
0 0 0 6 0
0 0 0 6 0
0 0 0 6 0
0 0 0 1 0
0 0 0 7 0
0 0 0 7 0
0 0 0 7 0
0 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "0 2 0 0 8\n0 2 0 0 8\n0 2 0 0 8\n0 2 0 0 8\n0 2 0 0 8\n0 1 0 0 1\n0 9 0 0 3\n0 9 0 0 3\n0 9 0 0 3\n0 9 0 0 3\n0 9 0 0 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\n... | {"source_dataset": "arc_agi", "source_index": 14029, "input": [[0, 2, 0, 0, 8], [0, 0, 0, 0, 0], [0, 0, 0, 0, 0], [0, 0, 0, 0, 0], [0, 0, 0, 0, 0], [0, 0, 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, 0, 0, 3]], "output": [[0, 2, 0, 0, 8], [0, 2, 0, 0, 8], [0, 2, 0, 0, 8], [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:
1 1 1 9 9
1 1 1 9 9
1 1 1 1 1
1 1 1 1 1
1 1 1 1 1
Output:
1 1 1 1 1
1 1 1 5 5
1 1 1 5 5
1 1 1 1 1
1 1 1 1 1
Example 2:
Input:
1 9 1
1 1 1
1 1 1
Output:
1 1 1
1 5 1
1 1 1
Example 3:
Input:
1 1 1 1 1
1 9 9 9 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "1 1 1 1 1\n1 1 5 1 1\n1 1 5 5 1\n1 1 5 1 1\n1 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:\n1 1 1 9 9\n1 1 1 9 9\n1 1 1 1 1\n1 1 1 1 1\n1 1 1 1 1\nOut... | {"source_dataset": "arc_agi", "source_index": 14030, "input": [[1, 1, 9, 1, 1], [1, 1, 9, 9, 1], [1, 1, 9, 1, 1], [1, 1, 1, 1, 1], [1, 1, 1, 1, 1]], "output": [[1, 1, 1, 1, 1], [1, 1, 5, 1, 1], [1, 1, 5, 5, 1], [1, 1, 5, 1, 1], [1, 1, 1, 1, 1]], "task_id": "a79310a0", "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:
1 1 1 1 1 1
2 1 1 1 1 1
1 1 1 1 1 1
3 1 2 1 1 1
1 1 1 1 1 1
3 1 3 1 0 1
Output:
2 1 1
3 2 1
3 3 0
Example 2:
Input:
1 1 1 1 1 1
3 1 4 1 1 1
1 1 1 1 1 1
1 1 1 1 2 1
1 1 1 1 1 1
0 1 4 1 1 1
Output:
3 4 1
1 1 2
... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "9 2 2\n0 1 1\n0 6 6", "reasoning_gym_entry": {"question": "Find the common rule that maps an input grid to an output grid, given the examples below.\n\nExample 1:\n\nInput:\n1 1 1 1 1 1\n2 1 1 1 1 1\n1 1 1 1 1 1\n3 1 2 1 1 1\n1 1 1 1 1 1\n3 1 3 1 0 1\nOutput:\n2 1 1... | {"source_dataset": "arc_agi", "source_index": 14031, "input": [[1, 1, 1, 1, 1, 1], [9, 1, 2, 1, 2, 1], [1, 1, 1, 1, 1, 1], [0, 1, 1, 1, 1, 1], [1, 1, 1, 1, 1, 1], [0, 1, 6, 1, 6, 1]], "output": [[9, 2, 2], [0, 1, 1], [0, 6, 6]], "task_id": "68b67ca3", "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:
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
5 3 3 7 7 7 7 3 3 3
3 3 3 7 7 7 7 3 3 6
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 3 3 3 3 3 3
Output:
3 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "3 3 3 3 3 9 3 3 3 3\n3 3 3 3 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\n3 3 3 7 7 9 0 3 3 0\n4 3 3 4 7 7 7 3 3 3\n3 3 3 7 7 7 4 3 3 4\n3 3 3 5 8 7 6 3 3 3\n3 3 3 3 3 3 3 3 3 3\n3 3 3 5 8 3 6 3 3 3", "reasoning_gym_entry": {"question": "Find the common ru... | {"source_dataset": "arc_agi", "source_index": 14032, "input": [[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, 3], [3, 3, 3, 3, 3, 3, 3, 3, 3, 3], [3, 3, 3, 7, 7, 7, 7, 3, 3, 0], [4, 3, 3, 7, 7, 7, 7, 3, 3, 3], [3, 3, 3, 7, 7, 7, 7, 3, 3, 4], [3, 3, 3, 7, 7, 7, 7, 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 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 2 0 7 2 9 9 9
9 9 9 2 9 9 2 9 9 9
9 9 9 2 6 1 2 9 9 9
9 9 9 2 2 2 2 9 9 9
9 9 9 9 9 9 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 9 9 9 9 9 9 9 9\n9 9 9 9 9 9 9 9 9 9\n9 2 9 9 9 9 9 9 1 9\n9 9 0 0 0 0 0 0 9 9\n9 9 0 9 9 9 9 0 9 9\n9 9 0 9 9 9 9 0 9 9\n9 9 0 9 9 9 9 0 9 9\n9 9 0 0 0 0 0 0 9 9\n9 6 9 9 9 9 9 9 7 9\n9 9 9 9 9 9 9 9 9 9", "reasoning_gym_entry": {"question": "Find the common ru... | {"source_dataset": "arc_agi", "source_index": 14033, "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, 0, 0, 0, 0, 0, 0, 9, 9], [9, 9, 0, 7, 9, 9, 6, 0, 9, 9], [9, 9, 0, 9, 9, 9, 9, 0, 9, 9], [9, 9, 0, 1, 9, 9, 2, 0, 9, 9], [9, 9, 0, 0, 0, 0, 0, 0, 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 5 5 1 3 5 5 1 5 1 3 7 7 7 5 5 1 3 5 3 5
3 3 1 1 8 3 1 3 5 1 3 3 5 7 7 5 7 3 7 5 3
7 8 7 3 7 7 5 3 1 1 3 5 3 1 7 1 5 5 8 8 1
8 3 1 5 4 4 4 4 4 4 4 4 4 4 7 7 1 3 1 1 3
1 7 3 3 4 1 1 5 1 3 3 3 3 4 1 1 5 1 3 3 7
... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "4 1 5 7 7 7 1 7 1\n5 7 1 5 4 5 7 4 5\n5 4 1 4 1 7 7 5 7\n1 7 5 5 7 7 5 7 5\n1 7 5 5 1 5 1 4 1\n1 5 5 4 5 5 5 5 5\n5 1 4 1 1 1 1 5 5\n1 4 5 5 7 4 1 1 4", "reasoning_gym_entry": {"question": "Find the common rule that maps an input grid to an output grid, given the ex... | {"source_dataset": "arc_agi", "source_index": 14034, "input": [[1, 1, 1, 5, 7, 7, 5, 1, 1, 5, 1, 5, 1, 1, 1, 5], [1, 7, 1, 5, 5, 7, 1, 7, 7, 4, 5, 7, 7, 4, 1, 4], [1, 1, 5, 5, 7, 7, 5, 5, 7, 7, 5, 1, 5, 1, 1, 7], [7, 1, 7, 1, 5, 1, 7, 5, 7, 1, 7, 7, 5, 5, 5, 1], [5, 1, 5, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 1, 4], [7, 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
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 0 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 8
8 8 8 8 8 8 8 8 8 8
3 3 3 3 3 3 3 3 3 3
Output:
5 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "7 7 7 7 7 7 7 7 7 7\n7 8 8 8 8 8 8 8 8 8\n8 8 8 8 8 8 8 8 7 8\n8 8 8 7 8 7 8 8 8 8\n8 8 8 8 8 8 8 7 8 8\n8 2 8 8 8 8 8 8 8 8\n8 8 8 8 2 8 8 8 2 8\n8 8 8 8 8 8 8 8 8 8\n8 2 8 8 8 8 8 8 8 8\n2 2 2 2 2 2 2 2 2 2", "reasoning_gym_entry": {"question": "Find the common ru... | {"source_dataset": "arc_agi", "source_index": 14035, "input": [[7, 7, 7, 7, 7, 7, 7, 7, 7, 7], [0, 8, 8, 8, 8, 8, 8, 8, 8, 8], [8, 8, 8, 8, 8, 8, 8, 8, 0, 8], [8, 8, 8, 0, 8, 0, 8, 8, 8, 8], [8, 8, 8, 8, 8, 8, 8, 0, 8, 8], [8, 0, 8, 8, 8, 8, 8, 8, 8, 8], [8, 8, 8, 8, 0, 8, 8, 8, 0, 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:
8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8
8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8
8 8 8 6 6 6 6 6 6 6 6 6 6 6 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8
8 8 8 6 6 6 6 6 6 6 6 6 6 6 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 8 8 8 8 8 8 8 8 8 8\n8 8 4 4 6 6 1 2 2 2 1 6 6 4 4 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8\n8 8 4 4 6 6 1 2 2 2 1 6 6 4 4 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8\n8 8 4 4 6 6 1 2 2 2 1 6 6 4 4 8 8 8 4 4 6 6 1 2 1 6 6 4 4 8\n8 8 4 4 6 6 1 2 2 2 1 ... | {"source_dataset": "arc_agi", "source_index": 14036, "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, 4, 4, 6, 6, 1, 2, 2, 2, 1, 6, 6, 4, 4, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8], [8, 8, 4, 4, 6, 6, 1, 2, 2, 2, 1, 6, 6, 4, 4, 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:
5 8 5 5 5 5 5 5 5 8
5 8 5 5 5 5 5 5 8 5
5 5 5 5 5 8 5 5 5 5
5 5 8 5 5 5 5 8 5 5
8 5 8 8 5 5 8 8 8 8
5 5 8 8 8 5 5 8 8 8
5 5 8 5 5 5 5 5 5 5
5 5 5 5 5 8 5 8 5 5
5 8 5 5 5 5 5 5 8 5
5 5 5 5 5 5 5 5 5 8
Output:
5 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "5 5 5 5 5 5 5 5 5 5\n7 5 5 5 5 5 7 5 5 5\n5 5 5 8 5 5 5 5 8 5\n5 5 5 5 5 5 7 5 7 7\n5 5 5 5 7 8 7 7 7 7\n5 8 8 5 7 5 7 7 7 7\n5 5 5 5 5 5 7 5 7 7\n5 5 5 5 5 5 5 5 5 8\n7 5 5 8 5 5 7 5 5 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": 14037, "input": [[5, 5, 5, 5, 5, 5, 5, 5, 5, 5], [8, 5, 5, 5, 5, 5, 8, 5, 5, 5], [5, 5, 5, 8, 5, 5, 5, 5, 8, 5], [5, 5, 5, 5, 5, 5, 8, 5, 8, 8], [5, 5, 5, 5, 8, 8, 8, 8, 8, 8], [5, 8, 8, 5, 8, 5, 8, 8, 8, 8], [5, 5, 5, 5, 5, 5, 8, 5, 8, 8], [5, 5, 5, 5, 5, 5, 5, 5, 5, 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 6 6 6 6 7 7 7 7 6 6 6 0 0 6 6 6 0 0
6 6 6 6 6 7 7 7 7 6 0 0 0 0 6 0 0 0 0
6 6 6 6 6 7 7 7 7 6 0 6 0 6 6 0 6 0 6
6 6 6 6 6 7 7 7 7 6 0 6 6 6 6 0 6 6 6
6 6 6 6 6 7 7 7 7 6 6 6 6 6 6 6 6 6 6
6 6 0 0 6 7 7 7 7 6 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "9 0 0 0 6 0 9 0 0 6 0 0 9 0 6 0 0 0 9\n0 6 6 6 6 0 6 6 6 6 0 6 6 6 6 0 6 6 6\n0 6 6 0 6 0 6 6 0 6 0 6 6 0 6 0 6 6 0\n0 6 0 0 6 0 6 0 0 6 0 6 0 0 6 0 6 0 0\n6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6\n0 0 0 0 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6\n9 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 ... | {"source_dataset": "arc_agi", "source_index": 14038, "input": [[0, 0, 0, 0, 6, 0, 0, 0, 0, 6, 7, 7, 7, 7, 6, 0, 0, 0, 0], [0, 6, 6, 6, 6, 0, 6, 6, 6, 6, 7, 7, 7, 7, 6, 0, 6, 6, 6], [0, 6, 6, 0, 6, 0, 6, 6, 0, 6, 7, 7, 7, 7, 6, 0, 6, 6, 0], [0, 6, 0, 0, 6, 0, 6, 0, 0, 6, 7, 7, 7, 7, 6, 0, 6, 0, 0], [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 1 6 5 6
6 6 5 5 1
1 5 5 6 1
Output:
6 8 6 5 6
6 6 5 5 8
8 5 5 6 8
Example 2:
Input:
6 1 1 1
1 6 5 6
1 6 6 1
Output:
6 8 8 8
8 6 5 6
8 6 6 8
Example 3:
Input:
5 1 1 5 5 6
5 6 1 1 6 6
5 1 1 6 6 1
Output:
5 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "8 6 8 8 6\n8 8 8 6 5\n5 8 6 8 5", "reasoning_gym_entry": {"question": "Find the common rule that maps an input grid to an output grid, given the examples below.\n\nExample 1:\n\nInput:\n6 1 6 5 6\n6 6 5 5 1\n1 5 5 6 1\nOutput:\n6 8 6 5 6\n6 6 5 5 8\n8 5 5 6 8\n\nExa... | {"source_dataset": "arc_agi", "source_index": 14039, "input": [[1, 6, 1, 1, 6], [1, 1, 1, 6, 5], [5, 1, 6, 1, 5]], "output": [[8, 6, 8, 8, 6], [8, 8, 8, 6, 5], [5, 8, 6, 8, 5]], "task_id": "c8f0f002", "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 2 2 2 2 2 8 8 8 8 8 8
7 7 7 2 2 2 2 2 8 8 8 8 8 8
7 7 7 2 2 2 2 2 8 8 8 8 8 8
7 7 7 2 2 2 2 2 8 8 8 8 8 8
7 7 7 2 2 2 2 2 8 8 8 8 8 8
7 7 7 2 2 2 2 2 8 8 8 8 8 8
7 7 7 2 2 2 2 2 8 8 8 8 8 8
7 7 7 2 2 2 2 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "4 7 6 5\n6 2 4 1\n3 7 8 9\n8 4 6 5\n5 1 3 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:\n7 7 7 2 2 2 2 2 8 8 8 8 8 8\n7 7 7 2 2 2 2 2 8 8 8 8 8 8\n7 7 7 2 2 ... | {"source_dataset": "arc_agi", "source_index": 14040, "input": [[4, 4, 4, 4, 7, 7, 7, 7, 6, 6, 6, 6, 6, 5, 5], [4, 4, 4, 4, 7, 7, 7, 7, 6, 6, 6, 6, 6, 5, 5], [4, 4, 4, 4, 7, 7, 7, 7, 6, 6, 6, 6, 6, 5, 5], [6, 6, 6, 6, 2, 2, 2, 2, 4, 4, 4, 4, 4, 1, 1], [6, 6, 6, 6, 2, 2, 2, 2, 4, 4, 4, 4, 4, 1, 1], [3, 3, 3, 3, 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 2 5 5 5
2 2 2 3 3
2 2 2 2 9
2 2 2 2 9
2 2 2 3 3
2 2 5 5 5
2 2 5 5 5
2 2 2 3 3
2 2 2 2 9
2 2 2 2 9
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 2 5 5 5
2 2 2 3 3
2 2 2 2 9
2 2 2 2 9
2 2 2 3 3
2 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "2 2 2 7 7\n2 2 2 9 7\n2 2 9 9 9\n2 2 2 2 3\n2 2 2 7 7\n2 2 2 9 7\n2 2 9 9 9\n2 2 2 2 3\n2 2 2 7 7\n2 2 2 9 7\n2 2 9 9 9\n2 2 2 2 3\n2 2 2 7 7\n2 2 2 9 7\n2 2 9 9 9", "reasoning_gym_entry": {"question": "Find the common rule that maps an input grid to an output grid,... | {"source_dataset": "arc_agi", "source_index": 14041, "input": [[2, 2, 2, 7, 7], [2, 2, 2, 9, 7], [2, 2, 9, 9, 9], [2, 2, 2, 2, 3], [2, 2, 2, 7, 7], [2, 2, 2, 9, 7], [2, 2, 9, 9, 9], [2, 2, 2, 2, 3], [2, 2, 2, 7, 7], [2, 2, 2, 9, 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]], "... |
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 9 8 9 6 8 6 6 6 0 8 8 0 8
9 8 9 8 8 8 6 6 8 8 8 0 0 0 8
8 9 9 8 9 6 8 6 6 6 8 8 0 0 0
9 8 9 8 8 6 6 8 6 6 0 8 0 8 0
8 8 9 9 9 6 6 6 6 8 0 0 8 8 8
Output:
0 8 9 0 9
9 0 9 0 8
6 9 9 0 9
9 6 9 6 0
0 0 9 9 9
E... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "9 8 6 0 0\n6 0 9 8 9\n9 9 0 9 0\n9 0 6 6 9\n0 9 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:\n8 8 9 8 9 6 8 6 6 6 0 8 8 0 8\n9 8 9 8 8 8 6 6 8 8 8 0 0 0... | {"source_dataset": "arc_agi", "source_index": 14042, "input": [[9, 8, 8, 8, 8, 6, 8, 6, 8, 8, 0, 8, 8, 0, 0], [8, 8, 9, 8, 9, 6, 8, 6, 8, 8, 8, 0, 0, 8, 8], [9, 9, 8, 9, 8, 8, 6, 8, 6, 6, 0, 0, 0, 0, 0], [9, 8, 8, 8, 9, 6, 8, 6, 6, 8, 8, 0, 8, 8, 0], [8, 9, 9, 9, 8, 8, 8, 6, 6, 8, 0, 8, 8, 8, 0]], "output": [[9, 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:
3 9 9 9
9 9 3 9
9 3 3 9
9 9 9 9
3 3 3 3
1 1 1 1
1 3 3 1
1 1 3 1
3 1 1 1
Output:
3 9 1
3 9 1
3 9 1
Example 2:
Input:
3 3 3 3
3 3 3 3
3 2 2 2
3 2 3 2
3 2 2 2
3 3 3 3
3 6 6 6
3 6 3 6
3 6 6 6
Output:
3 3 3
3 3 3
... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "3 3 5\n3 3 5\n8 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:\n3 9 9 9\n9 9 3 9\n9 3 3 9\n9 9 9 9\n3 3 3 3\n1 1 1 1\n1 3 3 1\n1 1 3 1\n3 1 1 1\nOutput:\n3 ... | {"source_dataset": "arc_agi", "source_index": 14043, "input": [[3, 8, 8, 8], [3, 8, 3, 8], [3, 8, 8, 8], [3, 3, 3, 3], [5, 5, 5, 3], [5, 3, 5, 3], [5, 3, 5, 5], [5, 3, 3, 5], [5, 5, 5, 5]], "output": [[3, 3, 5], [3, 3, 5], [8, 5, 5]], "task_id": "8ba14f53", "difficulty": {"rotations_weights": [0.25, 0.25, 0.25, 0.25], ... |
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 8 6 6 6 6 6 6 6 6 8 6 6 6 6 6 6 6
6 6 6 6 6 6 6 5 6 6 6 6 5 6 6 6 5 6 6 6 5 6 6 6
6 5 6 6 6 6 6 5 6 6 6 6 6 6 6 6 5 6 6 6 6 6 6 6
6 6 6 6 6 6 6 5 6 6 6 6 6 6 6 6 5 6 6 6 6 6 6 6
6 6 6 5 6 6 6 5 6 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "6 6 6 6 6 6 6 8 6 6 6 6 6 6 6 6 6 6 0 6 6 6 6 6 6 6\n6 6 6 6 8 6 6 5 6 6 6 6 6 6 6 6 6 6 5 6 6 6 0 6 0 6\n6 6 6 6 6 6 6 5 6 6 6 6 6 0 6 6 6 6 5 6 6 6 6 6 6 6\n8 6 6 8 6 6 6 5 6 6 6 6 6 6 6 6 6 6 5 6 6 6 6 6 6 6\n6 6 6 6 6 6 6 5 6 6 6 6 6 6 6 6 6 6 8 5 5 5 5 5 5 0\n6... | {"source_dataset": "arc_agi", "source_index": 14044, "input": [[6, 6, 6, 6, 6, 6, 6, 8, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 0, 6, 6, 6, 6, 6, 6, 6], [6, 6, 6, 6, 5, 6, 6, 5, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 5, 6, 6, 6, 5, 6, 5, 6], [6, 6, 6, 6, 6, 6, 6, 5, 6, 6, 6, 6, 6, 5, 6, 6, 6, 6, 5, 6, 6, 6, 6, 6, 6, 6], [5, 6, 6, 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:
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 7
5 5 5 5 5 5 5
5 5 5 5 5 5 5
5 5 5 5 5 5 5
3 3 3 3 3 3 3
8 5 8 5 9 9 9
5 8 8 5 9 5 5
8 5 8 5 9 9 9
5 5 5 5 5 5 5
5 5 4 5 5 1 5
4 4 5 5 1 5 1
5 5 4 5 5 1 1
... | {"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\n5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5\n5 5 5 5 5 5 8 4 4 1 5 5 5 5 5 5 9 1 5\n5 5 5 5 5 5 8 5 5 1 5 5 5 8 4 4 9 1 5\n5 5 5 5 5 5 8 5 5 1 1 5 5 8 5 5 5 1 7\n5 5 5 5 5 9 8 5 5 5 1 5 5 8 5 5 5 5 5\n5 5 5 5 5 9 5 5 5 5 1 4 4 8 5 5 ... | {"source_dataset": "arc_agi", "source_index": 14045, "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,... |
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 1 8 8 8
8 8 8 8 8 8 8 8 8 8
8 8 8 8 8 8 8 8 8 8
8 8 8 8 8 8 8 8 8 8
8 8 8 8 8 8 8 8 8 8
8 8 8 8 8 8 8 8 8 8
8 8 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 8 8
8 8 8 8 8 8 8 8 8 8
Output:
8 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "8 8 8 8 8 8 8 8 8 8 8 8\n8 8 8 8 8 8 8 8 8 8 8 8\n8 8 8 8 8 5 8 8 8 8 8 8\n1 8 8 8 5 5 5 8 8 8 1 8\n8 8 8 8 8 5 8 8 8 8 8 8\n8 8 8 8 8 8 8 8 8 8 8 8\n8 8 8 8 8 8 8 8 8 8 8 8\n8 8 8 8 8 8 8 8 8 8 8 8\n8 8 8 8 8 8 8 8 8 8 8 8\n8 8 8 8 8 8 8 8 8 8 8 8\n8 8 8 8 8 8 8 8 ... | {"source_dataset": "arc_agi", "source_index": 14046, "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], [1, 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, 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:
4 4 4 4 4 4 4 7 7
4 7 7 7 7 7 4 7 7
4 7 7 7 7 7 4 7 7
4 7 7 7 7 7 4 7 7
4 4 7 7 7 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 7 7 7 7 7
7 7 7 7 7 7 7 7 7
Output:
4 4 4 4 4 4 4 7 7
4 1 1 1 1 1 4 7 7
4 1 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "7 7 7 1 1 1 1 1 7 7\n7 7 7 1 1 1 1 1 7 7\n1 7 7 1 1 1 1 1 7 7\n7 1 7 1 1 1 1 1 7 1\n7 7 1 1 1 1 1 1 1 7\n7 0 0 1 1 1 1 1 0 0\n7 0 1 1 1 1 1 1 1 0\n7 0 1 1 1 1 1 1 1 0\n7 0 0 0 0 0 0 0 0 0\n7 7 7 7 7 7 7 7 7 7", "reasoning_gym_entry": {"question": "Find the common ru... | {"source_dataset": "arc_agi", "source_index": 14047, "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, 0, 0, 7, 7, 7, 7, 7, 0, 0], [7, 0, 7, 7, 7, 7, 7, 7, 7, 0], [7, 0, 7, 7, 7, 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:
5 5 5
1 1 1
1 5 5
Output:
1 1 5 5 5 5
5 1 5 1 1 1
5 1 5 1 5 5
5 1 5 5 5 1
5 1 5 1 1 1
5 1 1 5 5 5
Example 2:
Input:
3 1 3
3 3 1
3 3 3
Output:
3 3 3 3 1 3
3 3 1 3 3 1
3 1 3 3 3 3
3 1 3 3 3 3
1 3 3 1 3 3
3 3 3 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "9 1 1 1 9 9\n1 9 9 1 9 9\n1 9 9 9 1 1\n9 9 1 1 1 9\n9 9 1 9 9 1\n1 1 9 9 9 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:\n5 5 5\n1 1 1\n1 5 5\nOutput:\n1 1 5... | {"source_dataset": "arc_agi", "source_index": 14048, "input": [[1, 9, 9], [1, 9, 9], [9, 1, 1]], "output": [[9, 1, 1, 1, 9, 9], [1, 9, 9, 1, 9, 9], [1, 9, 9, 9, 1, 1], [9, 9, 1, 1, 1, 9], [9, 9, 1, 9, 9, 1], [1, 1, 9, 9, 9, 1]], "task_id": "ed98d772", "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:
6 6 6 6 6 6 6
6 6 6 6 6 6 6
6 6 6 1 1 6 6
6 1 6 1 1 1 6
6 1 1 1 1 6 6
6 6 1 1 6 6 6
9 6 6 6 6 6 6
Output:
6 6 6 6 6 6 6
6 6 6 6 6 6 6
6 6 6 9 9 6 6
6 9 6 9 9 9 6
6 9 9 9 9 6 6
6 6 9 9 6 6 6
6 6 6 6 6 6 6
Examp... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "6 6 6 6 6 6 6\n6 6 6 6 7 6 6\n6 7 6 7 7 6 6\n6 7 7 7 7 7 6\n6 7 7 6 7 7 6\n6 6 6 6 7 7 6\n6 6 6 6 6 6 6", "reasoning_gym_entry": {"question": "Find the common rule that maps an input grid to an output grid, given the examples below.\n\nExample 1:\n\nInput:\n6 6 6 6 ... | {"source_dataset": "arc_agi", "source_index": 14049, "input": [[6, 6, 6, 6, 6, 6, 6], [6, 6, 6, 6, 8, 6, 6], [6, 8, 6, 8, 8, 6, 6], [6, 8, 8, 8, 8, 8, 6], [6, 8, 8, 6, 8, 8, 6], [6, 6, 6, 6, 8, 8, 6], [7, 6, 6, 6, 6, 6, 6]], "output": [[6, 6, 6, 6, 6, 6, 6], [6, 6, 6, 6, 7, 6, 6], [6, 7, 6, 7, 7, 6, 6], [6, 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 5
5 1 1
0 1 6
Output:
8 8 8 8 8 8 8 8 8
8 8 8 8 8 8 8 8 8
8 8 8 8 8 8 8 8 8
8 8 8 2 6 5 2 6 5
8 8 8 5 1 1 5 1 1
8 8 8 0 1 6 0 1 6
8 8 8 2 6 5 8 8 8
8 8 8 5 1 1 8 8 8
8 8 8 0 1 6 8 8 8
Example 2:
Input:
5 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "3 9 1 8 8 8 8 8 8\n3 3 4 8 8 8 8 8 8\n3 4 6 8 8 8 8 8 8\n3 9 1 3 9 1 8 8 8\n3 3 4 3 3 4 8 8 8\n3 4 6 3 4 6 8 8 8\n3 9 1 8 8 8 8 8 8\n3 3 4 8 8 8 8 8 8\n3 4 6 8 8 8 8 8 8", "reasoning_gym_entry": {"question": "Find the common rule that maps an input grid to an output... | {"source_dataset": "arc_agi", "source_index": 14050, "input": [[3, 9, 1], [3, 3, 4], [3, 4, 6]], "output": [[3, 9, 1, 8, 8, 8, 8, 8, 8], [3, 3, 4, 8, 8, 8, 8, 8, 8], [3, 4, 6, 8, 8, 8, 8, 8, 8], [3, 9, 1, 3, 9, 1, 8, 8, 8], [3, 3, 4, 3, 3, 4, 8, 8, 8], [3, 4, 6, 3, 4, 6, 8, 8, 8], [3, 9, 1, 8, 8, 8, 8, 8, 8], [3, 3, 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:
7 7 7 7 7 7 7 7 7 7
7 7 7 7 2 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 7 7 7 7
7 7 7 7 7 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7\n7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7\n7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7\n7 7 7 7 7 7 7 7 1 1 6 6 7 7 7 7 7 7 7\n7 7 7 7 7 7 7 7 1 7 7 6 7 7 7 7 7 7 7\n7 7 1 1 1 1 1 1 1 7 7 6 6 6 6 6 6 6 7\n7 7 7 7 7 7 7 7 1 7 7 6 7 7 7 7 ... | {"source_dataset": "arc_agi", "source_index": 14051, "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, 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 0 5 0 0 0 0 4 4
0 0 0 2 0 0 5 0 0 0 0 4 4
0 0 0 2 0 0 5 2 2 2 2 0 0
0 0 2 2 2 0 5 2 2 2 2 0 0
0 0 0 2 0 0 5 9 9 0 0 4 4
0 0 0 0 0 0 5 9 9 0 0 4 4
Output:
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 0 9 0 0 0 0 0 0 0\n0 0 0 0 0 0 0 0 0 2 0 4 0 0 0 0 0 0\n0 0 0 0 0 0 0 0 0 0 9 0 0 0 0 0 0 0\n0 0 0 0 0 0 0 0 0 0 9 0 0 0 0 0 0 0\n0 0 0 0 0 0 0 0 0 2 0 4 0 0 0 0 0 0\n0 0 0 0 0 0 0 0 0 0 9 0 0 0 0 0 0 0\n0 0 0 0 0 0 0 0 0 0 9 0 0 0 0 0 0 0\n0 0 0 0... | {"source_dataset": "arc_agi", "source_index": 14052, "input": [[0, 0, 0, 2, 0, 0, 5, 0, 0, 9, 9, 0, 0], [0, 0, 0, 2, 0, 0, 5, 0, 0, 9, 9, 0, 0], [0, 0, 0, 2, 0, 0, 5, 2, 2, 0, 0, 4, 4], [2, 2, 2, 2, 2, 2, 5, 2, 2, 0, 0, 4, 4], [0, 0, 0, 2, 0, 0, 5, 0, 0, 9, 9, 0, 0], [0, 0, 0, 2, 0, 2, 5, 0, 0, 9, 9, 0, 0]], "output": ... |
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 2 0 1 1 1
1 1 1 1 1 8 0 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 5 1 1 1 1 1 1
1 1 7 5 1 1 1 1 1 1
1 1 1 1 1 1 1 1 1 1
Output:
1 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "1 1 1 1 1 1 1 1 1 1\n1 1 1 1 1 1 1 1 1 1\n1 7 5 9 9 9 9 1 1 1\n1 4 6 9 9 9 9 1 1 1\n1 1 1 1 1 1 1 1 1 1\n1 1 1 0 2 9 9 9 1 1\n1 1 1 2 8 9 9 9 1 1\n1 1 1 1 1 1 1 1 1 1\n1 6 6 9 9 1 1 1 1 1\n1 6 4 9 9 1 1 1 1 1", "reasoning_gym_entry": {"question": "Find the common ru... | {"source_dataset": "arc_agi", "source_index": 14053, "input": [[1, 1, 1, 1, 1, 1, 1, 1, 1, 1], [1, 1, 1, 1, 1, 1, 1, 1, 1, 1], [1, 7, 5, 1, 1, 1, 1, 1, 1, 1], [1, 4, 6, 1, 1, 1, 1, 1, 1, 1], [1, 1, 1, 1, 1, 1, 1, 1, 1, 1], [1, 1, 1, 0, 2, 1, 1, 1, 1, 1], [1, 1, 1, 2, 8, 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 4 9 9 9 9 9
9 9 9 9 9 9 4 4 4 9 9 9 9
9 3 8 3 9 9 9 9 9 9 9 9 9
9 3 3 3 9 9 9 9 9 9 9 9 9
9 9 9 9 9 9 9 9 9 1 1 1 9
9 9 9 9 9 9 9 9 9 3 1 3 9
9 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "6 5\n6 6\n5 6", "reasoning_gym_entry": {"question": "Find the common rule that maps an input grid to an output grid, given the examples below.\n\nExample 1:\n\nInput:\n9 9 9 9 9 9 9 9 9 9 9 9 9\n9 9 9 9 9 9 9 9 9 9 9 9 9\n9 9 9 9 9 9 9 4 9 9 9 9 9\n9 9 9 9 9 9 4 4 4... | {"source_dataset": "arc_agi", "source_index": 14054, "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, 2, 2, 2, 9], [9, 9, 5, 5, 9, 9, 9, 9, 9, 9, 9, 9, 9], [9, 9, 5, 5, 9, 9, 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:
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 1 4 7 7 7 7
7 7 7 4 1 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
Output:
7 7 7 7 7 7 1 1 1
7 7 7 7 7 1 1 1 7
7 7 ... | {"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\n2 7 7 7 7 7 7 7 7\n2 2 7 7 7 7 7 7 7\n2 2 2 7 7 7 7 7 7\n7 2 2 2 7 7 7 7 7\n7 2 2 2 2 7 7 7 7\n2 2 2 2 2 2 7 7 7\n2 2 7 7 2 2 2 7 7", "reasoning_gym_entry": {"question": "Find the common rule that maps an input grid to an output... | {"source_dataset": "arc_agi", "source_index": 14055, "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, 4, 2, 7, 7, 7, 7, 7], [7, 7, 4, 4, 7, 7, 7, 7, 7], [7, 7, 7, 7, 7, 7, 7, 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:
3 3
4 5
5 4
3 3
4 5
5 4
Output:
3 3
4 5
5 4
Example 2:
Input:
5 4 1 1 5 4 1 1
4 4 1 1 4 4 1 1
1 1 4 4 1 1 4 4
1 1 4 5 1 1 4 5
Output:
5 4 1 1
4 4 1 1
1 1 4 4
1 1 4 5
Example 3:
Input:
8 8 7 8 8 7
8 3 7 8 3 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "5 8 5\n8 8 3\n3 0 3\n0 3 0", "reasoning_gym_entry": {"question": "Find the common rule that maps an input grid to an output grid, given the examples below.\n\nExample 1:\n\nInput:\n3 3\n4 5\n5 4\n3 3\n4 5\n5 4\nOutput:\n3 3\n4 5\n5 4\n\nExample 2:\n\nInput:\n5 4 1 1... | {"source_dataset": "arc_agi", "source_index": 14056, "input": [[5, 8, 5], [8, 8, 3], [3, 0, 3], [0, 3, 0], [5, 8, 5], [8, 8, 3], [3, 0, 3], [0, 3, 0]], "output": [[5, 8, 5], [8, 8, 3], [3, 0, 3], [0, 3, 0]], "task_id": "7b7f7511", "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:
4 4 4 4 4 4 4 4 4 4
4 2 2 4 4 4 4 4 4 4
4 4 2 4 4 3 4 4 3 4
4 4 2 4 4 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 7 7 7 4 4 4 4
7 7 7 7 4 7 7 4 4 4
4 4 4 4 4 4 4 4 4 4
Output:
3 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "4 1 1 4\n4 1 1 4\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:\n4 4 4 4 4 4 4 4 4 4\n4 2 2 4 4 4 4 4 4 4\n4 4 2 4 4 3 4 4 3 4\n4 4 2 4 4 3 3 3 3 4\n4 ... | {"source_dataset": "arc_agi", "source_index": 14057, "input": [[4, 4, 4, 4, 4, 4, 4, 4, 4, 4], [4, 4, 4, 4, 4, 2, 4, 4, 2, 4], [4, 1, 1, 4, 4, 2, 2, 2, 2, 4], [4, 1, 1, 4, 4, 4, 4, 4, 2, 4], [1, 1, 1, 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, 4, 4], [4, 4, 4, 4, 5, 5, 5, 5, 5, 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 6 6 0 0 6 0 0 6 6
6 6 0 6 6 0 6 6 6 0
6 6 6 0 0 0 6 0 0 0
9 0 6 6 0 6 6 0 6 9
0 0 0 0 6 0 0 0 6 0
0 6 6 6 6 0 0 0 6 0
6 6 0 0 6 0 0 0 0 6
0 6 0 6 6 6 0 0 6 6
6 6 0 6 6 6 6 0 0 6
0 0 6 0 6 6 0 0 6 0
Output:
0 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "0 6 0 0 0 6 6 0 0 0 6 6 6 0 6 0 6 9\n0 6 0 6 0 0 6 0 6 0 6 0 6 0 0 0 8 6\n0 6 6 0 0 0 6 6 6 6 6 6 0 6 0 9 0 6\n6 0 0 6 0 6 6 0 6 6 6 0 6 0 8 0 6 6\n0 6 6 0 6 0 0 6 0 6 6 6 0 9 0 6 0 6\n6 0 6 6 6 6 6 0 0 6 0 6 8 0 6 0 0 6\n6 0 6 6 6 6 6 0 6 0 0 9 6 0 0 6 0 6\n6 6 0 0... | {"source_dataset": "arc_agi", "source_index": 14058, "input": [[0, 6, 0, 0, 0, 6, 6, 0, 0, 0, 6, 6, 6, 0, 6, 0, 6, 9], [0, 6, 0, 6, 0, 0, 6, 0, 6, 0, 6, 0, 6, 0, 0, 0, 6, 6], [0, 6, 6, 0, 0, 0, 6, 6, 6, 6, 6, 6, 0, 6, 0, 0, 0, 6], [6, 0, 0, 6, 0, 6, 6, 0, 6, 6, 6, 0, 6, 0, 6, 0, 6, 6], [0, 6, 6, 0, 6, 0, 0, 6, 0, 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 8 8 2 4 4
4 4 4 4 9 0 7 4 4 4 8 2 8 4 4
4 4 4 4 7 7 0 4 4 4 2 2 8 4 4
4 4 4 4 7 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
... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "1 1 6\n1 1 1\n9 9 9", "reasoning_gym_entry": {"question": "Find the common rule that maps an input grid to an output grid, given the examples below.\n\nExample 1:\n\nInput:\n4 4 4 4 4 4 4 4 4 4 4 4 4 4 4\n4 4 4 4 4 4 4 4 4 4 8 8 2 4 4\n4 4 4 4 9 0 7 4 4 4 8 2 8 4 4\... | {"source_dataset": "arc_agi", "source_index": 14059, "input": [[4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4], [4, 4, 4, 4, 2, 7, 2, 4, 4, 4, 0, 0, 5, 4, 4], [4, 4, 4, 4, 2, 2, 7, 4, 4, 4, 5, 5, 5, 4, 4], [4, 4, 4, 4, 7, 7, 2, 4, 4, 4, 0, 5, 0, 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:
1 1 1 1 1 1 0 0 4
1 1 1 1 1 1 0 7 7
1 1 1 1 1 1 0 8 6
9 9 9 9 9 9 9 9 9
1 1 1 1 1 1 1 1 1
1 1 1 1 1 1 1 2 1
1 1 1 1 1 1 1 1 1
1 1 1 1 1 1 1 1 1
1 2 1 1 2 1 1 1 1
1 1 1 1 1 1 1 1 1
1 1 1 1 1 1 1 1 1
1 2 1 1 1 1 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "1 1 1 1 1 1 7 7 4\n1 1 1 1 1 1 0 5 4\n1 1 1 1 1 1 7 5 0\n9 9 9 9 9 9 9 9 9\n7 7 4 7 7 4 1 1 1\n0 5 4 0 5 4 1 1 1\n7 5 0 7 5 0 1 1 1\n7 7 4 1 1 1 7 7 4\n0 5 4 1 1 1 0 5 4\n7 5 0 1 1 1 7 5 0\n1 1 1 7 7 4 7 7 4\n1 1 1 0 5 4 0 5 4\n1 1 1 7 5 0 7 5 0", "reasoning_gym_ent... | {"source_dataset": "arc_agi", "source_index": 14060, "input": [[1, 1, 1, 1, 1, 1, 7, 7, 4], [1, 1, 1, 1, 1, 1, 0, 5, 4], [1, 1, 1, 1, 1, 1, 7, 5, 0], [9, 9, 9, 9, 9, 9, 9, 9, 9], [1, 1, 1, 1, 1, 1, 1, 1, 1], [1, 2, 1, 1, 2, 1, 1, 1, 1], [1, 1, 1, 1, 1, 1, 1, 1, 1], [1, 1, 1, 1, 1, 1, 1, 1, 1], [1, 2, 1, 1, 1, 1, 1, 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 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 5 5 5 5 5 5 5 5 9 9
9 9 5 5 5 5 5 5 5 5 5 5 5 5 9 9
9 9 5 5 6 6 6 6 6 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "9 9 9 6 6 6 6 6 6 6 6 6 6 6 6 6 9 9 9\n9 9 9 6 0 0 0 0 0 0 0 0 0 0 0 6 9 9 9\n9 9 9 6 0 2 2 2 2 2 2 2 2 2 0 6 9 9 9\n9 9 9 6 0 2 4 4 4 4 4 4 4 2 0 6 9 9 9\n9 9 9 6 0 2 4 3 3 3 3 3 4 2 0 6 9 9 9\n9 9 9 6 0 2 4 4 4 4 4 4 4 2 0 6 9 9 9\n9 9 9 6 0 2 2 2 2 2 2 2 2 2 0 6 ... | {"source_dataset": "arc_agi", "source_index": 14061, "input": [[9, 9, 9, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 9, 9, 9], [9, 9, 9, 3, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 3, 9, 9, 9], [9, 9, 9, 3, 4, 2, 2, 2, 2, 2, 2, 2, 2, 2, 4, 3, 9, 9, 9], [9, 9, 9, 3, 4, 2, 0, 0, 0, 0, 0, 0, 0, 2, 4, 3, 9, 9, 9], [9, 9, 9, 3, 4, 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:
5 5 5 5 5 5 5 5 5 5 5 5 5 4 5 5 5 5 5
5 5 5 5 5 5 5 5 5 4 4 4 4 4 5 5 5 5 4
5 5 5 5 5 5 5 5 5 4 5 5 5 4 5 5 5 4 4
5 5 5 4 4 4 5 5 5 5 5 5 5 4 5 5 5 5 5
5 5 5 5 4 5 5 5 5 5 5 5 5 5 5 5 5 5 5
5 5 5 5 4 5 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\n1 1 1 5 5 5 5 5 5 5 5 9 5 5\n5 5 1 5 5 5 5 5 5 5 5 9 5 5\n1 1 1 5 5 5 0 5 5 5 5 9 5 5\n5 5 5 5 5 5 0 5 5 5 5 9 5 5\n5 5 5 5 5 5 0 5 5 5 5 9 5 5\n5 5 5 5 0 0 0 5 5 5 5 9 9 9\n5 5 5 5 0 5 0 5 5 5 5 5 5 5\n5 5 5 5 5 5 5 5 5 5 5 5 5 5\n5 5 5... | {"source_dataset": "arc_agi", "source_index": 14062, "input": [[5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5], [4, 4, 4, 5, 5, 5, 5, 5, 5, 5, 5, 4, 5, 5], [5, 5, 4, 5, 5, 5, 5, 5, 5, 5, 5, 4, 5, 5], [4, 4, 4, 5, 5, 5, 4, 5, 5, 5, 5, 4, 5, 5], [5, 5, 5, 5, 5, 5, 4, 5, 5, 5, 5, 4, 5, 5], [5, 5, 5, 5, 5, 5, 4, 5, 5, 5, 5, 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 1 1 1 1 1 1
8 1 1 9 1 8 1 1 1 1
1 1 1 9 1 1 1 1 0 1
0 1 1 9 1 1 1 1 1 1
1 1 1 9 1 1 0 1 1 1
1 8 1 9 1 1 1 1 1 1
1 1 1 9 1 1 1 1 8 1
1 0 1 9 1 1 1 1 1 1
1 1 1 9 1 1 1 1 0 1
1 1 1 9 1 8 1 1 1 1
Output:
1 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "1 1 1 1 9 8 8 8 8 1\n1 8 8 8 9 1 1 1 1 1\n1 1 1 1 9 1 1 0 0 0\n0 0 1 1 9 1 1 1 1 1\n1 1 1 1 9 1 1 1 1 1\n1 1 1 1 9 8 8 8 1 1\n0 0 0 1 9 1 1 1 1 1\n1 1 1 1 9 1 1 1 1 1\n1 8 8 8 9 1 1 1 1 0\n1 1 1 1 9 1 1 1 1 1", "reasoning_gym_entry": {"question": "Find the common ru... | {"source_dataset": "arc_agi", "source_index": 14063, "input": [[1, 1, 1, 1, 9, 1, 1, 1, 8, 1], [1, 8, 1, 1, 9, 1, 1, 1, 1, 1], [1, 1, 1, 1, 9, 1, 1, 0, 1, 1], [1, 0, 1, 1, 9, 1, 1, 1, 1, 1], [1, 1, 1, 1, 9, 1, 1, 1, 1, 1], [1, 1, 1, 1, 9, 1, 1, 8, 1, 1], [1, 1, 0, 1, 9, 1, 1, 1, 1, 1], [1, 1, 1, 1, 9, 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:
3 1 3 3 1 3 1 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 5 3 3 3 3 3 3 3
3 3 3 3 3 3 3 3 3 3
3 3 3 3 3 3 5 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
Output:
3 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "3 1 3 3 1 3 3 3 1 3\n3 1 3 3 1 3 3 3 1 3\n3 1 3 3 1 1 3 3 1 3\n3 1 3 3 5 1 3 3 1 3\n3 1 1 3 3 1 3 3 1 3\n3 5 1 3 3 1 3 3 1 3\n3 3 1 3 3 1 3 3 1 3\n3 3 1 3 3 1 3 5 1 3\n3 3 1 3 3 1 3 3 1 3\n3 3 1 3 3 1 3 3 1 3", "reasoning_gym_entry": {"question": "Find the common ru... | {"source_dataset": "arc_agi", "source_index": 14064, "input": [[3, 1, 3, 3, 1, 3, 3, 3, 1, 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, 5, 3, 3, 3, 3, 3], [3, 3, 3, 3, 3, 3, 3, 3, 3, 3], [3, 5, 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, 5, 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:
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 6 6 6 6 6 6 6 6 6 6 6 2
2 2 2 2 2 2 2 2 2 2 6 6 6 6 6 6 6 6 6 6 6 2
2 2 2 2 2 2 2 2 2 2 6 6 5 6 6 6 6 1 6 6 6 2
2 2 2 2 2 2 2 2 2 2 6 6 6 6 6 6 6 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "4 4 9 9 9 9 9 9 9 9 9 9 9 4 4\n4 0 4 9 9 9 9 9 9 9 9 9 9 5 4\n9 4 4 9 9 9 9 9 9 9 4 9 4 4 9\n9 9 9 9 9 9 9 9 4 7 9 9 9 9 9\n9 9 9 9 9 9 9 9 4 4 9 9 9 9 9\n9 9 9 4 9 9 9 9 9 9 9 4 4 9 9\n9 9 4 6 4 9 9 9 9 9 9 4 1 4 9\n9 9 9 4 9 9 9 9 9 9 9 9 9 9 9\n9 9 9 9 9 9 9 9 9 ... | {"source_dataset": "arc_agi", "source_index": 14065, "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, 4, 4, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2], [2, 2, 2, 2, 2, 2, 4, 0, 4, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2], [2, 2, 2, 2, 2, 2, 2, 4, 4, 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 1 6 6
6 6 6 1
1 6 1 1
6 6 6 1
Output:
6 7 6 6
6 6 6 1
7 6 1 1
6 6 6 1
Example 2:
Input:
6 1 1
6 1 1
1 6 6
Output:
6 1 1
6 1 1
7 6 6
Example 3:
Input:
6 1 6
1 6 1
6 1 1
Output:
6 7 6
7 6 1
6 1 1
Example 4... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "1 6 6 6 7\n1 6 7 6 6\n6 6 6 1 1\n6 7 6 6 1", "reasoning_gym_entry": {"question": "Find the common rule that maps an input grid to an output grid, given the examples below.\n\nExample 1:\n\nInput:\n6 1 6 6\n6 6 6 1\n1 6 1 1\n6 6 6 1\nOutput:\n6 7 6 6\n6 6 6 1\n7 6 1 ... | {"source_dataset": "arc_agi", "source_index": 14066, "input": [[1, 6, 6, 6, 1], [1, 6, 1, 6, 6], [6, 6, 6, 1, 1], [6, 1, 6, 6, 1]], "output": [[1, 6, 6, 6, 7], [1, 6, 7, 6, 6], [6, 6, 6, 1, 1], [6, 7, 6, 6, 1]], "task_id": "aedd82e4", "difficulty": {"rotations_weights": [0.25, 0.25, 0.25, 0.25], "mirrors_weights": [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 4 8 9 8 6 9 0 9 5 9 5 9 5 9 9 5 9 5 9 5 9 0 9 6 8 9 8 4
9 3 3 4 6 9 9 6 9 0 9 9 5 9 5 5 5 5 9 5 9 9 0 9 6 9 9 6 4 3
4 9 9 4 4 1 1 1 1 3 5 5 5 9 5 9 9 5 9 5 5 5 3 5 9 4 8 4 4 9
9 4 8 9 3 1 1 1 1 5 9 9 9 0 9 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "0 0\n5 0\n9 5\n6 5\n9 5\n6 8\n8 9\n9 9\n4 5\n5 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:\n8 9 4 8 9 8 6 9 0 9 5 9 5 9 5 9 9 5 9 5 9 5 9 0 9 6 8 9 8 4\n9 ... | {"source_dataset": "arc_agi", "source_index": 14067, "input": [[3, 6, 8, 3, 5, 8, 5, 5, 7, 0, 4, 0, 7, 4, 0, 8, 8, 0, 4, 7, 0, 4, 0, 7, 5, 5, 8, 5, 3, 8], [6, 4, 8, 3, 5, 5, 5, 5, 0, 7, 7, 0, 7, 7, 0, 0, 0, 0, 7, 7, 0, 7, 7, 0, 5, 5, 5, 5, 3, 8], [9, 9, 9, 9, 3, 3, 4, 6, 0, 8, 7, 7, 9, 0, 0, 0, 0, 0, 0, 9, 7, 7, 8, 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 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
5 5 5 5 5 5 5 5 5 7 7 7
5 7 7 7 5 7 7 7 5 7 7 7
5 7 5 7 5 7 5 7 5 7 7 7
5 7 7 7 5 7 7 7 5 7 7 7
5 5 5 5 5 5 5 5 5 5 5 5
7 7 5 7 7 7 5 7 7 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "7 7 7 5 5 5 5 5 7\n7 7 7 5 6 6 6 5 7\n5 5 5 5 6 5 6 5 7\n5 6 6 5 6 6 6 5 7\n5 6 6 5 5 5 5 5 5\n5 6 6 5 7 7 5 7 7\n5 5 5 5 7 7 5 7 7\n7 7 7 7 7 7 5 7 7\n7 7 7 7 7 7 5 7 7", "reasoning_gym_entry": {"question": "Find the common rule that maps an input grid to an output... | {"source_dataset": "arc_agi", "source_index": 14068, "input": [[7, 7, 7, 5, 5, 5, 5, 5, 7], [7, 7, 7, 5, 7, 7, 7, 5, 7], [5, 5, 5, 5, 7, 5, 7, 5, 7], [5, 7, 7, 5, 7, 7, 7, 5, 7], [5, 7, 7, 5, 5, 5, 5, 5, 5], [5, 7, 7, 5, 7, 7, 5, 7, 7], [5, 5, 5, 5, 7, 7, 5, 7, 7], [7, 7, 7, 7, 7, 7, 5, 7, 7], [7, 7, 7, 7, 7, 7, 5, 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:
8 8 8 8 8 8 8 8 8
8 8 8 8 8 8 8 8 8
8 8 8 8 8 8 8 8 8
8 8 8 8 8 8 8 8 8
4 4 4 8 8 8 8 8 8
8 8 8 8 8 8 8 8 8
8 8 8 8 8 8 8 8 8
8 8 8 8 8 8 8 8 8
Output:
8 8 8 8 8 8 8 8 8
8 8 8 8 8 8 8 8 8
6 8 8 8 8 8 8 8 8
6 6 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "8 8 8 8 8 8 8 8 8\n8 8 8 8 8 8 8 8 8\n6 8 8 8 8 8 8 8 8\n6 6 8 8 8 8 8 8 8\n6 6 6 8 8 8 8 8 8\n6 6 6 6 8 8 8 8 8\n4 4 4 4 4 8 8 8 8\n2 2 2 2 2 2 8 8 8\n2 2 2 2 2 2 2 8 8", "reasoning_gym_entry": {"question": "Find the common rule that maps an input grid to an output... | {"source_dataset": "arc_agi", "source_index": 14069, "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], [4, 4, 4, 4, 4, 8, 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:
4 4 4 4 4 4 4 4 4 4 4
4 4 4 4 4 4 4 4 4 4 4
4 4 4 4 4 4 4 4 4 4 4
4 4 4 4 4 4 4 4 4 4 4
4 4 4 4 4 4 4 4 4 4 4
4 4 4 4 4 4 4 4 4 4 4
4 4 4 4 0 4 4 4 4 4 4
4 4 0 0 4 4 4 8 4 4 4
4 4 4 0 4 4 4 4 4 4 4
4 4 4 4 4 4 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "8 8 4 1 1 4 3 3 4 5 5 4\n8 8 4 1 1 4 3 3 4 5 5 4\n4 8 8 4 1 1 4 3 3 4 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:\n4 4 4 4 4 4 4 4 4 4 4\n4 4 4 4 4 4 4 4... | {"source_dataset": "arc_agi", "source_index": 14070, "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, 8, 4, 1, 4, 3, 4, 5, 4, 4], [4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4], [4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4], [0, 0, 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 8 8 4 4 2 3 5 5
6 8 8 4 2 2 5 5 5
8 8 6 2 2 4 5 5 3
Output:
6 8 8
6 8 8
8 8 6
Example 2:
Input:
4 1 1 2 2 2 9 9 9
1 4 4 2 3 3 9 5 5
1 4 4 2 2 3 9 5 5
Output:
2 2 2
2 3 3
2 2 3
Example 3:
Input:
5 5 5 1 9 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "1 8 8\n8 1 1\n8 8 8", "reasoning_gym_entry": {"question": "Find the common rule that maps an input grid to an output grid, given the examples below.\n\nExample 1:\n\nInput:\n6 8 8 4 4 2 3 5 5\n6 8 8 4 2 2 5 5 5\n8 8 6 2 2 4 5 5 3\nOutput:\n6 8 8\n6 8 8\n8 8 6\n\nExa... | {"source_dataset": "arc_agi", "source_index": 14071, "input": [[1, 8, 8, 2, 2, 5, 4, 4, 4], [8, 1, 1, 2, 2, 5, 4, 6, 6], [8, 8, 8, 5, 5, 2, 4, 6, 6]], "output": [[1, 8, 8], [8, 1, 1], [8, 8, 8]], "task_id": "662c240a", "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:
0 0
0 6
Output:
2 0 2 0 2 0
0 6 0 6 0 6
2 0 2 0 2 0
0 6 0 6 0 6
2 0 2 0 2 0
0 6 0 6 0 6
Example 2:
Input:
0 0 0 0 0
0 8 8 0 0
0 0 0 0 0
0 0 0 0 0
0 0 0 0 0
Output:
2 2 0 0 0 2 2 0 0 0 2 2 0 0 0
0 8 8 0 0 0 8 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "0 0 0 3 0 0 0 3 0 0 0 3\n2 0 0 0 2 0 0 0 2 0 0 0\n0 3 0 0 0 3 0 0 0 3 0 0\n0 0 2 0 0 0 2 0 0 0 2 0\n0 0 0 3 0 0 0 3 0 0 0 3\n2 0 0 0 2 0 0 0 2 0 0 0\n0 3 0 0 0 3 0 0 0 3 0 0\n0 0 2 0 0 0 2 0 0 0 2 0\n0 0 0 3 0 0 0 3 0 0 0 3\n2 0 0 0 2 0 0 0 2 0 0 0\n0 3 0 0 0 3 0 0 ... | {"source_dataset": "arc_agi", "source_index": 14072, "input": [[0, 0, 0, 3], [0, 0, 0, 0], [0, 3, 0, 0], [0, 0, 0, 0]], "output": [[0, 0, 0, 3, 0, 0, 0, 3, 0, 0, 0, 3], [2, 0, 0, 0, 2, 0, 0, 0, 2, 0, 0, 0], [0, 3, 0, 0, 0, 3, 0, 0, 0, 3, 0, 0], [0, 0, 2, 0, 0, 0, 2, 0, 0, 0, 2, 0], [0, 0, 0, 3, 0, 0, 0, 3, 0, 0, 0, 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:
3 1 3
3 1 8
3 3 3
Output:
3 3 1 1 3 3
3 3 1 1 3 3
3 3 1 1 8 8
3 3 1 1 8 8
3 3 3 3 3 3
3 3 3 3 3 3
Example 2:
Input:
3 0 0 3
3 3 0 4
3 3 4 3
3 3 3 3
Output:
3 3 0 0 0 0 3 3
3 3 0 0 0 0 3 3
3 3 3 3 0 0 4 4
3 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 6 6 6 6 3 3 3 3\n3 3 6 6 6 6 3 3 3 3\n3 3 9 9 6 6 9 9 9 9\n3 3 9 9 6 6 9 9 9 9\n3 3 3 3 6 6 3 3 3 3\n3 3 3 3 6 6 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": "Find the common ru... | {"source_dataset": "arc_agi", "source_index": 14073, "input": [[3, 3, 3, 3, 3], [3, 6, 6, 3, 3], [3, 9, 6, 9, 9], [3, 3, 6, 3, 3], [3, 3, 3, 3, 3]], "output": [[3, 3, 3, 3, 3, 3, 3, 3, 3, 3], [3, 3, 3, 3, 3, 3, 3, 3, 3, 3], [3, 3, 6, 6, 6, 6, 3, 3, 3, 3], [3, 3, 6, 6, 6, 6, 3, 3, 3, 3], [3, 3, 9, 9, 6, 6, 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 4 8 8 8 8
4 4 4 4 8 8 8 8
8 4 4 8 8 8 8 8
8 8 4 8 8 8 8 8
4 4 4 4 8 8 8 8
8 8 4 4 8 8 8 8
8 8 4 4 8 8 8 8
8 4 8 8 8 8 8 8
8 8 8 8 8 8 4 8
8 8 8 8 4 4 4 4
8 8 8 8 8 8 4 8
8 8 8 8 8 8 4 8
Output:
0 0 0 4 8 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "8 8 8 8 4 0 0 0\n8 8 8 8 4 4 0 0\n8 8 8 8 0 0 4 0\n8 8 8 8 4 4 0 4\n8 8 8 8 4 4 4 4\n8 8 8 8 0 0 0 0\n8 8 8 8 0 4 0 0\n8 8 8 8 0 4 4 4\n0 0 4 4 8 8 8 8\n0 4 0 4 8 8 8 8\n4 0 0 4 8 8 8 8\n4 0 0 4 8 8 8 8", "reasoning_gym_entry": {"question": "Find the common rule tha... | {"source_dataset": "arc_agi", "source_index": 14074, "input": [[8, 8, 8, 8, 4, 8, 8, 8], [8, 8, 8, 8, 4, 4, 8, 8], [8, 8, 8, 8, 8, 8, 4, 8], [8, 8, 8, 8, 4, 4, 8, 4], [8, 8, 8, 8, 4, 4, 4, 4], [8, 8, 8, 8, 8, 8, 8, 8], [8, 8, 8, 8, 8, 4, 8, 8], [8, 8, 8, 8, 8, 4, 4, 4], [8, 8, 4, 4, 8, 8, 8, 8], [8, 4, 8, 4, 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 1 5
5 7 5
5 5 7
Output:
7 5 5
1 7 5
5 5 7
Example 2:
Input:
7 5 2 2
5 7 5 5
5 5 7 6
5 5 5 7
Output:
7 5 5 5
5 7 5 5
2 5 7 5
2 5 6 7
Example 3:
Input:
7 5 4 5 5
5 7 4 9 9
5 5 7 5 5
5 5 5 7 0
5 5 5 5 7
Outp... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "7 5 5 5 5 5\n5 7 5 5 5 5\n1 1 7 5 5 5\n5 5 5 7 5 5\n9 5 4 4 7 5\n9 5 2 5 5 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 1 5\n5 7 5\n5 5 7\nOutput:\n7 5 5... | {"source_dataset": "arc_agi", "source_index": 14075, "input": [[7, 5, 1, 5, 9, 9], [5, 7, 1, 5, 5, 5], [5, 5, 7, 5, 4, 2], [5, 5, 5, 7, 4, 5], [5, 5, 5, 5, 7, 5], [5, 5, 5, 5, 5, 7]], "output": [[7, 5, 5, 5, 5, 5], [5, 7, 5, 5, 5, 5], [1, 1, 7, 5, 5, 5], [5, 5, 5, 7, 5, 5], [9, 5, 4, 4, 7, 5], [9, 5, 2, 5, 5, 7]], "tas... |
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 3 3 0 5 3 9 3 5 0 3 3 9 3 6 0 5 3 9 6 5 0 3 3
9 3 3 0 5 3 9 3 5 0 3 3 9 3 6 0 5 3 9 6 5 0 3 3
9 0 0 0 5 0 9 0 5 0 0 0 9 0 0 0 5 0 9 0 5 0 0 0
9 5 5 5 5 5 9 5 5 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "6 6 6 6 6 6\n6 3 5 3 0 6\n6 5 5 5 5 6\n6 3 5 3 0 6\n6 0 5 0 0 6\n6 6 6 6 6 6", "reasoning_gym_entry": {"question": "Find the common rule that maps an input grid to an output grid, given the examples below.\n\nExample 1:\n\nInput:\n9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9... | {"source_dataset": "arc_agi", "source_index": 14076, "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, 3, 3, 8, 2, 3, 5, 3, 0, 2, 3, 3, 5, 3, 2, 8, 0, 3, 5, 2, 0, 8, 3, 3], [5, 3, 3, 8, 2, 3, 5, 3, 0, 2, 3, 3, 5, 3, 2, 8, 0, 3, 5, 2, 0, 8, 3, 3], [5, 8, 8, 8, 2, 8, 5, 8, 0, 2, 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 3
1 1
1 3
1 1
1 3
3 1
3 1
1 3
1 1
3 1
3 3
3 1
3 1
1 1
1 1
1 1
1 1
1 1
3 3
1 3
Output:
1 3
1 1
1 3
1 1
1 3
3 1
3 1
1 3
1 1
3 1
3 3
3 1
3 1
5 5
5 5
5 5
5 5
5 5
3 3
1 3
Example 2:
Input:
1 3 1
1 3 3
1 3 1
3 3 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "3 3 1 1\n1 3 3 3\n1 3 3 1\n1 3 3 3\n3 1 3 3\n3 1 3 1\n1 3 1 1\n3 3 3 1\n3 1 3 1\n1 1 1 3\n3 1 3 1\n3 3 3 1\n3 1 1 1\n3 3 1 1\n3 3 1 1\n1 1 1 3\n1 3 3 1\n1 3 3 3\n1 3 3 1\n1 1 3 3\n3 5 5 5\n3 5 5 5\n1 5 5 5\n1 1 3 1", "reasoning_gym_entry": {"question": "Find the com... | {"source_dataset": "arc_agi", "source_index": 14077, "input": [[3, 3, 1, 1], [1, 3, 3, 3], [1, 3, 3, 1], [1, 3, 3, 3], [3, 1, 3, 3], [3, 1, 3, 1], [1, 3, 1, 1], [3, 3, 3, 1], [3, 1, 3, 1], [1, 1, 1, 3], [3, 1, 3, 1], [3, 3, 3, 1], [3, 1, 1, 1], [3, 3, 1, 1], [3, 3, 1, 1], [1, 1, 1, 3], [1, 3, 3, 1], [1, 3, 3, 3], [1, 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 1 6 1 6 6 6 6 6 6 6 1
6 9 6 6 9 6 6 9 6 6 9 6
1 6 6 6 6 6 6 6 6 6 6 6
6 6 6 6 1 1 6 6 6 1 1 6
6 9 6 1 1 6 6 9 6 6 9 1
1 1 6 1 1 6 6 6 6 6 6 6
6 6 6 6 6 6 6 1 6 6 6 1
6 9 6 6 9 6 6 9 6 6 1 6
6 6 6 6 6 6 6 6 6 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2\n2 7 7 2 7 7 2 7 7 2 7 7 2 7 7 2\n2 7 7 2 7 7 2 7 7 2 7 7 2 7 7 2\n2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2\n2 7 7 2 7 7 2 7 7 2 7 7 2 7 7 2\n2 7 7 2 7 7 2 7 7 2 7 7 2 7 7 2\n2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2\n2 7 7 2 7 7 2 7 7 2 7 7 2 7 7 2\n2 ... | {"source_dataset": "arc_agi", "source_index": 14078, "input": [[2, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 1, 2, 2, 2, 2], [2, 7, 7, 2, 7, 7, 2, 7, 7, 2, 7, 7, 1, 1, 7, 2], [2, 1, 7, 2, 1, 7, 2, 7, 7, 2, 7, 1, 2, 7, 7, 2], [1, 2, 2, 2, 2, 2, 2, 2, 1, 2, 2, 2, 1, 2, 2, 2], [1, 1, 7, 2, 1, 1, 2, 7, 7, 1, 7, 7, 2, 1, 7, 2], [2, 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 4 9 4 9 9
9 9 9 9 9 0 0 9 9 9 4 9 9 9
9 9 9 9 0 9 9 9 9 4 9 4 9 9
9 9 9 9 9 0 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 9 9 9 9 9 9 9
9 9 9 9 9 9 9 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "9 0 9\n0 0 0\n0 0 9", "reasoning_gym_entry": {"question": "Find the common rule that maps an input grid to an output grid, given the examples below.\n\nExample 1:\n\nInput:\n9 9 9 9 9 9 9 9 9 9 9 9 9 9\n9 9 9 9 9 9 9 9 9 4 9 4 9 9\n9 9 9 9 9 0 0 9 9 9 4 9 9 9\n9 9 9... | {"source_dataset": "arc_agi", "source_index": 14079, "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], [7, 7, 7, 9, 9, 9, 9, 9, 9, 9, 0, 9, 9, 9], [9, 7, 9, 9, 9, 9, 9, 9, 9, 0, 0, 0, 9, 9], [7, 9, 7, 9, 9, 9, 9, 9, 9, 0, 0, 9, 9, 9], [9, 9, 9, 9, 9, 4, 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 1 3 3 3 3 3 1
3 3 3 3 2 3 3 3
3 3 3 3 2 2 2 3
3 3 3 3 3 3 2 3
3 3 3 2 2 2 2 2
3 3 3 3 3 3 2 3
3 1 3 3 3 3 3 1
3 3 3 3 3 3 3 3
3 3 3 3 3 3 3 3
Output:
3 1 3 3 3 3 3 1
3 3 3 2 3 3 3 3
3 3 3 2 2 2 3 3
3 3 3 3 3 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "3 3 3 3 3 3 3 3\n3 1 3 3 3 3 3 1\n3 3 3 3 3 3 2 3\n3 3 3 3 3 2 2 3\n3 3 3 3 2 2 2 3\n3 3 2 2 2 2 2 3\n3 3 3 3 3 3 2 3\n3 1 3 3 3 3 3 1\n3 3 3 3 3 3 3 3\n3 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": 14080, "input": [[3, 3, 3, 3, 3, 3, 3, 3], [3, 1, 3, 3, 3, 3, 3, 1], [3, 3, 3, 3, 3, 3, 3, 2], [3, 3, 3, 3, 3, 3, 2, 2], [3, 3, 3, 3, 3, 2, 2, 2], [3, 3, 3, 2, 2, 2, 2, 2], [3, 3, 3, 3, 3, 3, 3, 2], [3, 1, 3, 3, 3, 3, 3, 1], [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:
3 3 3 3 3 8 3 3 3 3
3 3 3 3 3 3 3 8 3 3
3 3 3 3 3 3 3 3 3 3
3 3 3 8 3 3 3 8 8 3
3 8 8 8 8 3 8 8 8 3
3 8 8 8 3 3 8 8 3 3
3 3 3 8 3 3 8 8 3 3
3 3 3 3 8 3 3 3 3 3
3 3 3 3 3 3 3 3 3 3
3 3 3 3 3 8 3 3 3 3
Output:
3 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "3 3 3 3 3 3 3 3 3 3\n1 3 3 8 3 3 1 3 3 3\n3 3 3 3 3 3 3 3 3 8\n3 3 3 3 3 3 1 3 1 1\n3 8 8 3 1 3 1 1 1 1\n3 3 3 3 1 8 1 1 1 1\n3 3 3 3 3 3 1 3 1 1\n3 3 3 8 3 3 3 3 8 3\n1 3 3 3 3 3 1 3 3 3\n3 3 3 3 3 3 3 3 3 3", "reasoning_gym_entry": {"question": "Find the common ru... | {"source_dataset": "arc_agi", "source_index": 14081, "input": [[3, 3, 3, 3, 3, 3, 3, 3, 3, 3], [8, 3, 3, 8, 3, 3, 8, 3, 3, 3], [3, 3, 3, 3, 3, 3, 3, 3, 3, 8], [3, 3, 3, 3, 3, 3, 8, 3, 8, 8], [3, 8, 8, 3, 8, 3, 8, 8, 8, 8], [3, 3, 3, 3, 8, 8, 8, 8, 8, 8], [3, 3, 3, 3, 3, 3, 8, 3, 8, 8], [3, 3, 3, 8, 3, 3, 3, 3, 8, 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:
5 8 5 2 5 8 5 2 5 8 8
5 5 5 2 5 5 8 2 8 5 5
8 5 5 2 8 5 5 2 8 8 8
2 2 2 2 2 2 2 2 2 2 2
5 5 8 2 5 8 5 2 8 8 8
5 5 5 2 8 5 5 2 8 8 5
5 5 5 2 5 8 8 2 8 8 8
2 2 2 2 2 2 2 2 2 2 2
8 8 5 2 5 5 5 2 8 5 8
5 8 8 2 5 5 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "5 8 8 2 5 8 5 2 5 5 5\n8 8 8 2 5 5 8 2 5 5 5\n8 8 5 2 8 8 5 2 5 5 5\n2 2 2 2 2 2 2 2 2 2 2\n8 8 8 2 5 8 8 2 5 8 5\n8 8 8 2 8 5 5 2 5 5 8\n8 5 8 2 8 8 5 2 5 5 5\n2 2 2 2 2 2 2 2 2 2 2\n8 8 8 2 8 8 8 2 5 8 5\n8 8 8 2 8 5 5 2 8 5 8\n8 8 8 2 5 8 8 2 5 5 5", "reasoning_g... | {"source_dataset": "arc_agi", "source_index": 14082, "input": [[5, 8, 5, 2, 8, 8, 8, 2, 5, 8, 8], [5, 5, 8, 2, 8, 5, 5, 2, 8, 8, 8], [5, 5, 5, 2, 5, 8, 8, 2, 8, 8, 5], [2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2], [5, 8, 5, 2, 8, 8, 8, 2, 5, 8, 8], [8, 5, 8, 2, 8, 8, 8, 2, 8, 5, 5], [5, 5, 5, 2, 8, 8, 8, 2, 8, 8, 5], [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 8 8
0 8 0
Output:
0 8 0 0 8 0 0 8 0
8 8 8 8 8 8 8 8 8
8 8 8 8 8 8 8 8 8
0 8 0 0 8 0 0 8 0
Example 2:
Input:
0 0 4
0 4 0
Output:
0 4 0 0 4 0 0 4 0
4 0 0 0 0 4 4 0 0
4 0 0 0 0 4 4 0 0
0 4 0 0 4 0 0 4 0
Examp... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "2 0 2 2 0 2 2 0 2\n2 2 2 2 2 2 2 2 2\n2 2 2 2 2 2 2 2 2\n2 0 2 2 0 2 2 0 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:\n8 8 8\n0 8 0\nOutput:\n0 8 0 0 8 0 0 ... | {"source_dataset": "arc_agi", "source_index": 14083, "input": [[2, 2, 2], [2, 0, 2]], "output": [[2, 0, 2, 2, 0, 2, 2, 0, 2], [2, 2, 2, 2, 2, 2, 2, 2, 2], [2, 2, 2, 2, 2, 2, 2, 2, 2], [2, 0, 2, 2, 0, 2, 2, 0, 2]], "task_id": "8d5021e8", "difficulty": {"rotations_weights": [0.25, 0.25, 0.25, 0.25], "mirrors_weights": [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 1 6 7 6 6 6 6 6 6 6 6 6 6 6 6 6 6 1 6 6 6
3 6 3 6 0 6 2 6 1 6 6 6 6 8 6 6 0 6 6 8 6 7
6 6 8 6 6 0 6 6 6 3 6 4 6 6 6 1 6 5 4 6 6 6
7 6 6 6 6 6 6 3 6 6 6 6 9 6 6 6 6 6 6 6 6 6
6 6 6 6 6 6 6 6 6 4 6 9 6 6 6 3 6 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "6 4 6 6 6 6 6 2 6 6\n6 6 6 6 9 6 8 6 0 6\n6 6 6 6 6 6 0 6 6 6\n6 6 6 3 6 6 6 6 6 6\n6 6 6 6 6 9 6 6 6 6\n5 6 1 6 2 6 6 6 6 8\n6 6 6 6 6 6 3 6 6 1\n7 6 6 8 6 6 4 6 6 5\n6 2 9 6 5 6 6 6 3 6\n6 9 6 7 6 9 6 6 4 6", "reasoning_gym_entry": {"question": "Find the common ru... | {"source_dataset": "arc_agi", "source_index": 14084, "input": [[2, 1, 6, 6, 2, 6, 1, 2, 7, 0, 5, 6, 6, 1, 6, 6, 6, 6, 4, 1, 4, 3, 6, 6, 6, 6, 6], [6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 1, 6, 6, 6, 6, 6, 6, 6, 4, 6, 8, 6, 6, 6, 6, 6], [6, 6, 3, 6, 6, 6, 6, 9, 6, 9, 6, 5, 6, 9, 6, 6, 4, 6, 6, 6, 6, 6, 6, 6, 6, 8, 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:
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 3 3 7 3 3 7
7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 3 7 7 7 3 7
7 7 7 7 7 7 7 7 7 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "7 7 7 7 7 7 9 7 7 7 7 7 7 7 9 7 7 7 7 7 7 7 7 7 7 7\n7 7 7 7 7 7 9 7 7 7 7 7 7 7 9 7 7 7 7 7 7 7 7 7 7 7\n7 7 7 7 7 7 9 7 7 7 7 7 7 7 9 7 7 7 3 3 3 3 3 3 7 7\n7 7 7 3 3 3 9 3 3 7 7 7 7 7 9 7 7 7 3 9 9 9 9 3 7 7\n7 7 7 3 9 9 9 9 3 7 7 7 7 7 9 7 7 7 3 9 9 9 9 3 7 7\n7... | {"source_dataset": "arc_agi", "source_index": 14085, "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, 3, 3, 3, 3, 3, 3, 7, 7], [7, 7, 7, 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 4 4 4 4 4 4 4 4 4 4 4 4 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 4 4 4 4 4 4 4
4 4 4 4 4 2 2 2 2 4 4 4 4 4 4 4
4 4 4 4 4 2 2 2 2 4 4 4 4 4 4 4
4 4 4 4 4 5 5 5 5 4 4 4 4 4 4 4
4 4 4 4 4 4 4 4 4 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "7 7 2\n7 5 2\n5 5 5\n0 0 6\n2 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:\n4 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\n4 4 4 4 4 2 ... | {"source_dataset": "arc_agi", "source_index": 14086, "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, 7, 7, 2, 4, 4], [4, 4, 4, 2, 2, 2, 4, 4, 4, 4, 4, 7, 2, 2, 4, 4], [4, 4, 4, 2, 5, 2, 4, 4, 4, 4, 4, 2, 2, 2, 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 4 8 0 8 3 1 0 1 1 6
3 1 7 0 1 1 6 0 4 7 1
1 1 6 0 4 7 1 0 1 8 3
0 0 0 0 0 0 0 0 0 0 0
6 1 7 0 8 1 4 0 8 1 3
1 1 3 0 1 3 1 0 6 1 1
4 8 1 0 6 1 1 0 7 1 4
0 0 0 0 0 0 0 0 0 0 0
7 1 6 0 1 7 3 0 1 8 4
3 1 4 0 6 1 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "1 1 1 0 1 1 1 0 1 1 1\n1 1 1 0 1 1 1 0 1 1 1\n1 1 1 0 1 1 1 0 1 1 1\n0 0 0 0 0 0 0 0 0 0 0\n3 3 3 0 8 8 8 0 1 1 1\n3 3 3 0 8 8 8 0 1 1 1\n3 3 3 0 8 8 8 0 1 1 1\n0 0 0 0 0 0 0 0 0 0 0\n4 4 4 0 6 6 6 0 1 1 1\n4 4 4 0 6 6 6 0 1 1 1\n4 4 4 0 6 6 6 0 1 1 1", "reasoning_g... | {"source_dataset": "arc_agi", "source_index": 14087, "input": [[1, 1, 3, 0, 7, 1, 6, 0, 1, 1, 1], [8, 1, 4, 0, 3, 1, 1, 0, 3, 8, 1], [7, 6, 1, 0, 4, 8, 1, 0, 4, 6, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [1, 1, 7, 0, 8, 1, 1, 0, 1, 7, 1], [4, 1, 1, 0, 6, 4, 7, 0, 8, 4, 3], [6, 8, 3, 0, 1, 3, 1, 0, 1, 1, 6], [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:
8 0 0
3 4 0
3 3 1
Output:
1 3 3
0 4 3
0 0 8
Example 2:
Input:
0 0 0
5 0 0
8 8 2
Output:
2 8 8
0 0 5
0 0 0
Below is a test input grid. Predict the corresponding output grid by applying the rule you found.
In... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "8 3 7\n0 1 7\n0 0 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 0 0\n3 4 0\n3 3 1\nOutput:\n1 3 3\n0 4 3\n0 0 8\n\nExample 2:\n\nInput:\n0 0 0\n5 0 0\n8 8... | {"source_dataset": "arc_agi", "source_index": 14088, "input": [[9, 0, 0], [7, 1, 0], [7, 3, 8]], "output": [[8, 3, 7], [0, 1, 7], [0, 0, 9]], "task_id": "6150a2bd", "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 7 7 0 7 0
0 0 0 0 0 7 0 0 7 0
0 0 0 0 0 7 0 0 7 0
0 0 0 0 0 7 7 7 7 0
0 0 0 0 0 0 0 0 0 0
0 7 0 7 7 0 0 0 0 0
0 7 0 0 7 0 0 0 0 0
0 7 7 7 7 0 0 0 0 0
Output:
0 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "0 0 0 0 0 0 1 1 1 1\n0 0 0 0 0 7 1 7 7 0\n0 0 0 0 0 7 1 1 7 0\n0 0 0 0 0 7 1 1 7 0\n0 0 0 0 0 7 7 7 7 0\n0 0 0 0 0 0 0 0 0 0\n0 0 1 1 1 1 1 1 1 1\n0 7 1 7 7 0 0 0 0 0\n0 7 1 1 7 0 0 0 0 0\n0 7 7 7 7 0 0 0 0 0", "reasoning_gym_entry": {"question": "Find the common ru... | {"source_dataset": "arc_agi", "source_index": 14089, "input": [[0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 7, 0, 7, 7, 0], [0, 0, 0, 0, 0, 7, 0, 0, 7, 0], [0, 0, 0, 0, 0, 7, 0, 0, 7, 0], [0, 0, 0, 0, 0, 7, 7, 7, 7, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 7, 0, 7, 7, 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 0 0 0 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 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
0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0
Output:
0 0 6 0 0 0 3 0 0
0 0 6 0 0 0 3 0 0
3 3 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "0 3 0 0 6 0 0 0 0\n0 3 0 0 6 0 0 0 0\n3 3 3 3 7 3 3 3 3\n0 3 0 0 6 0 0 0 0\n0 3 0 0 6 0 0 0 0\n0 3 0 0 6 0 0 0 0\n0 3 0 0 6 0 0 0 0\n6 7 6 6 6 6 6 6 6\n0 3 0 0 6 0 0 0 0", "reasoning_gym_entry": {"question": "Find the common rule that maps an input grid to an output... | {"source_dataset": "arc_agi", "source_index": 14090, "input": [[0, 0, 0, 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, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 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, 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 7
0 0 0
Output:
7 0 7 0 7 7 7 7 7
7 0 7 0 7 0 0 0 0
7 0 7 0 7 0 7 7 7
7 0 7 0 7 0 7 0 0
7 0 7 0 7 0 7 0 7
7 0 7 0 7 0 7 0 0
7 0 7 0 7 0 7 7 7
7 0 7 0 7 0 0 0 0
7 0 7 0 7 7 7 7 7
Example 2:
Input:
0 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "1 1 1 0 1 0 1 0 1\n0 0 0 0 1 0 1 0 1\n1 1 1 1 1 0 1 0 1\n0 0 0 0 0 0 1 0 1\n1 1 1 1 1 1 1 0 1\n0 0 0 0 0 0 0 0 1\n1 1 1 1 1 1 1 1 1\n0 0 0 0 0 0 0 0 0\n1 1 1 1 1 1 1 1 1", "reasoning_gym_entry": {"question": "Find the common rule that maps an input grid to an output... | {"source_dataset": "arc_agi", "source_index": 14091, "input": [[1, 0, 0], [0, 0, 0], [0, 0, 0]], "output": [[1, 1, 1, 0, 1, 0, 1, 0, 1], [0, 0, 0, 0, 1, 0, 1, 0, 1], [1, 1, 1, 1, 1, 0, 1, 0, 1], [0, 0, 0, 0, 0, 0, 1, 0, 1], [1, 1, 1, 1, 1, 1, 1, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 1], [1, 1, 1, 1, 1, 1, 1, 1, 1], [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 1 1 1 1 1
1 1 1 1 1 1 1 1 5 1
1 0 1 1 1 1 1 1 1 1
1 1 1 2 2 1 1 1 1 1
1 1 1 2 2 1 1 1 1 1
1 1 1 2 2 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
Output:
1 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "1 1 1 1 1 1 1 1 1 1\n1 1 1 1 1 1 1 1 1 1\n1 1 1 1 1 1 1 1 1 1\n1 1 1 7 7 1 1 1 1 1\n1 1 7 7 7 7 1 1 1 1\n1 1 7 7 7 7 1 1 1 1\n1 1 1 7 7 1 1 1 1 1\n1 1 1 1 1 1 1 1 1 1\n1 1 1 1 1 1 1 1 1 1\n1 1 1 1 1 1 1 1 1 1", "reasoning_gym_entry": {"question": "Find the common ru... | {"source_dataset": "arc_agi", "source_index": 14092, "input": [[1, 1, 4, 1, 1, 1, 1, 1, 3, 1], [3, 1, 1, 1, 1, 7, 1, 1, 1, 1], [1, 1, 1, 1, 1, 1, 1, 1, 4, 1], [1, 1, 1, 2, 2, 1, 1, 1, 1, 3], [7, 1, 2, 2, 2, 2, 1, 1, 1, 1], [1, 1, 2, 2, 2, 2, 1, 1, 1, 1], [1, 1, 1, 2, 2, 1, 1, 1, 1, 4], [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:
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 3 7 7 7 7 7 3 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
Output:
7 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "7 7 7 7 7 7 7 7 7 7 7 7\n7 7 7 7 7 7 7 7 7 7 7 7\n7 7 7 7 7 0 7 7 7 7 7 7\n3 7 7 7 0 0 0 7 7 7 3 7\n7 7 7 7 7 0 7 7 7 7 7 7\n7 7 7 7 7 7 7 7 7 7 7 7\n7 7 7 7 7 7 7 7 7 7 7 7\n7 7 7 7 7 7 7 7 7 7 7 7\n7 7 7 7 7 7 7 7 7 7 7 7\n7 7 7 7 7 7 7 7 7 7 7 7\n7 7 7 7 7 7 7 7 ... | {"source_dataset": "arc_agi", "source_index": 14093, "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], [3, 7, 7, 7, 7, 7, 7, 7, 7, 7, 3, 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... |
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 4 4
4 4 6
4 5 4
Output:
0 0 0 4 4 4 4 4 4
0 0 0 4 4 4 4 4 4
0 0 0 4 4 4 4 4 4
4 4 4 4 4 4 6 6 6
4 4 4 4 4 4 6 6 6
4 4 4 4 4 4 6 6 6
4 4 4 5 5 5 4 4 4
4 4 4 5 5 5 4 4 4
4 4 4 5 5 5 4 4 4
Example 2:
Input:
4 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "6 6 6 6 4 4 4 4 4 4 4 4\n6 6 6 6 4 4 4 4 4 4 4 4\n6 6 6 6 4 4 4 4 4 4 4 4\n6 6 6 6 4 4 4 4 4 4 4 4\n4 4 4 4 3 3 3 3 0 0 0 0\n4 4 4 4 3 3 3 3 0 0 0 0\n4 4 4 4 3 3 3 3 0 0 0 0\n4 4 4 4 3 3 3 3 0 0 0 0\n8 8 8 8 4 4 4 4 4 4 4 4\n8 8 8 8 4 4 4 4 4 4 4 4\n8 8 8 8 4 4 4 4 ... | {"source_dataset": "arc_agi", "source_index": 14094, "input": [[6, 4, 4], [4, 3, 0], [8, 4, 4]], "output": [[6, 6, 6, 6, 4, 4, 4, 4, 4, 4, 4, 4], [6, 6, 6, 6, 4, 4, 4, 4, 4, 4, 4, 4], [6, 6, 6, 6, 4, 4, 4, 4, 4, 4, 4, 4], [6, 6, 6, 6, 4, 4, 4, 4, 4, 4, 4, 4], [4, 4, 4, 4, 3, 3, 3, 3, 0, 0, 0, 0], [4, 4, 4, 4, 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:
5 5 5 5 5 5 5 5 5 5 5 5 5
5 5 5 5 5 5 5 5 1 4 3 5 5
5 5 5 5 5 5 5 5 1 4 3 5 5
5 5 5 5 5 5 5 5 1 4 3 5 5
5 5 5 5 5 5 5 5 5 5 5 5 5
5 5 5 5 5 5 5 5 5 5 5 5 5
5 5 5 5 5 5 5 5 5 5 5 5 5
5 5 5 5 5 5 4 4 4 4 5 5 5
5 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "5 5 5 5 5 5 5 5 0 0 5 5 5 5 5\n5 5 5 5 5 5 5 0 5 5 0 5 5 5 5\n5 5 5 5 5 5 0 0 0 0 0 0 5 5 5\n5 5 5 5 5 5 5 5 7 7 5 5 5 5 5\n5 5 5 5 5 5 5 7 5 5 7 5 5 5 5\n5 5 5 5 5 5 7 7 7 7 7 7 5 5 5\n5 5 5 5 5 5 5 5 4 4 5 5 5 5 5\n5 5 5 5 5 5 5 4 5 5 4 5 5 5 5\n5 5 5 5 5 5 4 4 4 ... | {"source_dataset": "arc_agi", "source_index": 14095, "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, ... |
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 8 5 5 5 5 8 5 5 5 5 8 5 5 5 5
5 5 5 8 5 5 5 5 8 5 5 5 5 8 9 9 5 9
5 5 5 8 5 5 5 5 8 5 5 5 5 8 5 9 9 5
5 5 5 8 5 5 5 5 8 5 5 5 5 8 5 9 5 5
8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8
5 5 5 8 5 5 5 5 8 5 5 9 5 8 5 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "5 5 5 5 5 3 5 5 5 5 5 3 5 5 5 5 5 3 5 5 5 5 5\n5 5 5 5 5 3 5 5 5 5 5 3 5 5 5 5 5 3 5 5 5 5 5\n5 5 5 5 5 3 5 5 5 5 5 3 5 5 8 5 5 3 5 5 8 5 5\n5 5 5 5 5 3 5 5 5 5 5 3 5 5 8 8 8 3 8 8 8 5 5\n5 5 5 5 5 3 5 5 5 5 5 3 5 5 5 8 5 3 5 8 5 5 5\n3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3... | {"source_dataset": "arc_agi", "source_index": 14096, "input": [[5, 5, 5, 5, 5, 3, 5, 5, 5, 5, 5, 3, 5, 5, 5, 5, 5, 3, 5, 5, 5, 5, 5], [5, 5, 5, 5, 5, 3, 5, 5, 5, 5, 5, 3, 5, 5, 5, 5, 5, 3, 5, 5, 5, 5, 5], [5, 5, 5, 5, 5, 3, 5, 5, 5, 5, 5, 3, 5, 5, 8, 5, 5, 3, 5, 5, 8, 5, 5], [5, 5, 5, 5, 5, 3, 5, 5, 5, 5, 5, 3, 5, 5, 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 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 3 3 3 3 3 7 7 7 7 7
7 3 1 1 1 3 7 7 7 7 7
7 3 1 1 1 3 7 7 7 7 4
7 3 3 3 3 3 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "7 7 7 9 9 9 9 9 7 7 7 7 7\n7 7 7 9 5 5 5 9 7 7 7 7 7\n7 7 7 9 5 5 5 9 7 7 7 7 7\n7 7 7 9 5 5 5 9 7 7 7 7 7\n7 7 7 9 5 5 5 9 7 7 7 7 7\n7 7 7 9 5 5 5 9 7 7 7 7 7\n7 7 7 9 5 5 5 9 7 7 7 7 7\n7 7 7 9 5 5 5 9 7 7 7 7 7\n7 7 7 9 5 5 5 9 7 7 7 7 7\n7 7 7 9 5 5 5 9 7 7 7 7... | {"source_dataset": "arc_agi", "source_index": 14097, "input": [[7, 7, 7, 9, 9, 9, 9, 9, 7, 7, 7, 7, 7], [7, 7, 7, 9, 5, 5, 5, 9, 7, 7, 7, 7, 7], [7, 7, 7, 9, 5, 5, 5, 9, 7, 7, 7, 7, 7], [7, 7, 7, 9, 9, 9, 9, 9, 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... |
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 9 8 4 7 9 9 7 2 2 0 0 1 9 0 0 0 0 9 1 0 0 2 2 7 9 9 7 4 8
9 0 4 8 9 7 7 9 2 2 0 0 9 1 0 0 0 0 1 9 0 0 2 2 9 7 7 9 8 4
1 1 6 6 8 4 7 6 1 1 5 5 5 5 5 5 6 2 1 0 9 1 1 1 6 7 4 8 6 6
1 1 6 6 4 8 6 7 9 1 5 5 5 5 5 ... | {"reasoning_gym_dataset": "arc_agi", "ground_truth": "6 6 9 6 9 0 2 7 6 1 7 2 9 1 0 6 6 0 1 9 2 7 1 6 7 2 0 9 6 9\n6 1 9 9 0 9 7 2 1 6 7 7 1 4 0 0 0 0 4 1 7 7 6 1 2 7 9 0 9 9\n6 2 2 8 9 6 6 6 8 9 9 1 6 1 6 9 9 6 1 6 1 9 9 8 6 6 6 9 8 2\n2 6 8 2 9 9 6 6 9 8 1 4 4 6 9 6 6 9 6 4 4 1 8 9 6 6 9 9 2 8\n2 8 6 2 1 6 9 6 9 1 0 ... | {"source_dataset": "arc_agi", "source_index": 14098, "input": [[6, 6, 9, 6, 9, 0, 2, 7, 6, 1, 7, 2, 9, 1, 0, 6, 6, 0, 1, 9, 2, 7, 1, 6, 7, 2, 0, 9, 6, 9], [6, 1, 9, 9, 0, 9, 7, 2, 1, 6, 7, 7, 1, 4, 0, 0, 0, 0, 4, 1, 7, 7, 6, 1, 2, 7, 9, 0, 9, 9], [6, 2, 2, 8, 9, 6, 6, 6, 8, 9, 9, 1, 6, 1, 6, 9, 9, 6, 1, 6, 1, 9, 9, 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 4 4 4 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 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 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 0\n0 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 0\n0 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... | {"source_dataset": "arc_agi", "source_index": 14099, "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... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.