mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-19 12:58:07 +00:00
feat: Add SpellBackwardDataset with word reversal and length filtering
This commit is contained in:
parent
f604c484b1
commit
b18bede2bf
3 changed files with 97 additions and 1 deletions
|
|
@ -104,7 +104,8 @@ Available dataset names (which can be used with `create_dataset()`):
|
|||
- `LetterCountingDataset`: Count letter occurrences in text spans
|
||||
- `NumberFilteringDataset`: Filter numbers based on comparison with threshold
|
||||
- `NumberSortingDataset`: Sort lists of numbers in ascending or descending order
|
||||
- `LetterJumbleDataset`: Unscramble words that have had their letters randomly jumbled
|
||||
- `LetterJumbleDataset`: Unscramble words that have had their letters randomly jumbled
|
||||
- `SpellBackwardDataset`: Spell individual words backward (e.g. "sun" -> "nus")
|
||||
- `WordReversalDataset`: Reverse word order in text spans
|
||||
|
||||
#### Cognition Tasks
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue