Fix README: single default config like coqa_abg
Browse files
README.md
CHANGED
|
@@ -1,6 +1,5 @@
|
|
| 1 |
---
|
| 2 |
dataset_info:
|
| 3 |
-
- config_name: default
|
| 4 |
features:
|
| 5 |
- name: id
|
| 6 |
dtype: string
|
|
@@ -83,234 +82,30 @@ dataset_info:
|
|
| 83 |
- name: org_ans
|
| 84 |
dtype: string
|
| 85 |
- name: org_ans_2
|
| 86 |
-
dtype:
|
| 87 |
- name: org_ans_3
|
| 88 |
-
dtype:
|
| 89 |
- name: question
|
| 90 |
dtype: string
|
| 91 |
splits:
|
| 92 |
- name: train
|
| 93 |
num_bytes: 36123142
|
| 94 |
num_examples: 6468
|
| 95 |
-
- name: val
|
| 96 |
-
num_bytes: 5751634
|
| 97 |
-
num_examples: 1092
|
| 98 |
- name: test
|
| 99 |
num_bytes: 5692633
|
| 100 |
num_examples: 1055
|
|
|
|
|
|
|
|
|
|
| 101 |
download_size: 23896523
|
| 102 |
dataset_size: 47567409
|
| 103 |
-
- config_name: test
|
| 104 |
-
features:
|
| 105 |
-
- name: id
|
| 106 |
-
dtype: string
|
| 107 |
-
- name: story
|
| 108 |
-
dtype: string
|
| 109 |
-
- name: story_ru
|
| 110 |
-
dtype: string
|
| 111 |
-
- name: target_turn
|
| 112 |
-
struct:
|
| 113 |
-
- name: answer
|
| 114 |
-
dtype: string
|
| 115 |
-
- name: question
|
| 116 |
-
dtype: string
|
| 117 |
-
- name: rationale
|
| 118 |
-
dtype: string
|
| 119 |
-
- name: span_end
|
| 120 |
-
dtype: int64
|
| 121 |
-
- name: span_start
|
| 122 |
-
dtype: int64
|
| 123 |
-
- name: turn_id
|
| 124 |
-
dtype: int64
|
| 125 |
-
- name: target_turn_ru
|
| 126 |
-
struct:
|
| 127 |
-
- name: answer_ru
|
| 128 |
-
dtype: string
|
| 129 |
-
- name: question_ru
|
| 130 |
-
dtype: string
|
| 131 |
-
- name: rationale_ru
|
| 132 |
-
dtype: string
|
| 133 |
-
- name: span_end
|
| 134 |
-
dtype: int64
|
| 135 |
-
- name: span_start
|
| 136 |
-
dtype: int64
|
| 137 |
-
- name: turn_id
|
| 138 |
-
dtype: int64
|
| 139 |
-
- name: history_turns
|
| 140 |
-
list:
|
| 141 |
-
- name: answer
|
| 142 |
-
dtype: string
|
| 143 |
-
- name: question
|
| 144 |
-
dtype: string
|
| 145 |
-
- name: rationale
|
| 146 |
-
dtype: string
|
| 147 |
-
- name: turn_id
|
| 148 |
-
dtype: int64
|
| 149 |
-
- name: history_turns_ru
|
| 150 |
-
list:
|
| 151 |
-
- name: answer_ru
|
| 152 |
-
dtype: string
|
| 153 |
-
- name: question_ru
|
| 154 |
-
dtype: string
|
| 155 |
-
- name: rationale_ru
|
| 156 |
-
dtype: string
|
| 157 |
-
- name: turn_id
|
| 158 |
-
dtype: int64
|
| 159 |
-
- name: ambiguity
|
| 160 |
-
dtype: string
|
| 161 |
-
splits:
|
| 162 |
-
- name: train
|
| 163 |
-
num_bytes: 5608104
|
| 164 |
-
num_examples: 1055
|
| 165 |
-
download_size: 1728484
|
| 166 |
-
dataset_size: 5608104
|
| 167 |
-
- config_name: train
|
| 168 |
-
features:
|
| 169 |
-
- name: id
|
| 170 |
-
dtype: string
|
| 171 |
-
- name: story
|
| 172 |
-
dtype: string
|
| 173 |
-
- name: story_ru
|
| 174 |
-
dtype: string
|
| 175 |
-
- name: target_turn
|
| 176 |
-
struct:
|
| 177 |
-
- name: answer
|
| 178 |
-
dtype: string
|
| 179 |
-
- name: question
|
| 180 |
-
dtype: string
|
| 181 |
-
- name: rationale
|
| 182 |
-
dtype: string
|
| 183 |
-
- name: span_end
|
| 184 |
-
dtype: int64
|
| 185 |
-
- name: span_start
|
| 186 |
-
dtype: int64
|
| 187 |
-
- name: turn_id
|
| 188 |
-
dtype: int64
|
| 189 |
-
- name: target_turn_ru
|
| 190 |
-
struct:
|
| 191 |
-
- name: answer_ru
|
| 192 |
-
dtype: string
|
| 193 |
-
- name: question_ru
|
| 194 |
-
dtype: string
|
| 195 |
-
- name: rationale_ru
|
| 196 |
-
dtype: string
|
| 197 |
-
- name: span_end
|
| 198 |
-
dtype: int64
|
| 199 |
-
- name: span_start
|
| 200 |
-
dtype: int64
|
| 201 |
-
- name: turn_id
|
| 202 |
-
dtype: int64
|
| 203 |
-
- name: history_turns
|
| 204 |
-
list:
|
| 205 |
-
- name: answer
|
| 206 |
-
dtype: string
|
| 207 |
-
- name: question
|
| 208 |
-
dtype: string
|
| 209 |
-
- name: rationale
|
| 210 |
-
dtype: string
|
| 211 |
-
- name: turn_id
|
| 212 |
-
dtype: int64
|
| 213 |
-
- name: history_turns_ru
|
| 214 |
-
list:
|
| 215 |
-
- name: answer_ru
|
| 216 |
-
dtype: string
|
| 217 |
-
- name: question_ru
|
| 218 |
-
dtype: string
|
| 219 |
-
- name: rationale_ru
|
| 220 |
-
dtype: string
|
| 221 |
-
- name: turn_id
|
| 222 |
-
dtype: int64
|
| 223 |
-
- name: ambiguity
|
| 224 |
-
dtype: string
|
| 225 |
-
splits:
|
| 226 |
-
- name: train
|
| 227 |
-
num_bytes: 35810676
|
| 228 |
-
num_examples: 6468
|
| 229 |
-
download_size: 15059278
|
| 230 |
-
dataset_size: 35810676
|
| 231 |
-
- config_name: val
|
| 232 |
-
features:
|
| 233 |
-
- name: id
|
| 234 |
-
dtype: string
|
| 235 |
-
- name: story
|
| 236 |
-
dtype: string
|
| 237 |
-
- name: story_ru
|
| 238 |
-
dtype: string
|
| 239 |
-
- name: target_turn
|
| 240 |
-
struct:
|
| 241 |
-
- name: answer
|
| 242 |
-
dtype: string
|
| 243 |
-
- name: question
|
| 244 |
-
dtype: string
|
| 245 |
-
- name: rationale
|
| 246 |
-
dtype: string
|
| 247 |
-
- name: span_end
|
| 248 |
-
dtype: int64
|
| 249 |
-
- name: span_start
|
| 250 |
-
dtype: int64
|
| 251 |
-
- name: turn_id
|
| 252 |
-
dtype: int64
|
| 253 |
-
- name: target_turn_ru
|
| 254 |
-
struct:
|
| 255 |
-
- name: answer_ru
|
| 256 |
-
dtype: string
|
| 257 |
-
- name: question_ru
|
| 258 |
-
dtype: string
|
| 259 |
-
- name: rationale_ru
|
| 260 |
-
dtype: string
|
| 261 |
-
- name: span_end
|
| 262 |
-
dtype: int64
|
| 263 |
-
- name: span_start
|
| 264 |
-
dtype: int64
|
| 265 |
-
- name: turn_id
|
| 266 |
-
dtype: int64
|
| 267 |
-
- name: history_turns
|
| 268 |
-
list:
|
| 269 |
-
- name: answer
|
| 270 |
-
dtype: string
|
| 271 |
-
- name: question
|
| 272 |
-
dtype: string
|
| 273 |
-
- name: rationale
|
| 274 |
-
dtype: string
|
| 275 |
-
- name: turn_id
|
| 276 |
-
dtype: int64
|
| 277 |
-
- name: history_turns_ru
|
| 278 |
-
list:
|
| 279 |
-
- name: answer_ru
|
| 280 |
-
dtype: string
|
| 281 |
-
- name: question_ru
|
| 282 |
-
dtype: string
|
| 283 |
-
- name: rationale_ru
|
| 284 |
-
dtype: string
|
| 285 |
-
- name: turn_id
|
| 286 |
-
dtype: int64
|
| 287 |
-
- name: ambiguity
|
| 288 |
-
dtype: string
|
| 289 |
-
splits:
|
| 290 |
-
- name: train
|
| 291 |
-
num_bytes: 5663997
|
| 292 |
-
num_examples: 1092
|
| 293 |
-
download_size: 1756214
|
| 294 |
-
dataset_size: 5663997
|
| 295 |
configs:
|
| 296 |
- config_name: default
|
| 297 |
data_files:
|
| 298 |
- split: train
|
| 299 |
path: data/train-*
|
| 300 |
-
- split: val
|
| 301 |
-
path: data/val-*
|
| 302 |
- split: test
|
| 303 |
path: data/test-*
|
| 304 |
-
-
|
| 305 |
-
|
| 306 |
-
- split: train
|
| 307 |
-
path: test/train-*
|
| 308 |
-
- config_name: train
|
| 309 |
-
data_files:
|
| 310 |
-
- split: train
|
| 311 |
-
path: train/train-*
|
| 312 |
-
- config_name: val
|
| 313 |
-
data_files:
|
| 314 |
-
- split: train
|
| 315 |
-
path: val/train-*
|
| 316 |
---
|
|
|
|
| 1 |
---
|
| 2 |
dataset_info:
|
|
|
|
| 3 |
features:
|
| 4 |
- name: id
|
| 5 |
dtype: string
|
|
|
|
| 82 |
- name: org_ans
|
| 83 |
dtype: string
|
| 84 |
- name: org_ans_2
|
| 85 |
+
dtype: string
|
| 86 |
- name: org_ans_3
|
| 87 |
+
dtype: string
|
| 88 |
- name: question
|
| 89 |
dtype: string
|
| 90 |
splits:
|
| 91 |
- name: train
|
| 92 |
num_bytes: 36123142
|
| 93 |
num_examples: 6468
|
|
|
|
|
|
|
|
|
|
| 94 |
- name: test
|
| 95 |
num_bytes: 5692633
|
| 96 |
num_examples: 1055
|
| 97 |
+
- name: val
|
| 98 |
+
num_bytes: 5751634
|
| 99 |
+
num_examples: 1092
|
| 100 |
download_size: 23896523
|
| 101 |
dataset_size: 47567409
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 102 |
configs:
|
| 103 |
- config_name: default
|
| 104 |
data_files:
|
| 105 |
- split: train
|
| 106 |
path: data/train-*
|
|
|
|
|
|
|
| 107 |
- split: test
|
| 108 |
path: data/test-*
|
| 109 |
+
- split: val
|
| 110 |
+
path: data/val-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 111 |
---
|