rename word_reversal.py -> word_sequence_reversal.py

This commit is contained in:
Andreas Koepf 2025-01-26 11:54:54 +01:00
parent e9ac50a6fc
commit cdf08d9d5b
5 changed files with 67 additions and 64 deletions

View file

@ -104,7 +104,7 @@ 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")
- `WordSequenceReversalDataset`: Reverse word order in text spans