Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -2,8 +2,8 @@
|
|
| 2 |
license: mit
|
| 3 |
task_categories: [text-generation]
|
| 4 |
language: [en]
|
| 5 |
-
tags: [rl, confidence-estimation, calibration, math, numina]
|
| 6 |
-
size_categories: [1K<n<
|
| 7 |
configs:
|
| 8 |
- config_name: default
|
| 9 |
data_files:
|
|
@@ -13,17 +13,29 @@ configs:
|
|
| 13 |
|
| 14 |
# rl-value-eval-math
|
| 15 |
|
| 16 |
-
**Math-domain** evaluation set (~
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
(confidence-train) and a 50K RL-training split from the same pool (disjoint).
|
| 20 |
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
|
| 25 |
## Schema (our recipe)
|
| 26 |
-
`data_source="math_box"` · `prompt=[{system: "Please
|
| 27 |
-
within \boxed{}."}, {user: <problem>}]` ·
|
| 28 |
-
|
| 29 |
-
· `extra_info` (id, sub_source, split).
|
|
|
|
| 2 |
license: mit
|
| 3 |
task_categories: [text-generation]
|
| 4 |
language: [en]
|
| 5 |
+
tags: [rl, confidence-estimation, calibration, math, numina, aime]
|
| 6 |
+
size_categories: [1K<n<10K]
|
| 7 |
configs:
|
| 8 |
- config_name: default
|
| 9 |
data_files:
|
|
|
|
| 13 |
|
| 14 |
# rl-value-eval-math
|
| 15 |
|
| 16 |
+
**Math-domain** evaluation set (~5.1K) for confidence / correctness estimation. Pairs with
|
| 17 |
+
[`YangyiYY/rl-value-confidence-train-math`](https://huggingface.co/datasets/YangyiYY/rl-value-confidence-train-math)
|
| 18 |
+
(confidence-train) and a 50K RL-training split (disjoint).
|
|
|
|
| 19 |
|
| 20 |
+
Bulk of the set is sampled ~uniformly across the 6 **numina** sub-sources (from
|
| 21 |
+
[PRIME-RL/Eurus-2-RL-Data](https://huggingface.co/datasets/PRIME-RL/Eurus-2-RL-Data)),
|
| 22 |
+
deduplicated by problem text and disjoint from the RL-train / confidence-train splits. It also
|
| 23 |
+
includes two held-out competition sets:
|
| 24 |
+
- **AIME 2024** (30 problems, [math-ai/aime24](https://huggingface.co/datasets/math-ai/aime24))
|
| 25 |
+
- **AIME 2025** (30 problems, [math-ai/aime25](https://huggingface.co/datasets/math-ai/aime25))
|
| 26 |
+
|
| 27 |
+
## Composition (`sub_source`, 5058 rows)
|
| 28 |
+
|
| 29 |
+
| sub_source | n | source |
|
| 30 |
+
|---|---|---|
|
| 31 |
+
| synthetic_math / cn_k12 / olympiads / synthetic_amc | 965 each | numina |
|
| 32 |
+
| aops_forum | 949 | numina |
|
| 33 |
+
| amc_aime | 189 | numina |
|
| 34 |
+
| **aime24** | 30 | math-ai/aime24 |
|
| 35 |
+
| **aime25** | 30 | math-ai/aime25 |
|
| 36 |
|
| 37 |
## Schema (our recipe)
|
| 38 |
+
`data_source="math_box"` for all rows (routes to the shared math grader) · `prompt=[{system: "Please
|
| 39 |
+
reason step by step, and put your final answer within \boxed{}."}, {user: <problem>}]` ·
|
| 40 |
+
`ability="math"` · `reward_model.ground_truth` (numina answer / AIME integer) · `sub_source`
|
| 41 |
+
(numina origin or `aime24`/`aime25`) · `extra_info` (id, sub_source, split).
|