Dataset Viewer
The dataset viewer is not available for this dataset.
The JWT signature verification failed. Check the signing key and the algorithm.
Error code:   JWTInvalidSignature
Exception:    InvalidSignatureError
Message:      Signature verification failed
Traceback:    Traceback (most recent call last):
                File "/src/libs/libapi/src/libapi/jwt_token.py", line 286, in validate_jwt
                  decoded = jwt.decode(
                      jwt=token,
                  ...<2 lines>...
                      options=options,
                  )
                File "/usr/local/lib/python3.14/site-packages/jwt/api_jwt.py", line 368, in decode
                  decoded = self.decode_complete(
                      jwt,
                  ...<8 lines>...
                      leeway=leeway,
                  )
                File "/usr/local/lib/python3.14/site-packages/jwt/api_jwt.py", line 265, in decode_complete
                  decoded = self._jws.decode_complete(
                      jwt,
                  ...<3 lines>...
                      detached_payload=detached_payload,
                  )
                File "/usr/local/lib/python3.14/site-packages/jwt/api_jws.py", line 270, in decode_complete
                  self._verify_signature(
                  ~~~~~~~~~~~~~~~~~~~~~~^
                      signing_input,
                      ^^^^^^^^^^^^^^
                  ...<4 lines>...
                      options=merged_options,
                      ^^^^^^^^^^^^^^^^^^^^^^^
                  )
                  ^
                File "/usr/local/lib/python3.14/site-packages/jwt/api_jws.py", line 417, in _verify_signature
                  raise InvalidSignatureError("Signature verification failed")
              jwt.exceptions.InvalidSignatureError: Signature verification failed

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

LMSYS Chatbot Arena ELO Scores

This dataset is a datasets-friendly version of Chatbot Arena ELO scores, updated daily from the leaderboard API at https://huggingface.co/spaces/lmarena-ai/chatbot-arena-leaderboard.

Updated: 20250717

Loading Data

from datasets import load_dataset

dataset = load_dataset("mathewhe/chatbot-arena-elo", split="train")

The main branch of this dataset will always be updated to the latest ELO and leaderboard version. If you need a fixed dataset that does not change, please specify a date tag when loading the dataset:

from datsasets import load_dataset

# Load the leaderboard from October 24, 2024
dataset = load_dataset("mathewhe/chatbot-arena-elo", split="train", revision="20241024")

Tags are only created when the leaderboard is updated. See below for a list of recent tags.

20250717
20250715
20250707
20250701
20250625

Dataset Structure

Example instance:

{
  "Rank* (UB)": 1,
  "Rank (StyleCtrl)": 1,
  "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>"
  "Model": "ChatGPT-4o-latest (2024-09-03)",
  "Arena Score": 1338,
  "95% CI": "+3/-5",
  "Votes": 24135,
  "Organization": "OpenAI",
  "License": "Proprietary",
  "Knowledge Cutoff": "2023/10"
}

Citation Information

To cite the ELO leaderboard, please use the original citation:

@misc{chiang2024chatbot,
    title={Chatbot Arena: An Open Platform for Evaluating LLMs by Human Preference},
    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},
    year={2024},
    eprint={2403.04132},
    archivePrefix={arXiv},
    primaryClass={cs.AI}
}

If you want to cite this repo or specific commits for reproducibility, please include a link to this repo and an exact commit hash or tag.

Downloads last month
415

Paper for mathewhe/chatbot-arena-elo