Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
| 1 |
---
|
| 2 |
viewer: false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
Unison is a comprehensive benchmark comprising 2,169 high-quality unified task samples, designed to evaluate joint understanding and generation in unified multimodal models.
|
| 5 |
|
|
@@ -44,4 +58,4 @@ Unison is a comprehensive benchmark comprising 2,169 high-quality unified task s
|
|
| 44 |
- **IC** — `questions.json` is keyed `prompt_<N>` matching the 0-indexed line `N` in `prompts.txt`; each value maps question numbers to yes/no questions about the generated image.
|
| 45 |
- **UGG** — `image_path` is relative to `Und_Guided_Gen/` (e.g. `images/1.jpg`); `bbox`/`mask` give the grounded edit region, `operation` the edit type.
|
| 46 |
- **GGU** — `image_path` is relative to each sub-category dir: `2D_Spatial/matrices/...`, `3D_Spatial/cubes/...`. `Complex_Relation` items carry no source image and are reconstructed from their `description` / validation questions.
|
| 47 |
-
- **ME** — `image_path` is a bare filename resolving under `Mutual_Enhancement/images/`.
|
|
|
|
| 1 |
---
|
| 2 |
viewer: false
|
| 3 |
+
task_categories:
|
| 4 |
+
- image-to-image
|
| 5 |
+
- text-to-image
|
| 6 |
+
- image-segmentation
|
| 7 |
+
- image-text-to-text
|
| 8 |
+
- image-text-to-image
|
| 9 |
+
- visual-question-answering
|
| 10 |
+
- image-to-text
|
| 11 |
+
tags:
|
| 12 |
+
- unified-multimodal-model
|
| 13 |
+
- benchmark
|
| 14 |
+
- synergistic-learning
|
| 15 |
+
size_categories:
|
| 16 |
+
- 10K<n<100K
|
| 17 |
---
|
| 18 |
Unison is a comprehensive benchmark comprising 2,169 high-quality unified task samples, designed to evaluate joint understanding and generation in unified multimodal models.
|
| 19 |
|
|
|
|
| 58 |
- **IC** — `questions.json` is keyed `prompt_<N>` matching the 0-indexed line `N` in `prompts.txt`; each value maps question numbers to yes/no questions about the generated image.
|
| 59 |
- **UGG** — `image_path` is relative to `Und_Guided_Gen/` (e.g. `images/1.jpg`); `bbox`/`mask` give the grounded edit region, `operation` the edit type.
|
| 60 |
- **GGU** — `image_path` is relative to each sub-category dir: `2D_Spatial/matrices/...`, `3D_Spatial/cubes/...`. `Complex_Relation` items carry no source image and are reconstructed from their `description` / validation questions.
|
| 61 |
+
- **ME** — `image_path` is a bare filename resolving under `Mutual_Enhancement/images/`.
|