abstraction_prompt stringlengths 4.74k 8.5k | abstraction_prompt_length int64 1.05k 4.8k | generated_abstractions listlengths 16 16 | train stringlengths 255 5.83k | test stringlengths 57 5.94k | source stringclasses 4
values | prompt stringlengths 1.24k 5k | answer stringlengths 9 1.69k | num_tokens int64 346 4.1k |
|---|---|---|---|---|---|---|---|---|
<|im_start|>user
Developer: # ARC HINT GENERATOR
## Role & Goal
You are an expert ARC (Abstraction and Reasoning Corpus) analyst. Your task is to generate a concise, actionable hint for a user who is struggling with an ARC problem. Analyze the problem and its correct solution to produce a single standalone, targeted h... | 2,174 | [
"<note1>\n<description>Look for a single non-background pixel in the input that serves as the anchor for the whole transformation. That anchor is not moved and remains the center of the added structure in the output.</description>\n<example>If an input contains one isolated colored pixel, treat that pixel as the re... | [{"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, 7, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]], "ou... | [{"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, 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,... | barc_heavy | You will be given some number of paired example inputs and outputs grids. The outputs were produced by applying a transformation rule to the input grids. In addition to the paired example inputs and outputs, there is also one test input without a known output. The inputs and outputs are each “grids”. A grid is a rectan... | ```
0 0 0 0 0 0 0 0 0
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
0 0 0 0 0 0 7 7 7
0 0 0 0 0 0 0 7 0
0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0
``` | 1,470 |
<|im_start|>user
Developer: # ARC HINT GENERATOR
## Role & Goal
You are an expert ARC (Abstraction and Reasoning Corpus) analyst. Your task is to generate a concise, actionable hint for a user who is struggling with an ARC problem. Analyze the problem and its correct solution to produce a single standalone, targeted h... | 1,320 | [
"<note1>\n<description>Check whether the output is a simple uniform replacement of the input: if every output row equals the same row, the transformation is a single-row-to-row mapping applied across the whole grid. This reduces the task to finding how one row is converted into another.</description>\n<example>Imag... | [{"input": [[4, 1, 9, 8, 5], [4, 1, 9, 8, 5], [4, 1, 9, 8, 5], [4, 1, 9, 8, 5], [4, 1, 9, 8, 5]], "output": [[6, 2, 3, 9, 8], [6, 2, 3, 9, 8], [6, 2, 3, 9, 8], [6, 2, 3, 9, 8], [6, 2, 3, 9, 8]]}, {"input": [[2, 8, 2, 4, 4], [2, 8, 2, 4, 4], [2, 8, 2, 4, 4], [2, 8, 2, 4, 4], [2, 8, 2, 4, 4]], "output": [[4, 9, 4, 6, 6],... | [{"input": [[1, 1, 2, 1, 2], [1, 1, 2, 1, 2], [1, 1, 2, 1, 2], [1, 1, 2, 1, 2], [1, 1, 2, 1, 2]], "output": [[2, 2, 4, 2, 4], [2, 2, 4, 2, 4], [2, 2, 4, 2, 4], [2, 2, 4, 2, 4], [2, 2, 4, 2, 4]]}] | barc_heavy | You will be given some number of paired example inputs and outputs grids. The outputs were produced by applying a transformation rule to the input grids. In addition to the paired example inputs and outputs, there is also one test input without a known output. The inputs and outputs are each “grids”. A grid is a rectan... | ```
2 2 4 2 4
2 2 4 2 4
2 2 4 2 4
2 2 4 2 4
2 2 4 2 4
``` | 616 |
<|im_start|>user
Developer: # ARC HINT GENERATOR
## Role & Goal
You are an expert ARC (Abstraction and Reasoning Corpus) analyst. Your task is to generate a concise, actionable hint for a user who is struggling with an ARC problem. Analyze the problem and its correct solution to produce a single standalone, targeted h... | 3,380 | [
"<note1>\n<description>First check whether the transformation preserves the grid shape and only changes colors. If the output grid has the same dimensions as the input, the rule is likely a color remapping (a permutation of colors) rather than a spatial rearrangement.</description>\n<example>Imagine a 3×3 input wit... | [{"input": [[3, 6, 3, 6, 2, 4, 3, 6, 2, 3, 4, 4, 6, 6, 4, 4, 3, 3, 2, 6, 2, 2, 2, 6, 6, 2], [3, 4, 6, 6, 6, 4, 2, 3, 3, 2, 4, 2, 4, 6, 2, 2, 3, 3, 4, 2, 6, 6, 2, 2, 3, 6], [2, 3, 4, 3, 2, 6, 2, 2, 2, 4, 2, 2, 3, 6, 2, 4, 6, 3, 4, 3, 6, 3, 4, 2, 4, 2], [6, 6, 2, 2, 2, 2, 4, 6, 3, 4, 3, 2, 2, 6, 2, 2, 3, 3, 3, 4, 3, 3, 3... | [{"input": [[6, 3, 8, 6, 8], [3, 8, 3, 3, 8], [8, 6, 6, 6, 8], [3, 3, 6, 3, 3], [6, 8, 8, 3, 8], [6, 6, 3, 6, 8], [6, 3, 6, 8, 8], [8, 6, 8, 3, 6], [6, 8, 6, 8, 6], [8, 3, 6, 6, 6], [3, 6, 8, 8, 8]], "output": [[2, 4, 9, 2, 9], [4, 9, 4, 4, 9], [9, 2, 2, 2, 9], [4, 4, 2, 4, 4], [2, 9, 9, 4, 9], [2, 2, 4, 2, 9], [2, 4, ... | rearc | You will be given some number of paired example inputs and outputs grids. The outputs were produced by applying a transformation rule to the input grids. In addition to the paired example inputs and outputs, there is also one test input without a known output. The inputs and outputs are each “grids”. A grid is a rectan... | ```
2 4 9 2 9
4 9 4 4 9
9 2 2 2 9
4 4 2 4 4
2 9 9 4 9
2 2 4 2 9
2 4 2 9 9
9 2 9 4 2
2 9 2 9 2
9 4 2 2 2
4 2 9 9 9
``` | 2,676 |
"<|im_start|>user\nDeveloper: # ARC HINT GENERATOR\n\n## Role & Goal\nYou are an expert ARC (Abstrac(...TRUNCATED) | 1,780 | ["<note1>\n<description>Look first for a single connected group of non-background pixels and treat i(...TRUNCATED) | "[{\"input\": [[0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 1, 1, 1, 1, 0, 0], [0, 0, 0, 1, 1, 1, 0, 0], [0, 0, (...TRUNCATED) | "[{\"input\": [[0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 1, 1, 1, 1, 1, 1, 0](...TRUNCATED) | barc_heavy | "You will be given some number of paired example inputs and outputs grids. The outputs were produced(...TRUNCATED) | "```\n0 0 0 0 0 0 0 0 0\n0 0 0 0 0 0 0 0 0\n3 3 3 3 3 3 3 3 3\n3 3 3 3 3 3 3 3 3\n0 0 0 0 3 3 0 0 3\(...TRUNCATED) | 1,076 |
"<|im_start|>user\nDeveloper: # ARC HINT GENERATOR\n\n## Role & Goal\nYou are an expert ARC (Abstrac(...TRUNCATED) | 3,300 | ["<note1>\n<description>Look first for a full-length separator: a row or column where every cell is (...TRUNCATED) | "[{\"input\": [[2, 2, 9, 2, 2, 6, 2, 2, 0, 2, 2], [2, 2, 2, 2, 2, 6, 2, 2, 2, 2, 2]], \"output\": [[(...TRUNCATED) | "[{\"input\": [[6, 6, 1, 6, 6, 6, 6, 1, 1], [6, 6, 1, 6, 6, 1, 1, 1, 6], [6, 6, 1, 6, 6, 1, 1, 1, 6](...TRUNCATED) | rearc | "You will be given some number of paired example inputs and outputs grids. The outputs were produced(...TRUNCATED) | "```\n6 6 6 6 6 6 6 6 6\n3 6 6 6 3 6 6 6 3\n6 3 6 6 6 6 6 6 6\n6 6 3 6 6 3 3 6 3\n6 6 3 6 6 6 6 6 3\(...TRUNCATED) | 2,596 |
"<|im_start|>user\nDeveloper: # ARC HINT GENERATOR\n\n## Role & Goal\nYou are an expert ARC (Abstrac(...TRUNCATED) | 2,238 | ["<note1>\n<description>Compare overall sizes first: if the output's number of rows and columns is a(...TRUNCATED) | "[{\"input\": [[9, 9, 1, 6], [9, 9, 6, 6], [1, 6, 9, 9], [6, 6, 9, 9]], \"output\": [[9, 9, 9, 9, 9,(...TRUNCATED) | "[{\"input\": [[1, 1, 1, 1, 1, 1], [2, 2, 1, 1, 1, 1], [2, 8, 1, 2, 2, 1], [1, 1, 1, 2, 8, 1]], \"ou(...TRUNCATED) | rearc | "You will be given some number of paired example inputs and outputs grids. The outputs were produced(...TRUNCATED) | "```\n1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1\n2 2 2 2 1 1 1 1 1 1 1 1 1 1 1 1 1 1\n2 2 2 2 2 2 2 1 1 1 (...TRUNCATED) | 1,534 |
"<|im_start|>user\nDeveloper: # ARC HINT GENERATOR\n\n## Role & Goal\nYou are an expert ARC (Abstrac(...TRUNCATED) | 3,640 | ["<note1>\n<description>Start by comparing the two grids cell-by-cell. If every cell in the output c(...TRUNCATED) | "[{\"input\": [[4], [9], [4], [4], [4], [9], [9], [9], [1], [4], [4], [4], [1], [7], [7], [4], [9], (...TRUNCATED) | "[{\"input\": [[8], [8], [0], [5], [5], [3], [8], [6], [8], [8], [4], [1], [7], [8], [8], [8], [9], (...TRUNCATED) | rearc | "You will be given some number of paired example inputs and outputs grids. The outputs were produced(...TRUNCATED) | ```
2
8
9
8
8
8
7
1
4
8
8
6
8
3
5
5
0
8
8
``` | 2,936 |
"<|im_start|>user\nDeveloper: # ARC HINT GENERATOR\n\n## Role & Goal\nYou are an expert ARC (Abstrac(...TRUNCATED) | 3,634 | ["<note1>\n<description>Look for a small, consistent sub-block (often 2×2) that appears repeatedly (...TRUNCATED) | "[{\"input\": [[4, 3, 3, 0, 0, 4, 4, 3, 4, 0, 4, 3, 3, 0, 4, 4, 0, 0, 0, 3, 4, 0, 4], [4, 0, 4, 3, 3(...TRUNCATED) | "[{\"input\": [[6, 3, 6, 4, 6, 6, 6, 6, 4, 4, 6, 3, 6, 6], [4, 6, 4, 6, 4, 6, 4, 6, 6, 6, 6, 4, 3, 6(...TRUNCATED) | rearc | "You will be given some number of paired example inputs and outputs grids. The outputs were produced(...TRUNCATED) | ```
6 3
4 6
``` | 2,930 |
"<|im_start|>user\nDeveloper: # ARC HINT GENERATOR\n\n## Role & Goal\nYou are an expert ARC (Abstrac(...TRUNCATED) | 2,830 | ["<note1>\n<description>Find the two dominant colors and treat them as the only meaningful objects: (...TRUNCATED) | "[{\"input\": [[9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 0, 0], [9, 9, 9, 9, 9, 9, 9, 9, 9, 9(...TRUNCATED) | "[{\"input\": [[1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9], [9,(...TRUNCATED) | rearc | "You will be given some number of paired example inputs and outputs grids. The outputs were produced(...TRUNCATED) | "```\n1 1 1 1 1 1 1 1 1 1 1 1 1\n4 2 9 9 9 9 9 9 9 9 9 9 9\n4 9 2 9 9 9 9 9 9 9 9 9 9\n4 9 9 2 9 9 9(...TRUNCATED) | 2,126 |
"<|im_start|>user\nDeveloper: # ARC HINT GENERATOR\n\n## Role & Goal\nYou are an expert ARC (Abstrac(...TRUNCATED) | 1,264 | ["<note1>\n<description>First check whether the output is a single cell and what it represents. If t(...TRUNCATED) | "[{\"input\": [[1, 7, 2, 9, 6, 3], [8, 7, 4, 3, 8, 1], [3, 6, 3, 9, 5, 8], [6, 9, 7, 8, 1, 8], [6, 7(...TRUNCATED) | "[{\"input\": [[9, 1, 6, 5, 3, 1], [1, 7, 6, 9, 4, 7], [6, 7, 1, 5, 1, 4], [9, 7, 8, 7, 7, 7], [9, 9(...TRUNCATED) | barc_heavy | "You will be given some number of paired example inputs and outputs grids. The outputs were produced(...TRUNCATED) | ```
2
``` | 560 |
End of preview. Expand in Data Studio
README.md exists but content is empty.
- Downloads last month
- 2