FranzderPapst/squad_x_boolq
收藏Hugging Face2023-10-16 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/FranzderPapst/squad_x_boolq
下载链接
链接失效反馈官方服务:
资源简介:
---
license: mit
language:
- en
task_categories:
- text-classification
pretty_name: warrgalbhalble
size_categories:
- 1K<n<10K
---
# ABOUT
Wanted to train a model to classify question, if they are open ore boolean. So I merged SQuAD with BoolQ, the dataset contains 5000 question of each dataset, labeled with "true" (the boolean question) and with "false" (the open questions). Didn't add questions that don't fall into these categories. May be a flaw, we'll see:).
For some reason the dataset viewer isn't working, sorry for that one, but here's a snippet of the json structure:
{
"question": "are there fiber optic cables under the ocean",
"type": "true"
},
{
"question": "are dollar general and dollar tree owned by the same company",
"type": "true"
},
提供机构:
FranzderPapst
原始信息汇总
数据集概述
许可证
- MIT许可证
语言
- 英语
任务类别
- 文本分类
数据集名称
- warrgalbhalble
数据集大小
- 1K<n<10K
数据集描述
- 该数据集旨在训练一个模型来分类问题,判断问题是开放式还是布尔型。数据集合并了SQuAD和BoolQ两个数据集,包含5000个开放式问题和5000个布尔型问题,分别标记为"true"(布尔型问题)和"false"(开放式问题)。未包含不属于这两种类别的问题。
数据结构示例
json { "question": "are there fiber optic cables under the ocean", "type": "true" }, { "question": "are dollar general and dollar tree owned by the same company", "type": "true" }



