Tianle commited on
Commit
356e7a5
·
verified ·
1 Parent(s): 670cec3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +40 -1
README.md CHANGED
@@ -6,4 +6,43 @@ tags:
6
  pretty_name: Object State Bench
7
  size_categories:
8
  - n<1K
9
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  pretty_name: Object State Bench
7
  size_categories:
8
  - n<1K
9
+ ---
10
+
11
+ # Dataset Card: Object State Bench & GenAI‑Object‑State
12
+
13
+ ## Dataset Details
14
+
15
+ ### Dataset Description
16
+
17
+ This repository provides two English‐only prompt collections designed to **evaluate** text‑to‑image models on their ability to depict **object absence** (empty or negated states):
18
+
19
+ 1. **Object State Bench**
20
+ - **Size:** 200 prompts
21
+ - **Origin:** 100 prompts from a fully‑automatic synthetic pipeline; 100 prompts authored by human annotators.
22
+ - **Focus:** Common objects explicitly in empty or absent states (e.g., “A table without any bottle on it”).
23
+
24
+ 2. **GenAI‑Object‑State**
25
+ - **Size:** 214 prompts
26
+ - **Origin:** Manually filtered subset of GenAI‑Bench’s “negation” category, retaining only prompts requiring object absence.
27
+ - **Focus:** Negation examples (e.g., “A frying pan without any food”).
28
+
29
+ Both datasets are **prompt‑only** (no images or labels) and intended **exclusively for evaluation**.
30
+
31
+ - **Curated by:** Tianle Chen et al.
32
+ - **Based on paper:** “Improving Physical Object State Representation in Text‑to‑Image Generative Systems”
33
+ - **License:** Creative Commons Attribution 4.0 International (CC BY 4.0).
34
+
35
+ ## Uses
36
+
37
+ ### Direct Use
38
+
39
+ - **Evaluation of text‑to‑image models**: compute metrics such as CLIP‑Score, VQA‑Score, or GPT‑based correctness on generated images for each prompt.
40
+
41
+ ### Out‑of‑Scope Use
42
+
43
+ - **Training**: these lists lack paired ground‑truth images.
44
+ - **Non‑English prompts**: prompts are English only.
45
+
46
+ ## Dataset Structure
47
+
48
+ All files are flat JSON lists of strings, with no splits.