Datasets:
Tasks:
Question Answering
Modalities:
Text
Formats:
parquet
Sub-tasks:
extractive-qa
Languages:
English
Size:
10K - 100K
ArXiv:
License:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -21,6 +21,33 @@ task_categories:
|
|
21 |
task_ids:
|
22 |
- extractive-qa
|
23 |
paperswithcode_id: ropes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
---
|
25 |
|
26 |
# Dataset Card for ROPES
|
|
|
21 |
task_ids:
|
22 |
- extractive-qa
|
23 |
paperswithcode_id: ropes
|
24 |
+
dataset_info:
|
25 |
+
features:
|
26 |
+
- name: id
|
27 |
+
dtype: string
|
28 |
+
- name: background
|
29 |
+
dtype: string
|
30 |
+
- name: situation
|
31 |
+
dtype: string
|
32 |
+
- name: question
|
33 |
+
dtype: string
|
34 |
+
- name: answers
|
35 |
+
sequence:
|
36 |
+
- name: text
|
37 |
+
dtype: string
|
38 |
+
config_name: plain_text
|
39 |
+
splits:
|
40 |
+
- name: test
|
41 |
+
num_bytes: 1928532
|
42 |
+
num_examples: 1710
|
43 |
+
- name: train
|
44 |
+
num_bytes: 12231940
|
45 |
+
num_examples: 10924
|
46 |
+
- name: validation
|
47 |
+
num_bytes: 1643498
|
48 |
+
num_examples: 1688
|
49 |
+
download_size: 3516917
|
50 |
+
dataset_size: 15803970
|
51 |
---
|
52 |
|
53 |
# Dataset Card for ROPES
|