chatbot-arena
chatbot_arena_conversations
Chatbot Arena Conversations Dataset
This dataset contains 33K cleaned conversations with pairwise human preferences.
It is collected from 13K unique IP addresses on the Chatbot Arena from April to June 2023.
Each sample includes a question ID, two model names, their full conversation text in OpenAI API JSON format, the user vote, the anonymized user ID, the detected language tag, the OpenAI moderation API tag, the additional toxic tag, and the timestamp.
To ensure the safe release… See the full description on the dataset page: https://huggingface.co/datasets/lmsys/chatbot_arena_conversations.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_conversations
Dataset Card for "lmsys-chatbot_arena_conversations"
More Information needed
chatbot-arena-spoken-voicestw_chatbot_arena
TW Chatbot Arena 資料集說明
概述
TW Chatbot Arena 資料集是一個開源資料集,旨在促進台灣聊天機器人競技場 https://arena.twllm.com/ 的人類回饋強化學習資料(RLHF)。這個資料集包含英文和中文的對話資料,主要聚焦於繁體中文,以支援語言模型的開發和評估。
資料集摘要
授權: Apache-2.0
語言: 主要為繁體中文
規模: 3.6k 筆資料(2024/08/02)
內容: 使用者與聊天機器人的互動,每筆互動都根據回應品質標記為被選擇或被拒絕。
贊助
本計畫由「【g0v 零時小學校】繁體中文AI 開源實踐計畫」(https://sch001.g0v.tw/dash/brd/2024TC-AI-OS-Grant/list)贊助。
資料集結構
資料集包含以下欄位:
question_id: 每次互動的唯一隨機識別碼。
model_a: 左側模型的名稱。
model_b: 右側模型的名稱。
winner:… See the full description on the dataset page: https://huggingface.co/datasets/aigrant/tw_chatbot_arena.chatbot_arena_completions
