Upload dataset
Browse files- README.md +78 -0
- openbookqa/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
|
@@ -282,6 +282,80 @@ dataset_info:
|
|
| 282 |
num_examples: 1
|
| 283 |
download_size: 45713
|
| 284 |
dataset_size: 4591
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 285 |
configs:
|
| 286 |
- config_name: ai2_arc
|
| 287 |
data_files:
|
|
@@ -303,4 +377,8 @@ configs:
|
|
| 303 |
data_files:
|
| 304 |
- split: train
|
| 305 |
path: natural_questions_parsed/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
| 306 |
---
|
|
|
|
| 282 |
num_examples: 1
|
| 283 |
download_size: 45713
|
| 284 |
dataset_size: 4591
|
| 285 |
+
- config_name: openbookqa
|
| 286 |
+
features:
|
| 287 |
+
- name: question_stem
|
| 288 |
+
dtype: string
|
| 289 |
+
- name: question_stem_translated
|
| 290 |
+
struct:
|
| 291 |
+
- name: Helsinki-NLP/opus-mt-tc-big-en-pt
|
| 292 |
+
struct:
|
| 293 |
+
- name: prediction
|
| 294 |
+
dtype: float64
|
| 295 |
+
- name: text
|
| 296 |
+
dtype: string
|
| 297 |
+
- name: google_translation
|
| 298 |
+
struct:
|
| 299 |
+
- name: prediction
|
| 300 |
+
dtype: float64
|
| 301 |
+
- name: text
|
| 302 |
+
dtype: string
|
| 303 |
+
- name: libre_translation
|
| 304 |
+
struct:
|
| 305 |
+
- name: prediction
|
| 306 |
+
dtype: float64
|
| 307 |
+
- name: text
|
| 308 |
+
dtype: string
|
| 309 |
+
- name: choices
|
| 310 |
+
sequence: string
|
| 311 |
+
- name: choices_translated
|
| 312 |
+
struct:
|
| 313 |
+
- name: Helsinki-NLP/opus-mt-tc-big-en-pt
|
| 314 |
+
struct:
|
| 315 |
+
- name: prediction
|
| 316 |
+
dtype: float64
|
| 317 |
+
- name: text
|
| 318 |
+
dtype: string
|
| 319 |
+
- name: google_translation
|
| 320 |
+
struct:
|
| 321 |
+
- name: prediction
|
| 322 |
+
dtype: float64
|
| 323 |
+
- name: text
|
| 324 |
+
dtype: string
|
| 325 |
+
- name: libre_translation
|
| 326 |
+
struct:
|
| 327 |
+
- name: prediction
|
| 328 |
+
dtype: float64
|
| 329 |
+
- name: text
|
| 330 |
+
dtype: string
|
| 331 |
+
- name: fact1
|
| 332 |
+
dtype: string
|
| 333 |
+
- name: fact1_translated
|
| 334 |
+
struct:
|
| 335 |
+
- name: Helsinki-NLP/opus-mt-tc-big-en-pt
|
| 336 |
+
struct:
|
| 337 |
+
- name: prediction
|
| 338 |
+
dtype: float64
|
| 339 |
+
- name: text
|
| 340 |
+
dtype: string
|
| 341 |
+
- name: google_translation
|
| 342 |
+
struct:
|
| 343 |
+
- name: prediction
|
| 344 |
+
dtype: float64
|
| 345 |
+
- name: text
|
| 346 |
+
dtype: string
|
| 347 |
+
- name: libre_translation
|
| 348 |
+
struct:
|
| 349 |
+
- name: prediction
|
| 350 |
+
dtype: float64
|
| 351 |
+
- name: text
|
| 352 |
+
dtype: string
|
| 353 |
+
splits:
|
| 354 |
+
- name: train
|
| 355 |
+
num_bytes: 639
|
| 356 |
+
num_examples: 1
|
| 357 |
+
download_size: 16531
|
| 358 |
+
dataset_size: 639
|
| 359 |
configs:
|
| 360 |
- config_name: ai2_arc
|
| 361 |
data_files:
|
|
|
|
| 377 |
data_files:
|
| 378 |
- split: train
|
| 379 |
path: natural_questions_parsed/train-*
|
| 380 |
+
- config_name: openbookqa
|
| 381 |
+
data_files:
|
| 382 |
+
- split: train
|
| 383 |
+
path: openbookqa/train-*
|
| 384 |
---
|
openbookqa/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d4d26a582b697505397909e38cdf05fe876b36ba13fee5bd74f812d8455a8650
|
| 3 |
+
size 16531
|