euiyulsong/arc_easy
收藏资源简介:
--- dataset_info: features: - name: id dtype: string - name: question dtype: string - name: choices struct: - name: label sequence: string - name: text sequence: string - name: answerKey dtype: string - name: prompt dtype: string - name: chosen dtype: string - name: rejected dtype: string - name: text dtype: string splits: - name: train num_bytes: 1939257 num_examples: 2251 download_size: 1056358 dataset_size: 1939257 configs: - config_name: default data_files: - split: train path: data/train-* ---
This dataset is primarily used for question-answering tasks, containing multiple fields such as id, question, choices, answerKey, prompt, chosen, rejected, and text. The choices field is a structured field containing subfields label and text. The dataset is divided into a training set, containing 2251 samples, with a total size of 1939257 bytes. The configuration name of the dataset is default, and the training data file path is data/train-*.
数据集概述
数据集特征
- id: 字符串类型
- question: 字符串类型
- choices: 结构化数据
- label: 字符串序列
- text: 字符串序列
- answerKey: 字符串类型
- prompt: 字符串类型
- chosen: 字符串类型
- rejected: 字符串类型
- text: 字符串类型
数据集划分
- train:
- 数据量: 1939257字节
- 示例数量: 2251
数据集大小
- 下载大小: 1056358字节
- 数据集大小: 1939257字节
配置
- config_name: default
- data_files:
- split: train
- path: data/train-*




