Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,28 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: cc-by-4.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
pretty_name: Olympiad-Style Integer Math Problems
|
| 6 |
+
size_categories:
|
| 7 |
+
- 10K<n<100K
|
| 8 |
+
---
|
| 9 |
+
## Olympiad-Style Math Problems with Structured Representation
|
| 10 |
+
|
| 11 |
+
### Key Properties
|
| 12 |
+
|
| 13 |
+
- **Minimal data leakage:** Problems are generated from scratch via deterministic symbolic construction.
|
| 14 |
+
Natural-language text is produced only after the mathematical structure is fixed.
|
| 15 |
+
- **Deterministic verification:** Each problem is associated with a formal computation graph whose value is obtained by deterministic evaluation.
|
| 16 |
+
- **Structural diversity:** The dataset covers a wide range of distinct solution structures, since problems are constructed as compositions of formal lemmas rather than surface-level text variations.
|
| 17 |
+
|
| 18 |
+
---
|
| 19 |
+
|
| 20 |
+
### Dataset Description
|
| 21 |
+
|
| 22 |
+
This dataset contains machine-generated olympiad-style mathematical problems with integer answers in the range 0–99999, avoiding concentration at special or trivial values.
|
| 23 |
+
|
| 24 |
+
Each problem is provided in two aligned forms:
|
| 25 |
+
– A natural-language problem statement with LaTeX.
|
| 26 |
+
– A structured formal representation that specifies the underlying mathematics and determines the answer.
|
| 27 |
+
|
| 28 |
+
These core representations are complemented by additional structured fields and metadata, supporting filtering, analysis, and controlled evaluation.
|