Merge branch 'main' into miserlou/bfi

This commit is contained in:
Andreas Köpf 2025-01-30 22:45:01 +01:00 committed by GitHub
commit fb8e0f21af
6 changed files with 1494 additions and 32 deletions

View file

@ -64,36 +64,7 @@ metadata: {'animals': {'sheep': 2, 'dog': 2}, 'total_legs': 16}
...
```
Available dataset names (which can be used with `create_dataset()`):
```
'polynomial_equations',
'simple_equations',
'base_conversion',
'caesar_cipher',
'letter_counting',
'letter_jumble',
'number_filtering',
'number_sorting',
'spell_backward',
'word_sequence_reversal',
'basic_arithmetic',
'chain_sum',
'fraction_simplification',
'gcd',
'lcm',
'leg_counting',
'prime_factorization',
'color_cube_rotation',
'number_sequence',
'countdown',
'maze',
'mini_sudoku',
'sudoku',
'family_relationships',
'propositional_logic',
'syllogism',
```
See the [Dataset Gallery](GALLERY.md) for a complete list of available datasets with examples.
## Task Overview