mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-19 12:58:07 +00:00
Ensure only words are considered
This commit is contained in:
parent
8debeef913
commit
9d025b43fa
2 changed files with 3 additions and 2 deletions
|
|
@ -81,7 +81,7 @@ Available dataset names (which can be used with `create_dataset()`):
|
|||
- `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
|
||||
- `SentenceReorderingDataset`: Reorder sentence after words it in have been randomly shuffled
|
||||
- `SentenceReorderingDataset`: Reorder sentence after words in it have been randomly shuffled
|
||||
- `WordReversalDataset`: Reverse word order in text spans
|
||||
|
||||
#### Cognition Tasks
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue