angelahzyuan commited on
Commit
9b2b8e0
1 Parent(s): aac0978

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +89 -0
README.md ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - openbmb/UltraFeedback
5
+ language:
6
+ - en
7
+ pipeline_tag: text-generation
8
+ ---
9
+ Self-Play Preference Optimization for Language Model Alignment (https://arxiv.org/abs/2405.00675)
10
+
11
+ # Mistral7B-PairRM-SPPO-Iter1
12
+
13
+ This model was developed using [Self-Play Preference Optimization](https://arxiv.org/abs/2405.00675) at iteration 1, based on the [mistralai/Mistral-7B-Instruct-v0.2](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2) architecture as starting point. We utilized the prompt sets from the [openbmb/UltraFeedback](https://huggingface.co/datasets/openbmb/UltraFeedback) dataset, splited to 3 parts for 3 iterations by [snorkelai/Snorkel-Mistral-PairRM-DPO-Dataset](https://huggingface.co/datasets/snorkelai/Snorkel-Mistral-PairRM-DPO-Dataset). All responses used are synthetic.
14
+
15
+ **This is the model reported in the paper** , with K=5 (generate 5 responses per iteration). We attached the Arena-Hard eval results in this model page.
16
+
17
+
18
+ ### Model Description
19
+
20
+ - Model type: A 7B parameter GPT-like model fine-tuned on synthetic datasets.
21
+ - Language(s) (NLP): Primarily English
22
+ - License: Apache-2.0
23
+ - Finetuned from model: mistralai/Mistral-7B-Instruct-v0.2
24
+
25
+
26
+ ## [AlpacaEval Leaderboard Evaluation Results](https://tatsu-lab.github.io/alpaca_eval/)
27
+
28
+
29
+ | Model | LC. Win Rate | Win Rate | Avg. Length |
30
+ |-------------------------------------------|:------------:|:--------:|:-----------:|
31
+ | Mistral7B-PairRM-SPPO Iter 1 | 24.79 | 23.51 | 1855 |
32
+ | Mistral7B-PairRM-SPPO Iter 2 | 26.89 | 27.62 | 2019 |
33
+ | Mistral7B-PairRM-SPPO Iter 3 | 28.53 | 31.02 | 2163 |
34
+ | Mistral7B-PairRM-SPPO Iter 1 (best-of-16) | 31.23 | 32.12 | 2035 |
35
+ | Mistral7B-PairRM-SPPO Iter 2 (best-of-16) | 32.13 | 34.94 | 2174 |
36
+ | Mistral7B-PairRM-SPPO Iter 3 (best-of-16) | 31.07 | 31.86 | 2036 |
37
+
38
+ ## [Arena-Hard Evaluation Results](https://github.com/lm-sys/arena-hard)
39
+
40
+ Model | Score | 95% CI | average \# Tokens |
41
+ |----------|-----------|--------------|-----------|
42
+ Mistral7B-PairRM-SPPO-Iter3| 23.3 | (-1.8, 1.8)|578|
43
+
44
+ ## [Open LLM Leaderboard Evaluation Results](https://github.com/EleutherAI/lm-evaluation-harness)
45
+
46
+ Results are reported by using [lm-evaluation-harness](https://github.com/EleutherAI/lm-evaluation-harness) v0.4.1
47
+
48
+ | | arc_challenge | truthfulqa_mc2 | winogrande | gsm8k | hellaswag | mmlu | average |
49
+ |--------|---------------|----------------|------------|-------|-----------|-------|---------|
50
+ | Mistral7B-PairRM-SPPO Iter 1 | 65.02 | 69.4 | 77.82 | 43.82 | 85.11 | 58.84 | 66.67 |
51
+ | Mistral7B-PairRM-SPPO Iter 2 | 65.53 | 69.55 | 77.03 | 44.35 | 85.29 | 58.72 | 66.75 |
52
+ | Mistral7B-PairRM-SPPO Iter 3 | 65.36 | 69.97 | 76.8 | 42.68 | 85.16 | 58.45 | 66.4 |
53
+ ## [MT-Bench Evaluation Results](https://github.com/lm-sys/FastChat/tree/main/fastchat/llm_judge)
54
+
55
+ | | 1st Turn | 2nd Turn | Average |
56
+ |--------|----------|----------|---------|
57
+ | Mistral7B-PairRM-SPPO Iter 1 | 7.63 | 6.79 | 7.21 |
58
+ | Mistral7B-PairRM-SPPO Iter 2 | 7.90 | 7.08 | 7.49 |
59
+ | Mistral7B-PairRM-SPPO Iter 3 | 7.84 | 7.34 | 7.59 |
60
+
61
+ ### Training hyperparameters
62
+ The following hyperparameters were used during training:
63
+
64
+ - learning_rate: 5e-07
65
+ - eta: 1000
66
+ - per_device_train_batch_size: 8
67
+ - gradient_accumulation_steps: 1
68
+ - seed: 42
69
+ - distributed_type: deepspeed_zero3
70
+ - num_devices: 8
71
+ - optimizer: RMSProp
72
+ - lr_scheduler_type: linear
73
+ - lr_scheduler_warmup_ratio: 0.1
74
+ - num_train_epochs: 18.0 (stop at epoch=1.0)
75
+
76
+
77
+
78
+
79
+ ## Citation
80
+ ```
81
+ @misc{wu2024self,
82
+ title={Self-Play Preference Optimization for Language Model Alignment},
83
+ author={Wu, Yue and Sun, Zhiqing and Yuan, Huizhuo and Ji, Kaixuan and Yang, Yiming and Gu, Quanquan},
84
+ year={2024},
85
+ eprint={2405.00675},
86
+ archivePrefix={arXiv},
87
+ primaryClass={cs.LG}
88
+ }
89
+ ```