Update README.md (#2)
Browse files- Update README.md (3c2dbb7cac7372e155c058e6124f12392210a07f)
Co-authored-by: fengxuanzhao <[email protected]>
README.md
CHANGED
|
@@ -36,7 +36,7 @@ The dataset includes the following fields:
|
|
| 36 |
### 2. Expression Form
|
| 37 |
- **Pronoun Reference**: Contains pronoun references
|
| 38 |
- **Negation**: Contains negative expressions
|
| 39 |
-
- **
|
| 40 |
|
| 41 |
### 3. Element Combination
|
| 42 |
- **Anti-Realism**: Anti-realistic combinations
|
|
@@ -44,16 +44,16 @@ The dataset includes the following fields:
|
|
| 44 |
- **Layout & Typography**: Specific layout requirements
|
| 45 |
|
| 46 |
### 4. Entity Description
|
| 47 |
-
- **
|
| 48 |
-
- **
|
| 49 |
- **Action/State** : Action or state descriptions
|
| 50 |
-
- **
|
| 51 |
|
| 52 |
## 📁 Files
|
| 53 |
|
| 54 |
-
- `magic_bench_dataset.csv`: Complete dataset
|
| 55 |
-
- `magic_bench_chinese.csv`: Chinese prompts with
|
| 56 |
-
- `magic_bench_english.csv`: English prompts with
|
| 57 |
|
| 58 |
## 🚀 Usage
|
| 59 |
|
|
@@ -69,11 +69,7 @@ df_cn = pd.read_csv('magic_bench_chinese.csv')
|
|
| 69 |
# Load English version
|
| 70 |
df_en = pd.read_csv('magic_bench_english.csv')
|
| 71 |
|
| 72 |
-
# Example: Filter prompts with style requirements
|
| 73 |
-
stylized_prompts = df[df['是否有风格'] == '是']
|
| 74 |
|
| 75 |
-
# Example: Get aesthetic design prompts
|
| 76 |
-
aesthetic_prompts = df[df['应用场景'] == '创意设计']
|
| 77 |
```
|
| 78 |
|
| 79 |
## 📈 Statistics
|
|
|
|
| 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
|
|
|
|
| 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
|
| 55 |
+
- `magic_bench_chinese.csv`: Chinese prompts with labels
|
| 56 |
+
- `magic_bench_english.csv`: English prompts with labels
|
| 57 |
|
| 58 |
## 🚀 Usage
|
| 59 |
|
|
|
|
| 69 |
# Load English version
|
| 70 |
df_en = pd.read_csv('magic_bench_english.csv')
|
| 71 |
|
|
|
|
|
|
|
| 72 |
|
|
|
|
|
|
|
| 73 |
```
|
| 74 |
|
| 75 |
## 📈 Statistics
|