Dataset Viewer
Auto-converted to Parquet Duplicate
abstraction_prompt
stringlengths
3.74k
7.43k
abstraction_prompt_length
int64
885
4.57k
generated_abstractions
listlengths
16
16
train
stringlengths
273
5.62k
test
stringlengths
72
4.84k
source
stringclasses
4 values
prompt
stringlengths
1.28k
4.97k
answer
stringlengths
9
1.58k
num_tokens
int64
392
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...
2,159
[ "<note1>\n<description>Look for isolated non-background pixels in the input: these singletons are usually the \"anchors\" that determine where to act. When exactly two such singletons appear, treat them as the meaningful inputs rather than as noise.</description>\n<example>Imagine a 6×6 grid with one red pixel and ...
[{"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, 2, 0, 0], [0, 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, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 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, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 2, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 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 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 2 2 2 2 2 2 2 2 2 4 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 ```
1,666
<|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,969
[ "<note1>\n<description>Many ARC tasks are solved by finding a small \"motif\" that repeats across the whole grid. If the output is a small fixed-size patch, it often equals one instance of that repeating motif. Look for a patch that appears multiple times with the same arrangement of colors.</description>\n<example...
[{"input": [[9, 3, 3, 3, 1, 3, 2, 9, 9, 3, 9, 3, 2, 3], [3, 3, 3, 3, 2, 3, 2, 3, 3, 9, 3, 3, 3, 3], [3, 2, 3, 9, 3, 3, 3, 3, 3, 2, 3, 3, 1, 9], [3, 3, 3, 2, 3, 9, 3, 2, 1, 3, 2, 9, 3, 3], [2, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3], [3, 9, 9, 3, 3, 3, 9, 3, 3, 3, 3, 3, 3, 3], [3, 2, 3, 3, 1, 2, 2, 3, 9, 3, 3, 3, 3, 3], ...
[{"input": [[5, 7, 7, 7, 7, 5, 7, 7, 7, 7, 9, 5, 7, 5, 9, 5, 7], [7, 7, 5, 7, 7, 7, 9, 7, 5, 7, 7, 7, 7, 7, 7, 7, 7], [9, 7, 7, 7, 7, 5, 7, 7, 5, 7, 7, 5, 5, 7, 7, 7, 5], [7, 7, 9, 7, 7, 9, 7, 5, 5, 7, 7, 7, 7, 9, 7, 5, 7], [5, 5, 5, 7, 5, 5, 7, 7, 7, 5, 7, 5, 5, 7, 5, 7, 7], [7, 7, 7, 5, 5, 7, 7, 5, 5, 5, 7, 7, 5, 7, ...
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 5 7 7 7 7 7 7 5 ```
2,476
<|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,743
[ "<note1>\n<description>Look for vertical \"pairs\": two non-zero pixels that lie in the same column and are adjacent (one immediately above the other). These pairs are the only places that change in the examples, so they are the primary objects to analyze.</description>\n<example>Imagine a column with a green pixel...
[{"input": [[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0], [7, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 7], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 6, 0, 2, 0, 0, 0, 0, 0, 0, 0]], "output": [[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0], [7, 0, 0, 0, 8, ...
[{"input": [[0, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 9, 0, 0, 0, 0, 0, 4, 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, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0], [0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 2, 0, 0]], "output": [[0, 9, 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 9 0 0 0 0 0 0 0 0 0 0 0 0 0 0 9 0 0 0 0 0 4 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 4 0 0 0 2 0 0 0 0 0 0 0 0 0 4 0 0 0 0 0 0 2 0 0 ```
1,250
"<|im_start|>user\n# ARC HINT GENERATOR\n\n## Role & Goal\nYou are an expert ARC (Abstraction and Re(...TRUNCATED)
3,667
["<note1>\n<description>Look for the single color that appears exactly twice and is different from t(...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], [8,(...TRUNCATED)
"[{\"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,(...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 2 2 2 2 2 2 2\n2 2 2 2 2 2 2 2 2 2 2 2 2\n2 2 2 2 2 2 2 2 2 2 2 2 2\n2 2 2 2 2 2 2(...TRUNCATED)
3,174
"<|im_start|>user\n# ARC HINT GENERATOR\n\n## Role & Goal\nYou are an expert ARC (Abstraction and Re(...TRUNCATED)
2,233
["<note1>\n<description>Look for large contiguous regions that are essentially uniform in color. Whe(...TRUNCATED)
"[{\"input\": [[6, 6, 6, 5, 5, 5, 5, 5, 8, 8, 8, 9, 9, 9, 9], [6, 6, 6, 6, 5, 5, 5, 8, 8, 8, 8, 8, 8(...TRUNCATED)
"[{\"input\": [[9, 9, 9, 6, 6, 6, 6, 6, 6], [9, 9, 6, 6, 6, 6, 6, 6, 6], [9, 9, 9, 9, 6, 6, 6, 6, 6](...TRUNCATED)
rearc
"You will be given some number of paired example inputs and outputs grids. The outputs were produced(...TRUNCATED)
``` 9 6 ```
1,740
"<|im_start|>user\n# ARC HINT GENERATOR\n\n## Role & Goal\nYou are an expert ARC (Abstraction and Re(...TRUNCATED)
3,573
["<note1>\n<description>Look for the rare colors: the transformation starts from a small set of isol(...TRUNCATED)
"[{\"input\": [[7, 5, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7], [7, 7, 7, 7(...TRUNCATED)
"[{\"input\": [[9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 2, 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)
"```\n9 9 9 9 9 9 9 9 9 9 9 9 9 2 2 2 2 2 2 2 2\n9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 2\n9 9 9 9 (...TRUNCATED)
3,080
"<|im_start|>user\n# ARC HINT GENERATOR\n\n## Role & Goal\nYou are an expert ARC (Abstraction and Re(...TRUNCATED)
1,179
["<note1>\n<description>Look first for a vertical mirror: the output often places each row’s color(...TRUNCATED)
"[{\"input\": [[6, 6, 6, 6, 6, 6, 6, 0, 7, 7], [8, 8, 8, 8, 0, 7, 0, 8, 8, 8], [0, 2, 7, 0, 4, 4, 4,(...TRUNCATED)
"[{\"input\": [[8, 8, 8, 0, 0, 3, 0, 8, 8, 8], [3, 0, 4, 4, 4, 4, 4, 4, 0, 0], [0, 6, 0, 6, 3, 6, 0,(...TRUNCATED)
arc 2
"You will be given some number of paired example inputs and outputs grids. The outputs were produced(...TRUNCATED)
``` 0 0 0 8 8 8 8 0 0 0 4 4 0 0 0 0 0 0 4 4 6 0 6 0 6 0 6 0 6 0 ```
686
"<|im_start|>user\n# ARC HINT GENERATOR\n\n## Role & Goal\nYou are an expert ARC (Abstraction and Re(...TRUNCATED)
4,167
["<note1>\n<description>Many ARC tasks hide the target inside a uniform background. First identify t(...TRUNCATED)
"[{\"input\": [[5, 9, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5], [5, 9, 5, 5(...TRUNCATED)
"[{\"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,(...TRUNCATED)
rearc
"You will be given some number of paired example inputs and outputs grids. The outputs were produced(...TRUNCATED)
``` 3 8 3 3 8 3 3 8 8 8 8 3 8 8 8 8 8 8 8 8 8 8 8 8 8 3 8 8 3 8 ```
3,674
"<|im_start|>user\n# ARC HINT GENERATOR\n\n## Role & Goal\nYou are an expert ARC (Abstraction and Re(...TRUNCATED)
3,555
["<note1>\n<description>Look for a single row that contains many occurrences of a non-background col(...TRUNCATED)
"[{\"input\": [[7, 9, 9, 7, 7, 7, 9, 9, 9, 9], [9, 9, 9, 9, 9, 9, 9, 9, 9, 9], [9, 9, 9, 9, 9, 9, 9,(...TRUNCATED)
"[{\"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(...TRUNCATED)
rearc
"You will be given some number of paired example inputs and outputs grids. The outputs were produced(...TRUNCATED)
"```\n9 9 9 9 9 9 9 9 9 9 9 9 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 9 9 9 9 9 9 9 9 9 9(...TRUNCATED)
3,062
"<|im_start|>user\n# ARC HINT GENERATOR\n\n## Role & Goal\nYou are an expert ARC (Abstraction and Re(...TRUNCATED)
3,981
["<note1>\n<description>Find the background by frequency: the background is the color that fills mos(...TRUNCATED)
"[{\"input\": [[6, 6, 6, 5, 5, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6],(...TRUNCATED)
"[{\"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(...TRUNCATED)
rearc
"You will be given some number of paired example inputs and outputs grids. The outputs were produced(...TRUNCATED)
``` 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 ```
3,488
End of preview. Expand in Data Studio
README.md exists but content is empty.
Downloads last month
3