YangyiYY commited on
Commit
d7802b1
·
verified ·
1 Parent(s): 978f3e1

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +25 -13
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<100K]
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 (~5K) for confidence / correctness estimation, sampled from the
17
- **numina** portion of [PRIME-RL/Eurus-2-RL-Data](https://huggingface.co/datasets/PRIME-RL/Eurus-2-RL-Data).
18
- Pairs with [`YangyiYY/rl-value-eval-math`](https://huggingface.co/datasets/YangyiYY/rl-value-eval-math)
19
- (confidence-train) and a 50K RL-training split from the same pool (disjoint).
20
 
21
- Sampled **~uniformly across the 6 numina sub-sources** (cn_k12, synthetic_math, olympiads,
22
- synthetic_amc, aops_forum, amc_aime), **deduplicated by problem text**, and **disjoint** from the
23
- RL-train and eval splits (0 problem-text overlap).
 
 
 
 
 
 
 
 
 
 
 
 
 
24
 
25
  ## Schema (our recipe)
26
- `data_source="math_box"` · `prompt=[{system: "Please reason step by step, and put your final answer
27
- within \boxed{}."}, {user: <problem>}]` · `ability="math"` · `reward_model.ground_truth` (numina
28
- answer) · `sub_source` (numina origin: cn_k12/synthetic_math/olympiads/synthetic_amc/aops_forum/amc_aime)
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).