--- license: cc-by-4.0 language: - en pretty_name: PaintBench task_categories: - image-to-image - image-text-to-image size_categories: - 1K") meta.get("base_task_canonical") # populated only for the `ablations` config meta.get("scene_shapes") # PaintBench scene composition ``` ## Evaluation PaintBench uses pointwise CIE76 ΔE between the model's output and `answer_image`. Per-pixel ΔE values are thresholded at {0, 2, 5, 10} and aggregated to per-problem and per-task pass rates. The reference implementation lives in the [project repo](https://github.com/PaintBench/paintbench-internal). ## Source The benchmarks are generated programmatically — there is no human curation step. Every problem is reproducible from its `metadata.seed`. See the [project repo](https://github.com/PaintBench/paintbench-internal) for the generation pipeline and a full per-task description. ## License Released under the [Creative Commons Attribution 4.0 International (CC BY 4.0)](https://creativecommons.org/licenses/by/4.0/) license. You are free to share and adapt the dataset, including for commercial use, with attribution. ## Citation Citation will be added upon paper publication. For now, please reference this dataset as: ```bibtex @misc{paintbench2026, title = {PaintBench: A Precise, Deterministic Visual Editing Benchmark}, author = {PaintBench team}, year = {2026}, url = {https://huggingface.co/datasets/PaintBench/PaintBench} } ```