Upload dataset
Browse files- J_coh/train-00000-of-00001.parquet +3 -0
- README.md +30 -0
J_coh/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:27b57e04bd71d44c0a2ea9aef91cd5375de6247bc9e85c6719c566cd67b755b4
|
| 3 |
+
size 97997
|
README.md
CHANGED
|
@@ -416,6 +416,32 @@ dataset_info:
|
|
| 416 |
num_examples: 200
|
| 417 |
download_size: 104376
|
| 418 |
dataset_size: 185718
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 419 |
configs:
|
| 420 |
- config_name: D_neg
|
| 421 |
data_files:
|
|
@@ -481,4 +507,8 @@ configs:
|
|
| 481 |
data_files:
|
| 482 |
- split: train
|
| 483 |
path: HI_pro/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
| 484 |
---
|
|
|
|
| 416 |
num_examples: 200
|
| 417 |
download_size: 104376
|
| 418 |
dataset_size: 185718
|
| 419 |
+
- config_name: J_coh
|
| 420 |
+
features:
|
| 421 |
+
- name: story
|
| 422 |
+
dtype: string
|
| 423 |
+
- name: question
|
| 424 |
+
dtype: string
|
| 425 |
+
- name: A
|
| 426 |
+
dtype: string
|
| 427 |
+
- name: B
|
| 428 |
+
dtype: string
|
| 429 |
+
- name: C
|
| 430 |
+
dtype: string
|
| 431 |
+
- name: D
|
| 432 |
+
dtype: string
|
| 433 |
+
- name: correct_answer
|
| 434 |
+
dtype: string
|
| 435 |
+
- name: parameter_name
|
| 436 |
+
dtype: string
|
| 437 |
+
- name: topic
|
| 438 |
+
dtype: string
|
| 439 |
+
splits:
|
| 440 |
+
- name: train
|
| 441 |
+
num_bytes: 183744
|
| 442 |
+
num_examples: 200
|
| 443 |
+
download_size: 97997
|
| 444 |
+
dataset_size: 183744
|
| 445 |
configs:
|
| 446 |
- config_name: D_neg
|
| 447 |
data_files:
|
|
|
|
| 507 |
data_files:
|
| 508 |
- split: train
|
| 509 |
path: HI_pro/train-*
|
| 510 |
+
- config_name: J_coh
|
| 511 |
+
data_files:
|
| 512 |
+
- split: train
|
| 513 |
+
path: J_coh/train-*
|
| 514 |
---
|