reasoning-gym/reasoning_gym/algorithmic
2025-01-24 10:31:26 +01:00
..
__init__.py Rename ArithmeticDataset to BasicArithmeticDataset 2025-01-24 10:31:26 +01:00
base_conversion.py feat: Add hint for lowercase letters in base conversion questions for bases > 10 2025-01-23 21:49:08 +01:00
letter_counting.py fix: Ensure letter counting dataset extracts only alphanumeric words 2025-01-23 19:17:45 +01:00
number_filtering.py feat: Add number filtering task to algorithmic package 2025-01-23 20:39:50 +01:00
number_sorting.py feat: Add NumberSortingDataset to algorithmic package with configuration and tests 2025-01-23 23:28:15 +01:00
word_reversal.py feat: Add word reversal task generator with configurable word count 2025-01-23 20:25:36 +01:00