Zafir Stojanovski
|
4c47527130
|
fix(envs): Add source dataset and index to metadata (#388)
* add source dataset and index to metadata
* fix typo
* fix coach class and its test
|
2025-03-20 11:12:14 +00:00 |
|
Oliver Stanley
|
c6d01541aa
|
include ranges rather than sampled values in difficulty metadata dicts (#387)
* update difficulty metadata for logic datasets
* update difficulty metadata for graph datasets
* update difficulty metadata for geometry datasets
* update difficulty metadata for games datasets
* update difficulty metadata for cognition datasets
* update difficulty metadata for arithmetic datasets
* update difficulty metadata for arc datasets
* update difficulty metadata for algorithmic datasets
* update difficulty metadata for algebra datasets
* use tuples
* update tests
* update tests
|
2025-03-20 10:27:03 +01:00 |
|
Andreas Köpf
|
ed766028fb
|
Refactor Curriculum Attributes (#335)
* remove min_value from AttributeDefinition
* remove type from AttributeDefinition
* Add CurriculumContext
* add ensure_interval option for RangeAttributes
* docs: Add legend explaining curriculum indicators in dataset gallery
* update GALLERY.md
|
2025-03-16 15:40:28 +01:00 |
|
Zafir Stojanovski
|
4e9d800540
|
fraction simplification curriculum (#349)
|
2025-03-13 21:05:50 +01:00 |
|
Andreas Koepf
|
ff5b210106
|
use native types List->list, Dict->dict, Set->set, Tuple->tuple
|
2025-02-21 15:15:38 +01:00 |
|
Andreas Koepf
|
99b49f868f
|
fix question templates
|
2025-02-16 23:04:24 +01:00 |
|
joesharratt1229
|
3f731029dd
|
added fraction simplifications score answer impl
|
2025-02-16 15:08:24 +00:00 |
|
Andreas Koepf
|
ad9f0d265c
|
fix unit tests, lower python dependency to 3.9
|
2025-01-26 16:55:17 +01:00 |
|
Andreas Koepf
|
519e411fa5
|
add reasoning_gym.create_dataset({name}, ...) global factory function
|
2025-01-25 00:58:34 +01:00 |
|
Andreas Koepf
|
0d2d8ba6a0
|
pass config to ProceduralDataset base
|
2025-01-25 00:23:05 +01:00 |
|
Andreas Koepf
|
aaabc05ace
|
formatting
|
2025-01-24 10:34:07 +01:00 |
|
Andreas Koepf
|
0e9250bce0
|
Rename ArithmeticDataset to BasicArithmeticDataset
|
2025-01-24 10:31:26 +01:00 |
|
Andreas Koepf (aider)
|
c0552097c3
|
feat: Add ProceduralDataset abstract base class for dataset generators
|
2025-01-24 09:51:04 +01:00 |
|
Andreas Koepf
|
c0ca668ce9
|
refactor: Update fraction simplification config with expanded value ranges
|
2025-01-24 09:51:03 +01:00 |
|
Andreas Koepf (aider)
|
5fb6421179
|
refactor: Replace if/elif chain with match/case in _format_fraction
|
2025-01-24 09:43:13 +01:00 |
|
Andreas Koepf (aider)
|
0cb01efbc5
|
feat: Update fraction simplification config to use Sequence and default tuple for styles
|
2025-01-24 09:42:07 +01:00 |
|
Andreas Koepf (aider)
|
e282a779a9
|
feat: Add configurable formatting styles for fraction simplification dataset
|
2025-01-24 09:39:21 +01:00 |
|
Andreas Koepf (aider)
|
e1e59d2a2f
|
feat: Ensure numerator is always smaller than denominator in fraction generation
|
2025-01-24 09:35:02 +01:00 |
|
Andreas Koepf (aider)
|
1cc3e434a0
|
refactor: Simplify fraction simplification dataset metadata
|
2025-01-24 09:30:12 +01:00 |
|
Andreas Koepf (aider)
|
0051d46466
|
feat: Add multiple LaTeX fraction formatting styles to FractionSimplificationDataset
|
2025-01-24 09:28:58 +01:00 |
|
Andreas Koepf (aider)
|
b48307a9ec
|
fix: Ensure simplified fraction values stay within configured bounds
|
2025-01-24 09:11:07 +01:00 |
|
Andreas Koepf (aider)
|
dce32139f3
|
feat: Add fraction simplification dataset to arithmetic module
|
2025-01-24 09:10:15 +01:00 |
|