dferndz/cSQuAD1
收藏Hugging Face2022-12-09 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/dferndz/cSQuAD1
下载链接
链接失效反馈官方服务:
资源简介:
---
annotations_creators:
- expert-generated
language:
- en
language_creators:
- other
license:
- apache-2.0
multilinguality:
- monolingual
pretty_name: cSQuAD1
size_categories: []
source_datasets: []
tags: []
task_categories:
- question-answering
task_ids: []
---
# Dataset Card for cSQuAD1
## Table of Contents
- [Table of Contents](#table-of-contents)
- [Dataset Description](#dataset-description)
- [Dataset Summary](#dataset-summary)
- [Supported Tasks](#supported-tasks)
- [Languages](#languages)
- [Dataset Structure](#dataset-structure)
- [Data Instances](#data-instances)
- [Data Fields](#data-fields)
- [Data Splits](#data-splits)
- [Additional Information](#additional-information)
- [Licensing Information](#licensing-information)
- [Citation Information](#citation-information)
## Dataset Description
- **Homepage:**
- **Repository:**
- **Paper:**
- **Leaderboard:**
- **Point of Contact:**
### Dataset Summary
A contrast set generated from the eval set of SQuAD. Questions and answers were modified
to help detecting dataset artifacts. This dataset only contains a validation set, which
should only be used to evaluate a model.
### Supported Tasks
Question Answering (SQuAD).
### Languages
English
## Dataset Structure
### Data Instances
Dataset contains 100 instances
### Data Fields
| Field | Description |
|----------|--------------------------------------------------
| id | Id of document containing context |
| title | Title of the document |
| context | The context of the question |
| question | The question to answer |
| answers | A list of possible answers from the context |
| answer_start | The index in context where the answer starts |
### Data Splits
A single `eval` split is provided
## Dataset Creation
Dataset was created by modifying a sample of 100 examples from SQuAD test split.
## Additional Information
### Licensing Information
Apache 2.0 license
### Citation Information
TODO: add citations
提供机构:
dferndz
原始信息汇总
数据集概述
数据集描述
数据集总结
- 名称: cSQuAD1
- 类型: 对比集,源自SQuAD的评估集
- 目的: 帮助检测数据集中的工件
- 内容: 仅包含验证集,用于模型评估
支持的任务
- 任务: 问答(SQuAD)
语言
- 语言: 英语
数据集结构
数据实例
- 数量: 100个实例
数据字段
| 字段 | 描述 |
|---|---|
| id | 包含上下文的文档ID |
| title | 文档标题 |
| context | 问题的上下文 |
| question | 待回答的问题 |
| answers | 上下文中的可能答案列表 |
| answer_start | 答案在上下文中开始的位置索引 |
数据分割
- 分割: 单一的
eval分割
附加信息
许可信息
- 许可: Apache 2.0
引用信息
- 引用: 待添加



