You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Schmeitzke Thanks for the PR! We are now missing a good score_answer() implementation for these datasets, e.g. to generate a score between 0-1 depending on how far the answer-value is from the right value. Also the question should include a short hint about the desired precision for the answer, e.g. rounded to how many decimal digts. Please let me know if you are in adding the score_answer methods.
Description
We would like to introduce two new dataset generators for geometry:
Proposed Solution
Simple Geometry
SimpleGeometryConfig
) with parameters for number of sides, angle ranges, and dataset size.SimpleGeometryDataset
) that uses a known formula (sum of interior angles = 180°(n−2)) to verify correctness.Advanced Geometry
AdvancedGeometryConfig
) specifying coordinate ranges, possible tasks, and dataset size.AdvancedGeometryDataset
) that:Tasks
ProceduralDataset
base class,register_dataset
).Additional Context
The text was updated successfully, but these errors were encountered: