mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-28 17:29:39 +00:00
Add sentence reordering and unit tests to validate it
This commit is contained in:
parent
31a5b5cb76
commit
09634db2cf
4 changed files with 128 additions and 0 deletions
|
|
@ -81,6 +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
|
||||
- `WordReversalDataset`: Reverse word order in text spans
|
||||
|
||||
#### Cognition Tasks
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue