Andreas Köpf
b2904ccab9
Minor question template & score_answer improvements ( #261 )
...
* math prompt improvements
* ignore brackets in complex_arithmetic results
* improve additional instruction in prompt of polynomial_equations
* more strict tests for score_answer in polynomial_equations
* simplify special reward handling
* fix test_intermediate_integration
* fix sokoban dataset
* add common dataset score_answer consistency test
2025-03-04 21:55:09 +01:00
joesharratt1229
bf24999bb0
implemented family_relationships score ans ( #260 )
2025-03-04 21:37:57 +01:00
Andreas Koepf
ff5b210106
use native types List->list, Dict->dict, Set->set, Tuple->tuple
2025-02-21 15:15:38 +01:00
Oliver
0de0044d52
Formatting/scoring improvements for BF & family
2025-02-17 19:08:15 +00:00
Andreas Koepf
ccf282cc90
post merge lint
2025-02-02 10:04:18 +01:00
Andreas Koepf (aider)
2c979c3913
refactor: Use field default_factory TimeIntervalsConfig, AdvancedGeometryConfig
2025-02-02 09:55:51 +01:00
Andreas Koepf (aider)
f23c52116a
feat: Add mother-in-law and father-in-law relationship detection
2025-01-27 21:24:35 +01:00
Andreas Koepf
9227d438ab
add uncle, aunt & niece and nephew family relationships
2025-01-27 21:19:48 +01:00
Andreas Koepf (aider)
54fc49c02c
feat: Randomly assign children to multiple couples in family generation
2025-01-27 20:54:58 +01:00
Andreas Koepf
59042db1c2
refactor: Rename paternal_aunt variable to aunt for consistency
2025-01-27 20:54:56 +01:00
Andreas Koepf (aider)
b4c77768ed
feat: Add paternal aunt and her husband to family generation
2025-01-27 20:50:22 +01:00
Andreas Koepf (aider)
6669acc568
feat: Add paternal uncle and aunt to family generation process
2025-01-27 20:48:28 +01:00
Andreas Koepf (aider)
84c0107ce0
feat: Add separate maternal and paternal grandparents to family relationships
2025-01-27 20:41:13 +01:00
Andreas Koepf (aider)
9f878e0244
feat: Add aunt, uncle, niece, and nephew relationships to family graph
2025-01-27 20:28:18 +01:00
Andreas Koepf
c3b6af35f0
min python 3.11 to support StrEnum
2025-01-26 22:17:43 +01: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 (aider)
53f7a9238c
refactor: Use StrEnum and lowercase values for Gender and Relationship enums
2025-01-24 17:25:35 +01:00
Andreas Koepf
5c5d46b4bd
formatting, cleanup
2025-01-24 17:12:42 +01:00
Andreas Koepf (aider)
49ac56831f
feat: Add 10 modern female names to default name list
2025-01-24 17:11:09 +01:00
Andreas Koepf (aider)
1033598de0
feat: Add 10 modern male names to default name list
2025-01-24 17:10:02 +01:00
Andreas Koepf (aider)
22427cce2e
feat: Add 20 more male and female names to default name lists
2025-01-24 17:08:53 +01:00
Andreas Koepf (aider)
2b3b1a280d
refactor: Prevent duplicate child descriptions in family story generation
2025-01-24 17:07:04 +01:00
Andreas Koepf (aider)
0c0eed31a3
feat: Add deterministic ID generation for Person instances
2025-01-24 17:05:03 +01:00
Andreas Koepf (aider)
630c6503c0
fix: Correctly handle empty name lists in FamilyRelationshipsConfig
2025-01-24 16:59:18 +01:00
Andreas Koepf (aider)
6a81b7a8f7
fix: Add UUID to Person class to make it hashable
2025-01-24 16:55:56 +01:00
Andreas Koepf
e2e4e633be
feat: Add family relationships graph module to reasoning_gym
2025-01-24 16:55:52 +01:00