Datasets:
Add image-6 benchmark dataset
#2
by jaepoong - opened
- README.md +8 -1
- image-6/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
|
@@ -28,6 +28,10 @@ configs:
|
|
| 28 |
data_files:
|
| 29 |
- split: train
|
| 30 |
path: "category-2/train-*"
|
|
|
|
|
|
|
|
|
|
|
|
|
| 31 |
- config_name: layout-1
|
| 32 |
data_files:
|
| 33 |
- split: train
|
|
@@ -180,7 +184,7 @@ configs:
|
|
| 180 |
|
| 181 |
# GDB: GraphicDesignBench
|
| 182 |
|
| 183 |
-
|
| 184 |
|
| 185 |
**Paper:** [arXiv:2604.04192](https://arxiv.org/abs/2604.04192) | **Code:** [github.com/lica-world/GDB](https://github.com/lica-world/GDB) | **Blog:** [lica.world](https://lica.world/blog/gdb-real-world-benchmark-for-graphic-design)
|
| 186 |
|
|
@@ -203,6 +207,9 @@ ds = load_dataset("lica-world/GDB", "svg-1")
|
|
| 203 |
| `prompt` | string | Evaluation prompt |
|
| 204 |
| `ground_truth` | string | Expected answer (JSON for complex types) |
|
| 205 |
| `image` | Image | Input image (when applicable) |
|
|
|
|
|
|
|
|
|
|
| 206 |
| `metadata` | string | Task-specific fields as JSON |
|
| 207 |
|
| 208 |
## Evaluation
|
|
|
|
| 28 |
data_files:
|
| 29 |
- split: train
|
| 30 |
path: "category-2/train-*"
|
| 31 |
+
- config_name: image-6
|
| 32 |
+
data_files:
|
| 33 |
+
- split: train
|
| 34 |
+
path: "image-6/train-*"
|
| 35 |
- config_name: layout-1
|
| 36 |
data_files:
|
| 37 |
- split: train
|
|
|
|
| 184 |
|
| 185 |
# GDB: GraphicDesignBench
|
| 186 |
|
| 187 |
+
40 benchmarks for evaluating vision-language models on graphic design tasks — layout, typography, SVG, template matching, animation. Built on 1,148 real design layouts from the [Lica dataset](https://lica.world).
|
| 188 |
|
| 189 |
**Paper:** [arXiv:2604.04192](https://arxiv.org/abs/2604.04192) | **Code:** [github.com/lica-world/GDB](https://github.com/lica-world/GDB) | **Blog:** [lica.world](https://lica.world/blog/gdb-real-world-benchmark-for-graphic-design)
|
| 190 |
|
|
|
|
| 207 |
| `prompt` | string | Evaluation prompt |
|
| 208 |
| `ground_truth` | string | Expected answer (JSON for complex types) |
|
| 209 |
| `image` | Image | Input image (when applicable) |
|
| 210 |
+
| `input_image_asset` | Image | Auxiliary source image for generation/editing tasks |
|
| 211 |
+
| `mask_asset` | Image | Auxiliary edit mask for generation/editing tasks |
|
| 212 |
+
| `ground_truth_image_asset` | Image | Auxiliary target/reference image for generation metrics |
|
| 213 |
| `metadata` | string | Task-specific fields as JSON |
|
| 214 |
|
| 215 |
## Evaluation
|
image-6/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4efdd9e883e8e73ea72e8d59f209314da560f56937c4308e414b042da7e34630
|
| 3 |
+
size 117419
|