liyucheng/trivia_qa_wiki_val
收藏资源简介:
--- 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: wiki_context_sample dtype: string splits: - name: validation num_bytes: 662010582 num_examples: 7993 download_size: 355772611 dataset_size: 662010582 configs: - config_name: default data_files: - split: validation path: data/validation-* --- # Dataset Card for "trivia_qa_wiki_val" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
### 数据集信息 #### 特征字段: 1. **问题(question)**:数据类型为字符串(string) 2. **问题ID(question_id)**:数据类型为字符串(string) 3. **问题来源(question_source)**:数据类型为字符串(string) 4. **实体页面(entity_pages)**:为序列类型,包含以下子字段: - 文档来源(doc_source):数据类型为字符串(string) - 文件名(filename):数据类型为字符串(string) - 标题(title):数据类型为字符串(string) - 维基百科上下文(wiki_context):数据类型为字符串(string) 5. **搜索结果(search_results)**:为序列类型,包含以下子字段: - 描述(description):数据类型为字符串(string) - 文件名(filename):数据类型为字符串(string) - 排名(rank):数据类型为int32 - 标题(title):数据类型为字符串(string) - 统一资源定位符(url):数据类型为字符串(string) - 搜索上下文(search_context):数据类型为字符串(string) 6. **答案(answer)**:为结构体类型,包含以下子字段: - 别名(aliases):字符串序列 - 标准化别名(normalized_aliases):字符串序列 - 匹配的维基百科实体名称(matched_wiki_entity_name):数据类型为字符串(string) - 标准化匹配维基百科实体名称(normalized_matched_wiki_entity_name):数据类型为字符串(string) - 标准化值(normalized_value):数据类型为字符串(string) - 类型(type):数据类型为字符串(string) - 值(value):数据类型为字符串(string) 7. **维基百科上下文样本(wiki_context_sample)**:数据类型为字符串(string) #### 数据集划分: 仅包含验证集(validation),字节占用大小为662010582,样本总数为7993。 #### 统计信息: 下载大小:355772611 数据集总大小:662010582 #### 配置项: 默认配置(default),对应数据文件为: - 划分集:验证集(validation),文件路径:data/validation-* --- # 「trivia_qa_wiki_val」数据集卡片 [需补充更多信息](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
数据集概述
数据集信息
- 特征列表:
question: 问题,数据类型为字符串。question_id: 问题ID,数据类型为字符串。question_source: 问题来源,数据类型为字符串。entity_pages: 实体页面信息,包含以下字段:doc_source: 文档来源,数据类型为字符串。filename: 文件名,数据类型为字符串。title: 标题,数据类型为字符串。wiki_context: 维基内容,数据类型为字符串。
search_results: 搜索结果,包含以下字段:description: 描述,数据类型为字符串。filename: 文件名,数据类型为字符串。rank: 排名,数据类型为整数(int32)。title: 标题,数据类型为字符串。url: URL,数据类型为字符串。search_context: 搜索上下文,数据类型为字符串。
answer: 答案,包含以下字段:aliases: 别名,数据类型为字符串序列。normalized_aliases: 标准化别名,数据类型为字符串序列。matched_wiki_entity_name: 匹配的维基实体名称,数据类型为字符串。normalized_matched_wiki_entity_name: 标准化的匹配维基实体名称,数据类型为字符串。normalized_value: 标准化值,数据类型为字符串。type: 类型,数据类型为字符串。value: 值,数据类型为字符串。
wiki_context_sample: 维基上下文样本,数据类型为字符串。
数据集分割
- 验证集:
- 名称:
validation - 字节数: 662010582
- 样本数: 7993
- 名称:
数据集大小
- 下载大小: 355772611 字节
- 数据集大小: 662010582 字节
配置
- 配置名称:
default- 数据文件:
- 分割:
validation - 路径:
data/validation-*
- 分割:
- 数据文件:




