tilyupo/trivia_qa
收藏Hugging Face2023-08-03 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/tilyupo/trivia_qa
下载链接
链接失效反馈官方服务:
资源简介:
---
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: validation
path: data/validation-*
dataset_info:
features:
- name: question
dtype: string
- name: question_id
dtype: string
- name: question_source
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: passages
list:
- name: answer
dtype: string
- name: passage
dtype: string
- name: precise_score
dtype: float64
- name: rough_score
dtype: float64
- name: source
dtype: string
- name: title
dtype: string
splits:
- name: train
num_bytes: 3065861634
num_examples: 137282
- name: validation
num_bytes: 402091161
num_examples: 17817
download_size: 1805238996
dataset_size: 3467952795
---
# Dataset Card for "trivia_qa_passages"
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
提供机构:
tilyupo
原始信息汇总
数据集概述
配置
- 配置名称: default
- 数据文件:
- 训练集: data/train-*
- 验证集: data/validation-*
数据集信息
- 特征:
- question: 类型为字符串
- question_id: 类型为字符串
- question_source: 类型为字符串
- answer: 结构体包含以下字段:
- aliases: 字符串序列
- normalized_aliases: 字符串序列
- matched_wiki_entity_name: 类型为字符串
- normalized_matched_wiki_entity_name: 类型为字符串
- normalized_value: 类型为字符串
- type: 类型为字符串
- value: 类型为字符串
- passages: 列表包含以下字段:
- answer: 类型为字符串
- passage: 类型为字符串
- precise_score: 类型为浮点数 (float64)
- rough_score: 类型为浮点数 (float64)
- source: 类型为字符串
- title: 类型为字符串
数据集分割
- 训练集:
- 字节数: 3065861634
- 样本数: 137282
- 验证集:
- 字节数: 402091161
- 样本数: 17817
数据集大小
- 下载大小: 1805238996 字节
- 数据集大小: 3467952795 字节



