joey234/mmlu-college_mathematics
收藏资源简介:
--- dataset_info: features: - name: question dtype: string - name: choices sequence: string - name: answer dtype: class_label: names: '0': A '1': B '2': C '3': D - name: negate_openai_prompt struct: - name: content dtype: string - name: role dtype: string - name: neg_question dtype: string - name: fewshot_context dtype: string - name: fewshot_context_neg dtype: string splits: - name: dev num_bytes: 6168 num_examples: 5 - name: test num_bytes: 422940 num_examples: 100 download_size: 81860 dataset_size: 429108 configs: - config_name: default data_files: - split: dev path: data/dev-* - split: test path: data/test-* --- # Dataset Card for "mmlu-college_mathematics" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
数据集信息(dataset_info): 特征字段: - 字段名称:问题(question),数据类型:字符串 - 字段名称:选项(choices),数据类型:字符串序列 - 字段名称:答案(answer),数据类型:分类标签(class_label),标签映射规则为:'0'对应A,'1'对应B,'2'对应C,'3'对应D - 字段名称:反向OpenAI提示词(negate_openai_prompt),结构体类型,包含以下子字段: - 子字段名称:内容(content),数据类型:字符串 - 子字段名称:角色(role),数据类型:字符串 - 字段名称:反向问题(neg_question),数据类型:字符串 - 字段名称:少样本上下文(fewshot_context),数据类型:字符串 - 字段名称:反向少样本上下文(fewshot_context_neg),数据类型:字符串 数据集划分: - 划分名称:开发集(dev),字节大小:6168,样本数量:5 - 划分名称:测试集(test),字节大小:422940,样本数量:100 下载大小:81860字节 数据集总大小:429108字节 数据集配置: - 配置名称:默认配置(default),关联数据文件: - 数据集划分:开发集(dev),文件路径:data/dev-* - 数据集划分:测试集(test),文件路径:data/test-* # “mmlu-college_mathematics”数据集卡片(Dataset Card) [更多信息请参阅](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
数据集概述
数据集名称
"mmlu-college_mathematics"
数据集特征
- question: 字符串类型
- choices: 字符串序列
- answer: 分类标签,具体为:
- 0: A
- 1: B
- 2: C
- 3: D
- negate_openai_prompt: 结构化数据,包含:
- content: 字符串类型
- role: 字符串类型
- neg_question: 字符串类型
- fewshot_context: 字符串类型
- fewshot_context_neg: 字符串类型
数据集分割
- dev:
- 字节数: 6168
- 示例数: 5
- test:
- 字节数: 422940
- 示例数: 100
数据集大小
- 下载大小: 81860字节
- 数据集总大小: 429108字节
数据文件配置
- default 配置:
- dev: 路径为 "data/dev-*"
- test: 路径为 "data/test-*"




