Dataset Viewer
Auto-converted to Parquet Duplicate
abstraction_prompt
stringlengths
3.7k
7.45k
abstraction_prompt_length
int64
839
4.59k
generated_abstractions
listlengths
16
16
train
stringlengths
255
5.73k
test
stringlengths
65
5.94k
source
stringclasses
4 values
prompt
stringlengths
1.24k
4.99k
answer
stringlengths
9
1.69k
num_tokens
int64
346
4.1k
<|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,027
[ "<note1>\n<description>Find the background color by frequency: the color that occupies most cells is usually the canvas and is not being transformed. Treat every other color as an object or marker to analyze.</description>\n<example>Imagine a 5×5 grid where one color fills most cells and two other colors appear onl...
[{"input": [[9, 9, 1, 6], [9, 9, 6, 6], [1, 6, 9, 9], [6, 6, 9, 9]], "output": [[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, 6, 6, 6, 6, 9, 9, 9, 9], [9, 9, 9, 9, 6, 6, 6, 6, 9, 9, 9, 9], [9, 9, 6, 6, 6, 6, 6, 6, 9, 9, 9, 9], [9, 9, 6, 6, 6, 6, 6, 6, 9, 9, 9, 9], [9, 9, 6, 6,...
[{"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]], "output": [[1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], [2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], [2, 2, 2, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], [2, 2, 2, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 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...
``` 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 2 2 2 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 2 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1 1 2 2 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1 1 2 2 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 2 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1 1 2 2 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1 1 2 2 2 2 2 2 2 1 1 1 ...
1,534
<|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,429
[ "<note1>\n<description>When the grid has only one row or one column, treat it as a single ordered list of cells. Many transformations on such linear grids are just permutations of that list (reordering the sequence) rather than changes to individual cells.</description>\n<example>Imagine a 1×4 row [A, B, C, D]. If ...
[{"input": [[4], [9], [4], [4], [4], [9], [9], [9], [1], [4], [4], [4], [1], [7], [7], [4], [9], [4], [1], [4], [9], [4], [7]], "output": [[7], [4], [9], [4], [1], [4], [9], [4], [7], [7], [1], [4], [4], [4], [1], [9], [9], [9], [4], [4], [4], [9], [4]]}, {"input": [[4, 4, 7, 4, 4, 0, 4, 4, 4, 4, 9, 4, 4, 4, 0, 4, 0, 4...
[{"input": [[8], [8], [0], [5], [5], [3], [8], [6], [8], [8], [4], [1], [7], [8], [8], [8], [9], [8], [2]], "output": [[2], [8], [9], [8], [8], [8], [7], [1], [4], [8], [8], [6], [8], [3], [5], [5], [0], [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...
``` 2 8 9 8 8 8 7 1 4 8 8 6 8 3 5 5 0 8 8 ```
2,936
<|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,423
[ "<note1>\n<description>Check the output dimensions first: if every example output is the same small shape, the transformation is likely a crop or sampling that always returns that shape. Knowing the target shape reduces the search space to finding a region of that size in the inputs.</description>\n<example>Imagine...
[{"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, 0, 4, 3, 0, 0, 4, 3, 0, 0, 4, 0, 0, 4, 3, 0, 4, 0, 4], [0, 3, 0, 0, 0, 3, 0, 0, 4, 0, 4, 4, 0, 4, 0, 0, 0, 0, 0, 0, 4, 0, 3], [4, 0, 4, 3, 3, 0, 3, 4, 0, 4, 0, 0, 0, 3, 4, 0, 4, 0, 0, 0, 4, 0, 4], [3, 0, 3, 0, 0, 4, 4, 4,...
[{"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], [6, 4, 6, 4, 4, 3, 6, 3, 6, 4, 3, 6, 3, 6], [4, 3, 4, 4, 6, 6, 6, 4, 6, 4, 3, 6, 6, 4], [3, 3, 3, 6, 4, 3, 6, 3, 6, 4, 4, 3, 6, 3], [4, 6, 6, 4, 4, 3, 6, 3, 6, 6, 3, 3, 6, 6], [6, 4, 3, 4, 6, 6, 3, 3, 4, 3, 4, 4, 6, 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...
``` 6 3 4 6 ```
2,930
"<|im_start|>user\n# ARC HINT GENERATOR\n\n## Role & Goal\nYou are an expert ARC (Abstraction and Re(...TRUNCATED)
2,619
["<note1>\n<description>Look for a full-length stripe of one color that runs along a single side of (...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\n# ARC HINT GENERATOR\n\n## Role & Goal\nYou are an expert ARC (Abstraction and Re(...TRUNCATED)
1,053
["<note1>\n<description>When every training output is a single cell, the task usually asks for a sin(...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
"<|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>Look for whole objects (connected regions of non-background pixels) rather t(...TRUNCATED)
"[{\"input\": [[0, 0, 0, 0, 0, 0, 0, 0, 5, 5, 3, 0, 0, 0, 0, 0, 0], [0, 1, 1, 0, 0, 0, 0, 0, 5, 1, 0(...TRUNCATED)
"[{\"input\": [[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2, 1, 0, 0, 1, 1, 0, 0, 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 0 0 0 0 0 0 0 0 0 0 0 0 0\n0 0 0 0 1 1 0 0 0 1 1 0 0 0\n0 0 0 0 1 1 0 0 0 7 4 0 0 0\n0 0 0 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,637
["<note1>\n<description>Look for the dominant color that fills most of the grid and treat it as the (...TRUNCATED)
"[{\"input\": [[0, 0, 0, 4, 4, 4, 0], [4, 4, 3, 4, 4, 4, 0], [4, 4, 4, 4, 4, 4, 0], [4, 4, 8, 7, 4, (...TRUNCATED)
"[{\"input\": [[4, 4, 4, 4, 4, 1, 0], [4, 4, 4, 4, 4, 4, 0], [8, 4, 4, 4, 4, 6, 0], [0, 9, 4, 5, 0, (...TRUNCATED)
barc_heavy
"You will be given some number of paired example inputs and outputs grids. The outputs were produced(...TRUNCATED)
"```\n7 4 6 0 0 0 4 4 1\n4 4 4 0 0 0 4 4 4\n4 4 4 0 0 0 4 4 6\n0 0 0 0 0 0 0 0 0\n0 0 0 0 0 0 0 0 0\(...TRUNCATED)
1,144
"<|im_start|>user\n# ARC HINT GENERATOR\n\n## Role & Goal\nYou are an expert ARC (Abstraction and Re(...TRUNCATED)
1,019
["<note1>\n<description>Isolate the object(s) first: treat the background color as empty and collect(...TRUNCATED)
"[{\"input\": [[0, 0, 0, 0, 0], [0, 6, 6, 0, 0], [0, 6, 6, 0, 0], [0, 0, 0, 0, 0]], \"output\": [[0,(...TRUNCATED)
"[{\"input\": [[0, 0, 0, 0], [0, 4, 0, 0], [0, 4, 0, 0], [0, 0, 0, 0], [0, 0, 0, 0]], \"output\": [[(...TRUNCATED)
barc_heavy
"You will be given some number of paired example inputs and outputs grids. The outputs were produced(...TRUNCATED)
``` 0 0 0 0 0 0 0 0 0 0 4 0 0 0 4 0 0 0 0 0 ```
526
"<|im_start|>user\n# ARC HINT GENERATOR\n\n## Role & Goal\nYou are an expert ARC (Abstraction and Re(...TRUNCATED)
2,765
["<note1>\n<description>Look for repeated motifs: many ARC tasks hide the same small shape multiple (...TRUNCATED)
"[{\"input\": [[0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0,(...TRUNCATED)
"[{\"input\": [[6, 0, 0, 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)
barc_heavy
"You will be given some number of paired example inputs and outputs grids. The outputs were produced(...TRUNCATED)
``` 6 0 6 6 0 6 6 6 6 ```
2,272
"<|im_start|>user\n# ARC HINT GENERATOR\n\n## Role & Goal\nYou are an expert ARC (Abstraction and Re(...TRUNCATED)
1,049
["<note1>\n<description>Look first at the grid shapes: if the output has the input’s column count (...TRUNCATED)
"[{\"input\": [[0, 9, 0, 9, 0], [2, 2, 9, 2, 2], [0, 2, 4, 2, 0], [8, 4, 4, 4, 8]], \"output\": [[8,(...TRUNCATED)
"[{\"input\": [[3, 2, 2], [8, 7, 7], [0, 3, 2], [8, 3, 0], [0, 3, 0]], \"output\": [[0, 0, 2, 7, 2],(...TRUNCATED)
barc_heavy
"You will be given some number of paired example inputs and outputs grids. The outputs were produced(...TRUNCATED)
``` 0 0 2 7 2 3 3 3 7 2 0 8 0 8 3 ```
556
End of preview. Expand in Data Studio
README.md exists but content is empty.
Downloads last month
3