two-tiger commited on
Commit
f3675d6
·
verified ·
1 Parent(s): 12687f4

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +10 -14
README.md CHANGED
@@ -26,13 +26,11 @@ VRPRM is designed to evaluate intermediate reasoning steps for multimodal proble
26
 
27
  ## Training Summary
28
 
29
- The VRPRM paper trains the model with a two-stage recipe:
30
 
31
- 1. Supervised fine-tuning cold start on high-quality CoT-PRM data.
32
  2. Reinforcement learning scaling on lower-cost non-CoT PRM data.
33
 
34
- The release data is derived from VisualPRM400K-style process supervision.
35
-
36
  ## Intended Use
37
 
38
  This model is intended for research on:
@@ -64,19 +62,17 @@ model = AutoModelForVision2Seq.from_pretrained(
64
 
65
  For the complete inference and evaluation pipeline, use the VRPRM project code.
66
 
67
- ## Limitations
68
-
69
- - Reward scores depend on the quality of the generated visual reasoning process.
70
- - Generated reasoning introduces higher latency than direct scalar reward modeling.
71
- - The model may inherit biases from its base model and process supervision data.
72
- - Evaluation should be performed on task-specific validation sets before deployment.
73
 
74
  ## Citation
75
 
76
  ```bibtex
77
- @article{vrprm2026,
78
- title={VRPRM: Process Reward Modeling via Visual Reasoning},
79
- author={Chen, Xinquan and Yue, Chongying and Liu, Bangwei and Wang, Xuhong and Wang, Yingchun and Lu, Chaochao},
80
- year={2026}
 
 
 
 
81
  }
82
  ```
 
26
 
27
  ## Training Summary
28
 
29
+ The [VRPRM](https://arxiv.org/abs/2508.03556) paper trains the model with a two-stage recipe:
30
 
31
+ 1. Supervised fine-tuning cold start on high-quality CoT-PRM data. Open-sourced on [VRPRM3.6K](https://huggingface.co/datasets/two-tiger/VRPRM3.6K).
32
  2. Reinforcement learning scaling on lower-cost non-CoT PRM data.
33
 
 
 
34
  ## Intended Use
35
 
36
  This model is intended for research on:
 
62
 
63
  For the complete inference and evaluation pipeline, use the VRPRM project code.
64
 
 
 
 
 
 
 
65
 
66
  ## Citation
67
 
68
  ```bibtex
69
+ @misc{chen2026vrprmprocessrewardmodeling,
70
+ title={VRPRM: Process Reward Modeling via Visual Reasoning},
71
+ author={Xinquan Chen and Chongying Yue and Bangwei Liu and Xuhong Wang and Yingchun Wang and Chaochao Lu},
72
+ year={2026},
73
+ eprint={2508.03556},
74
+ archivePrefix={arXiv},
75
+ primaryClass={cs.LG},
76
+ url={https://arxiv.org/abs/2508.03556},
77
  }
78
  ```