Dataset Viewer
Auto-converted to Parquet Duplicate
data_source
large_stringclasses
1 value
prompt
listlengths
1
1
ability
large_stringclasses
1 value
reward_model
dict
extra_info
dict
reasoning_gym
[ { "content": "Navigate from 'H' (start) to '\\' (goal):\n\n```\n333333333\n3ss3s3ss3\n3sss333H3\n3s33ssss3\n3sss3ss33\n333ss3ss3\n3\\ssssss3\n3ssss3s33\n333333333\n```\nLegend: '3' = Wall, 's' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer...
games
{ "ground_truth": "10", "style": "rule" }
{ "dataset_name": "maze", "entry": "{\"question\": \"Navigate from 'H' (start) to '\\\\' (goal):\\n\\n```\\n333333333\\n3ss3s3ss3\\n3sss333H3\\n3s33ssss3\\n3sss3ss33\\n333ss3ss3\\n3\\\\ssssss3\\n3ssss3s33\\n333333333\\n```\\nLegend: '3' = Wall, 's' = Passage\\n\\nWhat is the minimum number of steps to reach the goa...
reasoning_gym
[ { "content": "Knight Swap Challenge:\n\n```\n B C D\n ------------\n3 | . | . | . |\n ------------\n2 | w | | B |\n ------------\n1 | w | B | . |\n ------------\n```\n\nLegend:\n- 'w' = White Knight\n- 'B' = Black Knight\n- Empty squares are marked with '.'\n\nObjective:\nSwap the positions of ...
games
{ "ground_truth": "[\"w,B2,D1\", \"B,D2,B3\", \"w,B1,C3\", \"B,C1,D3\", \"w,C3,B1\", \"B,D3,B2\", \"w,B1,D2\", \"B,B3,C1\", \"w,D2,B3\", \"B,C1,D3\", \"w,D1,C3\", \"B,B2,D1\", \"w,C3,B1\", \"B,D3,B2\", \"w,B3,C1\", \"B,D1,C3\", \"w,B1,D2\", \"B,C3,B1\"]", "style": "rule" }
{ "dataset_name": "knight_swap", "entry": "{\"question\": \"Knight Swap Challenge:\\n\\n```\\n B C D\\n ------------\\n3 | . | . | . |\\n ------------\\n2 | w | | B |\\n ------------\\n1 | w | B | . |\\n ------------\\n```\\n\\nLegend:\\n- 'w' = White Knight\\n- 'B' = Black Knight\\n- Empty squares...
reasoning_gym
[ { "content": "Solve the following 5x5 Futoshiki puzzle:\n\n_ _ 5 4 3\n \n1 _ _ 2 _\n \n_ 2 _ _ _\n \n_ _ _ _ 5\n \n4 _ _ _ _\n\nEnsure your answer follows the same format as the puzzle above, just replace bla...
games
{ "ground_truth": "2 1 5 4 3\n \n1 5 3 2 4\n \n5 2 4 3 1\n \n3 4 2 1 5\n \n4 3 1 5 2", "style": "rule" }
{ "dataset_name": "futoshiki", "entry": "{\"question\": \"Solve the following 5x5 Futoshiki puzzle:\\n\\n_ _ 5 4 3\\n \\n1 _ _ 2 _\\n \\n_ 2 _ _ _\\n \\n_ _ _ _ 5\\n \\n4 _ _ _ _\\n\\nEnsure your answer follows t...
reasoning_gym
[ { "content": "Navigate from 'm' (start) to '1' (goal):\n\n```\n_________\n_<_<_<<<_\n_<<<<_<<_\n_<<<<<___\n_<_<<<<<_\n__<<<<_m_\n_<<_<<_<_\n_1<<_<<<_\n_________\n```\nLegend: '_' = Wall, '<' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, ...
games
{ "ground_truth": "10", "style": "rule" }
{ "dataset_name": "maze", "entry": "{\"question\": \"Navigate from 'm' (start) to '1' (goal):\\n\\n```\\n_________\\n_<_<_<<<_\\n_<<<<_<<_\\n_<<<<<___\\n_<_<<<<<_\\n__<<<<_m_\\n_<<_<<_<_\\n_1<<_<<<_\\n_________\\n```\\nLegend: '_' = Wall, '<' = Passage\\n\\nWhat is the minimum number of steps to reach the goal?\\nG...
reasoning_gym
[ { "content": "There are several letter cards, and the game rules are as follows:\n1. Initially, there are 13 cards.\n2. Each time, a new card is added, and a result is determined. Then, one card is removed.\n3. When there are two identical cards in hand, and the newly added card is the same as these two cards, ...
games
{ "ground_truth": "Pass", "style": "rule" }
{ "dataset_name": "mahjong_puzzle", "entry": "{\"question\": \"There are several letter cards, and the game rules are as follows:\\n1. Initially, there are 13 cards.\\n2. Each time, a new card is added, and a result is determined. Then, one card is removed.\\n3. When there are two identical cards in hand, and the n...
reasoning_gym
[ { "content": "\nYou are a central planner tasked with directing agents in a grid-like field to move colored boxes to their corresponding color-coded targets.\nEach agent occupies a 1x1 square and can only interact with objects within its square. Agents can move a box to an adjacent square or\ndirectly to a targ...
games
{ "ground_truth": "None", "style": "rule" }
{ "dataset_name": "boxnet", "entry": "{\"question\": \"\\nYou are a central planner tasked with directing agents in a grid-like field to move colored boxes to their corresponding color-coded targets.\\nEach agent occupies a 1x1 square and can only interact with objects within its square. Agents can move a box to an...
reasoning_gym
[ { "content": "Here's a Go challenge. Playing as Black, how can you capture as many white stones as possible?\n\n```\n A B C D E F G H I\n 9 . . O . X X . . O\n 8 . . X X O O X . X\n 7 . . . X O . X . X\n 6 . . . X X . . . .\n 5 . . . . . . . X .\n 4 . . . . . . . X .\n 3 . . X . . . . . .\n 2 . . . . . . . . ...
games
{ "ground_truth": "F7", "style": "rule" }
{ "dataset_name": "tsumego", "entry": "{\"question\": \"Here's a Go challenge. Playing as Black, how can you capture as many white stones as possible?\\n\\n```\\n A B C D E F G H I\\n 9 . . O . X X . . O\\n 8 . . X X O O X . X\\n 7 . . . X O . X . X\\n 6 . . . X X . . . .\\n 5 . . . . . . . X .\\n 4 . . . . . . ....
reasoning_gym
[ { "content": "Solve the Tower of Hanoi problem with 3 disks and 3 pegs.\nMove all disks from Peg 1 to Peg 3 following the rules:\n- Only one disk can be moved at a time.\n- A larger disk cannot be placed on top of a smaller disk.\n- All disks must be on a peg at all times.\n\nProvide the sequence of moves.\n\nF...
games
{ "ground_truth": "Move disk 1 from Peg 1 to Peg 3\nMove disk 2 from Peg 1 to Peg 2\nMove disk 1 from Peg 3 to Peg 2\nMove disk 3 from Peg 1 to Peg 3\nMove disk 1 from Peg 2 to Peg 1\nMove disk 2 from Peg 2 to Peg 3\nMove disk 1 from Peg 1 to Peg 3", "style": "rule" }
{ "dataset_name": "tower_of_hanoi", "entry": "{\"question\": \"Solve the Tower of Hanoi problem with 3 disks and 3 pegs.\\nMove all disks from Peg 1 to Peg 3 following the rules:\\n- Only one disk can be moved at a time.\\n- A larger disk cannot be placed on top of a smaller disk.\\n- All disks must be on a peg at ...
reasoning_gym
[ { "content": "I have a Go problem for you. Black moves next - can you capture some of the white stones?\n\n```\n A B C D E F G H I J\n10 . . . . . . . . . .\n 9 . . . . X . . . . X\n 8 . . . . O . . . . .\n 7 . . . . . . . O . O\n 6 . . . . . . . . . .\n 5 . . . . . . . . O .\n 4 . X . . . . X . . X\n 3 . . ....
games
{ "ground_truth": "H2", "style": "rule" }
{ "dataset_name": "tsumego", "entry": "{\"question\": \"I have a Go problem for you. Black moves next - can you capture some of the white stones?\\n\\n```\\n A B C D E F G H I J\\n10 . . . . . . . . . .\\n 9 . . . . X . . . . X\\n 8 . . . . O . . . . .\\n 7 . . . . . . . O . O\\n 6 . . . . . . . . . .\\n 5 . . . ...
reasoning_gym
[ { "content": "Solve the following 9x9 Futoshiki puzzle:\n\n_ 2 _ > _ 5 _ 6 9 4\n ∧\n2 _ 4 5 1 _ _ _ < _\n ∧ ∨ \n3 9 _ _ 7 _ 1 2 _\n ∧ \n_ _ 3 _ 9 _ _ > _ _\n ...
games
{ "ground_truth": "1 2 7 > 3 5 8 6 9 4\n ∧\n2 3 4 5 1 7 9 6 < 8\n ∧ ∨ \n3 9 8 4 7 5 1 2 6\n ∧ \n5 1 3 8 9 6 7 > 4 2\n ∧ ∧\n7 8 5 1 6 ...
{ "dataset_name": "futoshiki", "entry": "{\"question\": \"Solve the following 9x9 Futoshiki puzzle:\\n\\n_ 2 _ > _ 5 _ 6 9 4\\n ∧\\n2 _ 4 5 1 _ _ _ < _\\n ∧ ∨ \\n3 9 _ _ 7 _ 1 2 _\\n ∧ ...
reasoning_gym
[ { "content": "Knight Swap Challenge:\n\n```\n A B C D\n ----------------\n3 | . | . | w | |\n ----------------\n2 | | | . | B |\n ----------------\n1 | w | B | | |\n ----------------\n```\n\nLegend:\n- 'w' = White Knight\n- 'B' = Black Knight\n- Empty squares are marked with '.'\n\nOb...
games
{ "ground_truth": "[\"w,A1,B3\", \"B,B1,A3\", \"w,C3,B1\", \"B,A3,C2\", \"w,B1,A3\", \"B,D2,B1\", \"w,B3,D2\", \"B,B1,C3\", \"w,A3,B1\", \"B,C2,A1\"]", "style": "rule" }
{ "dataset_name": "knight_swap", "entry": "{\"question\": \"Knight Swap Challenge:\\n\\n```\\n A B C D\\n ----------------\\n3 | . | . | w | |\\n ----------------\\n2 | | | . | B |\\n ----------------\\n1 | w | B | | |\\n ----------------\\n```\\n\\nLegend:\\n- 'w' = White Knight\\n- 'B' ...
reasoning_gym
[ { "content": "Solve this Sudoku puzzle:\n_ 2 7 _ _ _ _ 3 6\n9 _ _ 8 3 2 1 7 4\n_ 4 _ 5 _ 6 _ 2 _\n_ _ _ 4 2 7 6 9 3\n2 7 _ _ _ 3 4 8 _\n_ 3 _ 9 8 1 2 5 _\n_ 1 _ 3 6 _ _ 4 _\n4 9 _ _ _ _ _ _ _\n_ 6 _ _ 4 _ 3 _ 5\nRespond with only your answer, formatted as the puzzle, a 9x9 grid with numbers separated by spaces,...
games
{ "ground_truth": "8 2 7 1 9 4 5 3 6\n9 5 6 8 3 2 1 7 4\n3 4 1 5 7 6 9 2 8\n1 8 5 4 2 7 6 9 3\n2 7 9 6 5 3 4 8 1\n6 3 4 9 8 1 2 5 7\n5 1 2 3 6 8 7 4 9\n4 9 3 7 1 5 8 6 2\n7 6 8 2 4 9 3 1 5", "style": "rule" }
{ "dataset_name": "sudoku", "entry": "{\"question\": \"Solve this Sudoku puzzle:\\n_ 2 7 _ _ _ _ 3 6\\n9 _ _ 8 3 2 1 7 4\\n_ 4 _ 5 _ 6 _ 2 _\\n_ _ _ 4 2 7 6 9 3\\n2 7 _ _ _ 3 4 8 _\\n_ 3 _ 9 8 1 2 5 _\\n_ 1 _ 3 6 _ _ 4 _\\n4 9 _ _ _ _ _ _ _\\n_ 6 _ _ 4 _ 3 _ 5\\nRespond with only your answer, formatted as the puzzl...
reasoning_gym
[ { "content": "Move the red car (AA) to the exit on the right.\nSpecify moves in the format: 'F+1 K+1 M-1 C+3 H+2 ...'\nwhere the letter is the vehicle and +/- number is spaces to move right/left or down/up.\nWalls are marked with an 'x'. Cars cannot move through walls, and walls cannot be moved.\nA car oriented...
games
{ "ground_truth": "None", "style": "rule" }
{ "dataset_name": "rush_hour", "entry": "{\"question\": \"Move the red car (AA) to the exit on the right.\\nSpecify moves in the format: 'F+1 K+1 M-1 C+3 H+2 ...'\\nwhere the letter is the vehicle and +/- number is spaces to move right/left or down/up.\\nWalls are marked with an 'x'. Cars cannot move through walls,...
reasoning_gym
[ { "content": "Make 24 using 6, 4, 4, 4. You can only use each number once. You can use the operators +, -, *, /.\nFinal answer format instructions:\n1. Provide your final answer as a arithmetic expression (no '=' sign).\n2. Do not include the target number in the expression.\n3. Use '*' for multiplication.\n4. ...
games
{ "ground_truth": "6*4*4/4", "style": "rule" }
{ "dataset_name": "puzzle24", "entry": "{\"question\": \"Make 24 using 6, 4, 4, 4. You can only use each number once. You can use the operators +, -, *, /.\\nFinal answer format instructions:\\n1. Provide your final answer as a arithmetic expression (no '=' sign).\\n2. Do not include the target number in the expres...
reasoning_gym
[ { "content": "Move the red car (AA) to the exit on the right.\nSpecify moves in the format: 'F+1 K+1 M-1 C+3 H+2 ...'\nwhere the letter is the vehicle and +/- number is spaces to move right/left or down/up.\nWalls are marked with an 'x'. Cars cannot move through walls, and walls cannot be moved.\nA car oriented...
games
{ "ground_truth": "None", "style": "rule" }
{ "dataset_name": "rush_hour", "entry": "{\"question\": \"Move the red car (AA) to the exit on the right.\\nSpecify moves in the format: 'F+1 K+1 M-1 C+3 H+2 ...'\\nwhere the letter is the vehicle and +/- number is spaces to move right/left or down/up.\\nWalls are marked with an 'x'. Cars cannot move through walls,...
reasoning_gym
[ { "content": "You are given a 4 x 5 grid representing a Kukurasu puzzle. In this puzzle, you need to place 1s in the grid so that the weighted sum of each row and column matches the given constraints. The row sums are [8, 3, 5, 5] and the column sums are [7, 6, 3, 4, 1].\n1. Rules:\n 1. Each cell can contain e...
games
{ "ground_truth": "1 1 0 0 1\n1 1 0 0 0\n0 1 1 0 0\n1 0 0 1 0", "style": "rule" }
{ "dataset_name": "kakurasu", "entry": "{\"question\": \"You are given a 4 x 5 grid representing a Kukurasu puzzle. In this puzzle, you need to place 1s in the grid so that the weighted sum of each row and column matches the given constraints. The row sums are [8, 3, 5, 5] and the column sums are [7, 6, 3, 4, 1].\\...
reasoning_gym
[ { "content": "Navigate from 't' (start) to 'K' (goal):\n\n```\neeeeeeeee\neeeeeneKe\nenennnnne\neeennenne\nennnennne\nenntnneee\neennnnnne\nennnnnnne\neeeeeeeee\n```\nLegend: 'e' = Wall, 'n' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, ...
games
{ "ground_truth": "8", "style": "rule" }
{ "dataset_name": "maze", "entry": "{\"question\": \"Navigate from 't' (start) to 'K' (goal):\\n\\n```\\neeeeeeeee\\neeeeeneKe\\nenennnnne\\neeennenne\\nennnennne\\nenntnneee\\neennnnnne\\nennnnnnne\\neeeeeeeee\\n```\\nLegend: 'e' = Wall, 'n' = Passage\\n\\nWhat is the minimum number of steps to reach the goal?\\nG...
reasoning_gym
[ { "content": "Given a 4*4 matrix where the last element of each row and column equals the sum of the other elements in that row or column. The matrix is:\n0 0 5 18\n0 5 8 14\n0 7 0 20\n17 16 19 52\nwhere some elements are replaced with 0. You have a set of numbers [9, 6, 4, 7, 1] that can be filled into the 0 p...
games
{ "ground_truth": "9 4 5 18\n1 5 8 14\n7 7 6 20\n17 16 19 52", "style": "rule" }
{ "dataset_name": "survo", "entry": "{\"question\": \"Given a 4*4 matrix where the last element of each row and column equals the sum of the other elements in that row or column. The matrix is:\\n0 0 5 18\\n0 5 8 14\\n0 7 0 20\\n17 16 19 52\\nwhere some elements are replaced with 0. You have a set of numbers [9, 6,...
reasoning_gym
[ { "content": "The following emoji is encoded with a sentence.\n\nDecode the following sentence from the emoji: ❤️󠄒󠄿󠅥󠅢󠄐󠅣󠅓󠅙󠅕󠅞󠅓󠅕󠄐󠅟󠅖󠄐󠅟󠅠󠅤󠅙󠅓󠅣󠄐󠅙󠅣󠄐󠅣󠅤󠅙󠅜󠅜󠄐󠅦󠅕󠅢󠅩󠄐󠅔󠅕󠅖󠅕󠅓󠅤󠅙󠅦󠅕󠄜󠄐󠅑󠅞󠅔󠄐󠅤󠅘󠅢󠅟󠅥󠅗󠅘󠄐󠅟󠅥󠅢󠄐󠅝󠅙󠅜󠅕󠄝󠅑󠅞󠅔󠄝󠅤󠅘󠅢󠅕󠅕󠄝󠅡󠅥󠅑󠅢󠅤󠅕󠅢󠄐󠅤󠅕󠅜󠅕󠅣󠅓󠅟󠅠󠅕󠅣󠄝󠄝�...
games
{ "ground_truth": "\"Our science of optics is still very defective, and through our mile-and-three-quarter telescopes--\" \"Listen to that, Peer,\" broke in Mr.", "style": "rule" }
{ "dataset_name": "emoji_mystery", "entry": "{\"question\": \"The following emoji is encoded with a sentence.\\n\\nDecode the following sentence from the emoji: ❤️󠄒󠄿󠅥󠅢󠄐󠅣󠅓󠅙󠅕󠅞󠅓󠅕󠄐󠅟󠅖󠄐󠅟󠅠󠅤󠅙󠅓󠅣󠄐󠅙󠅣󠄐󠅣󠅤󠅙󠅜󠅜󠄐󠅦󠅕󠅢󠅩󠄐󠅔󠅕󠅖󠅕󠅓󠅤󠅙󠅦󠅕󠄜󠄐󠅑󠅞󠅔󠄐󠅤󠅘󠅢󠅟󠅥󠅗󠅘󠄐󠅟󠅥󠅢󠄐󠅝󠅙󠅜󠅕󠄝󠅑󠅞󠅔󠄝󠅤󠅘󠅢�...
reasoning_gym
[ { "content": "Navigate from '3' (start) to '0' (goal):\n\n```\nLLLLLLLLLL\nLSLSLSSSLL\nLSSSS3SLLL\nLSLLSLSLLL\nLSSSSSLSSL\nLSS0LLLSSL\nLSSSSLLLSL\nLSLSLSSSSL\nLSLSSLSSLL\nLLLLLLLLLL\n```\nLegend: 'L' = Wall, 'S' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps a...
games
{ "ground_truth": "5", "style": "rule" }
{ "dataset_name": "maze", "entry": "{\"question\": \"Navigate from '3' (start) to '0' (goal):\\n\\n```\\nLLLLLLLLLL\\nLSLSLSSSLL\\nLSSSS3SLLL\\nLSLLSLSLLL\\nLSSSSSLSSL\\nLSS0LLLSSL\\nLSSSSLLLSL\\nLSLSLSSSSL\\nLSLSSLSSLL\\nLLLLLLLLLL\\n```\\nLegend: 'L' = Wall, 'S' = Passage\\n\\nWhat is the minimum number of steps ...
reasoning_gym
[ { "content": "You have a 5 x 5 Kukurasu puzzle grid. Your goal is to place 1s in the grid so that the weighted sums match the given constraints: row sums [7, 3, 7, 3, 3] and column sums [4, 7, 8, 1, 3].\n1. Rules:\n 1. Each cell must be filled with either a 1 or an 0.\n 2. The weight of a 1 in a row is its co...
games
{ "ground_truth": "0 0 1 1 0\n0 0 1 0 0\n0 1 0 0 1\n1 1 0 0 0\n0 0 1 0 0", "style": "rule" }
{ "dataset_name": "kakurasu", "entry": "{\"question\": \"You have a 5 x 5 Kukurasu puzzle grid. Your goal is to place 1s in the grid so that the weighted sums match the given constraints: row sums [7, 3, 7, 3, 3] and column sums [4, 7, 8, 1, 3].\\n1. Rules:\\n 1. Each cell must be filled with either a 1 or an 0.\\...
reasoning_gym
[ { "content": "Complete the following Survo puzzle. In this 5*5 matrix:\n3 0 4 7 15\n6 7 3 0 24\n0 2 8 0 19\n6 4 6 0 21\n18 14 21 26 79\nthe cells marked with 0 need to be filled with numbers. The last number in each row and column equals the sum of all other numbers in that row or column. You can use the follow...
games
{ "ground_truth": "3 1 4 7 15\n6 7 3 8 24\n3 2 8 6 19\n6 4 6 5 21\n18 14 21 26 79", "style": "rule" }
{ "dataset_name": "survo", "entry": "{\"question\": \"Complete the following Survo puzzle. In this 5*5 matrix:\\n3 0 4 7 15\\n6 7 3 0 24\\n0 2 8 0 19\\n6 4 6 0 21\\n18 14 21 26 79\\nthe cells marked with 0 need to be filled with numbers. The last number in each row and column equals the sum of all other numbers in ...
reasoning_gym
[ { "content": "Consider this 4 x 4 Kukurasu puzzle grid. You need to place 1s in the grid such that the weighted sums match the constraints. Row sums: [3, 6, 1, 2]. Column sums: [3, 6, 1, 2].\n1. Rules:\n 1. Each cell must contain either a 1 or an 0.\n 2. A 1 in column position j contributes j points to its ro...
games
{ "ground_truth": "0 0 1 0\n0 1 0 1\n1 0 0 0\n0 1 0 0", "style": "rule" }
{ "dataset_name": "kakurasu", "entry": "{\"question\": \"Consider this 4 x 4 Kukurasu puzzle grid. You need to place 1s in the grid such that the weighted sums match the constraints. Row sums: [3, 6, 1, 2]. Column sums: [3, 6, 1, 2].\\n1. Rules:\\n 1. Each cell must contain either a 1 or an 0.\\n 2. A 1 in column...
reasoning_gym
[ { "content": "Solve the following 6x6 Futoshiki puzzle:\n\n_ 6 4 2 _ _\n \n_ < 3 1 _ 6 _\n \n_ _ < _ _ _ _\n∨ ∧ \n_ _ _ > _ _ 4\n \n_ _ 2 _ 1 _\n ∧ \n_ 2 _ < _ 3 _\n...
games
{ "ground_truth": "1 6 4 2 5 3\n \n2 < 3 1 4 6 5\n \n6 1 < 3 5 4 2\n∨ ∧ \n3 5 6 > 1 2 4\n \n5 4 2 3 1 6\n ∧ \n4 2 5 < 6 3 1", "style": "rule" }
{ "dataset_name": "futoshiki", "entry": "{\"question\": \"Solve the following 6x6 Futoshiki puzzle:\\n\\n_ 6 4 2 _ _\\n \\n_ < 3 1 _ 6 _\\n \\n_ _ < _ _ _ _\\n∨ ∧ \\n_ _ _ > _ _ 4\\n \\n_ _ 2 _ 1 ...
reasoning_gym
[ { "content": "Consider this 5 x 5 Kukurasu puzzle grid. You need to place 1s in the grid such that the weighted sums match the constraints. Row sums: [11, 11, 1, 4, 8]. Column sums: [12, 8, 4, 3, 8].\n1. Rules:\n 1. Each cell must contain either a 1 or an 0.\n 2. A 1 in column position j contributes j points ...
games
{ "ground_truth": "0 1 0 1 1\n0 1 0 1 1\n1 0 0 0 0\n1 0 1 0 0\n1 1 0 0 1", "style": "rule" }
{ "dataset_name": "kakurasu", "entry": "{\"question\": \"Consider this 5 x 5 Kukurasu puzzle grid. You need to place 1s in the grid such that the weighted sums match the constraints. Row sums: [11, 11, 1, 4, 8]. Column sums: [12, 8, 4, 3, 8].\\n1. Rules:\\n 1. Each cell must contain either a 1 or an 0.\\n 2. A 1 ...
reasoning_gym
[ { "content": "Navigate from 'V' (start) to '8' (goal):\n\n```\nhhhhhhhhh\nhhhhwhhwh\nhhhwhhwwh\nhVwwh8whh\nhwhwwwwwh\nhwhwwwwwh\nhwwwwhwwh\nhwwhwwwwh\nhhhhhhhhh\n```\nLegend: 'h' = Wall, 'w' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, ...
games
{ "ground_truth": "6", "style": "rule" }
{ "dataset_name": "maze", "entry": "{\"question\": \"Navigate from 'V' (start) to '8' (goal):\\n\\n```\\nhhhhhhhhh\\nhhhhwhhwh\\nhhhwhhwwh\\nhVwwh8whh\\nhwhwwwwwh\\nhwhwwwwwh\\nhwwwwhwwh\\nhwwhwwwwh\\nhhhhhhhhh\\n```\\nLegend: 'h' = Wall, 'w' = Passage\\n\\nWhat is the minimum number of steps to reach the goal?\\nG...
reasoning_gym
[ { "content": "Knight Swap Challenge:\n\n```\n A B C D\n ----------------\n3 | | . | B | B |\n ----------------\n2 | w | . | | w |\n ----------------\n1 | | | . | . |\n ----------------\n```\n\nLegend:\n- 'w' = White Knight\n- 'B' = Black Knight\n- Empty squares are marked with '.'\n\nOb...
games
{ "ground_truth": "[\"w,D2,B3\", \"B,D3,B2\", \"w,B3,C1\", \"B,C3,D1\", \"w,A2,C3\", \"B,B2,D3\", \"w,C1,A2\", \"B,D1,B2\", \"w,C3,D1\", \"B,D3,C1\", \"w,A2,C3\", \"B,B2,D3\", \"w,C3,A2\", \"B,C1,B3\", \"w,A2,C3\", \"B,D3,C1\", \"w,D1,B2\", \"B,B3,D2\", \"w,B2,D3\", \"B,C1,A2\"]", "style": "rule" }
{ "dataset_name": "knight_swap", "entry": "{\"question\": \"Knight Swap Challenge:\\n\\n```\\n A B C D\\n ----------------\\n3 | | . | B | B |\\n ----------------\\n2 | w | . | | w |\\n ----------------\\n1 | | | . | . |\\n ----------------\\n```\\n\\nLegend:\\n- 'w' = White Knight\\n- 'B' ...
reasoning_gym
[ { "content": "In this 5*5 Survo matrix puzzle:\n0 6 1 0 19\n5 3 7 5 20\n5 0 6 0 24\n7 0 5 2 22\n20 24 19 22 85\nthe 0 cells need to be filled with numbers from the set [9, 7, 8, 6, 3]. The last element in each row and column is the sum of all other elements in that row or column. Each number can only be used on...
games
{ "ground_truth": "3 6 1 9 19\n5 3 7 5 20\n5 7 6 6 24\n7 8 5 2 22\n20 24 19 22 85", "style": "rule" }
{ "dataset_name": "survo", "entry": "{\"question\": \"In this 5*5 Survo matrix puzzle:\\n0 6 1 0 19\\n5 3 7 5 20\\n5 0 6 0 24\\n7 0 5 2 22\\n20 24 19 22 85\\nthe 0 cells need to be filled with numbers from the set [9, 7, 8, 6, 3]. The last element in each row and column is the sum of all other elements in that row ...
reasoning_gym
[ { "content": "You have a 5*5 matrix with some positions already filled with numbers and others marked with 0. The matrix is:\n0 9 5 5 22\n4 6 9 6 25\n8 1 3 3 15\n3 0 0 9 27\n18 23 25 23 89\nThe last number in each row and column represents the sum of all other numbers in that row or column. You need to fill in ...
games
{ "ground_truth": "3 9 5 5 22\n4 6 9 6 25\n8 1 3 3 15\n3 7 8 9 27\n18 23 25 23 89", "style": "rule" }
{ "dataset_name": "survo", "entry": "{\"question\": \"You have a 5*5 matrix with some positions already filled with numbers and others marked with 0. The matrix is:\\n0 9 5 5 22\\n4 6 9 6 25\\n8 1 3 3 15\\n3 0 0 9 27\\n18 23 25 23 89\\nThe last number in each row and column represents the sum of all other numbers i...
reasoning_gym
[ { "content": "Tsumego time. Black to play and capture some stones.\nFind the key move.\n\n```\n A B C D E F G H I\n 9 . . . . . O . . .\n 8 . . . . . . X . .\n 7 . . . O . . . . .\n 6 . X . . . . . . O\n 5 . X . . . . . . O\n 4 . . . . . . . X X\n 3 . . . . . X O O O\n 2 . . . . . . X O .\n 1 O . . . O . X X ...
games
{ "ground_truth": "I2", "style": "rule" }
{ "dataset_name": "tsumego", "entry": "{\"question\": \"Tsumego time. Black to play and capture some stones.\\nFind the key move.\\n\\n```\\n A B C D E F G H I\\n 9 . . . . . O . . .\\n 8 . . . . . . X . .\\n 7 . . . O . . . . .\\n 6 . X . . . . . . O\\n 5 . X . . . . . . O\\n 4 . . . . . . . X X\\n 3 . . . . . X...
reasoning_gym
[ { "content": "Consider this 5 x 5 Kukurasu puzzle grid. You need to place 1s in the grid such that the weighted sums match the constraints. Row sums: [4, 3, 6, 6, 3]. Column sums: [3, 4, 7, 5, 3].\n1. Rules:\n 1. Each cell must contain either a 1 or an 0.\n 2. A 1 in column position j contributes j points to ...
games
{ "ground_truth": "0 0 0 1 0\n0 0 1 0 0\n1 0 0 0 1\n0 1 0 1 0\n0 0 1 0 0", "style": "rule" }
{ "dataset_name": "kakurasu", "entry": "{\"question\": \"Consider this 5 x 5 Kukurasu puzzle grid. You need to place 1s in the grid such that the weighted sums match the constraints. Row sums: [4, 3, 6, 6, 3]. Column sums: [3, 4, 7, 5, 3].\\n1. Rules:\\n 1. Each cell must contain either a 1 or an 0.\\n 2. A 1 in ...
reasoning_gym
[ { "content": "Solve the following 6x6 Futoshiki puzzle:\n\n_ _ < 4 1 _ 3\n∨ ∧ \n_ _ _ 4 _ _\n ∧ \n_ 4 3 > _ 6 1\n \n1 _ > _ _ _ _\n ∨ \n_ _ _ _ > _ 6\n \n_ _ _ _ > 2 _\n...
games
{ "ground_truth": "6 2 < 4 1 5 3\n∨ ∧ \n2 3 6 4 1 5\n ∧ \n5 4 3 > 2 6 1\n \n1 6 > 5 3 4 2\n ∨ \n4 1 2 5 > 3 6\n \n3 5 1 6 > 2 4", "style": "rule" }
{ "dataset_name": "futoshiki", "entry": "{\"question\": \"Solve the following 6x6 Futoshiki puzzle:\\n\\n_ _ < 4 1 _ 3\\n∨ ∧ \\n_ _ _ 4 _ _\\n ∧ \\n_ 4 3 > _ 6 1\\n \\n1 _ > _ _ _ _\\n ∨ \\n_ _ _ _ > _ ...
reasoning_gym
[ { "content": "Your job is to complete an n x n chess board with n Queens in total, such that no two attack each other.\n\nNo two queens attack each other if they are not in the same row, column, or diagonal.\n\nYou can place a queen by replacing an underscore (_) with a Q.\n\nYour output should be also a board ...
games
{ "ground_truth": "_ _ _ _ Q _ _ _\n_ Q _ _ _ _ _ _\n_ _ _ _ _ _ _ Q\nQ _ _ _ _ _ _ _\n_ _ _ Q _ _ _ _\n_ _ _ _ _ _ Q _\n_ _ Q _ _ _ _ _\n_ _ _ _ _ Q _ _", "style": "rule" }
{ "dataset_name": "n_queens", "entry": "{\"question\": \"Your job is to complete an n x n chess board with n Queens in total, such that no two attack each other.\\n\\nNo two queens attack each other if they are not in the same row, column, or diagonal.\\n\\nYou can place a queen by replacing an underscore (_) with ...
reasoning_gym
[ { "content": "Knight Swap Challenge:\n\n```\n A B C D\n ----------------\n3 | | B | | . |\n ----------------\n2 | . | . | . | B |\n ----------------\n1 | w | w | . | |\n ----------------\n```\n\nLegend:\n- 'w' = White Knight\n- 'B' = Black Knight\n- Empty squares are marked with '.'\n\nOb...
games
{ "ground_truth": "[\"B,B3,C1\", \"w,A1,B3\", \"B,C1,A2\", \"w,B3,C1\", \"B,D2,B3\", \"w,B1,D2\", \"B,B3,A1\", \"w,C1,D3\", \"B,A1,C2\", \"w,D2,B3\", \"B,A2,C1\", \"w,B3,A1\", \"B,C1,B3\", \"w,D3,C1\", \"B,B3,D2\", \"w,A1,B3\", \"B,D2,B1\", \"w,B3,D2\", \"B,C2,A1\", \"w,C1,B3\"]", "style": "rule" }
{ "dataset_name": "knight_swap", "entry": "{\"question\": \"Knight Swap Challenge:\\n\\n```\\n A B C D\\n ----------------\\n3 | | B | | . |\\n ----------------\\n2 | . | . | . | B |\\n ----------------\\n1 | w | w | . | |\\n ----------------\\n```\\n\\nLegend:\\n- 'w' = White Knight\\n- 'B' ...
reasoning_gym
[ { "content": "Move the red car (AA) to the exit on the right.\nSpecify moves in the format: 'F+1 K+1 M-1 C+3 H+2 ...'\nwhere the letter is the vehicle and +/- number is spaces to move right/left or down/up.\nWalls are marked with an 'x'. Cars cannot move through walls, and walls cannot be moved.\nA car oriented...
games
{ "ground_truth": "None", "style": "rule" }
{ "dataset_name": "rush_hour", "entry": "{\"question\": \"Move the red car (AA) to the exit on the right.\\nSpecify moves in the format: 'F+1 K+1 M-1 C+3 H+2 ...'\\nwhere the letter is the vehicle and +/- number is spaces to move right/left or down/up.\\nWalls are marked with an 'x'. Cars cannot move through walls,...
reasoning_gym
[ { "content": "Solve the following 8x8 Futoshiki puzzle:\n\n_ _ _ _ _ 8 _ _\n ∧ ∧ \n_ 4 7 > _ > _ _ _ 5\n \n5 _ 6 _ _ 3 > 1 _\n ∧ \n1 _ _ 4 _ _ _ 6\n ∨ ∧ ∧ \n_ _...
games
{ "ground_truth": "7 2 3 6 5 8 4 1\n ∧ ∧ \n8 4 7 > 3 > 1 2 6 5\n \n5 8 6 2 7 3 > 1 4\n ∧ \n1 7 8 4 3 5 2 6\n ∨ ∧ ∧ \n2 1 5 8 > 4 6 7 3\n ∧ ...
{ "dataset_name": "futoshiki", "entry": "{\"question\": \"Solve the following 8x8 Futoshiki puzzle:\\n\\n_ _ _ _ _ 8 _ _\\n ∧ ∧ \\n_ 4 7 > _ > _ _ _ 5\\n \\n5 _ 6 _ _ 3 > 1 _\\n ∧ \\n1 _ _ 4 _ ...
reasoning_gym
[ { "content": "Move the red car (AA) to the exit on the right.\nSpecify moves in the format: 'F+1 K+1 M-1 C+3 H+2 ...'\nwhere the letter is the vehicle and +/- number is spaces to move right/left or down/up.\nWalls are marked with an 'x'. Cars cannot move through walls, and walls cannot be moved.\nA car oriented...
games
{ "ground_truth": "None", "style": "rule" }
{ "dataset_name": "rush_hour", "entry": "{\"question\": \"Move the red car (AA) to the exit on the right.\\nSpecify moves in the format: 'F+1 K+1 M-1 C+3 H+2 ...'\\nwhere the letter is the vehicle and +/- number is spaces to move right/left or down/up.\\nWalls are marked with an 'x'. Cars cannot move through walls,...
reasoning_gym
[ { "content": "Knight Swap Challenge:\n\n```\n A B C D\n ----------------\n3 | . | B | . | . |\n ----------------\n2 | | B | w | w |\n ----------------\n1 | | . | | . |\n ----------------\n```\n\nLegend:\n- 'w' = White Knight\n- 'B' = Black Knight\n- Empty squares are marked with '.'\n\nOb...
games
{ "ground_truth": "No", "style": "rule" }
{ "dataset_name": "knight_swap", "entry": "{\"question\": \"Knight Swap Challenge:\\n\\n```\\n A B C D\\n ----------------\\n3 | . | B | . | . |\\n ----------------\\n2 | | B | w | w |\\n ----------------\\n1 | | . | | . |\\n ----------------\\n```\\n\\nLegend:\\n- 'w' = White Knight\\n- 'B' ...
reasoning_gym
[ { "content": "Tsumego time. Black to play and capture some stones.\nFind the key move.\n\n```\n A B C D E F G H I J K L M\n13 . . X X . . . . . . . . .\n12 . . . . . . . . X . . . .\n11 . . . . . . . . . . . . .\n10 . . . . . . . . . . . . .\n 9 . . . X . O . . . . . . .\n 8 . . X . . . . O . . . . .\n 7 . . ...
games
{ "ground_truth": "L6", "style": "rule" }
{ "dataset_name": "tsumego", "entry": "{\"question\": \"Tsumego time. Black to play and capture some stones.\\nFind the key move.\\n\\n```\\n A B C D E F G H I J K L M\\n13 . . X X . . . . . . . . .\\n12 . . . . . . . . X . . . .\\n11 . . . . . . . . . . . . .\\n10 . . . . . . . . . . . . .\\n 9 . . . X . O . . ....
reasoning_gym
[ { "content": "I have a Go problem for you. Black moves next - can you capture some of the white stones?\n\n```\n A B C D E F G H I J K L M\n13 . . . . . . . . . . X X X\n12 . . . . . . . . . O X O O\n11 . . O . . . . . . O X O .\n10 . . . . . O . . . . . X .\n 9 . . . . . . . . X . . . .\n 8 . . . . . . . . ....
games
{ "ground_truth": "M11", "style": "rule" }
{ "dataset_name": "tsumego", "entry": "{\"question\": \"I have a Go problem for you. Black moves next - can you capture some of the white stones?\\n\\n```\\n A B C D E F G H I J K L M\\n13 . . . . . . . . . . X X X\\n12 . . . . . . . . . O X O O\\n11 . . O . . . . . . O X O .\\n10 . . . . . O . . . . . X .\\n 9 ....
reasoning_gym
[ { "content": "Using all the numbers 92, 6, 66, 98, 70, 80, create an expression that equals 378.\nYou can only use each number once.\n\nFinal answer format instructions:\n1. Provide your solution as a arithmetic expression (no '=' sign).\n2. Do not include the target number in the expression.\n3. Use '*' for mu...
games
{ "ground_truth": "6*70*(66 + 98 - 92)/80", "style": "rule" }
{ "dataset_name": "countdown", "entry": "{\"question\": \"Using all the numbers 92, 6, 66, 98, 70, 80, create an expression that equals 378.\\nYou can only use each number once.\\n\\nFinal answer format instructions:\\n1. Provide your solution as a arithmetic expression (no '=' sign).\\n2. Do not include the target...
reasoning_gym
[ { "content": "Make 24 using 1, 7, 7, 10. You can only use each number once. You can use the operators +, -, *, /.\nFinal answer format instructions:\n1. Provide your final answer as a arithmetic expression (no '=' sign).\n2. Do not include the target number in the expression.\n3. Use '*' for multiplication.\n4....
games
{ "ground_truth": "1*7 + 7 + 10", "style": "rule" }
{ "dataset_name": "puzzle24", "entry": "{\"question\": \"Make 24 using 1, 7, 7, 10. You can only use each number once. You can use the operators +, -, *, /.\\nFinal answer format instructions:\\n1. Provide your final answer as a arithmetic expression (no '=' sign).\\n2. Do not include the target number in the expre...
reasoning_gym
[ { "content": "Make 24 using 4, 1, 1, 6. You can only use each number once. You can use the operators +, -, *, /.\nFinal answer format instructions:\n1. Provide your final answer as a arithmetic expression (no '=' sign).\n2. Do not include the target number in the expression.\n3. Use '*' for multiplication.\n4. ...
games
{ "ground_truth": "4*6/(1*1)", "style": "rule" }
{ "dataset_name": "puzzle24", "entry": "{\"question\": \"Make 24 using 4, 1, 1, 6. You can only use each number once. You can use the operators +, -, *, /.\\nFinal answer format instructions:\\n1. Provide your final answer as a arithmetic expression (no '=' sign).\\n2. Do not include the target number in the expres...
reasoning_gym
[ { "content": "Knight Swap Challenge:\n\n```\n A B C D\n ----------------\n3 | . | B | . | . |\n ----------------\n2 | | | w | . |\n ----------------\n1 | | w | . | B |\n ----------------\n```\n\nLegend:\n- 'w' = White Knight\n- 'B' = Black Knight\n- Empty squares are marked with '.'\n\nOb...
games
{ "ground_truth": "No", "style": "rule" }
{ "dataset_name": "knight_swap", "entry": "{\"question\": \"Knight Swap Challenge:\\n\\n```\\n A B C D\\n ----------------\\n3 | . | B | . | . |\\n ----------------\\n2 | | | w | . |\\n ----------------\\n1 | | w | . | B |\\n ----------------\\n```\\n\\nLegend:\\n- 'w' = White Knight\\n- 'B' ...
reasoning_gym
[ { "content": "Using all the numbers 93, 31, 25, 66, 43, 13, create an expression that equals 221.\nYou can only use each number once.\n\nFinal answer format instructions:\n1. Provide your solution as a arithmetic expression (no '=' sign).\n2. Do not include the target number in the expression.\n3. Use '*' for m...
games
{ "ground_truth": "43 + 31 - 25 + 66 + 13 + 93", "style": "rule" }
{ "dataset_name": "countdown", "entry": "{\"question\": \"Using all the numbers 93, 31, 25, 66, 43, 13, create an expression that equals 221.\\nYou can only use each number once.\\n\\nFinal answer format instructions:\\n1. Provide your solution as a arithmetic expression (no '=' sign).\\n2. Do not include the targe...
reasoning_gym
[ { "content": "Solve the following 9x9 Futoshiki puzzle:\n\n_ _ _ _ < 3 6 9 4 _\n ∨ ∨ \n_ > _ 3 > _ _ 5 4 _ _\n∨ ∧ ∧ ∨ ∨ \n1 _ > 6 > _ _ _ _ 8 _\n ∨ ∧ ∨ \n_ _ _ > _ 4 _ _ _ _\n ∨ ...
games
{ "ground_truth": "8 1 5 2 < 3 6 9 4 7\n ∨ ∨ \n9 > 8 3 > 1 2 5 4 7 6\n∨ ∧ ∧ ∨ ∨ \n1 9 > 6 > 3 7 4 2 8 5\n ∨ ∧ ∨ \n7 6 9 > 8 4 1 3 5 2\n ∨ ∧ ∧ \n3 < 4 < 8 9 6 ...
{ "dataset_name": "futoshiki", "entry": "{\"question\": \"Solve the following 9x9 Futoshiki puzzle:\\n\\n_ _ _ _ < 3 6 9 4 _\\n ∨ ∨ \\n_ > _ 3 > _ _ 5 4 _ _\\n∨ ∧ ∧ ∨ ∨ \\n1 _ > 6 > _ _ _ _ 8 _\\n ∨ ∧ ∨ ...
reasoning_gym
[ { "content": "Solve the Tower of Hanoi problem with 5 disks and 4 pegs.\nMove all disks from Peg 3 to Peg 2 following the rules:\n- Only one disk can be moved at a time.\n- A larger disk cannot be placed on top of a smaller disk.\n- All disks must be on a peg at all times.\n\nProvide the sequence of moves.\n\nF...
games
{ "ground_truth": "Move disk 1 from Peg 3 to Peg 4\nMove disk 2 from Peg 3 to Peg 1\nMove disk 1 from Peg 4 to Peg 1\nMove disk 3 from Peg 3 to Peg 2\nMove disk 4 from Peg 3 to Peg 4\nMove disk 3 from Peg 2 to Peg 4\nMove disk 5 from Peg 3 to Peg 2\nMove disk 3 from Peg 4 to Peg 3\nMove disk 4 from Peg 4 to Peg 2\nMo...
{ "dataset_name": "tower_of_hanoi", "entry": "{\"question\": \"Solve the Tower of Hanoi problem with 5 disks and 4 pegs.\\nMove all disks from Peg 3 to Peg 2 following the rules:\\n- Only one disk can be moved at a time.\\n- A larger disk cannot be placed on top of a smaller disk.\\n- All disks must be on a peg at ...
reasoning_gym
[ { "content": "Examine this 5 x 5 Kukurasu puzzle grid. Your objective is to place 1s in the grid such that the weighted sums match the given constraints: row sums [7, 4, 11, 10, 5] and column sums [2, 13, 11, 3, 8].\n1. Rules:\n 1. Each cell must be filled with either a 1 or an 0.\n 2. The weight of a 1 in a ...
games
{ "ground_truth": "0 1 0 0 1\n1 0 1 0 0\n0 1 0 1 1\n0 1 1 0 1\n0 1 1 0 0", "style": "rule" }
{ "dataset_name": "kakurasu", "entry": "{\"question\": \"Examine this 5 x 5 Kukurasu puzzle grid. Your objective is to place 1s in the grid such that the weighted sums match the given constraints: row sums [7, 4, 11, 10, 5] and column sums [2, 13, 11, 3, 8].\\n1. Rules:\\n 1. Each cell must be filled with either a...
reasoning_gym
[ { "content": "Navigate from '~' (start) to '+' (goal):\n\n```\nppppppp\np~aaaap\npaaaa+p\npaaapap\nppaaaap\npaaappp\nppppppp\n```\nLegend: 'p' = Wall, 'a' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, no other text or formatting. Let's t...
games
{ "ground_truth": "5", "style": "rule" }
{ "dataset_name": "maze", "entry": "{\"question\": \"Navigate from '~' (start) to '+' (goal):\\n\\n```\\nppppppp\\np~aaaap\\npaaaa+p\\npaaapap\\nppaaaap\\npaaappp\\nppppppp\\n```\\nLegend: 'p' = Wall, 'a' = Passage\\n\\nWhat is the minimum number of steps to reach the goal?\\nGive only the number of steps as your f...
reasoning_gym
[ { "content": "Solve this Sudoku puzzle:\n_ _ 4 _ 8 9 _ _ 7\n_ _ 9 4 1 7 2 8 6\n7 8 2 5 6 _ _ 1 9\n_ _ _ _ _ 2 6 _ 5\n_ 3 7 _ 4 _ _ 9 2\n2 1 _ 9 _ _ 8 3 4\n8 7 1 6 _ 4 _ 2 3\n_ 2 3 _ 5 1 _ 4 _\n_ 4 _ _ _ 8 7 6 1\nRespond with only your answer, formatted as the puzzle, a 9x9 grid with numbers separated by spaces,...
games
{ "ground_truth": "1 6 4 2 8 9 3 5 7\n3 5 9 4 1 7 2 8 6\n7 8 2 5 6 3 4 1 9\n4 9 8 1 3 2 6 7 5\n5 3 7 8 4 6 1 9 2\n2 1 6 9 7 5 8 3 4\n8 7 1 6 9 4 5 2 3\n6 2 3 7 5 1 9 4 8\n9 4 5 3 2 8 7 6 1", "style": "rule" }
{ "dataset_name": "sudoku", "entry": "{\"question\": \"Solve this Sudoku puzzle:\\n_ _ 4 _ 8 9 _ _ 7\\n_ _ 9 4 1 7 2 8 6\\n7 8 2 5 6 _ _ 1 9\\n_ _ _ _ _ 2 6 _ 5\\n_ 3 7 _ 4 _ _ 9 2\\n2 1 _ 9 _ _ 8 3 4\\n8 7 1 6 _ 4 _ 2 3\\n_ 2 3 _ 5 1 _ 4 _\\n_ 4 _ _ _ 8 7 6 1\\nRespond with only your answer, formatted as the puzzl...
reasoning_gym
[ { "content": "You have a 5 x 5 Kukurasu puzzle grid. Your goal is to place 1s in the grid so that the weighted sums match the given constraints: row sums [3, 3, 4, 14, 4] and column sums [1, 5, 6, 12, 4].\n1. Rules:\n 1. Each cell must be filled with either a 1 or an 0.\n 2. The weight of a 1 in a row is its ...
games
{ "ground_truth": "1 1 0 0 0\n0 0 1 0 0\n0 0 0 1 0\n0 1 1 1 1\n0 0 0 1 0", "style": "rule" }
{ "dataset_name": "kakurasu", "entry": "{\"question\": \"You have a 5 x 5 Kukurasu puzzle grid. Your goal is to place 1s in the grid so that the weighted sums match the given constraints: row sums [3, 3, 4, 14, 4] and column sums [1, 5, 6, 12, 4].\\n1. Rules:\\n 1. Each cell must be filled with either a 1 or an 0....
reasoning_gym
[ { "content": "Using all the numbers 9, 43, 75, 64, 7, create an expression that equals 295.\nYou can only use each number once.\n\nFinal answer format instructions:\n1. Provide your solution as a arithmetic expression (no '=' sign).\n2. Do not include the target number in the expression.\n3. Use '*' for multipl...
games
{ "ground_truth": "9*(64 - 75 + 43) + 7", "style": "rule" }
{ "dataset_name": "countdown", "entry": "{\"question\": \"Using all the numbers 9, 43, 75, 64, 7, create an expression that equals 295.\\nYou can only use each number once.\\n\\nFinal answer format instructions:\\n1. Provide your solution as a arithmetic expression (no '=' sign).\\n2. Do not include the target numb...
reasoning_gym
[ { "content": "Solve the Tower of Hanoi problem with 5 disks and 3 pegs.\nMove all disks from Peg 2 to Peg 3 following the rules:\n- Only one disk can be moved at a time.\n- A larger disk cannot be placed on top of a smaller disk.\n- All disks must be on a peg at all times.\n\nProvide the sequence of moves.\n\nF...
games
{ "ground_truth": "Move disk 1 from Peg 2 to Peg 3\nMove disk 2 from Peg 2 to Peg 1\nMove disk 1 from Peg 3 to Peg 1\nMove disk 3 from Peg 2 to Peg 3\nMove disk 1 from Peg 1 to Peg 2\nMove disk 2 from Peg 1 to Peg 3\nMove disk 1 from Peg 2 to Peg 3\nMove disk 4 from Peg 2 to Peg 1\nMove disk 1 from Peg 3 to Peg 1\nMo...
{ "dataset_name": "tower_of_hanoi", "entry": "{\"question\": \"Solve the Tower of Hanoi problem with 5 disks and 3 pegs.\\nMove all disks from Peg 2 to Peg 3 following the rules:\\n- Only one disk can be moved at a time.\\n- A larger disk cannot be placed on top of a smaller disk.\\n- All disks must be on a peg at ...
reasoning_gym
[ { "content": "\nYou are a central planner tasked with directing agents in a grid-like field to move colored boxes to their corresponding color-coded targets.\nEach agent occupies a 1x1 square and can only interact with objects within its square. Agents can move a box to an adjacent square or\ndirectly to a targ...
games
{ "ground_truth": "None", "style": "rule" }
{ "dataset_name": "boxnet", "entry": "{\"question\": \"\\nYou are a central planner tasked with directing agents in a grid-like field to move colored boxes to their corresponding color-coded targets.\\nEach agent occupies a 1x1 square and can only interact with objects within its square. Agents can move a box to an...
reasoning_gym
[ { "content": "Knight Swap Challenge:\n\n```\n B C D\n ------------\n3 | . | . | . |\n ------------\n2 | w | | B |\n ------------\n1 | B | . | w |\n ------------\n```\n\nLegend:\n- 'w' = White Knight\n- 'B' = Black Knight\n- Empty squares are marked with '.'\n\nObjective:\nSwap the positions of ...
games
{ "ground_truth": "[\"w,B2,D3\", \"B,B1,C3\", \"w,D3,C1\", \"B,C3,B1\", \"w,C1,B3\", \"B,B1,C3\", \"w,D1,B2\", \"B,C3,B1\", \"w,B2,D3\", \"B,B1,C3\", \"w,D3,C1\", \"B,D2,B1\", \"w,B3,D2\", \"B,C3,D1\", \"w,C1,B3\", \"B,B1,C3\", \"w,D2,B1\", \"B,D1,B2\", \"w,B3,D2\", \"B,C3,D1\"]", "style": "rule" }
{ "dataset_name": "knight_swap", "entry": "{\"question\": \"Knight Swap Challenge:\\n\\n```\\n B C D\\n ------------\\n3 | . | . | . |\\n ------------\\n2 | w | | B |\\n ------------\\n1 | B | . | w |\\n ------------\\n```\\n\\nLegend:\\n- 'w' = White Knight\\n- 'B' = Black Knight\\n- Empty squares...
reasoning_gym
[ { "content": "Navigate from 'T' (start) to 'g' (goal):\n\n```\n555555\n5TY5Y5\n55Y5Y5\n55YYY5\n5YYYg5\n555555\n```\nLegend: '5' = Wall, 'Y' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, no other text or formatting. Let's think step by st...
games
{ "ground_truth": "6", "style": "rule" }
{ "dataset_name": "maze", "entry": "{\"question\": \"Navigate from 'T' (start) to 'g' (goal):\\n\\n```\\n555555\\n5TY5Y5\\n55Y5Y5\\n55YYY5\\n5YYYg5\\n555555\\n```\\nLegend: '5' = Wall, 'Y' = Passage\\n\\nWhat is the minimum number of steps to reach the goal?\\nGive only the number of steps as your final answer, no ...
reasoning_gym
[ { "content": "There are several letter cards, and the game rules are as follows:\n1. Initially, there are 13 cards.\n2. Each time, a new card is added, and a result is determined. Then, one card is removed.\n3. When there are two identical cards in hand, and the newly added card is the same as these two cards, ...
games
{ "ground_truth": "Pass", "style": "rule" }
{ "dataset_name": "mahjong_puzzle", "entry": "{\"question\": \"There are several letter cards, and the game rules are as follows:\\n1. Initially, there are 13 cards.\\n2. Each time, a new card is added, and a result is determined. Then, one card is removed.\\n3. When there are two identical cards in hand, and the n...
reasoning_gym
[ { "content": "Your job is to complete an n x n chess board with n Queens in total, such that no two attack each other.\n\nNo two queens attack each other if they are not in the same row, column, or diagonal.\n\nYou can place a queen by replacing an underscore (_) with a Q.\n\nYour output should be also a board ...
games
{ "ground_truth": "_ _ _ _ _ Q _ _\nQ _ _ _ _ _ _ _\n_ _ _ _ Q _ _ _\n_ Q _ _ _ _ _ _\n_ _ _ _ _ _ _ Q\n_ _ Q _ _ _ _ _\n_ _ _ _ _ _ Q _\n_ _ _ Q _ _ _ _", "style": "rule" }
{ "dataset_name": "n_queens", "entry": "{\"question\": \"Your job is to complete an n x n chess board with n Queens in total, such that no two attack each other.\\n\\nNo two queens attack each other if they are not in the same row, column, or diagonal.\\n\\nYou can place a queen by replacing an underscore (_) with ...
reasoning_gym
[ { "content": "Knight Swap Challenge:\n\n```\n B C D\n ------------\n3 | w | | . |\n ------------\n2 | B | | B |\n ------------\n1 | | w | . |\n ------------\n```\n\nLegend:\n- 'w' = White Knight\n- 'B' = Black Knight\n- Empty squares are marked with '.'\n\nObjective:\nSwap the positions of ...
games
{ "ground_truth": "No", "style": "rule" }
{ "dataset_name": "knight_swap", "entry": "{\"question\": \"Knight Swap Challenge:\\n\\n```\\n B C D\\n ------------\\n3 | w | | . |\\n ------------\\n2 | B | | B |\\n ------------\\n1 | | w | . |\\n ------------\\n```\\n\\nLegend:\\n- 'w' = White Knight\\n- 'B' = Black Knight\\n- Empty squares...
reasoning_gym
[ { "content": "Solve the Tower of Hanoi problem with 5 disks and 4 pegs.\nMove all disks from Peg 2 to Peg 1 following the rules:\n- Only one disk can be moved at a time.\n- A larger disk cannot be placed on top of a smaller disk.\n- All disks must be on a peg at all times.\n\nProvide the sequence of moves.\n\nF...
games
{ "ground_truth": "Move disk 1 from Peg 2 to Peg 4\nMove disk 2 from Peg 2 to Peg 3\nMove disk 1 from Peg 4 to Peg 3\nMove disk 3 from Peg 2 to Peg 1\nMove disk 4 from Peg 2 to Peg 4\nMove disk 3 from Peg 1 to Peg 4\nMove disk 5 from Peg 2 to Peg 1\nMove disk 3 from Peg 4 to Peg 2\nMove disk 4 from Peg 4 to Peg 1\nMo...
{ "dataset_name": "tower_of_hanoi", "entry": "{\"question\": \"Solve the Tower of Hanoi problem with 5 disks and 4 pegs.\\nMove all disks from Peg 2 to Peg 1 following the rules:\\n- Only one disk can be moved at a time.\\n- A larger disk cannot be placed on top of a smaller disk.\\n- All disks must be on a peg at ...
reasoning_gym
[ { "content": "In 4x4 Mini Sudoku:\n- Each row must contain each number from 1-4 exactly once\n- Each column must contain each number 1-4 exactly once\n- Each 2x2 subgrid must contain each number 1-4 exactly once\nSolve this 4x4 Mini Sudoku puzzle:\n4 _ 1 2\n2 _ _ 3\n_ _ _ _\n_ _ 3 4\nFormat your response as the...
games
{ "ground_truth": "4 3 1 2\n2 1 4 3\n3 4 2 1\n1 2 3 4", "style": "rule" }
{ "dataset_name": "mini_sudoku", "entry": "{\"question\": \"In 4x4 Mini Sudoku:\\n- Each row must contain each number from 1-4 exactly once\\n- Each column must contain each number 1-4 exactly once\\n- Each 2x2 subgrid must contain each number 1-4 exactly once\\nSolve this 4x4 Mini Sudoku puzzle:\\n4 _ 1 2\\n2 _ _ ...
reasoning_gym
[ { "content": "Make 24 using 10, 2, 7, 2. You can only use each number once. You can use the operators +, -, *, /.\nFinal answer format instructions:\n1. Provide your final answer as a arithmetic expression (no '=' sign).\n2. Do not include the target number in the expression.\n3. Use '*' for multiplication.\n4....
games
{ "ground_truth": "2*(10/2 + 7)", "style": "rule" }
{ "dataset_name": "puzzle24", "entry": "{\"question\": \"Make 24 using 10, 2, 7, 2. You can only use each number once. You can use the operators +, -, *, /.\\nFinal answer format instructions:\\n1. Provide your final answer as a arithmetic expression (no '=' sign).\\n2. Do not include the target number in the expre...
reasoning_gym
[ { "content": "Solve this Sudoku puzzle:\n4 _ _ 9 8 2 3 7 6\n_ _ 9 _ _ _ _ 4 1\n_ _ _ 1 _ _ _ _ 9\n3 _ _ _ _ 9 _ 5 8\n_ 6 1 8 _ _ _ 9 _\n_ _ _ 6 2 _ _ _ _\n1 _ 3 _ _ _ 8 6 _\n7 _ 2 4 _ _ 1 _ _\n_ _ 8 5 3 _ _ 2 7\nRespond with only your answer, formatted as the puzzle, a 9x9 grid with numbers separated by spaces,...
games
{ "ground_truth": "4 1 5 9 8 2 3 7 6\n8 7 9 3 5 6 2 4 1\n2 3 6 1 7 4 5 8 9\n3 2 4 7 1 9 6 5 8\n5 6 1 8 4 3 7 9 2\n9 8 7 6 2 5 4 1 3\n1 5 3 2 9 7 8 6 4\n7 9 2 4 6 8 1 3 5\n6 4 8 5 3 1 9 2 7", "style": "rule" }
{ "dataset_name": "sudoku", "entry": "{\"question\": \"Solve this Sudoku puzzle:\\n4 _ _ 9 8 2 3 7 6\\n_ _ 9 _ _ _ _ 4 1\\n_ _ _ 1 _ _ _ _ 9\\n3 _ _ _ _ 9 _ 5 8\\n_ 6 1 8 _ _ _ 9 _\\n_ _ _ 6 2 _ _ _ _\\n1 _ 3 _ _ _ 8 6 _\\n7 _ 2 4 _ _ 1 _ _\\n_ _ 8 5 3 _ _ 2 7\\nRespond with only your answer, formatted as the puzzl...
reasoning_gym
[ { "content": "Move the red car (AA) to the exit on the right.\nSpecify moves in the format: 'F+1 K+1 M-1 C+3 H+2 ...'\nwhere the letter is the vehicle and +/- number is spaces to move right/left or down/up.\nWalls are marked with an 'x'. Cars cannot move through walls, and walls cannot be moved.\nA car oriented...
games
{ "ground_truth": "None", "style": "rule" }
{ "dataset_name": "rush_hour", "entry": "{\"question\": \"Move the red car (AA) to the exit on the right.\\nSpecify moves in the format: 'F+1 K+1 M-1 C+3 H+2 ...'\\nwhere the letter is the vehicle and +/- number is spaces to move right/left or down/up.\\nWalls are marked with an 'x'. Cars cannot move through walls,...
reasoning_gym
[ { "content": "\nYou are a central planner tasked with directing agents in a grid-like field to move colored boxes to their corresponding color-coded targets.\nEach agent occupies a 1x1 square and can only interact with objects within its square. Agents can move a box to an adjacent square or\ndirectly to a targ...
games
{ "ground_truth": "None", "style": "rule" }
{ "dataset_name": "boxnet", "entry": "{\"question\": \"\\nYou are a central planner tasked with directing agents in a grid-like field to move colored boxes to their corresponding color-coded targets.\\nEach agent occupies a 1x1 square and can only interact with objects within its square. Agents can move a box to an...
reasoning_gym
[ { "content": "In this 5*5 Survo matrix puzzle:\n0 2 6 8 25\n2 2 5 7 16\n2 0 0 8 17\n0 0 6 6 28\n22 15 20 29 86\nthe 0 cells need to be filled with numbers from the set [9, 3, 9, 7, 4]. The last element in each row and column is the sum of all other elements in that row or column. Each number can only be used on...
games
{ "ground_truth": "9 2 6 8 25\n2 2 5 7 16\n2 4 3 8 17\n9 7 6 6 28\n22 15 20 29 86", "style": "rule" }
{ "dataset_name": "survo", "entry": "{\"question\": \"In this 5*5 Survo matrix puzzle:\\n0 2 6 8 25\\n2 2 5 7 16\\n2 0 0 8 17\\n0 0 6 6 28\\n22 15 20 29 86\\nthe 0 cells need to be filled with numbers from the set [9, 3, 9, 7, 4]. The last element in each row and column is the sum of all other elements in that row ...
reasoning_gym
[ { "content": "Solve the following 6x6 Futoshiki puzzle:\n\n3 2 _ _ _ _\n \n_ 3 _ _ _ _\n ∧\n_ _ _ _ _ 4\n \n_ 4 _ 3 6 _\n ∧ \n_ < _ 5 2 3 _\n \n_ _ 4 5 _ _\n...
games
{ "ground_truth": "3 2 1 4 5 6\n \n5 3 6 1 4 2\n ∧\n2 5 3 6 1 4\n \n1 4 2 3 6 5\n ∧ \n4 < 6 5 2 3 1\n \n6 1 4 5 2 3", "style": "rule" }
{ "dataset_name": "futoshiki", "entry": "{\"question\": \"Solve the following 6x6 Futoshiki puzzle:\\n\\n3 2 _ _ _ _\\n \\n_ 3 _ _ _ _\\n ∧\\n_ _ _ _ _ 4\\n \\n_ 4 _ 3 6 _\\n ∧ \\n_ < _ 5 2 3 ...
End of preview. Expand in Data Studio
README.md exists but content is empty.
Downloads last month
104