Lingaaaaaaa commited on
Commit
835c480
·
verified ·
1 Parent(s): 3fd1042

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -16
README.md CHANGED
@@ -6,7 +6,7 @@ library_name: transformers
6
 
7
  # ReasonFlux-PRM
8
 
9
- [Code](https://github.com/Gen-Verse/ReasonFlux) | [Paper]()
10
 
11
  We introduce ReasonFlux-PRM, a trajectory-aware process reward model (PRM) explicitly designed to evaluate the trajectory-response type of reasoning traces. ReasonFlux-PRM incorporates both step-level and trajectory-level supervision, enabling fine-grained reward assignment aligned with structured chain-of-thought data. ReasonFlux-PRM is able to support both offline and online reward supervision, by selecting high-quality training data for model distillation, providing dense process-level rewards for policy optimization during reinforcement learning, and enabling reward-guided test-time scaling.
12
 
@@ -53,21 +53,7 @@ We introduce ReasonFlux-PRM, a trajectory-aware process reward model (PRM) expli
53
  @article{zou2025reasonfluxprm,
54
  title={ReasonFlux-PRM: Trajectory-Aware PRMs for Long Chain-of-Thought Reasoning in LLMs},
55
  author={Zou, Jiaru and Yang, Ling and Gu, Jingwen and Qiu, Jiahao and Shen, Ke and He, Jingrui and Wang, Mengdi},
56
- journal={arXiv preprint arXiv:2506.},
57
- year={2025}
58
- }
59
-
60
- @article{yang2025reasonflux,
61
- title={ReasonFlux: Hierarchical LLM Reasoning via Scaling Thought Templates},
62
- author={Yang, Ling and Yu, Zhaochen and Cui, Bin and Wang, Mengdi},
63
- journal={arXiv preprint arXiv:2502.06772},
64
- year={2025}
65
- }
66
-
67
- @article{wang2025cure,
68
- title={Co-Evolving LLM Coder and Unit Tester via Reinforcement Learning},
69
- author={Wang, Yinjie and Yang, Ling and Tian, Ye and Shen, Ke and Wang, Mengdi},
70
- journal={arXiv preprint arXiv:2506.03136},
71
  year={2025}
72
  }
73
  ```
 
6
 
7
  # ReasonFlux-PRM
8
 
9
+ [Code](https://github.com/Gen-Verse/ReasonFlux) | [Paper](https://arxiv.org/abs/2506.18896)
10
 
11
  We introduce ReasonFlux-PRM, a trajectory-aware process reward model (PRM) explicitly designed to evaluate the trajectory-response type of reasoning traces. ReasonFlux-PRM incorporates both step-level and trajectory-level supervision, enabling fine-grained reward assignment aligned with structured chain-of-thought data. ReasonFlux-PRM is able to support both offline and online reward supervision, by selecting high-quality training data for model distillation, providing dense process-level rewards for policy optimization during reinforcement learning, and enabling reward-guided test-time scaling.
12
 
 
53
  @article{zou2025reasonfluxprm,
54
  title={ReasonFlux-PRM: Trajectory-Aware PRMs for Long Chain-of-Thought Reasoning in LLMs},
55
  author={Zou, Jiaru and Yang, Ling and Gu, Jingwen and Qiu, Jiahao and Shen, Ke and He, Jingrui and Wang, Mengdi},
56
+ journal={arXiv preprint arXiv:2506.18896},
 
 
 
 
 
 
 
 
 
 
 
 
 
 
57
  year={2025}
58
  }
59
  ```