mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-29 17:35:16 +00:00
feat: Add dataset gallery markdown generator script
This commit is contained in:
parent
2ec8a1bcbb
commit
9b023cc4c6
2 changed files with 64 additions and 30 deletions
31
README.md
31
README.md
|
|
@ -55,36 +55,7 @@ metadata: {'animals': {'sheep': 2, 'dog': 2}, 'total_legs': 16}
|
|||
...
|
||||
```
|
||||
|
||||
Available dataset names (which can be used with `create_dataset()`):
|
||||
|
||||
```
|
||||
'polynomial_equations',
|
||||
'simple_equations',
|
||||
'base_conversion',
|
||||
'caesar_cipher',
|
||||
'letter_counting',
|
||||
'letter_jumble',
|
||||
'number_filtering',
|
||||
'number_sorting',
|
||||
'spell_backward',
|
||||
'word_sequence_reversal',
|
||||
'basic_arithmetic',
|
||||
'chain_sum',
|
||||
'fraction_simplification',
|
||||
'gcd',
|
||||
'lcm',
|
||||
'leg_counting',
|
||||
'prime_factorization',
|
||||
'color_cube_rotation',
|
||||
'number_sequence',
|
||||
'countdown',
|
||||
'maze',
|
||||
'mini_sudoku',
|
||||
'sudoku',
|
||||
'family_relationships',
|
||||
'propositional_logic',
|
||||
'syllogism',
|
||||
```
|
||||
See the [Dataset Gallery](GALLERY.md) for a complete list of available datasets with examples.
|
||||
|
||||
## Task Overview
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue