abstraction_prompt stringlengths 3.67k 7.43k | abstraction_prompt_length int64 815 4.58k | generated_abstractions listlengths 16 16 | train stringlengths 171 5.84k | test stringlengths 57 4.28k | source stringclasses 4
values | prompt stringlengths 1.21k 4.97k | answer stringlengths 9 1.45k | num_tokens int64 322 4.08k |
|---|---|---|---|---|---|---|---|---|
<|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,479 | [
"<note1>\n<description>Look for horizontal mirroring: check whether each output row contains the original row followed by a reversed copy of that same row. This produces a left/right symmetry where each row reads the same forwards and backwards across the vertical centerline.</description>\n<example>Take a short ro... | [{"input": [[7, 0, 5, 7, 0, 0], [7, 7, 0, 5, 5, 0], [7, 8, 7, 0, 7, 0], [0, 0, 7, 8, 0, 0], [7, 8, 8, 7, 0, 5], [0, 0, 0, 0, 0, 0], [0, 0, 0, 5, 0, 0], [0, 7, 0, 8, 5, 7]], "output": [[7, 0, 5, 7, 0, 0, 0, 0, 7, 5, 0, 7], [7, 7, 0, 5, 5, 0, 0, 5, 5, 0, 7, 7], [7, 8, 7, 0, 7, 0, 0, 7, 0, 7, 8, 7], [0, 0, 7, 8, 0, 0, 0, ... | [{"input": [[0, 0, 9], [9, 9, 0], [9, 0, 9], [4, 4, 4], [0, 0, 0], [4, 0, 0], [0, 4, 9], [9, 9, 0], [9, 0, 9]], "output": [[0, 0, 9, 9, 0, 0], [9, 9, 0, 0, 9, 9], [9, 0, 9, 9, 0, 9], [4, 4, 4, 4, 4, 4], [0, 0, 0, 0, 0, 0], [4, 0, 0, 0, 0, 4], [0, 4, 9, 9, 4, 0], [9, 9, 0, 0, 9, 9], [9, 0, 9, 9, 0, 9]]}] | 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 9 9 0 0
9 9 0 0 9 9
9 0 9 9 0 9
4 4 4 4 4 4
0 0 0 0 0 0
4 0 0 0 0 4
0 4 9 9 4 0
9 9 0 0 9 9
9 0 9 9 0 9
``` | 986 |
<|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,339 | [
"<note1>\n<description>Identify the background color first: it is usually the most frequent color and should be treated as \"empty\" space. Focusing on non-background pixels reduces the problem to connecting a few colored points rather than filling the whole grid.</description>\n<example>Imagine a 6×6 grid where 34... | [{"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, 7, 2, 5, 8, 7], [2, 2, 3, 2, 2, 2], [2, 2, 2, 2, 2, 2], [2, 2, 2, 2, 8, 2], [2, 2, 2, 2, 2, 2], [2, 2, 3, 2, 2, 2], [2, 2, 2, 2, 2, 2], [2, 2, 2, 5, 2, 2], [2, 2, 2, 2, 2, 2], [2, 2, 2, 2, 2, 2], [2, 2, 2, 2, 2, 2]], "output... | [{"input": [[4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4], [4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4], [4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4], [4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4], ... | 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... | ```
4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4
4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4
4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4
4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4
4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4
4 4 4 4 4 4 4 4 4 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,846 |
<|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,409 | [
"<note1>\n<description>Look for a rigid vertical translation: if the output contains the same colored pixels but shifted by the same number of rows, the transformation is a uniform vertical move. This is effective when the pattern of pixels is preserved but their row indices change consistently.</description>\n<exa... | [{"input": [[6, 6, 6, 6, 6], [6, 6, 6, 6, 6], [7, 6, 7, 7, 7], [6, 7, 7, 6, 7], [6, 6, 7, 7, 7], [6, 6, 7, 7, 7], [6, 7, 7, 7, 7], [7, 7, 7, 6, 7], [6, 6, 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], [6, 6, 6, 6, 6], [6... | [{"input": [[8, 8, 8, 8, 8, 4, 4, 4, 8], [8, 8, 8, 4, 4, 4, 4, 4, 8], [8, 8, 8, 4, 4, 4, 4, 4, 8], [8, 4, 4, 4, 4, 8, 4, 8, 8], [8, 8, 8, 8, 8, 4, 4, 8, 8]], "output": [[8, 8, 8, 8, 8, 8, 8, 8, 8], [8, 8, 8, 8, 8, 4, 4, 4, 8], [8, 8, 8, 4, 4, 4, 4, 4, 8], [8, 8, 8, 4, 4, 4, 4, 4, 8], [8, 4, 4, 4, 4, 8, 4, 8, 8]]}] | 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... | ```
8 8 8 8 8 8 8 8 8
8 8 8 8 8 4 4 4 8
8 8 8 4 4 4 4 4 8
8 8 8 4 4 4 4 4 8
8 4 4 4 4 8 4 8 8
``` | 1,916 |
"<|im_start|>user\n# ARC HINT GENERATOR\n\n## Role & Goal\nYou are an expert ARC (Abstraction and Re(...TRUNCATED) | 3,347 | ["<note1>\n<description>First check the global size relationship: many ARC tasks expand the grid by (...TRUNCATED) | "[{\"input\": [[7, 7, 4, 7, 7], [7, 7, 7, 7, 7], [8, 7, 7, 0, 7], [7, 6, 1, 1, 7], [4, 7, 4, 2, 0], (...TRUNCATED) | "[{\"input\": [[9, 9, 9, 9], [4, 9, 4, 9], [2, 9, 9, 2], [9, 9, 9, 7], [7, 9, 2, 9]], \"output\": [[(...TRUNCATED) | rearc | "You will be given some number of paired example inputs and outputs grids. The outputs were produced(...TRUNCATED) | "```\n9 2 9 7 7 9 2 9\n7 9 9 9 9 9 9 7\n2 9 9 2 2 9 9 2\n9 4 9 4 4 9 4 9\n9 9 9 9 9 9 9 9\n9 9 9 9 9(...TRUNCATED) | 2,854 |
"<|im_start|>user\n# ARC HINT GENERATOR\n\n## Role & Goal\nYou are an expert ARC (Abstraction and Re(...TRUNCATED) | 4,163 | ["<note1>\n<description>Look for the background by frequency and by edges: the background is usually(...TRUNCATED) | "[{\"input\": [[7, 7, 7, 7, 7, 7, 7, 7, 8, 2, 6, 5, 2, 7, 7, 7, 7, 7, 7, 5, 5, 4, 8, 5, 0, 7], [7, 7(...TRUNCATED) | "[{\"input\": [[4, 4, 4, 4, 4, 4, 4, 4, 6, 6, 2, 2, 2, 4, 4, 4, 4, 4, 4], [4, 4, 4, 4, 4, 4, 4, 4, 7(...TRUNCATED) | rearc | "You will be given some number of paired example inputs and outputs grids. The outputs were produced(...TRUNCATED) | ```
1 2 1 2
5 2 1 1
5 2 1 1
5 1 1 2
1 2 1 2
1 5 5 1
``` | 3,670 |
"<|im_start|>user\n# ARC HINT GENERATOR\n\n## Role & Goal\nYou are an expert ARC (Abstraction and Re(...TRUNCATED) | 2,449 | ["<note1>\n<description>When outputs are much smaller than inputs, a common rule is \"extract a fixe(...TRUNCATED) | "[{\"input\": [[5, 5, 5, 5, 2, 5, 5, 2, 1, 5, 5, 5, 5, 8, 5, 3, 8, 5, 5, 5, 0], [5, 5, 6, 5, 5, 1, 5(...TRUNCATED) | "[{\"input\": [[7, 7, 7, 7, 8, 2, 7, 2, 2, 8, 8, 7, 2, 7, 7], [7, 3, 2, 8, 7, 7, 3, 3, 7, 6, 8, 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 3
``` | 1,956 |
"<|im_start|>user\n# ARC HINT GENERATOR\n\n## Role & Goal\nYou are an expert ARC (Abstraction and Re(...TRUNCATED) | 1,879 | ["<note1>\n<description>First find the color that is being transformed: it is the non-background col(...TRUNCATED) | "[{\"input\": [[0, 3, 0, 0, 0, 0, 0], [0, 0, 0, 0, 3, 0, 0], [0, 0, 3, 3, 0, 0, 0], [3, 0, 0, 0, 3, (...TRUNCATED) | "[{\"input\": [[0, 5, 0], [5, 0, 5], [0, 5, 0], [0, 5, 0]], \"output\": [[0, 5, 0], [5, 0, 5], [0, 8(...TRUNCATED) | rearc | "You will be given some number of paired example inputs and outputs grids. The outputs were produced(...TRUNCATED) | ```
0 5 0
5 0 5
0 8 0
0 8 0
``` | 1,386 |
"<|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 single contiguous block of non-zero cells that sits against one s(...TRUNCATED) | "[{\"input\": [[4, 6, 9, 0, 6, 9, 0, 0, 0, 0, 0, 0], [0, 0, 7, 0, 0, 7, 0, 0, 0, 0, 0, 0], [1, 0, 4,(...TRUNCATED) | "[{\"input\": [[5, 0, 0, 0, 0, 0, 0, 0, 0], [1, 0, 5, 0, 0, 0, 0, 0, 0], [0, 7, 0, 8, 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) | "```\n0 0 0 0 0 0 0 0 5\n0 0 0 0 0 0 5 0 1\n0 0 0 0 0 8 0 7 0\n0 0 0 0 0 0 6 0 4\n0 0 0 0 0 9 0 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) | 3,745 | ["<note1>\n<description>Look for a single color that is replaced everywhere by a new uniform color i(...TRUNCATED) | "[{\"input\": [[6, 6, 4, 6, 6, 6, 5, 5, 6, 6, 6, 4, 6, 5, 6, 5, 6, 6, 6, 5, 6, 6, 6, 6, 6, 5, 6, 6, (...TRUNCATED) | "[{\"input\": [[0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 7, 0, 0, 0(...TRUNCATED) | rearc | "You will be given some number of paired example inputs and outputs grids. The outputs were produced(...TRUNCATED) | "```\n2 2 2 2 2 2 7 2 2 2 3 2 2 2 2 2 2 2 2\n7 7 7 7 7 7 7 7 7 7 2 7 7 7 7 2 7 7 7\n2 2 2 2 2 2 2 2 (...TRUNCATED) | 3,252 |
"<|im_start|>user\n# ARC HINT GENERATOR\n\n## Role & Goal\nYou are an expert ARC (Abstraction and Re(...TRUNCATED) | 1,306 | ["<note1>\n<description>Spot the unique marker color (8). In every example the 8 is the anchor: its (...TRUNCATED) | "[{\"input\": [[1, 0, 1, 0, 1, 0], [0, 1, 0, 1, 0, 8], [1, 0, 1, 0, 1, 0], [0, 1, 0, 1, 0, 1], [1, 0(...TRUNCATED) | "[{\"input\": [[1, 0, 1, 0, 1], [0, 1, 0, 1, 0], [8, 0, 1, 0, 1], [0, 1, 0, 1, 0], [1, 0, 1, 0, 1]],(...TRUNCATED) | arc 2 | "You will be given some number of paired example inputs and outputs grids. The outputs were produced(...TRUNCATED) | ```
1 1 1 0 0
1 1 0 0 0
8 1 1 9 9
1 1 0 0 0
1 1 1 0 0
``` | 813 |
End of preview. Expand in Data Studio
README.md exists but content is empty.
- Downloads last month
- 3