hawei commited on
Commit
118162a
·
verified ·
1 Parent(s): fcd6520

Add paper link

Browse files
Files changed (1) hide show
  1. README.md +111 -108
README.md CHANGED
@@ -1,108 +1,111 @@
1
- ---
2
- license: llama3.1
3
- datasets:
4
- - survivi/Llama-3-SynE-Dataset
5
- - hfl/stem_zh_instruction
6
- - llamafactory/alpaca_zh
7
- - llamafactory/alpaca_gpt4_zh
8
- - hfl/ruozhiba_gpt4
9
- - codingsteven/Llama-3-8B-chat
10
- language:
11
- - zh
12
- base_model:
13
- - meta-llama/Llama-3.1-8B
14
- model-index:
15
- - name: Control-LLM-Llama3.1-8B-SynE-Full-Parameter-Tuning
16
- results:
17
- - task:
18
- type: pretraining-evaluation
19
- dataset:
20
- type: mixed
21
- name: Pretraining Evaluation Dataset
22
- metrics:
23
- - name: exact_match,strict-match (meta_pretrain)
24
- type: exact_match
25
- value: 0.45445720757159036
26
- stderr: 0.0035036029889520047
27
- verified: false
28
- - name: exact_match,strict-match (meta_bbh_3shot_cot_pretrain)
29
- type: exact_match
30
- value: 0.6482875134387959
31
- stderr: 0.005918167158231359
32
- verified: false
33
- - name: acc,none (meta_mmlu_5shot_pretrain)
34
- type: accuracy
35
- value: 0.649480131035465
36
- stderr: 0.004026616190778244
37
- verified: false
38
- - name: exact_match,strict-match (meta_mmlu_pro_5shot_pretrain)
39
- type: exact_match
40
- value: 0.34956781914893614
41
- stderr: 0.004347262544061378
42
- verified: false
43
- - task:
44
- type: chinese-evaluation
45
- dataset:
46
- type: mixed
47
- name: Chinese Evaluation Dataset
48
- metrics:
49
- - name: acc,none (ceval-valid)
50
- type: accuracy
51
- value: 0.5898959881129272
52
- stderr: 0.012699457390113113
53
- verified: false
54
- - name: exact_match,strict-match (ceval-valid-pretrain-cot_zh)
55
- type: exact_match
56
- value: 0.40193164933135217
57
- stderr: 0.01265090064840271
58
- verified: false
59
- - name: acc,none (cmmlu)
60
- type: accuracy
61
- value: 0.6018822310481782
62
- stderr: 0.004420298073040671
63
- verified: false
64
- - name: exact_match,strict-match (cmmlu_pretrain_cot_zh)
65
- type: exact_match
66
- value: 0.4425833189431877
67
- stderr: 0.004506238417180843
68
- verified: false
69
-
70
- ---
71
- # Control-LLM-Llama3.1-8B-SynE-Full-Parameter-Tuning
72
- This is a fine-tuned model of Llama-3.1-8B for muliligual-Chinese tasks on SynE dataset.
73
-
74
- ## Evaluation Results
75
- Here is an overview of the evaluation results and findings:
76
-
77
- ### Benchmark Results Table
78
-
79
- The table below summarizes evaluation results across Chinese tasks and original capabilities.
80
-
81
- | **Model** | **CEval** | **CEvalC** | **CMMLU** | **CMMLUC** | **C-Avg** | **BBH** | **MLU** | **MLUP** | **O-Avg** | **Overall** |
82
- |--------------------|-----------|------------|-----------|------------|-----------|---------|---------|----------|-----------|-------------|
83
- | Llama3.1-8B | 48.3 | 12.8 | 51.1 | 14.1 | 13.9 | 65.2 | 65.4 | 35.5 | 45.9 | 29.9 |
84
- | Llama-3-SynE | 57.7 | 22.3 | 57.1 | 22.8 | 22.8 | 61.9 | 64.0 | 32.6 | 42.9 | 32.9 |
85
- | **Full Param Tune**| 59.0 | 40.2 | **60.2** | 44.3 | 43.8 | 64.8 | 64.9 | 35.0 | 45.4 | 44.6 |
86
- | Stack Expansion | 56.0 | 32.7 | 55.2 | 33.4 | 33.3 | 62.3 | 65.6 | 35.3 | 44.8 | 39.1 |
87
- | Concat-Lerp* | 57.1 | 34.8 | 57.0 | 37.4 | 37.1 | 64.4 | 64.6 | 35.8 | 45.9 | 41.5 |
88
- | **Hybrid Expansion**| **58.9** | 44.7 | 57.9 | 44.3 | 44.4 | 65.1 | **65.7**| 36.9 | 46.8 | 45.6 |
89
- | **Control LLM*** | 57.0 | **44.7** | 56.0 | **44.9** | **44.8** | **68.2**| 65.6 | **37.9** | **48.5** | **46.7** |
90
-
91
- ---
92
-
93
- ### Explanation:
94
- - **CEval**: Chinese Evaluation
95
- - **CEvalC**: Chinese Evaluation (CoT - Chain of Thought)
96
- - **CMMLU**: Chinese MMLU
97
- - **CMMLUC**: Chinese MMLU (CoT)
98
- - **C-Avg**: Chinese - Size Weighted Average across CEval, CEvalC, CMMLU, and CMMLUC
99
- - **BBH**: BigBench Hard
100
- - **MLU**: MMLU (Massive Multitask Language Understanding)
101
- - **MLUP**: MMLU Pro
102
- - **O-Avg**: Original Capability - Size Weighted Average across BBH, MLU, and MLUP
103
- - **Overall**: Combined average across all tasks
104
-
105
- ### Full Parameter Tuning on Chinese-SynE
106
- The following plot illustrates the Catastrophic Forgetting of full parameter tuning in terms of hidden states alignment drift.
107
-
108
- ![Catastrophic Forgetting](plots/alignment_worst.png)
 
 
 
 
1
+ ---
2
+ license: llama3.1
3
+ datasets:
4
+ - survivi/Llama-3-SynE-Dataset
5
+ - hfl/stem_zh_instruction
6
+ - llamafactory/alpaca_zh
7
+ - llamafactory/alpaca_gpt4_zh
8
+ - hfl/ruozhiba_gpt4
9
+ - codingsteven/Llama-3-8B-chat
10
+ language:
11
+ - zh
12
+ base_model:
13
+ - meta-llama/Llama-3.1-8B
14
+ model-index:
15
+ - name: Control-LLM-Llama3.1-8B-SynE-Full-Parameter-Tuning
16
+ results:
17
+ - task:
18
+ type: pretraining-evaluation
19
+ dataset:
20
+ type: mixed
21
+ name: Pretraining Evaluation Dataset
22
+ metrics:
23
+ - name: exact_match,strict-match (meta_pretrain)
24
+ type: exact_match
25
+ value: 0.45445720757159036
26
+ stderr: 0.0035036029889520047
27
+ verified: false
28
+ - name: exact_match,strict-match (meta_bbh_3shot_cot_pretrain)
29
+ type: exact_match
30
+ value: 0.6482875134387959
31
+ stderr: 0.005918167158231359
32
+ verified: false
33
+ - name: acc,none (meta_mmlu_5shot_pretrain)
34
+ type: accuracy
35
+ value: 0.649480131035465
36
+ stderr: 0.004026616190778244
37
+ verified: false
38
+ - name: exact_match,strict-match (meta_mmlu_pro_5shot_pretrain)
39
+ type: exact_match
40
+ value: 0.34956781914893614
41
+ stderr: 0.004347262544061378
42
+ verified: false
43
+ - task:
44
+ type: chinese-evaluation
45
+ dataset:
46
+ type: mixed
47
+ name: Chinese Evaluation Dataset
48
+ metrics:
49
+ - name: acc,none (ceval-valid)
50
+ type: accuracy
51
+ value: 0.5898959881129272
52
+ stderr: 0.012699457390113113
53
+ verified: false
54
+ - name: exact_match,strict-match (ceval-valid-pretrain-cot_zh)
55
+ type: exact_match
56
+ value: 0.40193164933135217
57
+ stderr: 0.01265090064840271
58
+ verified: false
59
+ - name: acc,none (cmmlu)
60
+ type: accuracy
61
+ value: 0.6018822310481782
62
+ stderr: 0.004420298073040671
63
+ verified: false
64
+ - name: exact_match,strict-match (cmmlu_pretrain_cot_zh)
65
+ type: exact_match
66
+ value: 0.4425833189431877
67
+ stderr: 0.004506238417180843
68
+ verified: false
69
+
70
+ ---
71
+ # Control-LLM-Llama3.1-8B-SynE-Full-Parameter-Tuning
72
+ This is a fine-tuned model of Llama-3.1-8B for muliligual-Chinese tasks on SynE dataset.
73
+
74
+ ## Linked Paper
75
+ This model is associated with the paper: [Control-LLM](https://arxiv.org/abs/2501.10979).
76
+
77
+ ## Evaluation Results
78
+ Here is an overview of the evaluation results and findings:
79
+
80
+ ### Benchmark Results Table
81
+
82
+ The table below summarizes evaluation results across Chinese tasks and original capabilities.
83
+
84
+ | **Model** | **CEval** | **CEvalC** | **CMMLU** | **CMMLUC** | **C-Avg** | **BBH** | **MLU** | **MLUP** | **O-Avg** | **Overall** |
85
+ |--------------------|-----------|------------|-----------|------------|-----------|---------|---------|----------|-----------|-------------|
86
+ | Llama3.1-8B | 48.3 | 12.8 | 51.1 | 14.1 | 13.9 | 65.2 | 65.4 | 35.5 | 45.9 | 29.9 |
87
+ | Llama-3-SynE | 57.7 | 22.3 | 57.1 | 22.8 | 22.8 | 61.9 | 64.0 | 32.6 | 42.9 | 32.9 |
88
+ | **Full Param Tune**| 59.0 | 40.2 | **60.2** | 44.3 | 43.8 | 64.8 | 64.9 | 35.0 | 45.4 | 44.6 |
89
+ | Stack Expansion | 56.0 | 32.7 | 55.2 | 33.4 | 33.3 | 62.3 | 65.6 | 35.3 | 44.8 | 39.1 |
90
+ | Concat-Lerp* | 57.1 | 34.8 | 57.0 | 37.4 | 37.1 | 64.4 | 64.6 | 35.8 | 45.9 | 41.5 |
91
+ | **Hybrid Expansion**| **58.9** | 44.7 | 57.9 | 44.3 | 44.4 | 65.1 | **65.7**| 36.9 | 46.8 | 45.6 |
92
+ | **Control LLM*** | 57.0 | **44.7** | 56.0 | **44.9** | **44.8** | **68.2**| 65.6 | **37.9** | **48.5** | **46.7** |
93
+
94
+ ---
95
+
96
+ ### Explanation:
97
+ - **CEval**: Chinese Evaluation
98
+ - **CEvalC**: Chinese Evaluation (CoT - Chain of Thought)
99
+ - **CMMLU**: Chinese MMLU
100
+ - **CMMLUC**: Chinese MMLU (CoT)
101
+ - **C-Avg**: Chinese - Size Weighted Average across CEval, CEvalC, CMMLU, and CMMLUC
102
+ - **BBH**: BigBench Hard
103
+ - **MLU**: MMLU (Massive Multitask Language Understanding)
104
+ - **MLUP**: MMLU Pro
105
+ - **O-Avg**: Original Capability - Size Weighted Average across BBH, MLU, and MLUP
106
+ - **Overall**: Combined average across all tasks
107
+
108
+ ### Full Parameter Tuning on Chinese-SynE
109
+ The following plot illustrates the Catastrophic Forgetting of full parameter tuning in terms of hidden states alignment drift.
110
+
111
+ ![Catastrophic Forgetting](plots/alignment_worst.png)