country stringclasses 6
values | step int64 1 5 | prompt stringlengths 30 130 | flux_output_file stringlengths 96 118 | qwen_output_file stringlengths 96 118 |
|---|---|---|---|---|
korea | 1 | Change the background to depict the capital of Korea. | ||
korea | 2 | Add a sign in the top-right corner that displays the name of Korea's capital in Korea's official language. | ||
korea | 3 | Hold a representative Korean food in hand. | ||
korea | 4 | Put on modern Korean clothing. | ||
korea | 5 | Add traditional Korean accessories. | ||
china | 1 | Change the background to depict the capital of China. | ||
china | 2 | Add a sign in the top-right corner that displays the name of China's capital in China's official language. | ||
china | 3 | Hold a representative Chinese food in hand. | ||
china | 4 | Put on modern Chinese clothing. | ||
china | 5 | Add traditional Chinese accessories. | ||
india | 1 | Change the background to depict the capital of India. | ||
india | 2 | Add a sign in the top-right corner that displays the name of India's capital in India's official language. | ||
india | 3 | Hold a representative Indian food in hand. | ||
india | 4 | Put on modern Indian clothing. | ||
india | 5 | Add traditional Indian accessories. | ||
kenya | 1 | Change the background to depict the capital of Kenya. | ||
kenya | 2 | Add a sign in the top-right corner that displays the name of Kenya's capital in Kenya's official language. | ||
kenya | 3 | Hold a representative Kenyan food in hand. | ||
kenya | 4 | Put on modern Kenyan clothing. | ||
kenya | 5 | Add traditional Kenyan accessories. | ||
nigeria | 1 | Change the background to depict the capital of Nigeria. | ||
nigeria | 2 | Add a sign in the top-right corner that displays the name of Nigeria's capital in Nigeria's official language. | ||
nigeria | 3 | Hold a representative Nigerian food in hand. | ||
nigeria | 4 | Put on modern Nigerian clothing. | ||
nigeria | 5 | Add traditional Nigerian accessories. | ||
united_states | 1 | Change the background to depict the capital of the United States. | ||
united_states | 2 | Add a sign in the top-right corner that displays the name of the United States's capital in the United States's official language. | ||
united_states | 3 | Hold a representative American food in hand. | ||
united_states | 4 | Put on modern American clothing. | ||
united_states | 5 | Add traditional American accessories. |
ECB Datasets: Cultural Bias Evaluation in Generative Image Models
Overview
This dataset contains human evaluation data for cultural bias analysis in image generation models, supporting the research paper "Exposing Blindspots: Cultural Bias Evaluation in Generative Image Models". ECB stands for "Evaluation Cultural Bias". The dataset includes prompts, generated images, and evaluation metrics across different countries and cultural contexts.
Dataset Structure
1. Add Attribution (add_attribution/)
Contains step-by-step cultural attribution tasks where models are asked to modify images to represent specific cultural elements.
Files:
prompts.csv: Contains prompts for cultural attribution tasks across different countries (Korea, China, India, Kenya, Nigeria, United States)
Base Image:
- The base image used for attribution tasks is available at: https://ecb-pub.s3.us-east-2.amazonaws.com/add_attribution/base.png
Columns in prompts.csv:
country: Target country for cultural attributionstep: Sequential step number (1-5)prompt: Specific instruction for that stepflux_output_file: URL to Flux model output imageqwen_output_file: URL to Qwen model output image
2. Country Swap (country_swap/)
Contains cross-cultural transformation tasks where images are transformed from one cultural style to another.
Files:
prompts.csv: Contains prompts for country-to-country style transformations
Columns in prompts.csv:
input_file: Source image URLsource_country: Original country/culturetarget_country: Target country/culture for transformationprompt: Transformation instructionoutput_path: URL to transformed image
3. Model-Specific Datasets
Each model directory (flux/, hidream/, nextstep/, qwen/, sd35/) contains comprehensive evaluation data.
Files:
prompt-img-path_s3.csv: Complete dataset with prompts and image paths for each model
Columns in prompt-img-path_s3.csv:
model: AI model namecountry: Target countrycategory: Image category (architecture, art, clothing, food, etc.)sub_category: Sub-category within main categoryvariant: Style variant (general, modern, traditional)T2I prompt: Text-to-image generation promptI2I prompt: Image-to-image editing promptbase: Base image URLedit_1toedit_5: Sequential edit image URLs
Usage
This dataset is designed for:
- Cultural bias analysis in AI image generation
- Cross-cultural model evaluation
- Human-AI agreement studies
- Cultural representation research
Loading the Dataset
from datasets import load_dataset
# Load specific dataset configurations
add_attribution = load_dataset("seochan99/ecb-datasets", "add_attribution")
country_swap = load_dataset("seochan99/ecb-datasets", "country_swap")
multi_loop_edits = load_dataset("seochan99/ecb-datasets", "multi_loop_edits")
# Access data
print(add_attribution["train"][0]) # First example from add_attribution
print(country_swap["train"][0]) # First example from country_swap
print(multi_loop_edits["train"][0]) # First example from multi_loop_edits
Authors
Equal Contribution: Huichan Seo, Sieun Choi, Minki Hong
Authors:
- Huichan Seo (Carnegie Mellon University)
- Sieun Choi (Dongguk University)
- Minki Hong (Dongguk University)
- Yi Zhou (Carnegie Mellon University)
- Junseo Kim (Delft University of Technology)
- Lukman Ismaila (Johns Hopkins University)
- Naome Etori (University of Minnesota--Twin Cities)
- Mehul Agarwal (Carnegie Mellon University)
- Zhixuan Liu (Carnegie Mellon University)
- Jihie Kim (Dongguk University)
- Jean Oh (Carnegie Mellon University)
Contact: chans@andrew.cmu.edu
Citation
If you use this dataset, please cite:
@dataset{ecb_datasets_2025,
title={ECB Datasets: Cultural Bias Evaluation in Generative Image Models},
author={Huichan Seo and Sieun Choi and Minki Hong and Yi Zhou and Junseo Kim and Lukman Ismaila and Naome Etori and Mehul Agarwal and Zhixuan Liu and Jihie Kim and Jean Oh},
year={2025},
url={https://huggingface.co/datasets/seochan99/ecb-datasets}
}
Related Paper
This dataset supports the research paper:
@article{exposing_blindspots_2025,
title={Exposing Blindspots: Cultural Bias Evaluation in Generative Image Models},
author={Huichan Seo and Sieun Choi and Minki Hong and Yi Zhou and Junseo Kim and Lukman Ismaila and Naome Etori and Mehul Agarwal and Zhixuan Liu and Jihie Kim and Jean Oh},
year={2025},
journal={[Journal Name]}
}
License
This dataset is released under the MIT License for research and educational purposes.
MIT License
MIT License
Copyright (c) 2025 ECB Research Team
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Usage Terms:
- ✅ Research and educational use
- ✅ Commercial use allowed
- ✅ Modification and distribution allowed
- ✅ Attribution required
- ❌ No warranty provided
Contact
- Downloads last month
- 14