YangyiYY commited on
Commit
26de52d
·
verified ·
1 Parent(s): d169961

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
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:
10
+ - split: test
11
+ path: data/test-*.parquet
12
+ ---
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).