mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-28 17:29:39 +00:00
Merge branch 'main' into miserlou/bfi
This commit is contained in:
commit
fb8e0f21af
6 changed files with 1494 additions and 32 deletions
31
README.md
31
README.md
|
|
@ -64,36 +64,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