Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -176,15 +176,31 @@ configs:
|
|
176 |
path: data/acl_ocl_validation-*
|
177 |
- split: test
|
178 |
path: data/acl_ocl_test-*
|
179 |
-
- config_name:
|
180 |
data_files:
|
181 |
-
- split:
|
182 |
path: data/iclr_training-*
|
183 |
-
- split:
|
184 |
path: data/iclr_validation-*
|
185 |
-
- split:
|
186 |
path: data/iclr_test-*
|
187 |
-
- config_name:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
188 |
data_files:
|
189 |
- split: train
|
190 |
path: data/openreview_public_train-*
|
@@ -204,19 +220,21 @@ Extended with updated citation counts, references and annotated research hypothe
|
|
204 |
|
205 |
## OpenReview
|
206 |
A dataset for review score and citation count prediction, obtained by parsing OpenReview.
|
207 |
-
Due to licensing the dataset comes in
|
208 |
|
209 |
-
|
210 |
-
|
211 |
-
3. openreview-full: A script to obtain the full dataset with submissions.
|
212 |
|
|
|
|
|
|
|
|
|
213 |
|
214 |
|
215 |
## Citation
|
216 |
|
217 |
If you use the dataset in your work, please cite:
|
218 |
-
|
219 |
-
|
220 |
|
221 |
The data model for the papers:
|
222 |
|
|
|
176 |
path: data/acl_ocl_validation-*
|
177 |
- split: test
|
178 |
path: data/acl_ocl_test-*
|
179 |
+
- config_name: openreview-iclr
|
180 |
data_files:
|
181 |
+
- split: train
|
182 |
path: data/iclr_training-*
|
183 |
+
- split: validation
|
184 |
path: data/iclr_validation-*
|
185 |
+
- split: test
|
186 |
path: data/iclr_test-*
|
187 |
+
- config_name: openreview-neurips
|
188 |
+
data_files:
|
189 |
+
- split: train
|
190 |
+
path: data/neurips_training-*
|
191 |
+
- split: validation
|
192 |
+
path: data/neurips_validation-*
|
193 |
+
- split: test
|
194 |
+
path: data/neurips_test-*
|
195 |
+
- config_name: openreview-full
|
196 |
+
data_files:
|
197 |
+
- split: train
|
198 |
+
path: data/openreview_full_training-*
|
199 |
+
- split: validation
|
200 |
+
path: data/openreview_full_validation-*
|
201 |
+
- split: test
|
202 |
+
path: data/openreview_full_test-*
|
203 |
+
- config_name: openreview-public
|
204 |
data_files:
|
205 |
- split: train
|
206 |
path: data/openreview_public_train-*
|
|
|
220 |
|
221 |
## OpenReview
|
222 |
A dataset for review score and citation count prediction, obtained by parsing OpenReview.
|
223 |
+
Due to licensing the dataset comes in different formats:
|
224 |
|
225 |
+
### Datasets without parsed pdfs of submissions (i.e. the fields introduction, background, methodology, experiments_results, conclusion, full_text are available)
|
226 |
+
openreview-public: Contains full information on all OpenReview submissions that are accompanied with a CC BY 4.0 license.
|
|
|
227 |
|
228 |
+
### Datasets without parsed pdfs of submissions (i.e. the fields introduction, background, methodology, experiments_results, conclusion, full_text are None)
|
229 |
+
openreview-full: Contains all OpenReview submissions, splits generated based on publications dates.
|
230 |
+
openreview-iclr: All ICLR submissions from the years 2018-2023 (training) into 2024 (validation and training).
|
231 |
+
openreview-neurips: All NeurIPS submissions from the years 2021-2023 (training) into 2024 (validation and training).
|
232 |
|
233 |
|
234 |
## Citation
|
235 |
|
236 |
If you use the dataset in your work, please cite:
|
237 |
+
CC BY 4.0
|
|
|
238 |
|
239 |
The data model for the papers:
|
240 |
|