mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-23 16:55:05 +00:00
feat: Add family relationships dataset with configurable family trees
This commit is contained in:
parent
51cf6bdd45
commit
6e1845320b
4 changed files with 258 additions and 2 deletions
|
|
@ -31,6 +31,9 @@ The goal is to generate virtually infinite data with adjustable complexity.
|
|||
#### Logic Tasks
|
||||
- `PropositionalLogicDataset`: Generate propositional logic reasoning problems
|
||||
|
||||
#### Relationship Tasks
|
||||
- `FamilyRelationshipsDataset`: Generate family relationship reasoning tasks with family trees
|
||||
|
||||
#### Game Tasks
|
||||
- `SudokuDataset`: Generate 9x9 Sudoku puzzles with configurable number of empty cells
|
||||
- `MiniSudokuDataset`: Generate 4x4 Mini Sudoku puzzles with configurable difficulty
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue