Datasets:
Tasks:
Image Classification
Modalities:
Image
Formats:
imagefolder
Languages:
English
Size:
1K - 10K
License:
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- image-classification
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
tags:
|
| 8 |
+
- scientific-figures
|
| 9 |
+
- figure-quality
|
| 10 |
+
- multimodal
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
# Capstone Figure Dataset
|
| 14 |
+
|
| 15 |
+
Scientific figure images extracted from ICLR 2024, ICLR 2025, NeurIPS 2023/2024,
|
| 16 |
+
ICML 2023/2024 papers. Used for multidimensional figure quality assessment.
|
| 17 |
+
|
| 18 |
+
## Files
|
| 19 |
+
|
| 20 |
+
Each image is named `{VENUE}_{YEAR}_{ID:05d}_fig_{N}.png`.
|
| 21 |
+
|
| 22 |
+
## Annotation data
|
| 23 |
+
|
| 24 |
+
JSONL annotation files are available in the companion GitHub repo.
|
| 25 |
+
|
| 26 |
+
## Paper source
|
| 27 |
+
|
| 28 |
+
Papers can be re-downloaded with `download_papers.py` from the GitHub repo.
|