Datasets:
sail
/

Modalities:
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
Dask
License:
QPHutu commited on
Commit
86dc8b9
·
verified ·
1 Parent(s): f0ba92e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -13,3 +13,17 @@ https://arxiv.org/pdf/2510.26788
13
 
14
  Reproducible code:
15
  https://github.com/sail-sg/Precision-RL
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
 
14
  Reproducible code:
15
  https://github.com/sail-sg/Precision-RL
16
+
17
+ We construct this dataset by filtering out those overly trivial and unsolvable questions for the initial model. Specifically, we unroll 40 responses for each problem in the MATH dataset, and only keep problems where the initial accuracy is between 20\% and 80\%. This process yielded a targeted dataset of 1,460 questions for the DeepSeek-R1-Distill-Qwen-1.5B model. The smaller size of this dataset makes achieving near-100\% accuracy computationally feasible, allowing for efficient and conclusive testing.
18
+
19
+ ## Citation
20
+ If you find this dataset helpful in your research, please consider citing:
21
+
22
+ ```
23
+ @article{qi2025precisionrl,
24
+ title={Defeating the Training-Inference Mismatch via FP16},
25
+ author={Qi, Penghui and Liu, Zichen and Zhou, Xiangxin and Pang, Tianyu and Du, Chao and Lee, Wee Sun and Lin, Min},
26
+ journal={arXiv preprint arXiv:2510.26788},
27
+ year={2025}
28
+ }
29
+ ```