metadata
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.
- Paper: World-To-Image: Grounding Text-to-Image Generation with Agent-Driven World Knowledge
- Code: https://github.com/mhson-kyle/World-To-Image
Sample Usage
You may access the NICE Benchmark dataset through the following code:
from datasets import load_dataset
dataset = load_dataset("mhsonkyle/NICE")