Datasets:
Tasks:
Question Answering
Modalities:
Text
Formats:
parquet
Sub-tasks:
extractive-qa
Languages:
English
Size:
1K - 10K
ArXiv:
Tags:
conversational-qa
License:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -24,6 +24,31 @@ task_ids:
|
|
24 |
paperswithcode_id: coqa
|
25 |
tags:
|
26 |
- conversational-qa
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
---
|
28 |
|
29 |
# Dataset Card for "coqa"
|
|
|
24 |
paperswithcode_id: coqa
|
25 |
tags:
|
26 |
- conversational-qa
|
27 |
+
dataset_info:
|
28 |
+
features:
|
29 |
+
- name: source
|
30 |
+
dtype: string
|
31 |
+
- name: story
|
32 |
+
dtype: string
|
33 |
+
- name: questions
|
34 |
+
sequence: string
|
35 |
+
- name: answers
|
36 |
+
sequence:
|
37 |
+
- name: input_text
|
38 |
+
dtype: string
|
39 |
+
- name: answer_start
|
40 |
+
dtype: int32
|
41 |
+
- name: answer_end
|
42 |
+
dtype: int32
|
43 |
+
splits:
|
44 |
+
- name: train
|
45 |
+
num_bytes: 17981459
|
46 |
+
num_examples: 7199
|
47 |
+
- name: validation
|
48 |
+
num_bytes: 1225518
|
49 |
+
num_examples: 500
|
50 |
+
download_size: 58092681
|
51 |
+
dataset_size: 19206977
|
52 |
---
|
53 |
|
54 |
# Dataset Card for "coqa"
|