| license: cc-by-sa-4.0 | |
| task_categories: | |
| - text-to-image | |
| # World-To-Image: NICE Benchmark Dataset | |
| This repository contains the `NICE` benchmark dataset presented in the paper [World-To-Image: Grounding Text-to-Image Generation with Agent-Driven World Knowledge](https://huggingface.co/papers/2510.04201). | |
| * **Paper:** [World-To-Image: Grounding Text-to-Image Generation with Agent-Driven World Knowledge](https://huggingface.co/papers/2510.04201) | |
| * **Code:** https://github.com/mhson-kyle/World-To-Image | |
| ## Sample Usage | |
| You may access the NICE Benchmark dataset through the following code: | |
| ```python | |
| from datasets import load_dataset | |
| dataset = load_dataset("mhsonkyle/NICE") | |
| ``` |