The official Implementation for Paper "Efficient Process Reward Model Training via Active Learning".
sail/ActPRM-X (based on Qwen/Qwen2.5-Math-PRM-7B) achieved new SOTA performance on ProcessBench (76.0%) and PRMBench (66.7%).TL;DR: We achieved SOTA performance on ProcessBench (75.0%) and PRMBench (65.5%) with merely 5% labeling cost compared with Qwen/Qwen2.5-Math-PRM-7B.
git clone https://github.com/sail-sg/ActivePRM.git
cd ActivePRM
pip install -e . # tested in conda env where python==3.11
sail/ActPRM-X and sail/ActPRM on ProcessBench simply by runningcd examples
python py_scripts/test_actprm_on_processbench.py
cd examples
bash scripts/pool_based_active_learning.sh sail/ActPRMData
If you find our repo or paper helpful, please cite
@misc{duan2025actprm,
title={Efficient Process Reward Model Training via Active Learning},
author={Keyu Duan and Zichen Liu and Xin Mao and Tianyu Pang and Changyu Chen and Qiguang Chen and Michael Qizhe Shieh and Longxu Dou},
year={2025},
eprint={2504.10559},
archivePrefix={arXiv},
primaryClass={cs.LG},
url={https://arxiv.org/abs/2504.10559},
}
Jupyter Notebook
85.5%
Python
14.5%
The official Implementation for Paper "Efficient Process Reward Model Training via Active Learning".
sail/ActPRM-X (based on Qwen/Qwen2.5-Math-PRM-7B) achieved new SOTA performance on ProcessBench (76.0%) and PRMBench (66.7%).TL;DR: We achieved SOTA performance on ProcessBench (75.0%) and PRMBench (65.5%) with merely 5% labeling cost compared with Qwen/Qwen2.5-Math-PRM-7B.
git clone https://github.com/sail-sg/ActivePRM.git
cd ActivePRM
pip install -e . # tested in conda env where python==3.11
sail/ActPRM-X and sail/ActPRM on ProcessBench simply by runningcd examples
python py_scripts/test_actprm_on_processbench.py
cd examples
bash scripts/pool_based_active_learning.sh sail/ActPRMData
If you find our repo or paper helpful, please cite
@misc{duan2025actprm,
title={Efficient Process Reward Model Training via Active Learning},
author={Keyu Duan and Zichen Liu and Xin Mao and Tianyu Pang and Changyu Chen and Qiguang Chen and Michael Qizhe Shieh and Longxu Dou},
year={2025},
eprint={2504.10559},
archivePrefix={arXiv},
primaryClass={cs.LG},
url={https://arxiv.org/abs/2504.10559},
}
Jupyter Notebook
85.5%
Python
14.5%