abstraction_prompt stringlengths 3.66k 7.46k | abstraction_prompt_length int64 832 4.59k | generated_abstractions listlengths 16 16 | train stringlengths 182 5.88k | test stringlengths 49 5.19k | source stringclasses 4
values | prompt stringlengths 1.2k 5k | answer stringlengths 9 1.69k | num_tokens int64 339 4.09k |
|---|---|---|---|---|---|---|---|---|
<|im_start|>user
# 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 hint that he... | 3,523 | [
"<note1>\n<description>Look for rigid transformations: if the same colored pixels reappear with the same shape but in different places, the operation is likely a translation, reflection, or rotation rather than a redraw or resize. Rigid transforms preserve relative offsets between pixels and the internal layout of ... | [{"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, 3, 3, 3, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 3, ... | [{"input": [[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 3, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 3, 3, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0], [0, 0, 3, 3, 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, 3, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 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 3 3 0 0 0 0 0 0 0 0
0 0 0 0 3 3 0 0 3 0 0 0 0 0
0 0 0 0 3 3 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 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 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,030 |
<|im_start|>user
# 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 hint that he... | 2,993 | [
"<note1>\n<description>Isolate the active area by finding the minimal bounding rectangle that contains every non-background (non-zero) pixel. Cropping to that rectangle removes surrounding padding and focuses the analysis on the meaningful pattern.</description>\n<example>Imagine a 7×7 grid with a 3×4 colored patch... | [{"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, 8, 9, 7, 4, 0, 0], [0, 0, 8, 6, 9, 3, 0, 0], [0, 0, 4, 7, 6, 3, 0, 0], [0, 0, 4, 7, 6, 3, 0, 0], [0, 0, 2, 7, 4, 6, 0, 0], [0, 0, 6, 5, 3, 7, 0, 0], [0, 0, 1, 5, 7, 8, 0, 0], [0, 0, 7, 2, 9, 3, 0, 0], [0, 0, 0, 0, 0, 0, 0, ... | [{"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, 6, 6, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 6, 6, 6, 0, 0], [0, 0, 0, 6, 6, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 7, 0, 0], [0, 0, 0, 6, 6, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 7, 0, 0], [0, 0, 0, 6, 6, 8, 6, 6, 6, 6, 6, 6,... | 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... | ```
6 4 4 6 6
6 4 4 4 7
6 8 6 8 6
7 4 6 7 7
``` | 2,500 |
<|im_start|>user
# 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 hint that he... | 1,143 | [
"<note1>\n<description>Look first at the change in grid size: many tasks double each dimension, so the output is a 2×2 arrangement of equal-sized blocks. Recognizing a scale factor reduces the problem to understanding how a single block was transformed.</description>\n<example>If an input is 3×4 and the output is 6... | [{"input": [[0, 0, 3, 3], [0, 3, 0, 3], [3, 3, 3, 0]], "output": [[0, 0, 3, 3, 3, 3, 0, 0], [0, 3, 0, 3, 3, 0, 3, 0], [3, 3, 3, 0, 0, 3, 3, 3], [3, 3, 3, 0, 0, 3, 3, 3], [0, 3, 0, 3, 3, 0, 3, 0], [0, 0, 3, 3, 3, 3, 0, 0]]}, {"input": [[0, 0, 8, 0], [0, 8, 0, 8], [0, 0, 8, 0]], "output": [[0, 0, 8, 0, 0, 8, 0, 0], [0, 8... | [{"input": [[4, 0, 0, 0], [0, 0, 0, 4], [4, 4, 0, 0]], "output": [[4, 0, 0, 0, 0, 0, 0, 4], [0, 0, 0, 4, 4, 0, 0, 0], [4, 4, 0, 0, 0, 0, 4, 4], [4, 4, 0, 0, 0, 0, 4, 4], [0, 0, 0, 4, 4, 0, 0, 0], [4, 0, 0, 0, 0, 0, 0, 4]]}] | arc 2 | 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... | ```
4 0 0 0 0 0 0 4
0 0 0 4 4 0 0 0
4 4 0 0 0 0 4 4
4 4 0 0 0 0 4 4
0 0 0 4 4 0 0 0
4 0 0 0 0 0 0 4
``` | 650 |
"<|im_start|>user\n# ARC HINT GENERATOR\n\n## Role & Goal\nYou are an expert ARC (Abstraction and Re(...TRUNCATED) | 1,841 | ["<note1>\n<description>Look for a single, simple motif that is the same in every example and is the(...TRUNCATED) | "[{\"input\": [[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 4, 4, 0, 0], [0, 0, 0, 0, 4,(...TRUNCATED) | "[{\"input\": [[0, 0, 4, 4, 0, 0, 0, 0, 0, 0], [0, 0, 4, 4, 0, 0, 4, 4, 4, 4], [4, 4, 4, 4, 0, 0, 4,(...TRUNCATED) | barc_heavy | "You will be given some number of paired example inputs and outputs grids. The outputs were produced(...TRUNCATED) | "```\n4 4 4 4 4 0 0 0\n0 0 0 0 0 0 0 0\n0 0 0 0 0 0 0 0\n0 0 0 0 0 0 0 0\n0 0 0 0 0 0 0 0\n0 0 0 0 0(...TRUNCATED) | 1,348 |
"<|im_start|>user\n# ARC HINT GENERATOR\n\n## Role & Goal\nYou are an expert ARC (Abstraction and Re(...TRUNCATED) | 2,085 | ["<note1>\n<description>Look first for a dominant color in the outputs: many ARC tasks collapse the (...TRUNCATED) | "[{\"input\": [[8, 7, 6, 4, 6, 9, 8, 5], [6, 7, 9, 3, 3, 7, 7, 9], [7, 5, 7, 1, 6, 5, 8, 7], [4, 8, (...TRUNCATED) | "[{\"input\": [[6, 5, 3, 6, 9, 5, 9, 1, 6], [5, 6, 5, 6, 9, 9, 7, 6, 6], [6, 8, 9, 4, 1, 7, 7, 6, 5](...TRUNCATED) | barc_heavy | "You will be given some number of paired example inputs and outputs grids. The outputs were produced(...TRUNCATED) | "```\n5 5 5 5 5 9 5 5 5\n6 5 5 5 5 9 7 6 6\n5 5 5 5 5 5 7 5 6\n5 5 5 7 5 7 5 5 5\n5 7 5 5 7 5 5 5 3\(...TRUNCATED) | 1,592 |
"<|im_start|>user\n# ARC HINT GENERATOR\n\n## Role & Goal\nYou are an expert ARC (Abstraction and Re(...TRUNCATED) | 2,159 | ["<note1>\n<description>Look for the invariant color that never changes between input and output; th(...TRUNCATED) | "[{\"input\": [[0, 0, 0, 4, 9, 4, 4, 0, 0, 4], [4, 0, 9, 4, 4, 9, 9, 0, 4, 9], [9, 9, 0, 0, 0, 4, 0,(...TRUNCATED) | "[{\"input\": [[5, 0, 5, 4, 5, 4, 5, 0, 5, 4], [5, 0, 5, 4, 4, 4, 5, 5, 4, 5], [5, 4, 5, 5, 0, 4, 0,(...TRUNCATED) | barc_heavy | "You will be given some number of paired example inputs and outputs grids. The outputs were produced(...TRUNCATED) | "```\n5 0 5 5 5 5 5 0 5 5\n5 0 5 5 5 5 5 5 5 5\n5 5 5 5 0 5 0 5 5 0\n0 5 5 5 5 0 5 5 5 5\n0 5 5 5 5 (...TRUNCATED) | 1,666 |
"<|im_start|>user\n# ARC HINT GENERATOR\n\n## Role & Goal\nYou are an expert ARC (Abstraction and Re(...TRUNCATED) | 4,015 | ["<note1>\n<description>Look for a single color that forms continuous full rows and/or columns acros(...TRUNCATED) | "[{\"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, 2, 2(...TRUNCATED) | "[{\"input\": [[1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], [1, 2, 2, 1, 2, 2, 1, 2, 2(...TRUNCATED) | rearc | "You will be given some number of paired example inputs and outputs grids. The outputs were produced(...TRUNCATED) | ```
3
6
``` | 3,522 |
"<|im_start|>user\n# ARC HINT GENERATOR\n\n## Role & Goal\nYou are an expert ARC (Abstraction and Re(...TRUNCATED) | 3,523 | ["<note1>\n<description>Group pixels into connected components and treat each component as an atomic(...TRUNCATED) | "[{\"input\": [[0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 8, 5, 5, 8, 0, 0, 0], [0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 8(...TRUNCATED) | "[{\"input\": [[0, 2, 1, 0, 0, 6, 6, 6, 0, 0, 0, 0, 0, 0], [0, 2, 2, 2, 0, 6, 6, 6, 0, 1, 1, 0, 0, 0(...TRUNCATED) | barc_heavy | "You will be given some number of paired example inputs and outputs grids. The outputs were produced(...TRUNCATED) | "```\n0 2 2 0 0 2 2 2 0 0 0 0 0 0\n0 2 2 2 0 2 2 2 0 1 1 0 0 0\n0 2 2 2 0 0 0 0 0 1 1 0 0 0\n0 2 1 0(...TRUNCATED) | 3,030 |
"<|im_start|>user\n# ARC HINT GENERATOR\n\n## Role & Goal\nYou are an expert ARC (Abstraction and Re(...TRUNCATED) | 1,893 | ["<note1>\n<description>Look for a small, compact cluster of non-background colors (often a 2×2 pat(...TRUNCATED) | "[{\"input\": [[2, 5, 0, 0, 0, 0, 0, 0, 0], [6, 8, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0](...TRUNCATED) | "[{\"input\": [[2, 6, 0, 0, 0, 0, 0, 0, 0], [9, 1, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0](...TRUNCATED) | barc_heavy | "You will be given some number of paired example inputs and outputs grids. The outputs were produced(...TRUNCATED) | "```\n2 2 2 6 6 6 0 0 0\n2 2 2 6 6 6 0 0 0\n2 2 2 6 6 6 0 0 0\n9 9 9 1 1 1 0 0 0\n9 9 9 1 1 1 0 0 0\(...TRUNCATED) | 1,400 |
"<|im_start|>user\n# ARC HINT GENERATOR\n\n## Role & Goal\nYou are an expert ARC (Abstraction and Re(...TRUNCATED) | 1,625 | ["<note1>\n<description>Look for a single non-background pixel that sits at the top-left corner (the(...TRUNCATED) | "[{\"input\": [[5, 0, 0, 0, 0, 0, 0, 0], [0, 9, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0], [0, 0, (...TRUNCATED) | "[{\"input\": [[4, 0, 0, 0, 0, 0, 0, 0, 0], [0, 9, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0](...TRUNCATED) | barc_heavy | "You will be given some number of paired example inputs and outputs grids. The outputs were produced(...TRUNCATED) | "```\n4 0 0 0 0 0 0 0 0\n0 9 0 0 0 0 0 0 0\n0 0 4 0 0 0 0 0 0\n0 0 0 9 0 0 0 0 0\n0 0 0 0 4 0 0 0 0\(...TRUNCATED) | 1,132 |
End of preview. Expand in Data Studio
README.md exists but content is empty.
- Downloads last month
- 3