yinjiewang commited on
Commit
9463242
·
verified ·
1 Parent(s): 0a642aa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -3
README.md CHANGED
@@ -1,3 +1,30 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ ---
4
+
5
+ <p align="center">
6
+ <img src="https://github.com/Gen-Verse/dLLM-RL/blob/main/assets/figure1.png" width="100%"/>
7
+ </p>
8
+
9
+
10
+ # Introduction to our ReasonFlux-Coders
11
+
12
+ We introduce **ReasonFlux-Coders**, trained with **CURE**, our algorithm for co-evolving an LLM's coding and unit test generation abilities.
13
+
14
+ * **ReasonFlux-Coder-7B** and **ReasonFlux-Coder-14B** outperform similarly sized Qwen Coders, DeepSeek Coders, and Seed-Coders, and naturally integrate into common test-time scaling and agentic coding pipelines.
15
+ * **ReasonFlux-Coder-4B** is our Long-CoT model, outperforming Qwen3-4B while achieving 64.8% efficiency in unit test generation. We have demonstrated its ability to serve as a reward model for training base models via reinforcement learning (see our [paper](https://arxiv.org/abs/2506.03136)).
16
+
17
+ [Paper](https://arxiv.org/abs/2506.03136) | [Code](https://github.com/Gen-Verse/CURE)
18
+
19
+ # Citation
20
+
21
+ ```
22
+ @article{wang2025cure,
23
+ title={Co-Evolving LLM Coder and Unit Tester via Reinforcement Learning},
24
+ author={Wang, Yinjie and Yang, Ling and Tian, Ye and Shen, Ke and Wang, Mengdi},
25
+ journal={arXiv preprint arXiv:2506.03136},
26
+ year={2025}
27
+ }
28
+ ```
29
+
30
+