Datasets:
Tasks:
Question Answering
Sub-tasks:
extractive-qa
Languages:
English
Size:
10K<n<100K
ArXiv:
Tags:
conversational-qa
License:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
|
@@ -22,6 +22,153 @@ paperswithcode_id: null
|
|
| 22 |
pretty_name: SharcModified
|
| 23 |
tags:
|
| 24 |
- conversational-qa
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 25 |
---
|
| 26 |
|
| 27 |
# Dataset Card for SharcModified
|
|
|
|
| 22 |
pretty_name: SharcModified
|
| 23 |
tags:
|
| 24 |
- conversational-qa
|
| 25 |
+
dataset_info:
|
| 26 |
+
- config_name: mod
|
| 27 |
+
features:
|
| 28 |
+
- name: id
|
| 29 |
+
dtype: string
|
| 30 |
+
- name: utterance_id
|
| 31 |
+
dtype: string
|
| 32 |
+
- name: source_url
|
| 33 |
+
dtype: string
|
| 34 |
+
- name: snippet
|
| 35 |
+
dtype: string
|
| 36 |
+
- name: question
|
| 37 |
+
dtype: string
|
| 38 |
+
- name: scenario
|
| 39 |
+
dtype: string
|
| 40 |
+
- name: history
|
| 41 |
+
list:
|
| 42 |
+
- name: follow_up_question
|
| 43 |
+
dtype: string
|
| 44 |
+
- name: follow_up_answer
|
| 45 |
+
dtype: string
|
| 46 |
+
- name: evidence
|
| 47 |
+
list:
|
| 48 |
+
- name: follow_up_question
|
| 49 |
+
dtype: string
|
| 50 |
+
- name: follow_up_answer
|
| 51 |
+
dtype: string
|
| 52 |
+
- name: answer
|
| 53 |
+
dtype: string
|
| 54 |
+
splits:
|
| 55 |
+
- name: train
|
| 56 |
+
num_bytes: 15138034
|
| 57 |
+
num_examples: 21890
|
| 58 |
+
- name: validation
|
| 59 |
+
num_bytes: 1474239
|
| 60 |
+
num_examples: 2270
|
| 61 |
+
download_size: 21197271
|
| 62 |
+
dataset_size: 16612273
|
| 63 |
+
- config_name: mod_dev_multi
|
| 64 |
+
features:
|
| 65 |
+
- name: id
|
| 66 |
+
dtype: string
|
| 67 |
+
- name: utterance_id
|
| 68 |
+
dtype: string
|
| 69 |
+
- name: source_url
|
| 70 |
+
dtype: string
|
| 71 |
+
- name: snippet
|
| 72 |
+
dtype: string
|
| 73 |
+
- name: question
|
| 74 |
+
dtype: string
|
| 75 |
+
- name: scenario
|
| 76 |
+
dtype: string
|
| 77 |
+
- name: history
|
| 78 |
+
list:
|
| 79 |
+
- name: follow_up_question
|
| 80 |
+
dtype: string
|
| 81 |
+
- name: follow_up_answer
|
| 82 |
+
dtype: string
|
| 83 |
+
- name: evidence
|
| 84 |
+
list:
|
| 85 |
+
- name: follow_up_question
|
| 86 |
+
dtype: string
|
| 87 |
+
- name: follow_up_answer
|
| 88 |
+
dtype: string
|
| 89 |
+
- name: answer
|
| 90 |
+
dtype: string
|
| 91 |
+
- name: all_answers
|
| 92 |
+
sequence: string
|
| 93 |
+
splits:
|
| 94 |
+
- name: validation
|
| 95 |
+
num_bytes: 1553940
|
| 96 |
+
num_examples: 2270
|
| 97 |
+
download_size: 2006124
|
| 98 |
+
dataset_size: 1553940
|
| 99 |
+
- config_name: history
|
| 100 |
+
features:
|
| 101 |
+
- name: id
|
| 102 |
+
dtype: string
|
| 103 |
+
- name: utterance_id
|
| 104 |
+
dtype: string
|
| 105 |
+
- name: source_url
|
| 106 |
+
dtype: string
|
| 107 |
+
- name: snippet
|
| 108 |
+
dtype: string
|
| 109 |
+
- name: question
|
| 110 |
+
dtype: string
|
| 111 |
+
- name: scenario
|
| 112 |
+
dtype: string
|
| 113 |
+
- name: history
|
| 114 |
+
list:
|
| 115 |
+
- name: follow_up_question
|
| 116 |
+
dtype: string
|
| 117 |
+
- name: follow_up_answer
|
| 118 |
+
dtype: string
|
| 119 |
+
- name: evidence
|
| 120 |
+
list:
|
| 121 |
+
- name: follow_up_question
|
| 122 |
+
dtype: string
|
| 123 |
+
- name: follow_up_answer
|
| 124 |
+
dtype: string
|
| 125 |
+
- name: answer
|
| 126 |
+
dtype: string
|
| 127 |
+
splits:
|
| 128 |
+
- name: train
|
| 129 |
+
num_bytes: 15083103
|
| 130 |
+
num_examples: 21890
|
| 131 |
+
- name: validation
|
| 132 |
+
num_bytes: 1468604
|
| 133 |
+
num_examples: 2270
|
| 134 |
+
download_size: 21136658
|
| 135 |
+
dataset_size: 16551707
|
| 136 |
+
- config_name: history_dev_multi
|
| 137 |
+
features:
|
| 138 |
+
- name: id
|
| 139 |
+
dtype: string
|
| 140 |
+
- name: utterance_id
|
| 141 |
+
dtype: string
|
| 142 |
+
- name: source_url
|
| 143 |
+
dtype: string
|
| 144 |
+
- name: snippet
|
| 145 |
+
dtype: string
|
| 146 |
+
- name: question
|
| 147 |
+
dtype: string
|
| 148 |
+
- name: scenario
|
| 149 |
+
dtype: string
|
| 150 |
+
- name: history
|
| 151 |
+
list:
|
| 152 |
+
- name: follow_up_question
|
| 153 |
+
dtype: string
|
| 154 |
+
- name: follow_up_answer
|
| 155 |
+
dtype: string
|
| 156 |
+
- name: evidence
|
| 157 |
+
list:
|
| 158 |
+
- name: follow_up_question
|
| 159 |
+
dtype: string
|
| 160 |
+
- name: follow_up_answer
|
| 161 |
+
dtype: string
|
| 162 |
+
- name: answer
|
| 163 |
+
dtype: string
|
| 164 |
+
- name: all_answers
|
| 165 |
+
sequence: string
|
| 166 |
+
splits:
|
| 167 |
+
- name: validation
|
| 168 |
+
num_bytes: 1548305
|
| 169 |
+
num_examples: 2270
|
| 170 |
+
download_size: 2000489
|
| 171 |
+
dataset_size: 1548305
|
| 172 |
---
|
| 173 |
|
| 174 |
# Dataset Card for SharcModified
|