Restore model card

#4
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +156 -29
README.md CHANGED
@@ -22,53 +22,180 @@ tags:
22
 
23
  ## 📖 Overview
24
 
25
- We introduce **PaCoRe (Parallel Coordinated Reasoning)**, a framework that shifts the driver of inference from sequential depth to **coordinated parallel breadth**, breaking the model context limitation and massively scaling test time compute.
 
 
26
 
27
- The **PaCoRe-Train-8k** dataset is the high-quality training corpus used to train the model to master the **Reasoning Synthesis** capabilities required to reconcile diverse parallel insights. It includes approximately 8,000 instances across mathematics and coding domains.
 
 
 
 
28
 
29
  ------
30
 
31
  <p align="center">
32
- <img src="https://raw.githubusercontent.com/stepfun-ai/PaCoRe/main/figure/teaser_draft_02.png" width="48%" />
33
- <img src="https://raw.githubusercontent.com/stepfun-ai/PaCoRe/main/figure/before_after_train_lcb_02.png" width="48%" />
34
  </p>
35
 
36
- *Figure 1 | Parallel Coordinated Reasoning (PaCoRe) performance.*
37
 
38
- ## 📚 Dataset Structure
 
 
 
39
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
40
  The data is provided as a `list[dict]`, where each entry represents a training instance:
 
 
 
 
 
 
 
 
 
 
 
 
 
41
 
42
- * **`conversation`**: The original problem or prompt messages.
43
- * **`responses`**: A list of cached generated responses (trajectories). These serve as the **input messages ($M$)** used during PaCoRe training to teach the model how to synthesize parallel thoughts.
44
- * **`ground_truth`**: The verifiable answer used for correctness evaluation during the Reinforcement Learning (RL) process.
45
 
46
- The corpus includes:
47
- - `opensource_math`
48
- - `public_mathcontest`
49
- - `synthetic_math`
50
- - `code`
 
 
 
 
 
51
 
