Add UltraChat and UltraFeedback references
Browse files
README.md
CHANGED
@@ -406,6 +406,29 @@ If you find Zephyr-7B-β is useful in your work, please cite it with:
|
|
406 |
primaryClass={cs.LG}
|
407 |
}
|
408 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
409 |
# [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)
|
410 |
Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_HuggingFaceH4__zephyr-7b-beta)
|
411 |
|
|
|
406 |
primaryClass={cs.LG}
|
407 |
}
|
408 |
```
|
409 |
+
|
410 |
+
If you use the UltraChat or UltraFeedback datasets, please cite the original works:
|
411 |
+
|
412 |
+
```
|
413 |
+
@misc{ding2023enhancing,
|
414 |
+
title={Enhancing Chat Language Models by Scaling High-quality Instructional Conversations},
|
415 |
+
author={Ning Ding and Yulin Chen and Bokai Xu and Yujia Qin and Zhi Zheng and Shengding Hu and Zhiyuan Liu and Maosong Sun and Bowen Zhou},
|
416 |
+
year={2023},
|
417 |
+
eprint={2305.14233},
|
418 |
+
archivePrefix={arXiv},
|
419 |
+
primaryClass={cs.CL}
|
420 |
+
}
|
421 |
+
|
422 |
+
@misc{cui2023ultrafeedback,
|
423 |
+
title={UltraFeedback: Boosting Language Models with High-quality Feedback},
|
424 |
+
author={Ganqu Cui and Lifan Yuan and Ning Ding and Guanming Yao and Wei Zhu and Yuan Ni and Guotong Xie and Zhiyuan Liu and Maosong Sun},
|
425 |
+
year={2023},
|
426 |
+
eprint={2310.01377},
|
427 |
+
archivePrefix={arXiv},
|
428 |
+
primaryClass={cs.CL}
|
429 |
+
}
|
430 |
+
```
|
431 |
+
|
432 |
# [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)
|
433 |
Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_HuggingFaceH4__zephyr-7b-beta)
|
434 |
|