abstraction_prompt stringlengths 3.74k 7.44k | abstraction_prompt_length int64 885 4.58k | generated_abstractions listlengths 16 16 | train stringlengths 270 5.88k | test stringlengths 75 4.84k | source stringclasses 4
values | prompt stringlengths 1.28k 4.98k | answer stringlengths 9 1.58k | num_tokens int64 392 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... | 2,427 | [
"<note1>\n<description>Look for a row or column that is uniformly one color across its entire length; such a full-line of one color often serves as a deliberate separator in ARC tasks. When both a full horizontal and a full vertical line exist, they typically form a cross that partitions the grid into four rectangu... | [{"input": [[5, 4, 0, 0, 4, 0, 5, 0, 5, 4, 5, 0, 5, 4, 5, 5, 4, 0, 0, 4, 0, 5, 0, 5, 4, 5, 0, 5, 4], [0, 5, 4, 5, 5, 5, 0, 4, 4, 5, 5, 5, 4, 4, 5, 0, 5, 4, 5, 5, 5, 0, 4, 4, 5, 5, 5, 4, 4], [4, 4, 5, 4, 4, 5, 5, 5, 0, 5, 0, 4, 0, 4, 5, 4, 4, 5, 4, 4, 5, 5, 5, 0, 5, 0, 4, 0, 4], [4, 0, 5, 5, 0, 4, 0, 0, 4, 5, 4, 5, 5, 5... | [{"input": [[3, 9, 9, 9, 9, 3, 9], [9, 9, 3, 9, 9, 3, 9], [9, 9, 9, 9, 9, 9, 9], [9, 3, 9, 9, 9, 3, 9], [9, 3, 9, 9, 9, 3, 9]], "output": [[3, 9, 9], [9, 9, 3]]}] | 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... | ```
3 9 9
9 9 3
``` | 1,934 |
<|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,303 | [
"<note1>\n<description>Look first for a preserved color: one color’s pixels appear in the same coordinates in every output. That color is the “target” and should be left unchanged; everything else will be treated differently. This is effective because many ARC tasks keep a single color constant while transforming t... | [{"input": [[7, 7, 9], [7, 9, 9], [9, 9, 9], [7, 9, 4], [9, 9, 7], [7, 7, 4], [4, 7, 7], [7, 4, 9], [9, 4, 9], [9, 4, 4], [9, 9, 9], [9, 4, 9], [7, 4, 4], [9, 4, 9], [9, 9, 7], [9, 4, 4], [9, 7, 7], [9, 9, 4], [9, 7, 7], [4, 4, 4], [4, 7, 4], [7, 7, 4]], "output": [[5, 5, 9], [5, 9, 9], [9, 9, 9], [5, 9, 5], [9, 9, 5],... | [{"input": [[8, 8, 1, 1, 9], [1, 9, 4, 2, 9], [1, 1, 1, 6, 9], [1, 4, 9, 1, 1], [4, 1, 6, 1, 1], [1, 4, 1, 1, 1], [6, 6, 8, 1, 9], [8, 4, 1, 8, 1], [6, 1, 1, 2, 2], [4, 1, 1, 4, 9], [2, 2, 1, 1, 8], [2, 4, 1, 1, 9], [1, 1, 1, 1, 9], [9, 2, 2, 9, 9], [2, 1, 4, 1, 4], [1, 1, 1, 2, 1], [1, 2, 1, 1, 1], [1, 1, 1, 4, 4], [1... | 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... | ```
5 5 1 1 5
1 5 5 5 5
1 1 1 5 5
1 5 5 1 1
5 1 5 1 1
1 5 1 1 1
5 5 5 1 5
5 5 1 5 1
5 1 1 5 5
5 1 1 5 5
5 5 1 1 5
5 5 1 1 5
1 1 1 1 5
5 5 5 5 5
5 1 5 1 5
1 1 1 5 1
1 5 1 1 1
1 1 1 5 5
1 1 5 1 5
1 1 1 1 5
5 1 1 1 1
5 5 5 5 5
1 1 5 1 1
5 5 5 5 5
``` | 1,810 |
<|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... | 4,415 | [
"<note1>\n<description>Check whether the output is the input with rows in reverse order: this is a top-to-bottom mirror (a vertical flip). It is easy to detect because each output row will match exactly some input row read bottom-to-top.</description>\n<example>Imagine a 3×3 grid with rows A, B, C. If the output ro... | [{"input": [[4, 7, 7, 4, 7, 7, 7, 7, 7, 7, 0, 7, 0, 7, 7, 7, 4, 7], [0, 4, 7, 9, 7, 4, 7, 0, 4, 0, 4, 4, 0, 4, 0, 7, 7, 9], [9, 0, 7, 7, 7, 0, 7, 4, 9, 4, 7, 9, 0, 4, 4, 9, 0, 0], [0, 7, 4, 9, 0, 7, 9, 0, 7, 9, 7, 4, 4, 7, 9, 0, 0, 4], [9, 0, 4, 9, 7, 0, 4, 0, 7, 7, 7, 4, 7, 9, 0, 0, 7, 7], [7, 7, 7, 0, 7, 7, 4, 7, 4, ... | [{"input": [[4, 9, 9, 7, 9, 9, 9, 9, 9, 7, 9, 4, 9, 8, 5, 2, 7, 8, 9, 9, 5, 7, 9, 9, 9, 9, 9, 9], [7, 9, 9, 9, 9, 9, 9, 2, 9, 5, 8, 4, 9, 4, 9, 7, 9, 9, 2, 7, 9, 9, 2, 9, 9, 9, 2, 4], [9, 9, 9, 9, 9, 7, 9, 9, 3, 9, 9, 9, 2, 9, 9, 9, 7, 4, 4, 9, 9, 8, 9, 9, 9, 9, 9, 4], [7, 9, 8, 7, 9, 9, 9, 2, 4, 9, 7, 7, 9, 9, 4, 9, 9... | 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... | ```
9 9 9 9 7 3 9 9 4 9 9 9 9 9 9 2 9 9 9 4 5 9 9 4 0 4 2 5
9 2 9 9 9 4 9 9 8 7 9 9 9 4 9 9 9 9 4 4 2 9 7 9 2 4 2 2
9 9 9 9 9 8 9 9 9 9 9 4 9 9 9 4 2 9 9 8 9 9 9 5 8 9 9 9
3 9 9 9 7 7 3 7 9 7 9 9 9 9 9 9 9 8 9 9 9 9 4 4 8 9 2 8
9 9 9 3 9 5 9 7 4 9 2 9 9 9 9 9 7 3 2 4 9 9 9 9 9 9 7 8
9 5 4 9 2 2 9 9 9 9 4 7 9 9 9 3 2 9 ... | 3,922 |
"<|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>First, scan the training pairs for a single color that is always preserved w(...TRUNCATED) | "[{\"input\": [[7, 6, 4, 1, 3, 7, 6, 7, 7, 3, 2, 6], [1, 5, 3, 7, 6, 3, 7, 2, 3, 5, 3, 4], [7, 5, 6,(...TRUNCATED) | "[{\"input\": [[6, 6, 5, 1, 5, 3, 6, 2, 5], [4, 3, 2, 2, 6, 5, 6, 5, 6], [2, 4, 2, 6, 7, 6, 6, 6, 2](...TRUNCATED) | barc_heavy | "You will be given some number of paired example inputs and outputs grids. The outputs were produced(...TRUNCATED) | "```\n6 6 5 0 5 0 6 0 5\n0 3 0 2 6 5 6 5 6\n2 0 2 6 7 6 6 6 2\n0 0 0 7 7 6 0 0 5\n2 0 5 6 6 0 1 0 1\(...TRUNCATED) | 1,400 |
"<|im_start|>user\n# ARC HINT GENERATOR\n\n## Role & Goal\nYou are an expert ARC (Abstraction and Re(...TRUNCATED) | 2,921 | ["<note1>\n<description>Look for the single color that the output focuses on: it is the non-backgrou(...TRUNCATED) | "[{\"input\": [[5, 5, 5, 3, 5, 5, 5, 5], [6, 5, 5, 3, 3, 5, 5, 5], [6, 6, 5, 3, 3, 5, 5, 5], [6, 6, (...TRUNCATED) | "[{\"input\": [[3, 3, 3, 3, 3, 3, 3, 3, 1, 1, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3], [3, 3, 3, 3, 3, 9, 9(...TRUNCATED) | rearc | "You will be given some number of paired example inputs and outputs grids. The outputs were produced(...TRUNCATED) | ```
3 3 8 3
3 3 8 3
3 8 8 8
3 3 8 8
3 3 8 8
8 8 8 8
3 8 8 3
``` | 2,428 |
"<|im_start|>user\n# ARC HINT GENERATOR\n\n## Role & Goal\nYou are an expert ARC (Abstraction and Re(...TRUNCATED) | 4,361 | ["<note1>\n<description>Look for a color that appears much less often than the others — this \"odd(...TRUNCATED) | "[{\"input\": [[8, 8, 4, 4, 4, 8, 4, 8, 4, 8, 4, 8, 4, 4, 8, 4, 8, 4, 8], [8, 4, 4, 8, 4, 4, 4, 8, 4(...TRUNCATED) | "[{\"input\": [[1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 1, 2, 1, 1, 1, 0], [2, 2, 2, 2, 2, 2, 2, 2, 1, 2, 1, 2(...TRUNCATED) | rearc | "You will be given some number of paired example inputs and outputs grids. The outputs were produced(...TRUNCATED) | "```\n1 1 2 2 2 2 2 2 2 2 1 2\n2 2 2 2 2 2 2 2 1 2 1 2\n2 2 2 2 2 2 2 1 1 1 2 1\n2 2 2 2 2 2 2 2 1 2(...TRUNCATED) | 3,868 |
"<|im_start|>user\n# ARC HINT GENERATOR\n\n## Role & Goal\nYou are an expert ARC (Abstraction and Re(...TRUNCATED) | 2,437 | ["<note1>\n<description>Look for a single color that forms a compact, filled rectangle distinct from(...TRUNCATED) | "[{\"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,(...TRUNCATED) | "[{\"input\": [[0, 0, 3, 3, 3, 3], [0, 0, 3, 5, 5, 3], [0, 0, 3, 5, 5, 3], [0, 0, 3, 5, 5, 3], [0, 0(...TRUNCATED) | rearc | "You will be given some number of paired example inputs and outputs grids. The outputs were produced(...TRUNCATED) | ```
5 5 5 5
5 3 3 5
5 3 3 5
5 3 3 5
5 5 5 5
``` | 1,944 |
"<|im_start|>user\n# ARC HINT GENERATOR\n\n## Role & Goal\nYou are an expert ARC (Abstraction and Re(...TRUNCATED) | 1,671 | ["<note1>\n<description>Look first for a uniform outer frame: many ARC tasks use a single color that(...TRUNCATED) | "[{\"input\": [[4, 4, 4, 4, 4, 4, 4, 4, 4], [4, 7, 7, 7, 0, 8, 1, 1, 4], [4, 7, 1, 0, 8, 6, 8, 8, 4](...TRUNCATED) | "[{\"input\": [[2, 2, 2, 2, 2, 2, 2, 2, 2, 2], [2, 0, 0, 0, 2, 2, 2, 7, 7, 2], [2, 0, 0, 2, 2, 7, 7,(...TRUNCATED) | barc_heavy | "You will be given some number of paired example inputs and outputs grids. The outputs were produced(...TRUNCATED) | "```\n2 2 2 2 2 2 2 2 2 2\n2 0 0 0 2 2 2 2 2 2\n2 0 0 2 2 2 2 2 2 2\n2 0 2 2 2 2 2 2 2 2\n2 2 2 2 2 (...TRUNCATED) | 1,178 |
"<|im_start|>user\n# ARC HINT GENERATOR\n\n## Role & Goal\nYou are an expert ARC (Abstraction and Re(...TRUNCATED) | 4,529 | ["<note1>\n<description>Find the missing region by locating the contiguous block of the special colo(...TRUNCATED) | "[{\"input\": [[5, 1, 1, 9, 9, 9, 9, 1, 9, 9, 9, 9, 9, 9, 1, 9, 9, 9, 9, 1, 1, 5], [1, 1, 5, 5, 9, 5(...TRUNCATED) | "[{\"input\": [[7, 7, 7, 7, 7, 7], [7, 2, 7, 0, 2, 7], [7, 7, 7, 0, 7, 7], [7, 7, 7, 0, 7, 7], [7, 2(...TRUNCATED) | rearc | "You will be given some number of paired example inputs and outputs grids. The outputs were produced(...TRUNCATED) | ```
7
7
7
``` | 4,036 |
"<|im_start|>user\n# ARC HINT GENERATOR\n\n## Role & Goal\nYou are an expert ARC (Abstraction and Re(...TRUNCATED) | 3,463 | ["<note1>\n<description>Look first for the dominant background color that fills most cells; the tran(...TRUNCATED) | "[{\"input\": [[1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 7, 7], [4, 4, 6, 6, 6, 6, 6, 6, 6, 4, 6, 6], [1, 1, 1,(...TRUNCATED) | "[{\"input\": [[4, 1, 1, 1, 0, 1, 1, 6, 1, 1, 1, 1, 1, 6, 1, 1, 1, 1, 1, 7, 1, 1], [4, 1, 1, 1, 0, 1(...TRUNCATED) | rearc | "You will be given some number of paired example inputs and outputs grids. The outputs were produced(...TRUNCATED) | "```\n4 1 1 1 0 1 1 6 1 1 1 1 1 6 1 1 1 1 1 7 1 1\n4 1 1 1 0 1 1 6 1 1 1 1 1 6 1 1 1 1 1 7 1 1\n4 1 (...TRUNCATED) | 2,970 |
End of preview. Expand in Data Studio
README.md exists but content is empty.
- Downloads last month
- 3