mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-19 12:58:07 +00:00
INIT
This commit is contained in:
parent
d58dfd0bd4
commit
df3c4580ee
6 changed files with 13417 additions and 29 deletions
|
|
@ -68,6 +68,7 @@ Available dataset names (which can be used with `create_dataset()`):
|
|||
'number_sorting',
|
||||
'spell_backward',
|
||||
'word_sequence_reversal',
|
||||
'word_ladder',
|
||||
'basic_arithmetic',
|
||||
'chain_sum',
|
||||
'fraction_simplification',
|
||||
|
|
@ -115,6 +116,7 @@ Available dataset names (which can be used with `create_dataset()`):
|
|||
- `SentenceReorderingDataset`: Reorder sentence after words in it have been randomly shuffled
|
||||
- `SpellBackwardDataset`: Spell individual words backward (e.g. "sun" -> "nus")
|
||||
- `WordSequenceReversalDataset`: Reverse word order in text spans
|
||||
- `WordLadderDataset`: Generate word ladder puzzles where one word is transformed into another by changing one letter at a time
|
||||
|
||||
### <small>Cognition Tasks</small>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue