Text Generation
Safetensors
English
llama
SinclairWang commited on
Commit
da6a0ad
·
verified ·
1 Parent(s): 42936df

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +72 -0
README.md ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: llama3.2
3
+ datasets:
4
+ - OctoThinker/MegaMath-Web-Pro-Max
5
+ - LLM360/MegaMath
6
+ language:
7
+ - en
8
+ base_model:
9
+ - meta-llama/Llama-3.2-3B
10
+ pipeline_tag: text-generation
11
+ ---
12
+
13
+ # [OctoThinker: Mid-training Incentivizes Reinforcement Learning Scaling](https://arxiv.org/abs/2506.20512)
14
+
15
+
16
+
17
+ ## OctoThinker-3B-Long-Zero
18
+
19
+
20
+ The OctoThinker family is built on carefully studied mid-training insights, starting from the Llama-3 family, to create a reinforcement learning–friendly base language model.
21
+
22
+ OctoThinker-3B-Long-Zero is trained using the R1-Zero-style reinforcement learning technique, starting from OctoThinker-3B-Long-Base without any supervised fine-tuning (SFT).
23
+
24
+
25
+ ### Training Recipe for OctoThinker-3B-Long-Base
26
+
27
+ <div style="display: flex; justify-content: left; gap: 20px;">
28
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/62cbeb2d72dfd24b86bdf977/fGkg_-5a2y8tI20025SOu.png" alt="Data Pipeline" style="width:90%;">
29
+ </div>
30
+
31
+
32
+
33
+ ### Evaluation Results of OctoThinker-3B-Base Series
34
+
35
+ Note that we adopt the few-shot prompting evaluation for these base language models.
36
+
37
+
38
+ <div style="display: flex; justify-content: left; gap: 20px;">
39
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/62cbeb2d72dfd24b86bdf977/UCZ9MahRYqLY0iKjiWMqS.png" alt="Data Pipeline" style="width:80%;">
40
+
41
+ </div>
42
+
43
+
44
+ ### RL Training Dynamics of OctoThinker-3B-Zero Series
45
+
46
+ <div style="display: flex; justify-content: left; gap: 20px;">
47
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/62cbeb2d72dfd24b86bdf977/e21Eg8jj_ITxC4YcIJUmx.png" alt="Data Pipeline" style="width:80%;">
48
+ </div>
49
+
50
+
51
+
52
+ ### More about OctoThinker
53
+
54
+
55
+ <div style="display: flex; justify-content: left; gap: 20px;">
56
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/62cbeb2d72dfd24b86bdf977/bn85CEB_DW6azJ7KJp11Q.png" alt="Data Pipeline" style="width:100%;">
57
+ </div>
58
+
59
+
60
+ ## Citation
61
+
62
+ Check out our [paper](https://arxiv.org/abs/2506.20512) for more details. If you use our models, datasets or find our work useful, please cite
63
+
64
+ ```
65
+ @article{wang2025octothinker,
66
+ title={OctoThinker: Mid-training Incentivizes Reinforcement Learning Scaling},
67
+ author={Wang, Zengzhi and Zhou, Fan and Li, Xuefeng and Liu, Pengfei},
68
+ year={2025},
69
+ journal={arXiv preprint arXiv:2506.20512},
70
+ note={Preprint}
71
+ }
72
+ ```