Add link to paper, task category

#2
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -1,5 +1,7 @@
1
  ---
2
  license: apache-2.0
 
 
3
  ---
4
 
5
  # Dataset Card for Self-Bench
@@ -8,6 +10,8 @@ license: apache-2.0
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:
@@ -30,4 +34,4 @@ Each image is annotated with:
30
 
31
  This repository contains the full dataset.
32
  If you are looking for the filtered versions curated by three annotators, please visit our GitHub repository:
33
- 🔗 [https://github.com/self-bench/-9793055367](https://github.com/self-bench/-9793055367)
 
1
  ---
2
  license: apache-2.0
3
+ task_categories:
4
+ - image-classification
5
  ---
6
 
7
  # Dataset Card for Self-Bench
 
10
 
11
  **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.
12
 
13
+ This dataset was used in [Diffusion Classifiers Understand Compositionality, but Conditions Apply](https://huggingface.co/papers/2505.17955).
14
+
15
  ## Diffusion Models Used
16
 
17
  We use three popular versions of Stable Diffusion to generate the dataset:
 
34
 
35
  This repository contains the full dataset.
36
  If you are looking for the filtered versions curated by three annotators, please visit our GitHub repository:
37
+ 🔗 [https://github.com/eugene6923/Diffusion-Classifiers-Compositionality](https://github.com/eugene6923/Diffusion-Classifiers-Compositionality)