Datasets:
Tasks:
Question Answering
Modalities:
Text
Formats:
json
Sub-tasks:
extractive-qa
Languages:
English
Size:
100K - 1M
License:
File size: 1,282 Bytes
398cfb0 c402cfc 398cfb0 c402cfc 398cfb0 c402cfc 398cfb0 b5d17d2 c402cfc c0d6172 c402cfc de1b6a8 c402cfc 398cfb0 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 |
---
pretty_name: SQuAD Augmented v2
license: cc-by-4.0
task_categories:
- question-answering
source_datasets:
- extended|wikipedia
task_ids:
- extractive-qa
annotations_creators:
- crowdsourced
language_creators:
- crowdsourced
- found
paperswithcode_id: squad
language:
- en
multilinguality:
- monolingual
size_categories:
- 10K<n<100K
viewer: true
train-eval-index:
- config: plain_text
task: question-answering
task_id: extractive_question_answering
splits:
train_split: train
eval_split: validation
col_mapping:
question: question
context: context
answers:
text: text
answer_start: answer_start
metrics:
- type: squad
name: SQuAD
dataset_info:
features:
- name: id
dtype: string
- name: title
dtype: string
- name: context
dtype: string
- name: question
dtype: string
- name: answers
sequence:
- name: text
dtype: string
- name: answer_start
dtype: int32
config_name: plain_text
splits:
- name: train
num_bytes: 156093315
num_examples: 169211
- name: validation
num_bytes: 10472653
num_examples: 10570
download_size: 35142551
dataset_size: 89789763
--- |