Add sentence reordering and unit tests to validate it

This commit is contained in:
abdulhakeem 2025-01-25 22:52:35 -06:00
parent 31a5b5cb76
commit 09634db2cf
4 changed files with 128 additions and 0 deletions

View file

@ -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