The Dataset Viewer has been disabled on this dataset.
Unison is a comprehensive benchmark comprising 2,169 high-quality unified task samples, designed to evaluate joint understanding and generation in unified multimodal models.
Tasks
| Task | Name | What it measures |
|---|---|---|
| IC | Internal Consistency | Internal alignment between understanding and generation. |
| UGG | Understanding Guided Generation | Model's ability to leverage comprehension guiding contextually generation. |
| GGU | Generation Guided Understanding | How synthesized outputs assist understanding tasks. |
| ME | Mutual Enhancement | Multi-turn iterative synergy where understanding identifies generation errors and vice versa, enabling mutual refinement. |
Layout
βββ Internal_Consistency/ # IC
β βββ prompts.txt # 556 generation prompts
β βββ questions.json # yes/no VQA keyed by prompt_<N>
β βββ images/ # 556 reference images
βββ Und_Guided_Gen/ # UGG
β βββ UGG.json # 543 grounded generation items
β βββ images/ # 539 source images
βββ Gen_Guided_Und/ # GGU (three spatial sub-categories)
β βββ 2D_Spatial/ # 182 2D spatial items
β βββ 3D_Spatial/ # 180 3D spatial items
β βββ Complex_Relation/ # 180 relation items
βββ Mutual_Enhancement/ # ME
βββ ME.json # 264 rows, 528 samples
βββ images/ # 264 source images
Field notes
- IC β
questions.jsonis keyedprompt_<N>matching the 0-indexed lineNinprompts.txt; each value maps question numbers to yes/no questions about the generated image. - UGG β
image_pathis relative toUnd_Guided_Gen/(e.g.images/1.jpg);bbox/maskgive the grounded edit region,operationthe edit type. - GGU β
image_pathis relative to each sub-category dir:2D_Spatial/matrices/...,3D_Spatial/cubes/....Complex_Relationitems carry no source image and are reconstructed from theirdescription/ validation questions. - ME β
image_pathis a bare filename resolving underMutual_Enhancement/images/.
- Downloads last month
- 34