KETI-AIR/kor_boolq
收藏Hugging Face2023-12-07 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/KETI-AIR/kor_boolq
下载链接
链接失效反馈官方服务:
资源简介:
---
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: validation
path: data/validation-*
dataset_info:
features:
- name: data_index_by_user
dtype: int32
- name: question
dtype: string
- name: passage
dtype: string
- name: answer
dtype: bool
splits:
- name: train
num_bytes: 6533771
num_examples: 9427
- name: validation
num_bytes: 2239144
num_examples: 3270
download_size: 5399244
dataset_size: 8772915
license: cc-by-sa-3.0
---
# Dataset Card for "kor_boolq"
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
# Source Data Citation Information
```
@inproceedings{clark2019boolq,
title = {BoolQ: Exploring the Surprising Difficulty of Natural Yes/No Questions},
author = {Clark, Christopher and Lee, Kenton and Chang, Ming-Wei, and Kwiatkowski, Tom and Collins, Michael, and Toutanova, Kristina},
booktitle = {NAACL},
year = {2019},
}
```
提供机构:
KETI-AIR
原始信息汇总
数据集概述
配置信息
- 默认配置:
- 训练数据:路径为
data/train-* - 验证数据:路径为
data/validation-*
- 训练数据:路径为
数据特征
- 数据索引:
data_index_by_user,数据类型为int32 - 问题:
question,数据类型为string - 段落:
passage,数据类型为string - 答案:
answer,数据类型为bool
数据分割
- 训练集:
- 字节数:6533771
- 样本数:9427
- 验证集:
- 字节数:2239144
- 样本数:3270
数据大小
- 下载大小:5399244 字节
- 数据集大小:8772915 字节
许可证
- 许可证:cc-by-sa-3.0
引用信息
@inproceedings{clark2019boolq, title = {BoolQ: Exploring the Surprising Difficulty of Natural Yes/No Questions}, author = {Clark, Christopher and Lee, Kenton and Chang, Ming-Wei, and Kwiatkowski, Tom and Collins, Michael, and Toutanova, Kristina}, booktitle = {NAACL}, year = {2019}, }



