mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-19 12:58:07 +00:00
feat: Add word sorting dataset with configurable text transformations
This commit is contained in:
parent
49533e10ad
commit
648ad26bd3
1 changed files with 4 additions and 0 deletions
|
|
@ -15,6 +15,7 @@ from .number_sorting import NumberSortingConfig, NumberSortingDataset
|
|||
from .sentence_reordering import SentenceReorderingConfig, SentenceReorderingDataset
|
||||
from .spell_backward import SpellBackwardConfig, SpellBackwardDataset
|
||||
from .word_sequence_reversal import WordSequenceReversalConfig, WordSequenceReversalDataset
|
||||
from .word_sorting import WordSortingConfig, WordSortingDataset, TextTransformation
|
||||
|
||||
__all__ = [
|
||||
"SpellBackwardConfig",
|
||||
|
|
@ -35,4 +36,7 @@ __all__ = [
|
|||
"SentenceReorderingDataset",
|
||||
"WordSequenceReversalConfig",
|
||||
"WordSequenceReversalDataset",
|
||||
"WordSortingConfig",
|
||||
"WordSortingDataset",
|
||||
"TextTransformation",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue