Dataset Viewer
Auto-converted to Parquet Duplicate
reasoning
string
code
string
correct_train_input
list
train_input
list
train_output
list
predicted_train_output
list
correct_test_input
list
test_input
list
test_output
list
predicted_test_output
list
task_id
string
model
string
generation
int64
def transform(grid): new_grid = [row.copy() for row in grid] # Process row 1 (index 1) row1 = grid[1] non_zero_row1 = [x for x in row1 if x != 0] if len(non_zero_row1) >= 2: new_grid[0][0] = non_zero_row1[0] new_grid[0][3] = non_zero_row1[1] # Process row 2 (index 2) row2 = g...
[ false, false ]
[ [ [ 0, 0, 0, 0 ], [ 0, 3, 4, 0 ], [ 0, 7, 6, 0 ], [ 0, 0, 0, 0 ] ], [ [ 0, 0, 0, 0 ], [ 0, 5, 6, 0 ], [ 0, ...
[ [ [ 3, 0, 0, 4 ], [ 0, 0, 0, 0 ], [ 0, 0, 0, 0 ], [ 7, 0, 0, 6 ] ], [ [ 5, 0, 0, 6 ], [ 0, 0, 0, 0 ], [ 0, ...
[ [ [ 3, 0, 0, 4 ], [ 0, 3, 4, 0 ], [ 0, 7, 6, 0 ], [ 7, 0, 0, 6 ] ], [ [ 5, 0, 0, 6 ], [ 0, 5, 6, 0 ], [ 0, ...
[ false ]
[ [ [ 0, 0, 0, 0 ], [ 0, 2, 3, 0 ], [ 0, 4, 9, 0 ], [ 0, 0, 0, 0 ] ] ]
[ [ [ 2, 0, 0, 3 ], [ 0, 0, 0, 0 ], [ 0, 0, 0, 0 ], [ 4, 0, 0, 9 ] ] ]
[ [ [ 2, 0, 0, 3 ], [ 0, 2, 3, 0 ], [ 0, 4, 9, 0 ], [ 4, 0, 0, 9 ] ] ]
66e6c45b
qwen/qwen3-4b
0
README.md exists but content is empty.
Downloads last month
7