eugene6923 commited on
Commit
cbcabee
·
verified ·
1 Parent(s): 161cd6f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md CHANGED
@@ -3,3 +3,32 @@ license: apache-2.0
3
  ---
4
 
5
  # Dataset Card for Self-Bench
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
4
 
5
  # Dataset Card for Self-Bench
6
+
7
+ ## Overview
8
+
9
+ **Self-Bench** is a diagnostic benchmark designed to explore the relationship between the generative and discriminative capabilities of diffusion models. It consists of images generated by different diffusion models, enabling controlled evaluations where the image domain is well-defined and consistent. The goal is to assess how well models can understand images that are most "familiar" to them—that is, images they themselves have generated.
10
+
11
+ ## Diffusion Models Used
12
+
13
+ We use three popular versions of Stable Diffusion to generate the dataset:
14
+
15
+ - [Stable Diffusion v1.5](https://huggingface.co/stable-diffusion-v1-5/stable-diffusion-v1-5)
16
+ - [Stable Diffusion v2.0](https://huggingface.co/stabilityai/stable-diffusion-2)
17
+ - [Stable Diffusion 3 Medium](https://huggingface.co/stabilityai/stable-diffusion-3-medium)
18
+
19
+ All prompts are adapted from the [GenEval benchmark](https://github.com/djghosh13/geneval), which is designed for evaluating compositional generation.
20
+
21
+ ## Data Structure
22
+
23
+ Each image is annotated with:
24
+ - `prompt`: the text prompt used for generation
25
+ - `model`: the diffusion model used
26
+ - `tag`: the task type (e.g., `single_object`, `position`, etc.)
27
+ - `class`: the object class present in the image
28
+
29
+ ## Access and Filtering
30
+
31
+ This repository contains the full dataset.
32
+ If you are looking for **filtered versions** of the dataset or want to reproduce the filtering process, please visit our GitHub repository:
33
+
34
+ 🔗 [https://github.com/self-bench/-9793055367](https://github.com/self-bench/-9793055367)