outongtong zfx123zfx commited on
Commit
f8be197
·
verified ·
1 Parent(s): b038335

Update README.md (#4)

Browse files

- Update README.md (febe00620c0f5876ec0deac13b452ec8c9bcd753)


Co-authored-by: fengxuanzhao <zfx123zfx@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +33 -38
README.md CHANGED
@@ -5,50 +5,46 @@
5
  Magic Bench is a comprehensive evaluation dataset designed for text-to-image generation models. It contains 377 carefully curated prompts with detailed annotations across multiple dimensions, providing both Chinese and English versions for cross-lingual evaluation.
6
 
7
  ## 🎯 Dataset Features
8
-
9
- - **377 evaluation prompts** covering diverse scenarios
10
- - **Bilingual support**: Both Chinese and English prompts
11
- - **Multi-dimensional annotations**: 9 different evaluation dimensions
12
- - **Comprehensive coverage**: Aesthetic design and artistic photography scenarios
13
 
14
  ## 📊 Dataset Structure
15
-
16
- The dataset includes the following fields:
17
-
18
  | Field | Description |
19
  |-------|-------------|
20
- | `prompt_text_cn`| Chinese version of the prompt |
21
- | `prompt_text_en`| English version of the prompt |
22
- | `Application Scenario`| The application context |
23
- | `Expression Form`| Form of expression annotations |
24
- | `Element Composition`| Element combination patterns |
25
- | `Entity Description`| Entity description types |
26
 
27
- ## 🏷️ Annotation Dimensions
28
 
29
  ### 1. Application Scenario
30
- - **Aesthetic design**: Logo design, character design, product design, etc.
31
- - **Art** : Photography, artistic creation, etc.
32
- - **Entertainment** : Entertainment and personalized content
33
- - **Film** : Film and storytelling scenarios
34
- - **Functional design** : Efficiency and functional design
35
 
36
  ### 2. Expression Form
37
- - **Pronoun Reference**: Contains pronoun references
38
- - **Negation**: Contains negative expressions
39
- - **Consistency**: Requires consistent elements
40
-
41
- ### 3. Element Combination
42
- - **Anti-Realism**: Anti-realistic combinations
43
- - **Multi-Entity Feature Matching**: Complex multi-entity combinations
44
- - **Layout & Typography**: Specific layout requirements
45
-
46
- ### 4. Entity Description
47
- - **Attribute** : Attribute descriptions
48
- - **Relation** : Relationship descriptions
49
- - **Action/State** : Action or state descriptions
50
- - **Quantity** : Quantity specifications
51
-
52
  ## 📁 Files
53
 
54
  - `magic_bench_dataset.csv`: Complete dataset
@@ -84,9 +80,8 @@ df_en = pd.read_csv('magic_bench_english.csv')
84
  ## 🎯 Use Cases
85
 
86
  1. **Model Evaluation**: Comprehensive evaluation of text-to-image models
87
- 2. **Benchmark Comparison**: Compare different models across various dimensions
88
- 3. **Research**: Study model capabilities in different scenarios
89
- 4. **Fine-tuning**: Use as training or validation data for model improvement
90
 
91
  ## 📄 Citation
92
 
 
5
  Magic Bench is a comprehensive evaluation dataset designed for text-to-image generation models. It contains 377 carefully curated prompts with detailed annotations across multiple dimensions, providing both Chinese and English versions for cross-lingual evaluation.
6
 
7
  ## 🎯 Dataset Features
8
+ - **Systematic and Comprehensive Categorization**: We develop a taxonomy that systematically captures the core capabilities and application scenarios of T2I models.
9
+ - **Multiple Test Points per Prompt**: To better reflect the user perspective, Magic-Bench-377 embeds multiple capabilities within a single prompt.
10
+ - **Clarity and Visualizability**: Prompts should be concise, explicit and easy to visualize, while avoiding vague or non-visualizable descriptions
11
+ - **Neutrality and Fairness.**: Descriptions involving regional specificity, references to celebrities, or copyrighted characters must be avoided to ensure fair evaluation across all models.
12
+
13
 
14
  ## 📊 Dataset Structure
 
 
 
15
  | Field | Description |
16
  |-------|-------------|
17
+ | `Prompt_text_cn`| Chinese version of the prompt |
18
+ | `Prompt_text_en`| English version of the prompt |
19
+ | `Application Scenario`| To account for the diversity of real world, magic bench 377 is divided into five categories |
20
+ | `Expression Form`| Refers to semantic units not directly pointing to visual elements but testing model’s understanding and reasoning over special forms of expressio |
21
+ | `Element Composition`| Refers to visual elements or information arising from the combination of multiple element |
22
+ | `Element`| Refers to visual elements or information that can be expressed by a single semantic unit, typically a word |
23
 
24
+ ## 🏷️ Taxonomy introduction
25
 
26
  ### 1. Application Scenario
27
+ - **Aesthetic design**: Focuses on model use as a visual tool in professional design contexts, such as poster design, logo design, product design, etc. Models are expected to provide visually appealing outputs with high aesthetic quality.
28
+ - **Art** : Focuses on user needs for high-level artistic creation, requiring models to generate outputs aligned with artistic styles, aesthetics, and visual imagination, such as oil painting, watercolor, sketching, or abstract expression.
29
+ - **Entertainment** : Focuses on user needs for casual, creative and entertaining content, often reflecting internet culture (e.g., memes, emojis, or playful illustrations). The goal is to stimulate fun, amusement, or humor.
30
+ - **Film** : Focuses on user needs for story-driven content creation, such as storyboards, cinematic scenes, or animated sequences. Models are expected to understand narrative details and generate scenes with coherent environments and character interactions.
31
+ - **Functional design** : Focuses on user needs for practical work and learning materials, such as teaching slides, product manuals, or office diagrams. Outputs emphasize clarity, conciseness and informativeness.
32
 
33
  ### 2. Expression Form
34
+ - **Pronoun Reference**: Pronouns (he, she, it, they) referring back to entities mentioned earlier in the text, requiring the model to resolve co-reference.
35
+ - **Negation**: Negative expressions such as "no", "without" or "does not".
36
+ - **Consistency**: Multiple entities of the same type sharing the same attribute.
37
+
38
+ ### 3. Element Composition
39
+ - **Anti-Realism**: Combinations that contradict real-world cognition or physical laws.
40
+ - **Multi-Entity Feature Matching**: Multiple entities of the same type with distinct attribute values.
41
+ - **Layout & Typography**: Descriptions of spatial or positional relationships among images, text, or symbols.
42
+
43
+ ### 4. Element
44
+ - **Entity**: Semantic units referring to entities such as people, animals, scenes, costumes, and decorations, including real-world and virtual entities, man-made objects, and natural elements.
45
+ - **Entity Description**: Semantic units describing the quantity, attributes, forms, states, or relationships of entities.
46
+ - **Image Description**: Semantic units that describe visual elements of a scene, including style, aesthetics, and artistic knowledge.
47
+
 
48
  ## 📁 Files
49
 
50
  - `magic_bench_dataset.csv`: Complete dataset
 
80
  ## 🎯 Use Cases
81
 
82
  1. **Model Evaluation**: Comprehensive evaluation of text-to-image models
83
+ 2. **Research**: Study model capabilities in different scenarios
84
+ 3. **Fine-tuning**: Use as training or validation data for model improvement
 
85
 
86
  ## 📄 Citation
87