Dataset Viewer
Auto-converted to Parquet Duplicate
data_source
stringclasses
4 values
prompt
listlengths
1
1
ability
stringclasses
1 value
reward_model
dict
extra_info
dict
reward
float64
0
0
num_query_tokens
int64
672
4.47k
rearc
[ { "content": "# ARC HINT GENERATOR\n\n## Role & Goal\nYou are an expert ARC (Abstraction and Reasoning Corpus) Coach. Your task is to generate concise, actionable hints for a user struggling with an ARC problem.\n\nYour goal is to guide the user toward the solution without revealing it. To do this, you will per...
arc-agi-direct
{ "ground_truth": "<note1>\n<description>Identify the scaling factor by comparing the dimensions of the input grid to the output grid. If the output's width and height are integer multiples of the input's width and height, the transformation likely involves uniform pixel expansion.</description>\n<example>If an input...
{ "index": 10048, "other_abstractions": [ "<note1>\n<description>Scaling or magnification involves expanding each individual pixel of an input grid into a larger, uniform block of pixels in the output. This transformation is applicable when the output dimensions are exact integer multiples of the input dimensio...
0
1,083
rearc
[ { "content": "# ARC HINT GENERATOR\n\n## Role & Goal\nYou are an expert ARC (Abstraction and Reasoning Corpus) Coach. Your task is to generate concise, actionable hints for a user struggling with an ARC problem.\n\nYour goal is to guide the user toward the solution without revealing it. To do this, you will per...
arc-agi-direct
{ "ground_truth": "<note1>\n<description>Identify independent sub-structures within the grid, specifically focusing on \"framed\" objects. These are defined by a rectangular perimeter of one color (the frame) enclosing a solid or patterned region of a different color (the interior).</description>\n<example>In a 10x10...
{ "index": 2014, "other_abstractions": [ "<note1>\n<description>Identify independent \"frame\" objects, which consist of a solid rectangular border of one color and an internal \"fill\" of a different color. These objects act as seeds for a recursive expansion process where the internal structure dictates the g...
0
3,975
barc_heavy
[ { "content": "# ARC HINT GENERATOR\n\n## Role & Goal\nYou are an expert ARC (Abstraction and Reasoning Corpus) Coach. Your task is to generate concise, actionable hints for a user struggling with an ARC problem.\n\nYour goal is to guide the user toward the solution without revealing it. To do this, you will per...
arc-agi-direct
{ "ground_truth": "<note1>\n<description>Identifying distinct objects by color is often the first step in grid analysis. An object is defined as the set of all pixels sharing the same color, and its spatial extent can be defined by a \"bounding box,\" the smallest rectangle that contains all pixels of that color.</de...
{ "index": 5210, "other_abstractions": [ "<note1>\n<description>The primary objective is to identify and isolate a specific object from the input grid. This involves recognizing individual color clusters and evaluating their bounding boxes—the smallest rectangular area that encompasses all pixels of a single co...
0
2,051
arc 2
[ { "content": "# ARC HINT GENERATOR\n\n## Role & Goal\nYou are an expert ARC (Abstraction and Reasoning Corpus) Coach. Your task is to generate concise, actionable hints for a user struggling with an ARC problem.\n\nYour goal is to guide the user toward the solution without revealing it. To do this, you will per...
arc-agi-direct
{ "ground_truth": "<note1>\n<description>The principle of Binary Inversion involves treating a grid as a set of \"on\" and \"off\" states. When this logic is applied, every cell currently occupied by a color is cleared, while every empty cell is filled with a new color. This effectively creates a negative image of th...
{ "index": 7332, "other_abstractions": [ "<note1>\n<description>The Principle of Logical Inversion (The Toggle Principle) functions like a boolean NOT operator, where every \"on\" pixel becomes \"off\" and every \"off\" pixel becomes \"on.\" This principle is applicable when the output's structure represents th...
0
924
rearc
[ { "content": "# ARC HINT GENERATOR\n\n## Role & Goal\nYou are an expert ARC (Abstraction and Reasoning Corpus) Coach. Your task is to generate concise, actionable hints for a user struggling with an ARC problem.\n\nYour goal is to guide the user toward the solution without revealing it. To do this, you will per...
arc-agi-direct
{ "ground_truth": "<note1>\n<description>Identify a single unique pixel in the grid to serve as an \"anchor.\" This pixel's color and coordinates determine where a new periodic pattern begins and which palette to use for the construction.</description>\n<example>If a grid is entirely blue (color 1) except for one gre...
{ "index": 9521, "other_abstractions": [ "<note1>\n<description>Identify a single \"seed\" pixel that differs from the background color. Its specific location and color act as the origin and template for a pattern that propagates across the grid.</description>\n<example>In a large grid of blue, a single red pix...
0
4,301
barc_heavy
[ { "content": "# ARC HINT GENERATOR\n\n## Role & Goal\nYou are an expert ARC (Abstraction and Reasoning Corpus) Coach. Your task is to generate concise, actionable hints for a user struggling with an ARC problem.\n\nYour goal is to guide the user toward the solution without revealing it. To do this, you will per...
arc-agi-direct
{ "ground_truth": "<note1>\n<description>The primary transformation involves isolating a distinct cluster of non-zero pixels and standardizing its appearance. Identify the bounding box of this cluster and observe its spatial properties, such as its height and width.</description>\n<example>If a grid contains a scatte...
{ "index": 3085, "other_abstractions": [ "<note1>\n<description>The first step is to identify the single \"object\" in the input grid, which consists of all non-zero pixels. Observe its unique shape, size, and the relative arrangement of its internal colors.</description>\n<example>If the input contains a 3x3 s...
0
1,505
rearc
[ { "content": "# ARC HINT GENERATOR\n\n## Role & Goal\nYou are an expert ARC (Abstraction and Reasoning Corpus) Coach. Your task is to generate concise, actionable hints for a user struggling with an ARC problem.\n\nYour goal is to guide the user toward the solution without revealing it. To do this, you will per...
arc-agi-direct
{ "ground_truth": "<note1>\n<description>Identify dominant linear features that span the grid. Look for continuous rows or columns of a uniform color that stand out against the background and intersect with one another.</description>\n<example>In a grid with a uniform background, a solid red line might run horizontal...
{ "index": 4859, "other_abstractions": [ "<note1>\n<description>Identify linear features that span the grid horizontally and vertically. These features often appear as continuous strips of a specific color that contrast with the background.</description>\n<example>In a grid where most cells are color 0, look fo...
0
4,397
barc_heavy
[ { "content": "# ARC HINT GENERATOR\n\n## Role & Goal\nYou are an expert ARC (Abstraction and Reasoning Corpus) Coach. Your task is to generate concise, actionable hints for a user struggling with an ARC problem.\n\nYour goal is to guide the user toward the solution without revealing it. To do this, you will per...
arc-agi-direct
{ "ground_truth": "<note1>\n<description>Analyze the total distribution of each color across the entire grid. Often, the color that occupies the most total area (the highest pixel count) is the primary target for transformation.</description>\n<example>If a grid contains five green pixels, three blue pixels, and two ...
{ "index": 832, "other_abstractions": [ "<note1>\n<description>Examine each distinct object in the grid and identify its properties, such as its dimensions (width and height), shape, and color. Group the objects based on whether their shapes are identical or rotations/reflections of one another.</description>\n...
0
3,403
barc_heavy
[ { "content": "# ARC HINT GENERATOR\n\n## Role & Goal\nYou are an expert ARC (Abstraction and Reasoning Corpus) Coach. Your task is to generate concise, actionable hints for a user struggling with an ARC problem.\n\nYour goal is to guide the user toward the solution without revealing it. To do this, you will per...
arc-agi-direct
{ "ground_truth": "<note1>\n<description>The output grid is a simplified representation of the input, focusing on the presence of activity in each row. Observe that only one color from the input is preserved and used to mark these rows.</description>\n<example>If an input row contains any colored pixels (e.g., blue, ...
{ "index": 5055, "other_abstractions": [ "<note1>\n<description>Analyze the grid to identify \"sensor\" pixels (usually a distinct color like grey) and \"target\" pixels (other colors). A sensor's behavior is often determined by the presence or quantity of targets sharing its row or column.</description>\n<exam...
0
3,403
rearc
[ { "content": "# ARC HINT GENERATOR\n\n## Role & Goal\nYou are an expert ARC (Abstraction and Reasoning Corpus) Coach. Your task is to generate concise, actionable hints for a user struggling with an ARC problem.\n\nYour goal is to guide the user toward the solution without revealing it. To do this, you will per...
arc-agi-direct
{ "ground_truth": "<note1>\n<description>Identify the \"Structural Divider\" color that acts as a boundary or frame within the grid. This color often serves to partition the input into distinct zones and is typically excluded from the final output grid.</description>\n<example>In a 10x10 grid, if color 5 forms a cent...
{ "index": 1239, "other_abstractions": [ "<note1>\n<description>Many ARC problems use a specific color as a structural \"frame\" or \"divider\" to separate the grid into distinct functional regions, such as peripheral anchors and a central content area. Identifying this frame allows you to isolate the workspace...
0
2,415
rearc
[ { "content": "# ARC HINT GENERATOR\n\n## Role & Goal\nYou are an expert ARC (Abstraction and Reasoning Corpus) Coach. Your task is to generate concise, actionable hints for a user struggling with an ARC problem.\n\nYour goal is to guide the user toward the solution without revealing it. To do this, you will per...
arc-agi-direct
{ "ground_truth": "<note1>\n<description>Analyze the grid to determine if it can be divided into two or more equal-sized sections. Often, one section will be a transformation of another, such as a reflection or a translation.</description>\n<example>If a 10x10 grid shows a complex pattern in the top 5 rows and a very...
{ "index": 1962, "other_abstractions": [ "<note1>\n<description>The primary transformation principle involves analyzing the grid for symmetry. Check if the grid can be divided into two equal halves (top/bottom or left/right) that are intended to be reflections of each other.</description>\n<example>In a 10x10 g...
0
3,933
End of preview. Expand in Data Studio
README.md exists but content is empty.
Downloads last month
5