datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
chatbot-arena-elo
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… See the full description on the dataset page: https://huggingface.co/datasets/mathewhe/chatbot-arena-elo.lmsys_chatbot_arena_conversationsdatasource: https://colab.research.google.com/drive/1KdwokPjirkTmpO_P1WByFNFiqxWQquwH
chatbot_arena_conversations_hinglishThe dataset is created by translating "lmsys/chatbot_arena_conversations" dataset.
link to original datset - https://huggingface.co/datasets/lmsys/chatbot_arena_conversations
Original dataset contain two conversation from model_a and model_b and also given winner model between these two model conversation.
I have selected winner conversation and converted that user query and assistant answer into hinglish language using Gemini pro
chatbot_arena_harmful_annotatedThis dataset is derived from lmsys' Chatbot Arena Conversations Dataset.
This dataset contains the following columns:
question_id: The same column from the original dataset, to facilitate joining with the original dataset
user_prompt: The first user message from the original dataset's conversation_a column
is_harmful: Binary label indicating whether user_prompt contains harmful intent or not
harmful_judge_model: The LLM used as judge to generate the label is_harmful
Some rows (135) weren't… See the full description on the dataset page: https://huggingface.co/datasets/felipeadachi/chatbot_arena_harmful_annotated.
