File size: 1,276 Bytes
e8e7728
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
license: mit
task_categories: [text-generation]
language: [en]
tags: [rl, confidence-estimation, calibration, math, numina]
size_categories: [1K<n<100K]
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*.parquet
---

# rl-value-confidence-train-math

**Math-domain** training set (~10K) for a confidence / correctness estimator, sampled from the
**numina** portion of [PRIME-RL/Eurus-2-RL-Data](https://huggingface.co/datasets/PRIME-RL/Eurus-2-RL-Data).
Pairs with [`YangyiYY/rl-value-eval-math`](https://huggingface.co/datasets/YangyiYY/rl-value-eval-math)
(eval) and a 50K RL-training split from the same pool (disjoint).

Sampled **~uniformly across the 6 numina sub-sources** (cn_k12, synthetic_math, olympiads,
synthetic_amc, aops_forum, amc_aime), **deduplicated by problem text**, and **disjoint** from the
RL-train and eval splits (0 problem-text overlap).

## Schema (our recipe)
`data_source="math_box"` · `prompt=[{system: "Please reason step by step, and put your final answer
within \boxed{}."}, {user: <problem>}]` · `ability="math"` · `reward_model.ground_truth` (numina
answer) · `sub_source` (numina origin: cn_k12/synthetic_math/olympiads/synthetic_amc/aops_forum/amc_aime)
· `extra_info` (id, sub_source, split).