52
- ### Releases
53
- The data is released in two stages:
54
- * 🤗 **Stage 1 (3k)**: [PaCoRe-Train-Stage1-3k](https://huggingface.co/datasets/stepfun-ai/PaCoRe-Train-8k/stage1)
55
- * 🤗 **Stage 2 (5k)**: [PaCoRe-Train-Stage2-5k](https://huggingface.co/datasets/stepfun-ai/PaCoRe-Train-8k/stage2)
 
 
56
 
57
- ## 🔍 Key Findings
58
- * **Message Passing Unlocks Scaling**: Without compaction, performance flatlines at the context limit. PaCoRe breaks the memory barrier.
59
- * **Breadth > Depth**: Coordinated parallel reasoning delivers higher returns than extending a single chain.
60
- * **Data as a Force Multiplier**: The PaCoRe corpus provides exceptionally valuable supervision—even baseline models see substantial gains when trained on it.
61
 
62
  ## 📜 Citation
63
 
64
  ```bibtex
65
  @misc{pacore2025,
66
- title={PaCoRe: Learning to Scale Test-Time Compute with Parallel Coordinated Reasoning},
67
- author={Jingcheng Hu and Yinmin Zhang and Shijie Shang and Xiaobo Yang and Yue Peng and Zhewei Huang and Hebin Zhou and Xin Wu and Jie Cheng and Fanqi Wan and Xiangwen Kong and Chengyuan Yao and Kaiwen Yan and Ailin Huang and Hongyu Zhou and Qi Han and Zheng Ge and Daxin Jiang and Xiangyu Zhang and Heung-Yeung Shum},
68
- year={2026},
69
- eprint={2601.05593},
70
- archivePrefix={arXiv},
71
- primaryClass={cs.LG},
72
- url={https://arxiv.org/abs/2601.05593},
73
  }
74
  ```
 
22
 
23
  ## 📖 Overview
24
 
25
+ We introduce **PaCoRe (Parallel Coordinated Reasoning)**, a framework that shifts the driver of inference from sequential depth to **coordinated parallel breadth**, breaking the model context limitation and massively scaling test time compute:
26
+ * **Think in Parallel:** PaCoRe launches massive parallel exploration trajectories.
27
+ * **Coordinate in Multi-rounds:** It employs a message-passing architecture to compact these thoughts into concise messages and synthesize them to guide the next round.
28
 
29
+ Trained via large-scale, outcome-based reinforcement learning, PaCoRe masters the **Reasoning Synthesis** capabilities required to reconcile diverse parallel insights.
30
+
31
+ The approach yields strong improvements across diverse domains, and notably pushes reasoning beyond frontier systems in mathematics: an 8B model reaches 94.5\% on HMMT 2025, surpassing GPT-5’s 93.2\% by scaling effective TTC to roughly two million tokens.
32
+
33
+ We open-source model checkpoints, training data, and the full inference pipeline to accelerate follow-up work!
34
 
35
  ------
36
 
37
  <p align="center">
38
+ <img src="figure/teaser_draft_02.png" width="48%" />
39
+ <img src="figure/before_after_train_lcb_02.png" width="48%" />
40
  </p>
41
 
42
+ *Figure 1 | Parallel Coordinated Reasoning (PaCoRe) performance. Left: On HMMT 2025, PaCoRe-8B demonstrates remarkable test-time scaling, yielding steady gains and ultimately surpassing GPT-5. Right: On LiveCodeBench, the RLVR-8B model fails to leverage increased test-time compute, while PaCoRe-8B model effectively unlocks substantial gains as the test-time compute increases.*
43
 
44
+ <p align="center">
45
+ <img src="figure/train_reward_response_length_1130.png" width="48%" />
46
+ <img src="figure/benchmark_accuracy_1130.png" width="48%" />
47
+ </p>
48
 
49
+ *Figure 2 | PaCoRe Training dynamics. Left panels: The Training Reward and Response Length steadily increase, demonstrating the training stability and effectiveness. Right panels: Evaluation on HMMT 2025 and LiveCodeBench (2408-2505). Performance is reported using single round coordinated reasoning in PaCoRe inference setting with $\vec{K} = [16]$.*
50
+
51
+ ## 🔥 Releases
52
+
53
+ **[2025/12/09]** We are excited to release the **PaCoRe-8B** ecosystem:
54
+
55
+ * 📝 **In-depth Technical Report:** [**PaCoRe: Learning to Scale Test-Time Compute with Parallel Coordinated Reasoning.**](https://github.com/stepfun-ai/PaCoRe/blob/main/pacore_report.pdf)
56
+ * 🤖 **Model:**
57
+ * [PaCoRe-8B](https://huggingface.co/stepfun-ai/PaCoRe-8B): Our final PaCoRe-trained model checkpoint!
58
+ * [RLVR-8B-0926](https://huggingface.co/stepfun-ai/RLVR-8B-0926): The initial checkpoint of our study, conducted strong reasoning-oriented post-trained on [Qwen3-8B-Base](https://huggingface.co/Qwen/Qwen3-8B-Base).
59
+ * 📚 **Data:** [PaCoRe-Train-8k](https://huggingface.co/datasets/stepfun-ai/PaCoRe-Train-8k) The high-quality training corpus, including `opensource_math`, `public_mathcontest`, `synthetic_math` and `code`:
60
+ * 🤗 Stage1-3k: [PaCoRe-Train-Stage1-3k](https://huggingface.co/datasets/stepfun-ai/PaCoRe-Train-8k/stage1)
61
+ * 🤗 Stage2-5k: [PaCoRe-Train-Stage2-5k](https://huggingface.co/datasets/stepfun-ai/PaCoRe-Train-8k/stage2)
62
+
63
+ ## 🔍 Experiments
64
+
65
+ <table class="tg">
66
+ <thead>
67
+ <tr>
68
+ <th class="tg-header"></th>
69
+ <th class="tg-data">HMMT 2025</th>
70
+ <th class="tg-data">LiveCodeBench</th>
71
+ <th class="tg-data">HLE<sub>text</sub></th>
72
+ <th class="tg-data">MultiChallenge</th>
73
+ </tr>
74
+ </thead>
75
+ <tbody>
76
+ <tr>
77
+ <td class="tg-header">GPT-5</td>
78
+ <td class="tg-data">93.2 (16k)</td>
79
+ <td class="tg-data"><b>83.5</b> (13k)</td>
80
+ <td class="tg-data"><b>26.0</b> (14k)</td>
81
+ <td class="tg-data"><b>71.1</b> (5.0k)</td>
82
+ </tr>
83
+ <tr>
84
+ <td class="tg-header">Qwen3-235B-Thinking</td>
85
+ <td class="tg-data">82.3 (32k)</td>
86
+ <td class="tg-data">74.5 (21k)</td>
87
+ <td class="tg-data">18.2 (23k)</td>
88
+ <td class="tg-data">60.3 (1.6k)</td>
89
+ </tr>
90
+ <tr>
91
+ <td class="tg-header">GLM-4.6</td>
92
+ <td class="tg-data">88.7 (25k)</td>
93
+ <td class="tg-data">79.5 (19k)</td>
94
+ <td class="tg-data">17.2 (21k)</td>
95
+ <td class="tg-data">54.9 (2.2k)</td>
96
+ </tr>
97
+ <tr>
98
+ <td class="tg-header">DeepSeek-v3.1-Terminus</td>
99
+ <td class="tg-data">86.1 (20k)</td>
100
+ <td class="tg-data">74.9 (11k)</td>
101
+ <td class="tg-data">19.3 (18k)</td>
102
+ <td class="tg-data">54.4 (1.1k)</td>
103
+ </tr>
104
+ <tr class="tg-midrule">
105
+ <td class="tg-header">Kimi-K2-Thinking</td>
106
+ <td class="tg-data">86.5 (33k)</td>
107
+ <td class="tg-data">79.2 (25k)</td>
108
+ <td class="tg-data">23.9 (29k)</td>
109
+ <td class="tg-data">66.4 (1.7k)</td>
110
+ </tr>
111
+
112
+ <tr class="tg-midrule">
113
+ <td class="tg-header">RLVR-8B</td>
114
+ <td class="tg-data">75.4 (48k)</td>
115
+ <td class="tg-data">70.6 (34k)</td>
116
+ <td class="tg-data">9.3 (35k)</td>
117
+ <td class="tg-data">33.3 (1.7k)</td>
118
+ </tr>
119
+
120
+ <tr>
121
+ <td class="tg-header"><b>PaCoRe-8B (low)</b></td>
122
+ <td class="tg-data">88.2 (243k)</td>
123
+ <td class="tg-data">75.8 (188k)</td>
124
+ <td class="tg-data">13.0 (196k)</td>
125
+ <td class="tg-data">41.8 (13k)</td>
126
+ </tr>
127
+ <tr>
128
+ <td class="tg-header"><b>PaCoRe-8B (medium)</b></td>
129
+ <td class="tg-data">92.9 (869k)</td>
130
+ <td class="tg-data">76.7 (659k)</td>
131
+ <td class="tg-data">14.6 (694k)</td>
132
+ <td class="tg-data">45.7 (45k)</td>
133
+ </tr>
134
+ <tr class="tg-bottom">
135
+ <td class="tg-header"><b>PaCoRe-8B (high)</b></td>
136
+ <td class="tg-data"><b>94.5</b> (1796k)</td>
137
+ <td class="tg-data">78.2 (1391k)</td>
138
+ <td class="tg-data">16.2 (1451k)</td>
139
+ <td class="tg-data">47.0 (95k)</td>
140
+ </tr>
141
+ </tbody>
142
+ </table>
143
+
144
+ *Table 1 | For each benchmark, we report accuracy together with total TTC (in thousands). For *Low*, *Medium*, and *High*, we apply the inference trajectory configuration as $\vec{K}=[4]$, $[16]$, and $[32, 4]$ separately.*
145
+
146
+
147
+ ### Key Findings
148
+ * **Message Passing Unlocks Scaling.** Without compaction, performance flatlines at the context limit. PaCoRe breaks the memory barrier and lets reasoning scale freely.
149
+ * **Breadth > Depth.** All compute is not equal. Coordinated parallel reasoning delivers far higher returns than extending a single chain.
150
+ * **Data as a Force Multiplier.** The PaCoRe corpus provides exceptionally valuable supervision—even baseline models see substantial gains when trained on it.
151
+
152
+ ## Getting Started 🚀
153
+ ### Data
154
  The data is provided as a `list[dict]`, where each entry represents a training instance:
155
+ * `conversation`: The original problem/prompt messages.
156
+ * `responses`: A list of cached generated responses (trajectories). These serve as the **input messages ($M$)** used during PaCoRe training.
157
+ * `ground_truth`: The verifiable answer used for correctness evaluation.
158
+
159
+ ### Model Serving
160
+ You can directly use `vllm serve` to serve the model! More inference details of PaCoRe will be handled in Inference Pipeline.
161
+
162
+ ### Inference Pipeline
163
+ ![](/figure/inference_pipeline_teaser_02.png)
164
+
165
+ *Figure 3 | Inference pipeline of PaCoRe. Each round launches broad parallel exploration, compacts the resulting trajectories into compacted messages, and feeds these messages together with the question forward to coordinate the next round. Repeating this process $\hat{R}$ times yields multi-million-token effective TTC while respecting fixed context limits, with the final compacted message serving as the system’s answer.*
166
+
167
+ Inference code coming soon!
168
 
 
 
 
169
 
170
+ ## 🙏 Acknowledgements
171
+ - This work was supported by computing resources and infrastructure provided by [StepFun](https://www.stepfun.com/) and Tsinghua University.
172
+ - We are deeply grateful to our colleagues for their support:
173
+ * Inference: Song Yuan, Wuxun Xie, Mingliang Li, Bojun Wang.
174
+ * Training: Xing Chen, Yuanwei Lu, Changyi Wan, Yu Zhou.
175
+ * Infra Operations: Shaoliang Pang, Changxin Miao, Xu Zhao, Wei Zhang, Zidong Yang, Junzhe Lin, Yuxiang Yang, Chen Xu, Xin Li, Bin Wang.
176
+ * Data Management: Xiaoxiao Ren, Zhiguo Huang, and Kang An.
177
+ * Helpful Discussions: Liang Zhao, Jianjian Sun, Zejia Weng, JingJing Xie.
178
+ - We are grateful for colleagues from StepFun and Tsinghua University for their valuable feedback and contributions.
179
+ - Our work is built on amazing open source models and data; thanks again!
180
 
181
+ ## 🔮 Future Work
182
+ We are just scratching the surface of parallel coordinated reasoning. Our roadmap includes:
183
+ - **Scaling the Extremes**: We plan to apply PaCoRe to stronger foundation models, expanding the task domains, and further scaling up both the breadth (parallel trajectories) and depth (coordination rounds) to tackle challenges currently deemed unsolvable.
184
+ - **Boosting Token Intelligence Density**: While we currently scale by volume, we aim to maximize the utility of every unit of compute spent. This involves enabling more efficient parallel exploration through better organization, cooperation, and division of labor among trajectories.
185
+ - **Emergent Multi-Agent Intelligence**: We are interested in exploring the joint training of both the synthesis policy and the message-passing mechanism, laying minimal yet rich cooperative multi-agent learning environment, offering a valuable playground for studying emergent communication, self-organization, and collective intelligence.
186
+ - **Ouroboros for Pre- and Post-Training**: we intend to investigate the development of advanced synthetic data generation techniques with PaCoRe pipeline to improve both current pretraining and post-training processes.
187
 
188
+ ## Advertisement Time 📣
189
+ We are currently seeking self-motivated engineers and reseachers.
190
+ If you are interested in our project and would like to contribute to the reasoner scale-up all the way to AGI, please feel free to reach out to us at hanqer@stepfun.com
 
191
 
192
  ## 📜 Citation
193
 
194
  ```bibtex
195
  @misc{pacore2025,
196
+ title={PaCoRe: Learning to Scale Test-Time Compute with Parallel Coordinated Reasoning},
197
+ author={Jingcheng Hu and Yinmin Zhang and Shijie Shang and Xiaobo Yang and Yue Peng and Zhewei Huang and Hebin Zhou and Xin Wu and Jie Cheng and Fanqi Wan and Xiangwen Kong and Chengyuan Yao and Ailin Huang and Hongyu Zhou and Qi Han and Zheng Ge and Daxin Jiang and Xiangyu Zhang and Heung-Yeung Shum},
198
+ year={2025},
199
+ url={[https://github.com/stepfun-ai/PaCoRe/blob/main/pacore_report.pdf](https://github.com/stepfun-ai/PaCoRe/blob/main/pacore_report.pdf)},
 
 
 
200
  }
201
  ```