Zafir Stojanovski
|
ce0a6c4878
|
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
|
7475a20700
|
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
|
d2c895f1d3
|
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
|
ee001f38a4
|
fraction simplification curriculum (#349)
|
2025-03-13 21:05:50 +01:00 |
|
Andreas Koepf
|
3e7ff3b084
|
use native types List->list, Dict->dict, Set->set, Tuple->tuple
|
2025-02-21 15:15:38 +01:00 |
|
Andreas Koepf
|
2cbaab2918
|
fix question templates
|
2025-02-16 23:04:24 +01:00 |
|
joesharratt1229
|
86814d260c
|
added fraction simplifications score answer impl
|
2025-02-16 15:08:24 +00:00 |
|
Andreas Koepf
|
ecbb155184
|
fix unit tests, lower python dependency to 3.9
|
2025-01-26 16:55:17 +01:00 |
|
Andreas Koepf
|
0dcff77b37
|
add reasoning_gym.create_dataset({name}, ...) global factory function
|
2025-01-25 00:58:34 +01:00 |
|
Andreas Koepf
|
e9549f2a63
|
pass config to ProceduralDataset base
|
2025-01-25 00:23:05 +01:00 |
|
Andreas Koepf
|
20069b2a7d
|
formatting
|
2025-01-24 10:34:07 +01:00 |
|
Andreas Koepf
|
98988c8481
|
Rename ArithmeticDataset to BasicArithmeticDataset
|
2025-01-24 10:31:26 +01:00 |
|
Andreas Koepf (aider)
|
018bdcef6f
|
feat: Add ProceduralDataset abstract base class for dataset generators
|
2025-01-24 09:51:04 +01:00 |
|
Andreas Koepf
|
eb24c065ac
|
refactor: Update fraction simplification config with expanded value ranges
|
2025-01-24 09:51:03 +01:00 |
|
Andreas Koepf (aider)
|
2585f92e86
|
refactor: Replace if/elif chain with match/case in _format_fraction
|
2025-01-24 09:43:13 +01:00 |
|
Andreas Koepf (aider)
|
e64e82c9e2
|
feat: Update fraction simplification config to use Sequence and default tuple for styles
|
2025-01-24 09:42:07 +01:00 |
|
Andreas Koepf (aider)
|
9826d98fcf
|
feat: Add configurable formatting styles for fraction simplification dataset
|
2025-01-24 09:39:21 +01:00 |
|
Andreas Koepf (aider)
|
f157470864
|
feat: Ensure numerator is always smaller than denominator in fraction generation
|
2025-01-24 09:35:02 +01:00 |
|
Andreas Koepf (aider)
|
2a30cab79e
|
refactor: Simplify fraction simplification dataset metadata
|
2025-01-24 09:30:12 +01:00 |
|
Andreas Koepf (aider)
|
17b7c3a1b1
|
feat: Add multiple LaTeX fraction formatting styles to FractionSimplificationDataset
|
2025-01-24 09:28:58 +01:00 |
|
Andreas Koepf (aider)
|
7cf3eb5f26
|
fix: Ensure simplified fraction values stay within configured bounds
|
2025-01-24 09:11:07 +01:00 |
|
Andreas Koepf (aider)
|
1220118d95
|
feat: Add fraction simplification dataset to arithmetic module
|
2025-01-24 09:10:15 +01:00 |
|