vinhtran2611/lmsys_chatbot_arena_conversations_filtered
收藏资源简介:
--- dataset_info: features: - name: question_id dtype: string - name: model_a dtype: string - name: model_b dtype: string - name: winner dtype: string - name: judge dtype: string - name: conversation_a list: - name: content dtype: string - name: role dtype: string - name: conversation_b list: - name: content dtype: string - name: role dtype: string - name: turn dtype: int64 - name: anony dtype: bool - name: language dtype: string - name: tstamp dtype: float64 - name: openai_moderation struct: - name: categories struct: - name: harassment dtype: bool - name: harassment/threatening dtype: bool - name: hate dtype: bool - name: hate/threatening dtype: bool - name: self-harm dtype: bool - name: self-harm/instructions dtype: bool - name: self-harm/intent dtype: bool - name: sexual dtype: bool - name: sexual/minors dtype: bool - name: violence dtype: bool - name: violence/graphic dtype: bool - name: category_scores struct: - name: harassment dtype: float64 - name: harassment/threatening dtype: float64 - name: hate dtype: float64 - name: hate/threatening dtype: float64 - name: self-harm dtype: float64 - name: self-harm/instructions dtype: float64 - name: self-harm/intent dtype: float64 - name: sexual dtype: float64 - name: sexual/minors dtype: float64 - name: violence dtype: float64 - name: violence/graphic dtype: float64 - name: flagged dtype: bool - name: toxic_chat_tag struct: - name: roberta-large struct: - name: flagged dtype: bool - name: probability dtype: float64 - name: t5-large struct: - name: flagged dtype: bool - name: score dtype: float64 splits: - name: train num_bytes: 130347.62021212121 num_examples: 53 download_size: 116876 dataset_size: 130347.62021212121 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "lmsys_chatbot_arena_conversations_filtered" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
--- 数据集信息: 特征列: - 问题ID(question_id):字符串类型 - 模型A(model_a):字符串类型 - 模型B(model_b):字符串类型 - 获胜方(winner):字符串类型 - 评判者(judge):字符串类型 - 对话A(conversation_a):列表类型,列表元素为结构体,包含: - 内容(content):字符串类型 - 角色(role):字符串类型 - 对话B(conversation_b):列表类型,列表元素为结构体,包含: - 内容(content):字符串类型 - 角色(role):字符串类型 - 对话轮次(turn):int64类型 - 匿名状态(anony):布尔类型 - 语言(language):字符串类型 - 时间戳(tstamp):float64类型 - OpenAI内容审核(openai_moderation):结构体类型,包含以下子字段: - 分类项(categories):结构体类型,包含: - 骚扰(harassment):布尔类型 - 骚扰/威胁(harassment/threatening):布尔类型 - 仇恨(hate):布尔类型 - 仇恨/威胁(hate/threatening):布尔类型 - 自残(self-harm):布尔类型 - 自残指导(self-harm/instructions):布尔类型 - 自残意图(self-harm/intent):布尔类型 - 性内容(sexual):布尔类型 - 未成年人相关性内容(sexual/minors):布尔类型 - 暴力(violence):布尔类型 - 图文暴力(violence/graphic):布尔类型 - 分类得分(category_scores):结构体类型,包含各对应分类的float64类型得分 - 标记状态(flagged):布尔类型 - 恶意对话标签(toxic_chat_tag):结构体类型,包含两个子模型的检测结果: - roberta-large:结构体类型,包含: - 标记状态(flagged):布尔类型 - 恶意概率(probability):float64类型 - t5-large:结构体类型,包含: - 标记状态(flagged):布尔类型 - 恶意得分(score):float64类型 数据划分: - 训练集(train):字节大小为130347.62021212121,样本数量为53 下载大小:116876 数据集总大小:130347.62021212121 配置项: - 配置名称:默认(default),数据文件: - 训练集划分对应数据文件路径:data/train-* --- # 「lmsys_chatbot_arena_conversations_filtered」数据集卡片 [需补充更多信息](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
数据集概述
数据集名称
lmsys_chatbot_arena_conversations_filtered
数据集特征
- question_id: 字符串类型
- model_a: 字符串类型
- model_b: 字符串类型
- winner: 字符串类型
- judge: 字符串类型
- conversation_a: 列表类型
- content: 字符串类型
- role: 字符串类型
- conversation_b: 列表类型
- content: 字符串类型
- role: 字符串类型
- turn: 整数类型
- anony: 布尔类型
- language: 字符串类型
- tstamp: 浮点数类型
- openai_moderation: 结构体类型
- categories: 结构体类型
- harassment: 布尔类型
- harassment/threatening: 布尔类型
- hate: 布尔类型
- hate/threatening: 布尔类型
- self-harm: 布尔类型
- self-harm/instructions: 布尔类型
- self-harm/intent: 布尔类型
- sexual: 布尔类型
- sexual/minors: 布尔类型
- violence: 布尔类型
- violence/graphic: 布尔类型
- category_scores: 结构体类型
- harassment: 浮点数类型
- harassment/threatening: 浮点数类型
- hate: 浮点数类型
- hate/threatening: 浮点数类型
- self-harm: 浮点数类型
- self-harm/instructions: 浮点数类型
- self-harm/intent: 浮点数类型
- sexual: 浮点数类型
- sexual/minors: 浮点数类型
- violence: 浮点数类型
- violence/graphic: 浮点数类型
- flagged: 布尔类型
- categories: 结构体类型
- toxic_chat_tag: 结构体类型
- roberta-large: 结构体类型
- flagged: 布尔类型
- probability: 浮点数类型
- t5-large: 结构体类型
- flagged: 布尔类型
- score: 浮点数类型
- roberta-large: 结构体类型
数据集分割
- train:
- num_bytes: 130347.62021212121
- num_examples: 53
数据集大小
- download_size: 116876
- dataset_size: 130347.62021212121
配置
- config_name: default
- data_files:
- split: train
- path: data/train-*
- data_files:




