Datasets:

Modalities:
Text
Formats:
json
Size:
< 1K
ArXiv:
Libraries:
Datasets
pandas
License:
NICE / README.md
nielsr's picture
nielsr HF Staff
Improve dataset card: Add task category, GitHub link, and sample usage
8f791ad verified
|
raw
history blame
696 Bytes
---
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")
```