--- language: - en license: other license_name: non-commercial-research-license license_link: https://huggingface.co/datasets/ArtmeScienceLab/PosterIQ/blob/main/LICENSE pretty_name: PosterIQ tags: - poster - graphic-design - visual-design - typography - layout - image-generation annotations_creators: - expert-generated - machine-generated language_creators: - machine-generated size_categories: - 1K", "image_path": ".../data/alignment/000_30_center_.png" } ``` A generation row contains the prompt and metadata only: ```json { "id": "gen_dense-00000", "task": "poster dense", "subtask": "", "name": "1000.jpg", "path": "dense/1000.jpg", "prompt": "NBA Pinnacle Night...", "gt_json": "[\"Aspect ratio 2:3...\"]", "metadata_json": "{\"theme\": \"NBA\", \"elements\": [[\"Kevin Durant\", \"Klay Thompson\"]]}" } ``` ### Data Fields - `id` (`string`): Stable row identifier generated as `{config}-{index:05d}`. - `task` (`string`): Upstream task name. - `subtask` (`string`, configs where present): Upstream subtask label. - `name` (`string`): Upstream file name. - `path` (`string`): Upstream relative path, normalized to POSIX separators. - `prompt` (`string`): Model prompt for the task. - `gt_json` (`string`, only configs with `gt`): JSON-encoded upstream ground-truth field. - `metadata_json` (`string`): JSON-encoded source fields not represented as standard columns. - `image` (`Image`, understanding configs): Input poster image. - `image_path` (`string`, understanding configs): Local resolved image path. - `original_image` (`Image`, `poster_ocr` and `text_localization`): Original-resolution poster image. - `original_image_path` (`string`, `poster_ocr` and `text_localization`): Local resolved original image path. ### Data Splits All configurations expose a single `test` split because PosterIQ is an evaluation dataset and the upstream release does not provide training partitions. | Config | Split | Rows | Image | | --- | --- | ---: | --- | | `alignment` | test | 200 | yes | | `composition_understanding` | test | 117 | yes | | `empty_space` | test | 167 | yes | | `font_attributes` | test | 1,813 | yes | | `font_effect` | test | 450 | yes | | `font_effect_2` | test | 125 | yes | | `font_matching` | test | 400 | yes | | `font_size_ocr` | test | 1,400 | yes | | `hard_ocr` | test | 400 | yes | | `intention_understanding` | test | 202 | yes | | `layout_comparison` | test | 256 | yes | | `layout_generation` | test | 145 | yes | | `logo_ocr` | test | 600 | yes | | `overall_rating` | test | 219 | yes | | `poster_ocr` | test | 205 | yes | | `rotation` | test | 205 | yes | | `simple_ocr` | test | 400 | yes | | `style_understanding` | test | 256 | yes | | `text_localization` | test | 205 | yes | | `gen_composition` | test | 117 | no | | `gen_dense` | test | 114 | no | | `gen_font` | test | 135 | no | | `gen_intention` | test | 200 | no | | `gen_style` | test | 256 | no | ## Dataset Creation ### Curation Rationale PosterIQ was created to evaluate poster understanding and generation from a design perspective rather than relying only on general visual recognition or generic image-generation criteria. ### Source Data The upstream Hugging Face dataset provides task JSON files under `und_task/` and `gen_task/`. The `data.zip` archive contains the 7,765 images referenced by the understanding tasks. Generation tasks provide prompts and metadata for evaluating generated poster outputs. ### Annotations Rows contain task-specific ground truth or target metadata from the upstream release. This loader keeps task-specific fields in `metadata_json` to avoid forcing heterogeneous task schemas into a single lossy structure. ### Personal and Sensitive Information The dataset consists of poster images, poster-generation prompts, and design-task annotations. The dataset card does not identify personal information in the released benchmark. Posters may include names, brands, events, or culturally specific text as part of graphic design examples. ## Considerations for Using the Data ### Social Impact of Dataset PosterIQ can support more design-aware evaluation of poster understanding and generation systems, especially typography, OCR, layout, composition, and style control. ### Discussion of Biases Poster design conventions, language use, typography, and style labels reflect the upstream data creation process and may not cover all cultures, domains, accessibility needs, or professional design contexts equally. ### Other Known Limitations Generation configurations do not include generated images in the upstream release. They provide prompts and evaluation metadata for systems that generate their own outputs. ## Additional Information ### Dataset Curators The original PosterIQ dataset was created by Yuheng Feng, Wen Zhang, Haodong Duan, and Xingxing Zou. ### Licensing Information The upstream Hugging Face dataset card declares `non-commercial-research-license` with `license: other`. The upstream `LICENSE` file is empty at the time this loader was created, so users should consult the original dataset page and repository before redistribution or commercial use. ### Citation Information ```bibtex @inproceedings{cvpr2026posteriq, title={PosterIQ: A Design Perspective Benchmark for Poster Understanding and Generation}, author={Feng, Yuheng and Zhang, Wen and Duan, Haodong and Zou, Xingxing}, booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)}, year={2026} } ``` ### Contributions Thanks to [@ArtmeScienceLab](https://github.com/ArtmeScienceLab) for creating this dataset.