mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-24 17:05:03 +00:00
update registered dataset name list in README.md
This commit is contained in:
parent
7977895275
commit
4fdf80e056
1 changed files with 4 additions and 2 deletions
|
|
@ -59,9 +59,11 @@ Available dataset names (which can be used with `create_dataset()`):
|
|||
'base_conversion',
|
||||
'caesar_cipher',
|
||||
'letter_counting',
|
||||
'letter_jumble',
|
||||
'number_filtering',
|
||||
'number_sorting',
|
||||
'word_reversal',
|
||||
'spell_backward',
|
||||
'word_sequence_reversal',
|
||||
'basic_arithmetic',
|
||||
'chain_sum',
|
||||
'fraction_simplification',
|
||||
|
|
@ -77,7 +79,7 @@ Available dataset names (which can be used with `create_dataset()`):
|
|||
'sudoku',
|
||||
'family_relationships',
|
||||
'propositional_logic',
|
||||
'syllogism'
|
||||
'syllogism',
|
||||
```
|
||||
|
||||
### Task Overview
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue