Mini Sudoku 4x4 Reasoning Dataset
Dataset Description
This dataset contains 4x4 Mini Sudoku puzzles generated using reasoning_gym.
Each entry includes a puzzle grid and its corresponding solved solution.
Question: A 4x4 grid string where _ represents empty cells.
Answer: The completed 4x4 grid string.
The grids are formatted as space-separated values with newlines for rows.
Question:
1 _ 3 _ _ 4 _ 2 2 _ 4 _ _ 3 _ 1
Answer:
1 2 3 4 3… See the full description on the dataset page:
https://huggingface.co/datasets/RinKana/mini-sudoku-4x4-reasoning.