Add readme file
Browse files
README.md
ADDED
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- eng
|
4 |
+
pretty_name: LMSYS Chatbot Arena ELO Scores
|
5 |
+
license:
|
6 |
+
- apache-2.0
|
7 |
+
tags:
|
8 |
+
- lmsys
|
9 |
+
- chatbot
|
10 |
+
- arena
|
11 |
+
- elo
|
12 |
+
---
|
13 |
+
|
14 |
+
# LMSYS Chatbot Arena ELO Scores
|
15 |
+
|
16 |
+
This dataset is a datasets-friendly version of Chatbot Arena ELO scores,
|
17 |
+
updated daily from the leaderboard API at
|
18 |
+
https://huggingface.co/spaces/lmarena-ai/chatbot-arena-leaderboard.
|
19 |
+
|
20 |
+
## Dataset Structure
|
21 |
+
|
22 |
+
|
23 |
+
Example instance:
|
24 |
+
|
25 |
+
```json
|
26 |
+
{
|
27 |
+
"Rank* (UB)": 1,
|
28 |
+
"Model Markup": "<a target=""_blank"" href=""https://help.openai.com/en/articles/9624314-model-release-notes"" style=""color: var(--link-text-color); text-decoration: underline;text-decoration-style: dotted;"">ChatGPT-4o-latest (2024-09-03)</a>"
|
29 |
+
"Model": "ChatGPT-4o-latest (2024-09-03)",
|
30 |
+
"Arena Score": 1338,
|
31 |
+
"95% CI": "+3/-5",
|
32 |
+
"Votes": 24135,
|
33 |
+
"Organization": "OpenAI",
|
34 |
+
"License": "Proprietary",
|
35 |
+
"Knowledge Cutoff": "2023/10"
|
36 |
+
}
|
37 |
+
```
|
38 |
+
|
39 |
+
### Citation Information
|
40 |
+
|
41 |
+
To cite the ELO leaderboard, please use the original citation:
|
42 |
+
```bitex
|
43 |
+
@misc{chiang2024chatbot,
|
44 |
+
title={Chatbot Arena: An Open Platform for Evaluating LLMs by Human Preference},
|
45 |
+
author={Wei-Lin Chiang and Lianmin Zheng and Ying Sheng and Anastasios Nikolas Angelopoulos and Tianle Li and Dacheng Li and Hao Zhang and Banghua Zhu and Michael Jordan and Joseph E. Gonzalez and Ion Stoica},
|
46 |
+
year={2024},
|
47 |
+
eprint={2403.04132},
|
48 |
+
archivePrefix={arXiv},
|
49 |
+
primaryClass={cs.AI}
|
50 |
+
}
|
51 |
+
```
|
52 |
+
|
53 |
+
If you want to cite this repo or specific commits for reproducibility, please
|
54 |
+
include a link to this repo and an exact commit hash.
|