Upload dataset
Browse files- README.md +41 -0
- data/train-00000-of-00001.parquet +3 -0
README.md
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
dataset_info:
|
| 3 |
+
features:
|
| 4 |
+
- name: qa_id
|
| 5 |
+
dtype: string
|
| 6 |
+
- name: question
|
| 7 |
+
dtype: string
|
| 8 |
+
- name: answer
|
| 9 |
+
dtype: string
|
| 10 |
+
- name: difficulty
|
| 11 |
+
dtype: string
|
| 12 |
+
- name: question_type
|
| 13 |
+
dtype: string
|
| 14 |
+
- name: evidence_location
|
| 15 |
+
dtype: string
|
| 16 |
+
- name: generation_method
|
| 17 |
+
dtype: string
|
| 18 |
+
- name: source_doc_id
|
| 19 |
+
dtype: string
|
| 20 |
+
- name: source_page_num
|
| 21 |
+
dtype: int64
|
| 22 |
+
- name: doc_type
|
| 23 |
+
dtype: string
|
| 24 |
+
- name: timestamp
|
| 25 |
+
dtype: string
|
| 26 |
+
- name: context_text
|
| 27 |
+
dtype: 'null'
|
| 28 |
+
- name: page_image_path
|
| 29 |
+
dtype: string
|
| 30 |
+
splits:
|
| 31 |
+
- name: train
|
| 32 |
+
num_bytes: 31739
|
| 33 |
+
num_examples: 69
|
| 34 |
+
download_size: 16257
|
| 35 |
+
dataset_size: 31739
|
| 36 |
+
configs:
|
| 37 |
+
- config_name: default
|
| 38 |
+
data_files:
|
| 39 |
+
- split: train
|
| 40 |
+
path: data/train-*
|
| 41 |
+
---
|
data/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:811c42868c0376ab24a8bb2cb8d48cc5c70314ea1f6d7584be5f3113c0a7f7f9
|
| 3 |
+
size 16257
|