Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- image-to-text
|
| 5 |
+
tags:
|
| 6 |
+
- poster-generation
|
| 7 |
+
- academic-posters
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
# Paper2Poster: Poster Data
|
| 11 |
+
|
| 12 |
+
Training and test poster data for the [Paper2Poster](https://paper2poster.github.io/) benchmark.
|
| 13 |
+
|
| 14 |
+
The poster images in this dataset are sourced from the [PosterLayout dataset](https://arxiv.org/pdf/1604.01219).
|
| 15 |
+
|
| 16 |
+
## Citation
|
| 17 |
+
|
| 18 |
+
If you use this dataset, please cite:
|
| 19 |
+
|
| 20 |
+
```bibtex
|
| 21 |
+
@inproceedings{qiang2016learning,
|
| 22 |
+
title={Learning to Generate Posters of Scientific Papers},
|
| 23 |
+
author={Yuting Qiang and Yanwei Fu and Yanwen Guo and Zhi-Hua Zhou and Leonid Sigal},
|
| 24 |
+
booktitle={Proceedings of the 30th AAAI Conference on Artificial Intelligence},
|
| 25 |
+
year={2016},
|
| 26 |
+
url={https://arxiv.org/abs/1604.01219},
|
| 27 |
+
}
|
| 28 |
+
```
|