Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -100,6 +100,52 @@ dataset_info:
|
|
100 |
num_examples: 744
|
101 |
download_size: 5549029
|
102 |
dataset_size: 10602524
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
103 |
configs:
|
104 |
- config_name: medwiki
|
105 |
data_files:
|
@@ -117,6 +163,14 @@ configs:
|
|
117 |
path: wikem/validation-*
|
118 |
- split: test
|
119 |
path: wikem/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
120 |
---
|
121 |
```bib
|
122 |
@inproceedings{sileo-etal-2024-generating-multiple,
|
|
|
100 |
num_examples: 744
|
101 |
download_size: 5549029
|
102 |
dataset_size: 10602524
|
103 |
+
- config_name: wikidoc
|
104 |
+
features:
|
105 |
+
- name: text
|
106 |
+
dtype: string
|
107 |
+
- name: option_0
|
108 |
+
dtype: string
|
109 |
+
- name: option_1
|
110 |
+
dtype: string
|
111 |
+
- name: option_2
|
112 |
+
dtype: string
|
113 |
+
- name: option_3
|
114 |
+
dtype: string
|
115 |
+
- name: option_4
|
116 |
+
dtype: string
|
117 |
+
- name: option_5
|
118 |
+
dtype: string
|
119 |
+
- name: option_6
|
120 |
+
dtype: string
|
121 |
+
- name: option_7
|
122 |
+
dtype: string
|
123 |
+
- name: label
|
124 |
+
dtype:
|
125 |
+
class_label:
|
126 |
+
names:
|
127 |
+
'0': '0'
|
128 |
+
'1': '1'
|
129 |
+
'2': '2'
|
130 |
+
'3': '3'
|
131 |
+
'4': '4'
|
132 |
+
'5': '5'
|
133 |
+
'6': '6'
|
134 |
+
'7': '7'
|
135 |
+
- name: idx
|
136 |
+
dtype: int32
|
137 |
+
splits:
|
138 |
+
- name: train
|
139 |
+
num_bytes: 19413715
|
140 |
+
num_examples: 25083
|
141 |
+
- name: validation
|
142 |
+
num_bytes: 1062515
|
143 |
+
num_examples: 1394
|
144 |
+
- name: test
|
145 |
+
num_bytes: 1068352
|
146 |
+
num_examples: 1394
|
147 |
+
download_size: 12994075
|
148 |
+
dataset_size: 21544582
|
149 |
configs:
|
150 |
- config_name: medwiki
|
151 |
data_files:
|
|
|
163 |
path: wikem/validation-*
|
164 |
- split: test
|
165 |
path: wikem/test-*
|
166 |
+
- config_name: wikidoc
|
167 |
+
data_files:
|
168 |
+
- split: train
|
169 |
+
path: wikidoc/train-*
|
170 |
+
- split: validation
|
171 |
+
path: wikidoc/validation-*
|
172 |
+
- split: test
|
173 |
+
path: wikidoc/test-*
|
174 |
---
|
175 |
```bib
|
176 |
@inproceedings{sileo-etal-2024-generating-multiple,
|