zhibin-msft commited on
Commit
9a1cf58
β€’
1 Parent(s): 36b29db

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +132 -4
README.md CHANGED
@@ -8,12 +8,140 @@ language:
8
  pipeline_tag: text-generation
9
  ---
10
 
11
- ## Rho-1: Not All Tokens Are What You Need
12
 
 
 
 
13
 
14
- The Rho-1 series are pretrained language models that utilize Selective Language Modeling (SLM) objectives.
15
- In math reasoning pretraining, SLM improves average few-shot accuracy on GSM8k and MATH by over 16%, achieving the baseline performance 5-10x faster.
16
 
 
 
 
 
 
 
 
 
17
 
18
- For more details please check our [github](https://github.com/microsoft/rho) and [paper](https://arxiv.org/abs/2404.07965).
 
 
 
 
19
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  pipeline_tag: text-generation
9
  ---
10
 
 
11
 
12
+ <h1 align="center">
13
+ Rho-1: Not All Tokens Are What You Need
14
+ </h1>
15
 
 
 
16
 
17
+ <p align="center">
18
+ <a href="https://arxiv.org/abs/2404.07965"><b>[πŸ“œ Arxiv]</b></a> β€’
19
+ <a href="https://huggingface.co/papers/2404.07965"><b>[πŸ’¬ HF Paper]</b></a> β€’
20
+ <a href="https://huggingface.co/microsoft/rho-math-1b-v0.1"><b>[πŸ€— Models]</b></a> β€’
21
+ <a href="https://github.com/microsoft/rho"><b>[🐱 GitHub]</b></a> β€’
22
+ <a href="https://twitter.com/zebgou/status/1778676535404396697"><b>[🐦 Twitter]</b></a> β€’
23
+ <a href="https://huggingface.co/spaces/zubingou/rho-1"><b>[πŸ€– Gradio Demo]</b></a>
24
+ </p>
25
 
26
+ <p align="center">
27
+ <img src="https://github.com/microsoft/rho/blob/main/docs/static/images/acc_vs_tokens_1b_7b.png?raw=true" width="1000">
28
+ <br>
29
+ <em>Figure 1: Rho-1 is pre-trained with Selective Language Modeling (SLM). SLM improves average few-shot accuracy on GSM8k and MATH by over 16%, achieving the baseline performance 5-10x faster.</em>
30
+ </p>
31
 
32
+
33
+ ## πŸ”₯ News
34
+
35
+ - [2024/04/14] πŸš€πŸš€πŸš€ We release [Gradio demo of Rho-1 Code Interpreter](https://huggingface.co/spaces/zubingou/rho-1), try it out!
36
+ - [2024/04/12] πŸ”₯πŸ”₯πŸ”₯ Rho-Math-v0.1 models released at πŸ€— HuggingFace!
37
+ - [Rho-Math-1B](https://huggingface.co/microsoft/rho-math-1b-v0.1) and [Rho-Math-7B](https://huggingface.co/microsoft/rho-math-7b-v0.1) achieve 15.6% and 31.0% few-shot accuracy on MATH dataset, respectively β€” matching DeepSeekMath with only 3\% of the pretraining tokens.
38
+ - [Rho-Math-1B-Interpreter](https://huggingface.co/microsoft/rho-math-1b-interpreter-v0.1) is the first 1B LLM that achieves over 40% accuracy on MATH.
39
+ - [Rho-Math-7B-Interpreter](https://huggingface.co/microsoft/rho-math-7b-interpreter-v0.1) achieves 52% on MATH dataset, using only 69k samples for fine-tuning.
40
+ - [2024/04/11] Rho-1 paper and repo released.
41
+
42
+
43
+
44
+ ## πŸ’‘ Introduction
45
+
46
+ Rho-1 base models employ Selective Language Modeling (SLM) for pretraining, which selectively trains on clean and useful tokens that aligned with the desired distribution.
47
+
48
+
49
+ ### Selective Lanugage Modeling (SLM)
50
+
51
+ <p align="center">
52
+ <img src="https://github.com/microsoft/rho/blob/main/docs/static/images/example.png?raw=true" width="1000">
53
+ <br>
54
+ <em>Figure 2:
55
+ <b>Upper:</b> Even an extensively filtered pretraining corpus contains token-level noise.
56
+ <b>Left:</b> Previous Causal Language Modeling (CLM) trains on all tokens.
57
+ <b>Right:</b> Our proposed Selective Language Modeling (SLM) selectively applies loss on those useful and clean tokens.</em>
58
+ </p>
59
+
60
+ <p align="center">
61
+ <img src="https://github.com/microsoft/rho/blob/main/docs/static/images/pipeline.png?raw=true" width="1000">
62
+ <br>
63
+ <em>Figure 3: <b>The pipeline of Selective Language Modeling.</b>
64
+ SLM optimizes language model performance by concentrating on valuable, clean tokens during pre-training.
65
+ It involves three steps:
66
+ (Step 1) Initially, train a reference model on high-quality data.
67
+ (Step 2) Then, score each token's loss in a corpus using the reference model.
68
+ (Step 3) Finally, train the language model selectively on tokens that show higher excess loss compared to the reference loss.</em>
69
+ </p>
70
+
71
+ <!-- results: -->
72
+
73
+ ### Evaluation Results
74
+
75
+ Base models (Few-shot CoT):
76
+
77
+ | **Model** | **Size** | **Data** | **Uniq. Token** | **Train Token** | **GSM8K** | **MATH** | **MMLU STEM** | **SAT** |
78
+ |:-----------------:|:--------:|:--------:|:---------------:|:---------------:|:---------:|:--------:|:-------------:|:--------:|
79
+ | 1-2B Base Models | | | | | | | | |
80
+ | Qwen1.5 | 1.8B | - | - | - | 36.1 | 6.8 | 31.3 | 40.6 |
81
+ | Gemma | 2.0B | - | - | - | 18.8 | 11.4 | **34.4** | 50.0 |
82
+ | DeepSeekMath | 1.3B | - | 120B | 150B | 23.8 | 13.6 | 33.1 | **56.3** |
83
+ | [Rho-Math-1B-v0.1](https://huggingface.co/microsoft/rho-math-1b-v0.1) | 1.1B | OWM | 14B | 30B | **36.2** | **15.6** | 23.3 | 28.1 |
84
+ | >= 7B Base Models | | | | | | | | |
85
+ | Mistral | 7B | | - | - | 41.2 | 11.6 | 49.5 | 59.4 |
86
+ | Minerva | 540B | - | 39B | 26B | 58.8 | 33.6 | **63.9** | - |
87
+ | LLemma | 34B | PPile | 55B | 50B | 54.2 | 23.0 | 54.7 | 68.8 |
88
+ | InternLM2-Math | 20B | - | 31B | 125B | 65.4 | 30.0 | 53.1 | 71.9 |
89
+ | DeepSeekMath | 7B | - | 120B | 500B | 64.1 | **34.2** | 56.4 | **84.4** |
90
+ | [Rho-Math-7B-v0.1](https://huggingface.co/microsoft/rho-math-7b-v0.1) | 7B | OWM | 14B | 10.5B | **66.9** | 31.0 | 54.6 | **84.4** |
91
+
92
+
93
+ [Tool-integrated reasoning](https://github.com/microsoft/ToRA) (Code Interpreter):
94
+
95
+ | **Model** | **Size** | **SFT Data** | **GSM8k** | **MATH** | **SVAMP** | **ASDiv** | **MAWPS** | **TabMWP** | **GSM-Hard** | **AVG** |
96
+ |------------------------------|----------|--------------|-----------|----------|-----------|-----------|-----------|------------|--------------|----------|
97
+ | gpt4-early (pal) | - | - | 94.2 | 51.8 | 94.8 | 92.6 | 97.7 | 95.9 | 77.6 | 86.4 |
98
+ | gpt-4-turbo-2024-04-09 (cot) | - | - | - | 73.4 | - | - | - | - | - |
99
+ | Open-Source Small Models | | | | | | | | | |
100
+ | MAmmoTH | 70B | MI-260k | 76.9 | 41.8 | 82.4 | - | - | - | - | - |
101
+ | ToRA | 7B | ToRA-69k | 68.8 | 40.1 | 68.2 | 73.9 | 88.8 | 42.4 | 54.6 | 62.4 |
102
+ | ToRA | 70B | ToRA-69k | 84.3 | 49.7 | **82.7** | 86.8 | 93.8 | 74.0 | **67.2** | **76.9** |
103
+ | DeepSeekMath | 7B | ToRA-69k | 79.8 | **52.0** | 80.1 | **87.1** | 93.8 | **85.8** | 63.1 | 77.4 |
104
+ | [Rho-Math-1B-Interpreter-v0.1](https://huggingface.co/microsoft/rho-math-1b-interpreter-v0.1) | 1B | ToRA-69k | 59.4 | 40.6 | 60.7 | 74.2 | 88.6 | 26.7 | 48.1 | 56.9 |
105
+ | [Rho-Math-7B-Interpreter-v0.1](https://huggingface.co/microsoft/rho-math-7b-interpreter-v0.1) | 7B | ToRA-69k | 81.3 | **51.8** | 80.8 | 85.5 | **94.5** | 70.1 | 63.1 | 75.3 |
106
+
107
+
108
+ ## πŸš€ Quick Start
109
+
110
+
111
+ ### Evaluation
112
+
113
+ ```sh
114
+ git clone [email protected]:microsoft/rho.git
115
+ cd rho-1/math-evaluation-harness
116
+ ```
117
+
118
+ Base model few-shot evaluation:
119
+
120
+ ```sh
121
+ bash scripts/run_eval.sh cot microsoft/rho-math-7b-v0.1
122
+ ```
123
+
124
+ SFT model (code-interpreter) evaluation:
125
+
126
+ ```sh
127
+ bash scripts/run_eval.sh tora microsoft/rho-math-7b-interpreter-v0.1
128
+ ```
129
+
130
+ Our reproduced outputs are provided in `rho-1/outputs.zip`.
131
+
132
+
133
+
134
+ ## β˜•οΈ Citation
135
+
136
+ If you find this repository helpful, please consider citing our paper:
137
+
138
+ ```
139
+ @misc{lin2024rho1,
140
+ title={Rho-1: Not All Tokens Are What You Need},
141
+ author={Zhenghao Lin and Zhibin Gou and Yeyun Gong and Xiao Liu and Yelong Shen and Ruochen Xu and Chen Lin and Yujiu Yang and Jian Jiao and Nan Duan and Weizhu Chen},
142
+ year={2024},
143
+ eprint={2404.07965},
144
+ archivePrefix={arXiv},
145
+ primaryClass={cs.CL}
146
+ }
147
+ ```