Datasets:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
|
@@ -43,6 +43,148 @@ configs:
|
|
| 43 |
- SearchQA
|
| 44 |
- TextbookQA
|
| 45 |
- TriviaQA
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 46 |
---
|
| 47 |
# Dataset Card for MultiReQA
|
| 48 |
|
|
@@ -215,4 +357,4 @@ The annotators/curators of the dataset are [mandyguo-xyguo](https://github.com/m
|
|
| 215 |
|
| 216 |
### Contributions
|
| 217 |
|
| 218 |
-
Thanks to [@Karthik-Bhaskar](https://github.com/Karthik-Bhaskar) for adding this dataset.
|
|
|
|
| 43 |
- SearchQA
|
| 44 |
- TextbookQA
|
| 45 |
- TriviaQA
|
| 46 |
+
dataset_info:
|
| 47 |
+
- config_name: SearchQA
|
| 48 |
+
features:
|
| 49 |
+
- name: candidate_id
|
| 50 |
+
dtype: string
|
| 51 |
+
- name: response_start
|
| 52 |
+
dtype: int32
|
| 53 |
+
- name: response_end
|
| 54 |
+
dtype: int32
|
| 55 |
+
splits:
|
| 56 |
+
- name: train
|
| 57 |
+
num_bytes: 183902877
|
| 58 |
+
num_examples: 3163801
|
| 59 |
+
- name: validation
|
| 60 |
+
num_bytes: 26439174
|
| 61 |
+
num_examples: 454836
|
| 62 |
+
download_size: 36991959
|
| 63 |
+
dataset_size: 210342051
|
| 64 |
+
- config_name: TriviaQA
|
| 65 |
+
features:
|
| 66 |
+
- name: candidate_id
|
| 67 |
+
dtype: string
|
| 68 |
+
- name: response_start
|
| 69 |
+
dtype: int32
|
| 70 |
+
- name: response_end
|
| 71 |
+
dtype: int32
|
| 72 |
+
splits:
|
| 73 |
+
- name: train
|
| 74 |
+
num_bytes: 107326326
|
| 75 |
+
num_examples: 1893674
|
| 76 |
+
- name: validation
|
| 77 |
+
num_bytes: 13508062
|
| 78 |
+
num_examples: 238339
|
| 79 |
+
download_size: 21750402
|
| 80 |
+
dataset_size: 120834388
|
| 81 |
+
- config_name: HotpotQA
|
| 82 |
+
features:
|
| 83 |
+
- name: candidate_id
|
| 84 |
+
dtype: string
|
| 85 |
+
- name: response_start
|
| 86 |
+
dtype: int32
|
| 87 |
+
- name: response_end
|
| 88 |
+
dtype: int32
|
| 89 |
+
splits:
|
| 90 |
+
- name: train
|
| 91 |
+
num_bytes: 29516866
|
| 92 |
+
num_examples: 508879
|
| 93 |
+
- name: validation
|
| 94 |
+
num_bytes: 3027229
|
| 95 |
+
num_examples: 52191
|
| 96 |
+
download_size: 6343389
|
| 97 |
+
dataset_size: 32544095
|
| 98 |
+
- config_name: SQuAD
|
| 99 |
+
features:
|
| 100 |
+
- name: candidate_id
|
| 101 |
+
dtype: string
|
| 102 |
+
- name: response_start
|
| 103 |
+
dtype: int32
|
| 104 |
+
- name: response_end
|
| 105 |
+
dtype: int32
|
| 106 |
+
splits:
|
| 107 |
+
- name: train
|
| 108 |
+
num_bytes: 16828974
|
| 109 |
+
num_examples: 95659
|
| 110 |
+
- name: validation
|
| 111 |
+
num_bytes: 2012997
|
| 112 |
+
num_examples: 10642
|
| 113 |
+
download_size: 3003646
|
| 114 |
+
dataset_size: 18841971
|
| 115 |
+
- config_name: NaturalQuestions
|
| 116 |
+
features:
|
| 117 |
+
- name: candidate_id
|
| 118 |
+
dtype: string
|
| 119 |
+
- name: response_start
|
| 120 |
+
dtype: int32
|
| 121 |
+
- name: response_end
|
| 122 |
+
dtype: int32
|
| 123 |
+
splits:
|
| 124 |
+
- name: train
|
| 125 |
+
num_bytes: 28732767
|
| 126 |
+
num_examples: 448355
|
| 127 |
+
- name: validation
|
| 128 |
+
num_bytes: 1418124
|
| 129 |
+
num_examples: 22118
|
| 130 |
+
download_size: 6124487
|
| 131 |
+
dataset_size: 30150891
|
| 132 |
+
- config_name: BioASQ
|
| 133 |
+
features:
|
| 134 |
+
- name: candidate_id
|
| 135 |
+
dtype: string
|
| 136 |
+
- name: response_start
|
| 137 |
+
dtype: int32
|
| 138 |
+
- name: response_end
|
| 139 |
+
dtype: int32
|
| 140 |
+
splits:
|
| 141 |
+
- name: test
|
| 142 |
+
num_bytes: 766190
|
| 143 |
+
num_examples: 14158
|
| 144 |
+
download_size: 156649
|
| 145 |
+
dataset_size: 766190
|
| 146 |
+
- config_name: RelationExtraction
|
| 147 |
+
features:
|
| 148 |
+
- name: candidate_id
|
| 149 |
+
dtype: string
|
| 150 |
+
- name: response_start
|
| 151 |
+
dtype: int32
|
| 152 |
+
- name: response_end
|
| 153 |
+
dtype: int32
|
| 154 |
+
splits:
|
| 155 |
+
- name: test
|
| 156 |
+
num_bytes: 217870
|
| 157 |
+
num_examples: 3301
|
| 158 |
+
download_size: 73019
|
| 159 |
+
dataset_size: 217870
|
| 160 |
+
- config_name: TextbookQA
|
| 161 |
+
features:
|
| 162 |
+
- name: candidate_id
|
| 163 |
+
dtype: string
|
| 164 |
+
- name: response_start
|
| 165 |
+
dtype: int32
|
| 166 |
+
- name: response_end
|
| 167 |
+
dtype: int32
|
| 168 |
+
splits:
|
| 169 |
+
- name: test
|
| 170 |
+
num_bytes: 4182675
|
| 171 |
+
num_examples: 71147
|
| 172 |
+
download_size: 704602
|
| 173 |
+
dataset_size: 4182675
|
| 174 |
+
- config_name: DuoRC
|
| 175 |
+
features:
|
| 176 |
+
- name: candidate_id
|
| 177 |
+
dtype: string
|
| 178 |
+
- name: response_start
|
| 179 |
+
dtype: int32
|
| 180 |
+
- name: response_end
|
| 181 |
+
dtype: int32
|
| 182 |
+
splits:
|
| 183 |
+
- name: test
|
| 184 |
+
num_bytes: 1483518
|
| 185 |
+
num_examples: 5525
|
| 186 |
+
download_size: 97625
|
| 187 |
+
dataset_size: 1483518
|
| 188 |
---
|
| 189 |
# Dataset Card for MultiReQA
|
| 190 |
|
|
|
|
| 357 |
|
| 358 |
### Contributions
|
| 359 |
|
| 360 |
+
Thanks to [@Karthik-Bhaskar](https://github.com/Karthik-Bhaskar) for adding this dataset.
|