joey234/mmlu-formal_logic
收藏资源简介:
--- 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: 5605 num_examples: 5 - name: test num_bytes: 599410 num_examples: 126 download_size: 87495 dataset_size: 605015 configs: - config_name: default data_files: - split: dev path: data/dev-* - split: test path: data/test-* --- # Dataset Card for "mmlu-formal_logic" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
数据集概述
数据集特征
- question: 数据类型为字符串。
- choices: 数据类型为字符串序列。
- answer: 数据类型为分类标签,具体标签为:
- 0: A
- 1: B
- 2: C
- 3: D
- negate_openai_prompt: 结构化数据,包含:
- content: 数据类型为字符串。
- role: 数据类型为字符串。
- neg_question: 数据类型为字符串。
- fewshot_context: 数据类型为字符串。
- fewshot_context_neg: 数据类型为字符串。
数据集分割
- dev:
- 字节数: 5605
- 示例数: 5
- test:
- 字节数: 599410
- 示例数: 126
数据集大小
- 下载大小: 87495字节
- 数据集总大小: 605015字节
配置文件
- config_name: default
- data_files:
- split: dev, path: data/dev-*
- split: test, path: data/test-*



