Cierra0506 commited on
Commit
3836b2d
·
verified ·
1 Parent(s): e711783

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -3
README.md CHANGED
@@ -1,3 +1,24 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ datasets:
4
+ - Cierra0506/MM-K12
5
+ language:
6
+ - en
7
+ - zh
8
+ base_model:
9
+ - OpenGVLab/InternVL2_5-8B
10
+ ---
11
+
12
+ # MM-PRM: Enhancing Multimodal Mathematical Reasoning with Scalable Step-Level Supervision
13
+ [\[📂 GitHub\]](https://github.com/ModalMinds/MM-PRM) [\[📜 Paper\]](https://arxiv.org/abs/2505.13427)
14
+
15
+ ## Citation
16
+ If you find this project useful in your research, please consider citing:
17
+ ```BibTeX
18
+ @article{du2025mmprm,
19
+ title={MM-PRM: Enhancing Multimodal Mathematical Reasoning with Scalable Step-Level Supervision},
20
+ author={Lingxiao Du and Fanqing Meng and Zongkai Liu and Zhixiang Zhou and Ping Luo and Qiaosheng Zhang and Wenqi Shao},
21
+ year={2025},
22
+ journal={arXiv preprint arXiv:2505.13427},
23
+ }
24
+ ```