6
stars
6
commits
3
linked in READMEs
Aug 22, 2024
updated

Project Web: https://magpie-align.github.io/
Arxiv Technical Report: https://arxiv.org/abs/2406.08464
Codes: https://github.com/magpie-align/magpie
This dataset is generated by Llama 3.1 70B Instruct for direct preference optimization.
To create the dataset, we first selected 100K high-quality Magpie instructions with diverse task categories, then generated responses using Llama 3.1 70B Instruct 5 times for each instruction, using a temperature of 0.8. We then annotated RM scores using RLHFlow/ArmoRM-Llama3-8B-v0.1, labeling the response with the highest RM score as the chosen response, and the one with the lowest RM score as the rejected response.
License: Please follow Meta Llama 3.1 Community License.
If you find the model, data, or code useful, please cite our paper:
@article{xu2024magpie,
title={Magpie: Alignment Data Synthesis from Scratch by Prompting Aligned LLMs with Nothing},
author={Zhangchen Xu and Fengqing Jiang and Luyao Niu and Yuntian Deng and Radha Poovendran and Yejin Choi and Bill Yuchen Lin},
year={2024},
eprint={2406.08464},
archivePrefix={arXiv},
primaryClass={cs.CL}
}
Please also cite the reward model for creating preference datasets:
ArmoRM paper:
@article{wang2024interpretable,
title={Interpretable Preferences via Multi-Objective Reward Modeling and Mixture-of-Experts},
author={Wang, Haoxiang and Xiong, Wei and Xie, Tengyang and Zhao, Han and Zhang, Tong},
journal={arXiv preprint arXiv:2406.12845},
year={2024}
}
Questions? Please contact Zhangchen by email.
| Model Name | Dataset | Type | Description |
|---|---|---|---|
| Llama 3.1 70B Instruct | Magpie-Llama-3.1-Pro-1M | SFT | 1M Raw conversations built with Meta Llama 3.1 70B. |
| Llama 3.1 70B Instruct | Magpie-Llama-3.1-Pro-300K-Filtered | SFT | Apply a filter and select 300K high quality conversations. |
| Llama 3.1 70B Instruct | Magpie-Llama-3.1-Pro-MT-300K | SFT | Select 300K high quality questions and extend to multi-turn conversations. |
| Llama 3.1 70B Instruct | Magpie-Llama-3.1-Pro-DPO-100K | DPO | DPO dataset via Best-of-N sampling and rewards. |
6 commits
6
stars
6
commits
3
linked in READMEs
Aug 22, 2024
updated

Project Web: https://magpie-align.github.io/
Arxiv Technical Report: https://arxiv.org/abs/2406.08464
Codes: https://github.com/magpie-align/magpie
This dataset is generated by Llama 3.1 70B Instruct for direct preference optimization.
To create the dataset, we first selected 100K high-quality Magpie instructions with diverse task categories, then generated responses using Llama 3.1 70B Instruct 5 times for each instruction, using a temperature of 0.8. We then annotated RM scores using RLHFlow/ArmoRM-Llama3-8B-v0.1, labeling the response with the highest RM score as the chosen response, and the one with the lowest RM score as the rejected response.
License: Please follow Meta Llama 3.1 Community License.
If you find the model, data, or code useful, please cite our paper:
@article{xu2024magpie,
title={Magpie: Alignment Data Synthesis from Scratch by Prompting Aligned LLMs with Nothing},
author={Zhangchen Xu and Fengqing Jiang and Luyao Niu and Yuntian Deng and Radha Poovendran and Yejin Choi and Bill Yuchen Lin},
year={2024},
eprint={2406.08464},
archivePrefix={arXiv},
primaryClass={cs.CL}
}
Please also cite the reward model for creating preference datasets:
ArmoRM paper:
@article{wang2024interpretable,
title={Interpretable Preferences via Multi-Objective Reward Modeling and Mixture-of-Experts},
author={Wang, Haoxiang and Xiong, Wei and Xie, Tengyang and Zhao, Han and Zhang, Tong},
journal={arXiv preprint arXiv:2406.12845},
year={2024}
}
Questions? Please contact Zhangchen by email.
| Model Name | Dataset | Type | Description |
|---|---|---|---|
| Llama 3.1 70B Instruct | Magpie-Llama-3.1-Pro-1M | SFT | 1M Raw conversations built with Meta Llama 3.1 70B. |
| Llama 3.1 70B Instruct | Magpie-Llama-3.1-Pro-300K-Filtered | SFT | Apply a filter and select 300K high quality conversations. |
| Llama 3.1 70B Instruct | Magpie-Llama-3.1-Pro-MT-300K | SFT | Select 300K high quality questions and extend to multi-turn conversations. |
| Llama 3.1 70B Instruct | Magpie-Llama-3.1-Pro-DPO-100K | DPO | DPO dataset via Best-of-N sampling and rewards. |
6 commits