panzs19 commited on
Commit
8ff8130
·
verified ·
1 Parent(s): fad79ab

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +51 -3
README.md CHANGED
@@ -1,3 +1,51 @@
1
- ---
2
- license: llama3
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: llama3
3
+ ---
4
+ # Model Card for Model ID
5
+
6
+ <!-- Provide a quick summary of what the model is/does. -->
7
+
8
+ The LEMMA series models are trained on the [LEMMA Dataset](https://huggingface.co/datasets/panzs19/LEMMA). This dataset uses the training set of MATH and GSM8K to generate error-corrective reasoning trajectories. For each question in these datasets, the student model (LLaMA3-8B) generates self-generated errors, and the teacher model (GPT-4o) deliberately introduces errors based on the error type distribution of the student model. Then, both "Fix & Continue" and "Fresh & Restart" correction strategies are applied to these errors to create error-corrective revision trajectories. After filtering out trajectories with incorrect final answers, we obtain this dataset. Fine-tuning on this dataset achieves up to 13.3% average accuracy improvement for LLaMA3-8B with less than 90k synthesized data. For more details, please refer to our paper [LEMMA: Learning from Errors for MatheMatical Advancement in LLMs](https://arxiv.org/abs/2503.17439).
9
+
10
+ ## Model Details
11
+
12
+ ### Model Description
13
+
14
+ - **Finetuned from model [optional]:** [Llama-3-70B](https://huggingface.co/meta-llama/Meta-Llama-3-70B)
15
+
16
+ ### Model Sources [optional]
17
+
18
+ - **Repository:** [https://github.com/pzs19/LEMMA/](https://github.com/pzs19/LEMMA/)
19
+ - **Paper:** [https://arxiv.org/abs/2503.17439](https://arxiv.org/abs/2503.17439)
20
+
21
+ ### Direct Use
22
+
23
+ The same as Llama-3-70B.
24
+
25
+ ### Recommendations
26
+
27
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model.
28
+
29
+ ## Training Details
30
+
31
+ The LEMMA series models are trained on the [LEMMA Dataset](https://huggingface.co/datasets/panzs19/LEMMA) using [LLaMA-Factory](https://github.com/hiyouga/LLaMA-Factory). For more details, please refer to our [paper](https://arxiv.org/abs/2503.17439).
32
+
33
+ ### Results
34
+
35
+ | Model | Checkpoint | Paper | GSM8k | MATH | License |
36
+ | ----- |------| ---- |------|-------| ----- |
37
+ | LEMMA-LLAMA-3-8B | 🤗 <a href="https://huggingface.co/panzs19/LEMMA-LLAMA-3-8B" target="_blank">HF Link</a> | 📃 <a href="" target="_blank">[LEMMA]</a>| **79.2** | **38.3** | <a href="https://www.llama.com/llama3/license/" target="_blank">Llama 3 </a> |
38
+ | LEMMA-LLAMA-3-70B | 🤗 <a href="https://huggingface.co/panzs19/LEMMA-LLAMA-3-70B" target="_blank">HF Link</a> | 📃 <a href="" target="_blank">[LEMMA]</a>| **91.5** | **51.8** | <a href="https://www.llama.com/llama3/license/" target="_blank">Llama 3 </a> |
39
+
40
+ ## Citation [optional]
41
+
42
+ Please cite the paper if you refer to our model, code, data or paper from MetaMath.
43
+
44
+ ```
45
+ @article{LEMMA,
46
+ title={LEMMA: Learning from Errors for MatheMatical Advancement in LLMs},
47
+ author={Zhuoshi Pan, Yu Li, Honglin Lin, Qizhi Pei, Zinan Tang, Wei Wu, Chenlin Ming, H. Vicky Zhao, Conghui He, Lijun Wu},
48
+ journal={arXiv preprint arXiv:2503.17439},
49
+ year={2025}
50
+ }
51
+ ```