File size: 9,382 Bytes
d8fd4a5
eba1e27
 
 
d8fd4a5
 
 
 
eba1e27
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
d8fd4a5
eba1e27
d8fd4a5
eba1e27
 
 
d8fd4a5
eba1e27
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
d8fd4a5
eba1e27
d8fd4a5
eba1e27
 
 
d8fd4a5
eba1e27
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
d8fd4a5
eba1e27
d8fd4a5
eba1e27
d8fd4a5
eba1e27
d8fd4a5
eba1e27
d8fd4a5
eba1e27
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
---
language:
- en
- zh
---

# Llama-3-SynE

<p align="center">
 📄<a href="https://arxiv.org/abs/2407.18743" target="_blank"> Report </a> • 💻 <a href="https://github.com/RUC-GSAI/Llama-3-SynE" target="_blank">GitHub Repo</a>
</p>

<p align="center">
 🔍<a href="README_zh.md" target="_blank">中文</a>
</p>

## News
- ✨✨ ``2024/08/10``: We released the [Llama-3-SynE model](https://huggingface.co/survivi/Llama-3-SynE).
-``2024/07/26``: We released the [technical report](https://arxiv.org/abs/2407.18743), welcome to check it out!

## Model Introduction

**Llama-3-SynE** (<ins>Syn</ins>thetic data <ins>E</ins>nhanced Llama-3) is a significantly enhanced version of [Llama-3 (8B)](https://github.com/meta-llama/llama3), achieved through continual pre-training (CPT) to improve its **Chinese language ability and scientific reasoning capability**. By employing a meticulously designed data mixture and curriculum strategy, Llama-3-SynE successfully enhances new abilities while maintaining the original model’s performance. This enhancement process involves utilizing existing datasets and synthesizing high-quality datasets specifically designed for targeted tasks.

Key features of Llama-3-SynE include:
- **Enhanced Chinese Language Capabilities**: Achieved through topic-based data mixture and perplexity-based data curriculum.
- **Improved Scientific Reasoning**: Utilizing synthetic datasets to enhance multi-disciplinary scientific knowledge.
- **Efficient CPT**: Only consuming around 100 billion tokens, making it a cost-effective solution.

## Model List

| Model           | Type  | Seq Length | Download                                                       |
|-----------------|-------|------------|----------------------------------------------------------------|
| Llama-3-SynE    | Base  | 8K         | [🤗 Huggingface](https://huggingface.co/survivi/Llama-3-SynE) |

## BenchMark

We divide all evaluation benchmarks into two groups. The first group is _major benchmarks_, which aim to evaluate the comprehensive capacities of LLMs. Note that we include commonly used math and code benchmarks in this group because it is standard practice to use these benchmarks for evaluating various general-purpose LLMs.

The second group is _scientific benchmarks_, which have a broader coverage of multidisciplinary scientific knowledge.

We report the eight-shot performance on GSM8K, ASDiv, and MAWPS, five-shot for C-Eval, CMMLU, MMLU, MATH, GaoKao, SciQ, SciEval, SAT-Math, and AQUA-RAT, three-shot for MBPP.
For HumanEval and ARC, we report the zero-shot evaluation performance. The best and second best are in **bold** and <ins>underlined</ins>, respectively.

### Major Benchmarks

|            **Models**                | **MMLU**      | **C-Eval** | **CMMLU** | **MATH**      | **GSM8K** | **ASDiv** | **MAWPS** | **SAT-Math** | **HumanEval** | **MBPP** |
|---------------------------|---------------|----------|---------|---------------|---------|---------|---------|-----------|----------------|--------|
| Llama-3-8B            | **66.60**     | 49.43    | 51.03   | 16.20         | 54.40   | 72.10   | 89.30   | 38.64     | <ins>36.59</ins>        | **47.00** |
| DCLM-7B               | 64.01         | 41.24    | 40.89   | 14.10         | 39.20   | 67.10   | 83.40   | <ins>41.36</ins>   | 21.95          | 32.60  |
| Mistral-7B-v0.3       | 63.54         | 42.74    | 43.72   | 12.30         | 40.50   | 67.50   | 87.50   | 40.45     | 25.61          | 36.00  |
| Llama-3-Chinese-8B    | 64.10         | <ins>50.14</ins>  | <ins>51.20</ins> | 3.60          | 0.80    | 1.90    | 0.60    | 36.82     | 9.76           | 14.80  |
| MAmmoTH2-8B           | 64.89         | 46.56    | 45.90   | **34.10**     | **61.70**| **82.80**| <ins>91.50</ins> | <ins>41.36</ins>   | 17.68          | 38.80  |
| Galactica-6.7B        | 37.13         | 26.72    | 25.53   | 5.30          | 9.60    | 40.90   | 51.70   | 23.18     | 7.31           | 2.00   |
| **Llama-3-SynE (ours)**   | <ins>65.19</ins>       | **58.24**| **57.34**| <ins>28.20</ins>      | <ins>60.80</ins> | <ins>81.00</ins> | **94.10**| **43.64**| **42.07**      | <ins>45.60</ins>|

> On **Chinese evaluation benchmarks** (such as C-Eval and CMMLU), Llama-3-SynE significantly outperforms the base model Llama-3 (8B), indicating that our method is very effective in improving Chinese language capabilities.

> On **English evaluation benchmarks** (such as MMLU, MATH, and code evaluation benchmarks), Llama-3-SynE demonstrates comparable or better performance than the base model, indicating that our method effectively addresses the issue of catastrophic forgetting during the CPT process.

### Scientific Benchmarks

"PHY", "CHE", and "BIO" denote the physics, chemistry, and biology sub-tasks of the corresponding benchmarks.

| **Models**         | **SciEval PHY** | **SciEval CHE** | **SciEval BIO** | **SciEval Avg.** | **SciQ** | **GaoKao MathQA** | **GaoKao CHE** | **GaoKao BIO** | **ARC Easy** | **ARC Challenge** | **ARC Avg.** | **AQUA-RAT** |
|--------------------|-----------------|-----------------|-----------------|------------------|---------------|-------------------|----------------|----------------|---------------|-------------------|--------------|-------------------|
| Llama-3-8B         | 46.95           | 63.45           | 74.53           | 65.47            | 90.90         | 27.92             | 32.85          | 43.81          | 91.37         | 77.73             | 84.51        | <ins>27.95</ins>           |
| DCLM-7B            | **56.71**       | 64.39           | 72.03           | 66.25            | **92.50**     | 29.06             | 31.40          | 37.14          | 89.52         | 76.37             | 82.94        | 20.08             |
| Mistral-7B-v0.3    | 48.17           | 59.41           | 68.89           | 61.51            | 89.40         | 30.48             | 30.92          | 41.43          | 87.33         | 74.74             | 81.04        | 23.23             |
| Llama-3-Chinese-8B | 48.17           | 67.34           | 73.90           | <ins>67.34</ins>          | 89.20         | 27.64             | 30.43          | 38.57          | 88.22         | 70.48             | 79.35        | 27.56             |
| MAmmoTH2-8B        | 49.39           | **69.36**       | <ins>76.83</ins>         | **69.60**        | 90.20         | **32.19**         | <ins>36.23</ins>        | <ins>49.05</ins>        | **92.85**     | **84.30**         | **88.57**    | 27.17             |
| Galactica-6.7B     | 34.76           | 43.39           | 54.07           | 46.27            | 71.50         | 23.65             | 27.05          | 24.76          | 65.91         | 46.76             | 56.33        | 20.87             |
| **Llama-3-SynE (ours)** | <ins>53.66</ins>   | <ins>67.81</ins>         | **77.45**       | **69.60**        | <ins>91.20</ins>       | <ins>31.05</ins>           | **51.21**      | **69.52**      | <ins>91.58</ins>       | <ins>80.97</ins>           | <ins>86.28</ins>      | **28.74**         |

> On **scientific evaluation benchmarks** (such as SciEval, GaoKao, and ARC), Llama-3-SynE significantly outperforms the base model, particularly showing remarkable improvement in Chinese scientific benchmarks (for example, a 25.71% improvement in the GaoKao biology subtest).

## Quick Start

Use the transformers backend for inference:

```python
from transformers import AutoTokenizer, AutoModelForCausalLM
import torch

model_path = "survivi/Llama-3-SynE"
tokenizer = AutoTokenizer.from_pretrained(model_path, trust_remote_code=True)
model = AutoModelForCausalLM.from_pretrained(
    model_path, torch_dtype=torch.bfloat16, trust_remote_code=True
)
model.to("cuda:0")
model.eval()
prompt = "Hello world!"
inputs = tokenizer(prompt, return_tensors="pt")
inputs = inputs.to("cuda")
pred = model.generate(
    **inputs,
    max_new_tokens=2048,
    repetition_penalty=1.05,
    temperature=0.5,
    top_k=5,
    top_p=0.85,
    do_sample=True
)
pred = pred[0][len(inputs.input_ids[0]) :]
output = tokenizer.decode(pred, skip_special_tokens=True)
print(output)
```

Use the vLLM backend for inference:

```python
from transformers import AutoTokenizer
from vllm import LLM, SamplingParams

model_path = "survivi/Llama-3-SynE"
tokenizer = AutoTokenizer.from_pretrained(model_path, trust_remote_code=True)
sampling_params = SamplingParams(
    max_tokens=2048,
    repetition_penalty=1.05,
    temperature=0.5,
    top_k=5,
    top_p=0.85,
)
llm = LLM(
    model=model_path,
    tensor_parallel_size=1,
    trust_remote_code=True,
)
prompt = "Hello world!"
output = llm.generate(prompt, sampling_params)
output = output[0].outputs[0].text
print(output)
```

## License

This project is built upon Meta's Llama-3 model. The use of Llama-3-SynE model weights must follow the Llama-3 [license agreement](https://github.com/meta-llama/llama3/blob/main/LICENSE).

## Citation

If you find our work helpful, please consider citing the following paper:

```
@article{jie2024llama3syne,
  title={Towards Effective and Efficient Continual Pre-training of Large Language Models},
  author={Chen, Jie and Chen, Zhipeng and Wang, Jiapeng and Zhou, Kun and Zhu, Yutao and Jiang, Jinhao and Min, Yingqian and Zhao, Wayne Xin and Dou, Zhicheng and Mao, Jiaxin and others},
  journal={arXiv preprint arXiv:2407.18743},
  year={2024}
}
```