justshao/triviaQA_as_MCQ
收藏资源简介:
--- dataset_info: features: - name: question dtype: string - name: question_id dtype: string - name: question_source dtype: string - name: entity_pages sequence: - name: doc_source dtype: string - name: filename dtype: string - name: title dtype: string - name: wiki_context dtype: string - name: search_results sequence: - name: description dtype: string - name: filename dtype: string - name: rank dtype: int32 - name: title dtype: string - name: url dtype: string - name: search_context dtype: string - name: answer struct: - name: aliases sequence: string - name: normalized_aliases sequence: string - name: matched_wiki_entity_name dtype: string - name: normalized_matched_wiki_entity_name dtype: string - name: normalized_value dtype: string - name: type dtype: string - name: value dtype: string - name: mc_answer dtype: int64 - name: mc_choices sequence: string - name: gpt_generated_wrong_answers dtype: string - name: mc_generated_wrong_choices sequence: string splits: - name: fewshot_examples num_bytes: 11551 num_examples: 10 - name: test num_bytes: 944828 num_examples: 997 download_size: 532090 dataset_size: 956379 configs: - config_name: default data_files: - split: fewshot_examples path: data/fewshot_examples-* - split: test path: data/test-* ---
数据集概述
数据集特征
- question: 字符串类型
- question_id: 字符串类型
- question_source: 字符串类型
- entity_pages: 序列类型,包含以下字段:
- doc_source: 字符串类型
- filename: 字符串类型
- title: 字符串类型
- wiki_context: 字符串类型
- search_results: 序列类型,包含以下字段:
- description: 字符串类型
- filename: 字符串类型
- rank: 整数类型(int32)
- title: 字符串类型
- url: 字符串类型
- search_context: 字符串类型
- answer: 结构类型,包含以下字段:
- aliases: 字符串序列
- normalized_aliases: 字符串序列
- matched_wiki_entity_name: 字符串类型
- normalized_matched_wiki_entity_name: 字符串类型
- normalized_value: 字符串类型
- type: 字符串类型
- value: 字符串类型
- mc_answer: 长整数类型(int64)
- mc_choices: 字符串序列
- gpt_generated_wrong_answers: 字符串类型
- mc_generated_wrong_choices: 字符串序列
数据集分割
- fewshot_examples: 10个样本,总大小11551字节
- test: 997个样本,总大小944828字节
数据集大小
- 下载大小: 532090字节
- 数据集总大小: 956379字节
配置文件
- config_name: default
- data_files:
- fewshot_examples: 路径为
data/fewshot_examples-* - test: 路径为
data/test-*
- fewshot_examples: 路径为



