prompt stringlengths 1.53k 31.7k | responses listlengths 16 16 | abstraction_prompt stringclasses 50
values | abstraction_prompt_length int64 1.29k 4.79k | generated_abstractions listlengths 16 16 | train stringclasses 50
values | test stringclasses 50
values | source stringclasses 4
values | answer stringclasses 50
values | num_tokens int64 588 4.08k | avg_hamming_distance float64 0 461 | avg_percentage_match float64 0 1 | avg_is_correct float64 0 1 | avg_response_length float64 9 17.4k | hamming_distances listlengths 16 16 | percentage_matches listlengths 16 16 | is_corrects listlengths 16 16 | response_lengths listlengths 16 16 | extracted_responses listlengths 16 16 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
<|im_start|>user
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... | [
"``` \n8 0 0 0 8\n0 8 0 8 0\n0 0 8 0 0\n0 8 0 8 0\n8 0 0 0 8\n```",
"``` \n8 0 0 0 8\n0 8 0 8 0\n0 0 8 0 0\n0 8 0 8 0\n8 0 0 0 8\n```",
"``` \n8 0 0 0 8\n0 8 0 8 0\n0 0 8 0 0\n0 8 0 8 0\n8 0 0 0 8\n```",
"``` \n8 0 0 0 8\n0 8 0 8 0\n0 0 8 0 0\n0 8 0 8 0\n8 0 0 0 8\n```",
"``` \n8 0 0 0 8\n0 8 0 8 0\n0 0 8 0... | <|im_start|>user
Developer: # 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 h... | 1,320 | [
"<note1>\n<description>Find the anchor: when a grid contains a single non-background pixel, that pixel is usually the source of the transformation. Treat its color as the only color that will be placed elsewhere; everything else should remain background.</description>\n<example>Imagine a 5×5 grid with a lone red pi... | [{"input": [[0, 0, 0, 0, 0], [0, 0, 0, 0, 0], [0, 0, 4, 0, 0], [0, 0, 0, 0, 0], [0, 0, 0, 0, 0]], "output": [[4, 0, 0, 0, 4], [0, 4, 0, 4, 0], [0, 0, 4, 0, 0], [0, 4, 0, 4, 0], [4, 0, 0, 0, 4]]}, {"input": [[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]], "output": [[3, 0, 0, 0, 3],... | [{"input": [[0, 0, 0, 0, 0], [0, 0, 0, 0, 0], [0, 0, 8, 0, 0], [0, 0, 0, 0, 0], [0, 0, 0, 0, 0]], "output": [[8, 0, 0, 0, 8], [0, 8, 0, 8, 0], [0, 0, 8, 0, 0], [0, 8, 0, 8, 0], [8, 0, 0, 0, 8]]}] | barc_heavy | ```
8 0 0 0 8
0 8 0 8 0
0 0 8 0 0
0 8 0 8 0
8 0 0 0 8
``` | 616 | 0 | 1 | 1 | 53 | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true
] | [
53,
53,
53,
53,
53,
53,
53,
53,
53,
53,
53,
53,
53,
53,
53,
53
] | [
[
[
8,
0,
0,
0,
8
],
[
0,
8,
0,
8,
0
],
[
0,
0,
8,
0,
0
],
[
0,
8,
0,
8,
0
],
[
8,
0,
0,
0,
8
]
],
[
[
8,
... |
"<|im_start|>user\nYou will be given some number of paired example inputs and outputs grids. The out(...TRUNCATED) | ["Let's analyze the pattern from the examples and apply it to the test case.\n\n---\n\n### Step 1: O(...TRUNCATED) | "<|im_start|>user\nDeveloper: # ARC HINT GENERATOR\n\n## Role & Goal\nYou are an expert ARC (Abstrac(...TRUNCATED) | 1,320 | ["<note1>\n<description>Find the anchor: when a grid contains a single non-background pixel, that pi(...TRUNCATED) | "[{\"input\": [[0, 0, 0, 0, 0], [0, 0, 0, 0, 0], [0, 0, 4, 0, 0], [0, 0, 0, 0, 0], [0, 0, 0, 0, 0]],(...TRUNCATED) | "[{\"input\": [[0, 0, 0, 0, 0], [0, 0, 0, 0, 0], [0, 0, 8, 0, 0], [0, 0, 0, 0, 0], [0, 0, 0, 0, 0]],(...TRUNCATED) | barc_heavy | ```
8 0 0 0 8
0 8 0 8 0
0 0 8 0 0
0 8 0 8 0
8 0 0 0 8
``` | 616 | 1.25 | 0.95 | 0.6875 | 2,126.9375 | [
4,
0,
0,
0,
4,
4,
0,
0,
0,
0,
4,
0,
0,
4,
0,
0
] | [
0.84,
1,
1,
1,
0.84,
0.84,
1,
1,
1,
1,
0.84,
1,
1,
0.84,
1,
1
] | [
false,
true,
true,
true,
false,
false,
true,
true,
true,
true,
false,
true,
true,
false,
true,
true
] | [
2114,
2951,
53,
53,
1565,
1447,
4034,
53,
5083,
53,
1552,
4920,
3280,
1420,
53,
5400
] | [[[8,0,8,0,8],[0,8,0,8,0],[8,0,8,0,8],[0,8,0,8,0],[8,0,8,0,8]],[[8,0,0,0,8],[0,8,0,8,0],[0,0,8,0,0],(...TRUNCATED) |
"<|im_start|>user\nYou will be given some number of paired example inputs and outputs grids. The out(...TRUNCATED) | ["Let's analyze the pattern from the examples and apply it to the test input.\n\n---\n\n### Step 1: (...TRUNCATED) | "<|im_start|>user\nDeveloper: # ARC HINT GENERATOR\n\n## Role & Goal\nYou are an expert ARC (Abstrac(...TRUNCATED) | 1,320 | ["<note1>\n<description>Find the anchor: when a grid contains a single non-background pixel, that pi(...TRUNCATED) | "[{\"input\": [[0, 0, 0, 0, 0], [0, 0, 0, 0, 0], [0, 0, 4, 0, 0], [0, 0, 0, 0, 0], [0, 0, 0, 0, 0]],(...TRUNCATED) | "[{\"input\": [[0, 0, 0, 0, 0], [0, 0, 0, 0, 0], [0, 0, 8, 0, 0], [0, 0, 0, 0, 0], [0, 0, 0, 0, 0]],(...TRUNCATED) | barc_heavy | ```
8 0 0 0 8
0 8 0 8 0
0 0 8 0 0
0 8 0 8 0
8 0 0 0 8
``` | 616 | 0 | 1 | 1 | 1,489 | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true
] | [
1786,
2212,
1709,
53,
53,
2002,
2551,
1588,
2966,
53,
53,
2541,
53,
53,
3267,
2884
] | [[[8,0,0,0,8],[0,8,0,8,0],[0,0,8,0,0],[0,8,0,8,0],[8,0,0,0,8]],[[8,0,0,0,8],[0,8,0,8,0],[0,0,8,0,0],(...TRUNCATED) |
"<|im_start|>user\nYou will be given some number of paired example inputs and outputs grids. The out(...TRUNCATED) | ["Let's analyze the pattern from the examples and apply it to the test case.\n\n---\n\n### Step 1: O(...TRUNCATED) | "<|im_start|>user\nDeveloper: # ARC HINT GENERATOR\n\n## Role & Goal\nYou are an expert ARC (Abstrac(...TRUNCATED) | 1,320 | ["<note1>\n<description>Find the anchor: when a grid contains a single non-background pixel, that pi(...TRUNCATED) | "[{\"input\": [[0, 0, 0, 0, 0], [0, 0, 0, 0, 0], [0, 0, 4, 0, 0], [0, 0, 0, 0, 0], [0, 0, 0, 0, 0]],(...TRUNCATED) | "[{\"input\": [[0, 0, 0, 0, 0], [0, 0, 0, 0, 0], [0, 0, 8, 0, 0], [0, 0, 0, 0, 0], [0, 0, 0, 0, 0]],(...TRUNCATED) | barc_heavy | ```
8 0 0 0 8
0 8 0 8 0
0 0 8 0 0
0 8 0 8 0
8 0 0 0 8
``` | 616 | 2.25 | 0.91 | 0.4375 | 2,430 | [
0,
4,
0,
0,
0,
4,
4,
0,
0,
0,
4,
4,
4,
4,
4,
4
] | [
1,
0.84,
1,
1,
1,
0.84,
0.84,
1,
1,
1,
0.84,
0.84,
0.84,
0.84,
0.84,
0.84
] | [
true,
false,
true,
true,
true,
false,
false,
true,
true,
true,
false,
false,
false,
false,
false,
false
] | [
4985,
1645,
4001,
2327,
3752,
2031,
1381,
2094,
3322,
2232,
1828,
1887,
1650,
1690,
1517,
2538
] | [[[8,0,0,0,8],[0,8,0,8,0],[0,0,8,0,0],[0,8,0,8,0],[8,0,0,0,8]],[[8,0,8,0,8],[0,8,0,8,0],[8,0,8,0,8],(...TRUNCATED) |
"<|im_start|>user\nYou will be given some number of paired example inputs and outputs grids. The out(...TRUNCATED) | ["``` \n8 0 0 0 8\n0 8 0 8 0\n0 0 8 0 0\n0 8 0 8 0\n8 0 0 0 8\n```","``` \n8 0 0 0 8\n0 8 0 8 0\n0 0(...TRUNCATED) | "<|im_start|>user\nDeveloper: # ARC HINT GENERATOR\n\n## Role & Goal\nYou are an expert ARC (Abstrac(...TRUNCATED) | 1,320 | ["<note1>\n<description>Find the anchor: when a grid contains a single non-background pixel, that pi(...TRUNCATED) | "[{\"input\": [[0, 0, 0, 0, 0], [0, 0, 0, 0, 0], [0, 0, 4, 0, 0], [0, 0, 0, 0, 0], [0, 0, 0, 0, 0]],(...TRUNCATED) | "[{\"input\": [[0, 0, 0, 0, 0], [0, 0, 0, 0, 0], [0, 0, 8, 0, 0], [0, 0, 0, 0, 0], [0, 0, 0, 0, 0]],(...TRUNCATED) | barc_heavy | ```
8 0 0 0 8
0 8 0 8 0
0 0 8 0 0
0 8 0 8 0
8 0 0 0 8
``` | 616 | 0 | 1 | 1 | 53 | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true
] | [
53,
53,
53,
53,
53,
53,
53,
53,
53,
53,
53,
53,
53,
53,
53,
53
] | [[[8,0,0,0,8],[0,8,0,8,0],[0,0,8,0,0],[0,8,0,8,0],[8,0,0,0,8]],[[8,0,0,0,8],[0,8,0,8,0],[0,0,8,0,0],(...TRUNCATED) |
"<|im_start|>user\nYou will be given some number of paired example inputs and outputs grids. The out(...TRUNCATED) | ["``` \n8 0 0 0 8\n0 8 0 8 0\n0 0 8 0 0\n0 8 0 8 0\n8 0 0 0 8\n```","``` \n8 0 0 0 8\n0 8 0 8 0\n0 0(...TRUNCATED) | "<|im_start|>user\nDeveloper: # ARC HINT GENERATOR\n\n## Role & Goal\nYou are an expert ARC (Abstrac(...TRUNCATED) | 1,320 | ["<note1>\n<description>Find the anchor: when a grid contains a single non-background pixel, that pi(...TRUNCATED) | "[{\"input\": [[0, 0, 0, 0, 0], [0, 0, 0, 0, 0], [0, 0, 4, 0, 0], [0, 0, 0, 0, 0], [0, 0, 0, 0, 0]],(...TRUNCATED) | "[{\"input\": [[0, 0, 0, 0, 0], [0, 0, 0, 0, 0], [0, 0, 8, 0, 0], [0, 0, 0, 0, 0], [0, 0, 0, 0, 0]],(...TRUNCATED) | barc_heavy | ```
8 0 0 0 8
0 8 0 8 0
0 0 8 0 0
0 8 0 8 0
8 0 0 0 8
``` | 616 | 0 | 1 | 1 | 53 | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true
] | [
53,
53,
53,
53,
53,
53,
53,
53,
53,
53,
53,
53,
53,
53,
53,
53
] | [[[8,0,0,0,8],[0,8,0,8,0],[0,0,8,0,0],[0,8,0,8,0],[8,0,0,0,8]],[[8,0,0,0,8],[0,8,0,8,0],[0,0,8,0,0],(...TRUNCATED) |
"<|im_start|>user\nYou will be given some number of paired example inputs and outputs grids. The out(...TRUNCATED) | ["``` \n8 0 0 0 8\n0 8 0 8 0\n0 0 8 0 0\n0 8 0 8 0\n8 0 0 0 8\n```","``` \n8 0 0 0 8\n0 8 0 8 0\n0 0(...TRUNCATED) | "<|im_start|>user\nDeveloper: # ARC HINT GENERATOR\n\n## Role & Goal\nYou are an expert ARC (Abstrac(...TRUNCATED) | 1,320 | ["<note1>\n<description>Find the anchor: when a grid contains a single non-background pixel, that pi(...TRUNCATED) | "[{\"input\": [[0, 0, 0, 0, 0], [0, 0, 0, 0, 0], [0, 0, 4, 0, 0], [0, 0, 0, 0, 0], [0, 0, 0, 0, 0]],(...TRUNCATED) | "[{\"input\": [[0, 0, 0, 0, 0], [0, 0, 0, 0, 0], [0, 0, 8, 0, 0], [0, 0, 0, 0, 0], [0, 0, 0, 0, 0]],(...TRUNCATED) | barc_heavy | ```
8 0 0 0 8
0 8 0 8 0
0 0 8 0 0
0 8 0 8 0
8 0 0 0 8
``` | 616 | 0 | 1 | 1 | 53 | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true
] | [
53,
53,
53,
53,
53,
53,
53,
53,
53,
53,
53,
53,
53,
53,
53,
53
] | [[[8,0,0,0,8],[0,8,0,8,0],[0,0,8,0,0],[0,8,0,8,0],[8,0,0,0,8]],[[8,0,0,0,8],[0,8,0,8,0],[0,0,8,0,0],(...TRUNCATED) |
"<|im_start|>user\nYou will be given some number of paired example inputs and outputs grids. The out(...TRUNCATED) | ["Let's analyze the examples and determine the transformation rule.\n\n---\n\n### Step 1: Identify t(...TRUNCATED) | "<|im_start|>user\nDeveloper: # ARC HINT GENERATOR\n\n## Role & Goal\nYou are an expert ARC (Abstrac(...TRUNCATED) | 1,320 | ["<note1>\n<description>Find the anchor: when a grid contains a single non-background pixel, that pi(...TRUNCATED) | "[{\"input\": [[0, 0, 0, 0, 0], [0, 0, 0, 0, 0], [0, 0, 4, 0, 0], [0, 0, 0, 0, 0], [0, 0, 0, 0, 0]],(...TRUNCATED) | "[{\"input\": [[0, 0, 0, 0, 0], [0, 0, 0, 0, 0], [0, 0, 8, 0, 0], [0, 0, 0, 0, 0], [0, 0, 0, 0, 0]],(...TRUNCATED) | barc_heavy | ```
8 0 0 0 8
0 8 0 8 0
0 0 8 0 0
0 8 0 8 0
8 0 0 0 8
``` | 616 | 0.375 | 0.985 | 0.8125 | 1,896.6875 | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
0,
2,
0,
0,
2
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0.92,
1,
0.92,
1,
1,
0.92
] | [
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
false,
true,
false,
true,
true,
false
] | [
2883,
5586,
53,
4504,
53,
53,
53,
53,
53,
53,
5926,
53,
7004,
53,
53,
3914
] | [[[8,0,0,0,8],[0,8,0,8,0],[0,0,8,0,0],[0,8,0,8,0],[8,0,0,0,8]],[[8,0,0,0,8],[0,8,0,8,0],[0,0,8,0,0],(...TRUNCATED) |
"<|im_start|>user\nYou will be given some number of paired example inputs and outputs grids. The out(...TRUNCATED) | ["``` \n8 0 0 0 8\n0 8 0 8 0\n0 0 8 0 0\n0 8 0 8 0\n8 0 0 0 8\n```","``` \n8 0 0 0 8\n0 8 0 8 0\n0 0(...TRUNCATED) | "<|im_start|>user\nDeveloper: # ARC HINT GENERATOR\n\n## Role & Goal\nYou are an expert ARC (Abstrac(...TRUNCATED) | 1,320 | ["<note1>\n<description>Find the anchor: when a grid contains a single non-background pixel, that pi(...TRUNCATED) | "[{\"input\": [[0, 0, 0, 0, 0], [0, 0, 0, 0, 0], [0, 0, 4, 0, 0], [0, 0, 0, 0, 0], [0, 0, 0, 0, 0]],(...TRUNCATED) | "[{\"input\": [[0, 0, 0, 0, 0], [0, 0, 0, 0, 0], [0, 0, 8, 0, 0], [0, 0, 0, 0, 0], [0, 0, 0, 0, 0]],(...TRUNCATED) | barc_heavy | ```
8 0 0 0 8
0 8 0 8 0
0 0 8 0 0
0 8 0 8 0
8 0 0 0 8
``` | 616 | 0 | 1 | 1 | 53 | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true
] | [
53,
53,
53,
53,
53,
53,
53,
53,
53,
53,
53,
53,
53,
53,
53,
53
] | [[[8,0,0,0,8],[0,8,0,8,0],[0,0,8,0,0],[0,8,0,8,0],[8,0,0,0,8]],[[8,0,0,0,8],[0,8,0,8,0],[0,0,8,0,0],(...TRUNCATED) |
"<|im_start|>user\nYou will be given some number of paired example inputs and outputs grids. The out(...TRUNCATED) | ["``` \n8 0 0 0 8\n0 8 0 8 0\n0 0 8 0 0\n0 8 0 8 0\n8 0 0 0 8\n```","``` \n8 0 0 0 8\n0 8 0 8 0\n0 0(...TRUNCATED) | "<|im_start|>user\nDeveloper: # ARC HINT GENERATOR\n\n## Role & Goal\nYou are an expert ARC (Abstrac(...TRUNCATED) | 1,320 | ["<note1>\n<description>Find the anchor: when a grid contains a single non-background pixel, that pi(...TRUNCATED) | "[{\"input\": [[0, 0, 0, 0, 0], [0, 0, 0, 0, 0], [0, 0, 4, 0, 0], [0, 0, 0, 0, 0], [0, 0, 0, 0, 0]],(...TRUNCATED) | "[{\"input\": [[0, 0, 0, 0, 0], [0, 0, 0, 0, 0], [0, 0, 8, 0, 0], [0, 0, 0, 0, 0], [0, 0, 0, 0, 0]],(...TRUNCATED) | barc_heavy | ```
8 0 0 0 8
0 8 0 8 0
0 0 8 0 0
0 8 0 8 0
8 0 0 0 8
``` | 616 | 0 | 1 | 1 | 901.625 | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true
] | [
53,
53,
1854,
53,
1964,
2009,
2230,
1766,
53,
1856,
53,
53,
2270,
53,
53,
53
] | [[[8,0,0,0,8],[0,8,0,8,0],[0,0,8,0,0],[0,8,0,8,0],[8,0,0,0,8]],[[8,0,0,0,8],[0,8,0,8,0],[0,0,8,0,0],(...TRUNCATED) |
End of preview. Expand in Data Studio
README.md exists but content is empty.
- Downloads last month
- 2