Upload folder using huggingface_hub
Browse files- README.md +196 -3
- archives/frontend.tar.gz +3 -0
- archives/webpage.tar.gz +3 -0
- archives/website.tar.gz +3 -0
- docs/images/all_results.png +3 -0
- docs/images/compare_bench.png +3 -0
- docs/images/compare_task.png +3 -0
- docs/images/height_performance.png +3 -0
- docs/images/input_materials.png +3 -0
- docs/images/task_distribution.png +3 -0
- docs/images/task_performance.png +3 -0
- docs/images/test_case_distribution.png +3 -0
- docs/images/test_case_performance.png +3 -0
- docs/images/visionwebdev-cover.png +3 -0
- docs/images/visionwebdev.png +3 -0
- frontend/test.parquet +3 -0
- webpage/test.parquet +3 -0
- website/test.parquet +3 -0
README.md
CHANGED
|
@@ -1,3 +1,196 @@
|
|
| 1 |
-
---
|
| 2 |
-
license:
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- text-generation
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
tags:
|
| 8 |
+
- agent
|
| 9 |
+
size_categories:
|
| 10 |
+
- n<1K
|
| 11 |
+
configs:
|
| 12 |
+
- config_name: webpage
|
| 13 |
+
data_files:
|
| 14 |
+
- split: test
|
| 15 |
+
path: "webpage/test.parquet"
|
| 16 |
+
|
| 17 |
+
- config_name: frontend
|
| 18 |
+
data_files:
|
| 19 |
+
- split: test
|
| 20 |
+
path: "frontend/test.parquet"
|
| 21 |
+
|
| 22 |
+
- config_name: website
|
| 23 |
+
data_files:
|
| 24 |
+
- split: test
|
| 25 |
+
path: "website/test.parquet"
|
| 26 |
+
---
|
| 27 |
+
|
| 28 |
+
# Vision2Web: A Hierarchical Benchmark for Visual Website Development with Agent Verification
|
| 29 |
+
|
| 30 |
+

|
| 31 |
+

|
| 32 |
+

|
| 33 |
+
|
| 34 |
+
<div align='center'>
|
| 35 |
+
|
| 36 |
+
[[๐ Project Page](https://vision2web-benchmark.github.io/)] [[๐ arXiv Paper](#)][[๐ Leaderboard](https://vision2web-benchmark.github.io/#leaderboard)] [[๐ฎ Submit Results](https://huggingface.co/datasets/he-zh22/Vision2Web-leaderboard)]
|
| 37 |
+
|
| 38 |
+
</div>
|
| 39 |
+
|
| 40 |
+
<p align="center">
|
| 41 |
+
<img src="./docs/images/vision2web-cover.png" width="85%">
|
| 42 |
+
</p>
|
| 43 |
+
|
| 44 |
+
Vision2Web is a comprehensive benchmark designed to evaluate multimodal coding agents on **visual website development tasks spanning the full software development lifecycle**.
|
| 45 |
+
|
| 46 |
+
This dataset repository contains the **benchmark tasks, UI prototypes, test workflows, and resources** used to evaluate agent performance.
|
| 47 |
+
|
| 48 |
+
---
|
| 49 |
+
|
| 50 |
+
# ๐ Introduction
|
| 51 |
+
|
| 52 |
+
Vision2Web is a hierarchical benchmark for evaluating multimodal coding agents on **end-to-end visual website development**, measuring their ability to integrate:
|
| 53 |
+
|
| 54 |
+
- UI understanding
|
| 55 |
+
- requirements reasoning
|
| 56 |
+
- interactive logic
|
| 57 |
+
- full-stack implementation
|
| 58 |
+
|
| 59 |
+
in **long-horizon development scenarios**.
|
| 60 |
+
|
| 61 |
+
<p align="center">
|
| 62 |
+
<img src="./docs/images/compare_bench.png" width="70%">
|
| 63 |
+
</p>
|
| 64 |
+
|
| 65 |
+
The benchmark is organized into three progressive levels:
|
| 66 |
+
|
| 67 |
+
### Level 1 โ Static Webpage
|
| 68 |
+
|
| 69 |
+
Generate responsive executable webpages from multi-device UI prototypes
|
| 70 |
+
(desktop / tablet / mobile).
|
| 71 |
+
|
| 72 |
+
**Metric**
|
| 73 |
+
|
| 74 |
+
- Visual Score (VS)
|
| 75 |
+
|
| 76 |
+
---
|
| 77 |
+
|
| 78 |
+
### Level 2 โ Interactive Frontend
|
| 79 |
+
|
| 80 |
+
Develop multi-page interactive frontends from multiple prototypes and textual specifications.
|
| 81 |
+
|
| 82 |
+
**Metrics**
|
| 83 |
+
|
| 84 |
+
- Visual Score (VS)
|
| 85 |
+
- Functional Score (FS)
|
| 86 |
+
|
| 87 |
+
---
|
| 88 |
+
|
| 89 |
+
### Level 3 โ Full-Stack Website
|
| 90 |
+
|
| 91 |
+
Build complete full-stack web systems from requirement documents and UI prototypes.
|
| 92 |
+
|
| 93 |
+
Agents must implement:
|
| 94 |
+
|
| 95 |
+
- backend logic
|
| 96 |
+
- state management
|
| 97 |
+
- frontend interactions
|
| 98 |
+
|
| 99 |
+
**Metrics**
|
| 100 |
+
|
| 101 |
+
- Visual Score (VS)
|
| 102 |
+
- Functional Score (FS)
|
| 103 |
+
|
| 104 |
+
---
|
| 105 |
+
|
| 106 |
+
Evaluation uses a **workflow-based agent verification paradigm** combining:
|
| 107 |
+
|
| 108 |
+
- **GUI Agent verifiers** for functional correctness
|
| 109 |
+
- **VLM-based judges** for visual fidelity
|
| 110 |
+
|
| 111 |
+
This enables **scalable and implementation-agnostic evaluation** across increasing levels of complexity.
|
| 112 |
+
|
| 113 |
+
---
|
| 114 |
+
|
| 115 |
+
# ๐ Benchmark Statistics
|
| 116 |
+
|
| 117 |
+
Vision2Web contains:
|
| 118 |
+
|
| 119 |
+
- **193 tasks**
|
| 120 |
+
- **16 subcategories**
|
| 121 |
+
- **4 major domains**
|
| 122 |
+
|
| 123 |
+
Domains include:
|
| 124 |
+
|
| 125 |
+
- E-Commerce
|
| 126 |
+
- SaaS
|
| 127 |
+
- Content Platforms
|
| 128 |
+
- Public Service
|
| 129 |
+
|
| 130 |
+
The dataset includes:
|
| 131 |
+
|
| 132 |
+
- **918 prototype images**
|
| 133 |
+
- **1,255 functional test cases**
|
| 134 |
+
|
| 135 |
+
<table align="center">
|
| 136 |
+
<tr>
|
| 137 |
+
<td align="center" width="50%">
|
| 138 |
+
<img src="./docs/images/task_distribution.png" width="100%"/>
|
| 139 |
+
</td>
|
| 140 |
+
|
| 141 |
+
<td align="center" width="50%">
|
| 142 |
+
<img src="./docs/images/test_case_distribution.png" width="100%"/><br/><br/>
|
| 143 |
+
<img src="./docs/images/compare_task.png" width="80%"/>
|
| 144 |
+
</td>
|
| 145 |
+
</tr>
|
| 146 |
+
</table>
|
| 147 |
+
|
| 148 |
+
---
|
| 149 |
+
|
| 150 |
+
# ๐ฅ Using the Dataset
|
| 151 |
+
|
| 152 |
+
The dataset can be downloaded directly from Hugging Face.
|
| 153 |
+
|
| 154 |
+
After downloading, extract the dataset and place it in your project directory with the following structure:
|
| 155 |
+
|
| 156 |
+
```
|
| 157 |
+
|
| 158 |
+
datasets/
|
| 159 |
+
โโโ webpage/ # Level 1: Static Webpage (100 tasks)
|
| 160 |
+
โโโ frontend/ # Level 2: Interactive Frontend (66 tasks)
|
| 161 |
+
โโโ website/ # Level 3: Full-Stack Website (27 tasks)
|
| 162 |
+
|
| 163 |
+
```
|
| 164 |
+
|
| 165 |
+
Each task directory contains the following components:
|
| 166 |
+
|
| 167 |
+
| File / Folder | Description |
|
| 168 |
+
|---|---|
|
| 169 |
+
| `prototypes/` | UI prototype images (desktop / tablet / mobile) |
|
| 170 |
+
| `resources/` | Multimedia assets used in tasks |
|
| 171 |
+
| `workflow.json` | Functional test workflow specification |
|
| 172 |
+
| `prompt.txt` | Textual requirements (Level 2 only) |
|
| 173 |
+
| `prd.md` | Requirement document (Level 3 only) |
|
| 174 |
+
|
| 175 |
+
Once extracted, ensure the dataset directory is placed at the root of the Vision2Web project so that the evaluation pipeline can locate the benchmark tasks correctly.
|
| 176 |
+
|
| 177 |
+
---
|
| 178 |
+
|
| 179 |
+
# โ ๏ธ License
|
| 180 |
+
|
| 181 |
+
Vision2Web is released under the **CC-BY-NC-SA-4.0 license**.
|
| 182 |
+
|
| 183 |
+
---
|
| 184 |
+
|
| 185 |
+
# โ๏ธ Citation
|
| 186 |
+
|
| 187 |
+
If you find Vision2Web useful in your research, please cite:
|
| 188 |
+
|
| 189 |
+
```bibtex
|
| 190 |
+
@article{he2026vision2web,
|
| 191 |
+
title={Vision2Web: A Hierarchical Benchmark for Visual Website Development with Agent Verification},
|
| 192 |
+
author={He, Zehai and Hong, Wenyi and Yang, Zhen and Pan, Ziyang and Liu, Mingdao and Gu, Xiaotao and Tang, Jie},
|
| 193 |
+
journal={arXiv preprint},
|
| 194 |
+
year={2026}
|
| 195 |
+
}
|
| 196 |
+
````
|
archives/frontend.tar.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:121543b2f2f72d95384e19a08a60fa492399ce024a18389f834aa024bf6a5a3f
|
| 3 |
+
size 2633451348
|
archives/webpage.tar.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d98e4ba6d47e17f5fa52842fe96320353663d4431e2bc6aec2767df64d62f09d
|
| 3 |
+
size 431238708
|
archives/website.tar.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:de1bfa35c86046586539a3540c4f3ec1ef8c117aaa69871551fb815acd53b388
|
| 3 |
+
size 1043509357
|
docs/images/all_results.png
ADDED
|
Git LFS Details
|
docs/images/compare_bench.png
ADDED
|
Git LFS Details
|
docs/images/compare_task.png
ADDED
|
Git LFS Details
|
docs/images/height_performance.png
ADDED
|
Git LFS Details
|
docs/images/input_materials.png
ADDED
|
Git LFS Details
|
docs/images/task_distribution.png
ADDED
|
Git LFS Details
|
docs/images/task_performance.png
ADDED
|
Git LFS Details
|
docs/images/test_case_distribution.png
ADDED
|
Git LFS Details
|
docs/images/test_case_performance.png
ADDED
|
Git LFS Details
|
docs/images/visionwebdev-cover.png
ADDED
|
Git LFS Details
|
docs/images/visionwebdev.png
ADDED
|
Git LFS Details
|
frontend/test.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c8cf0d3a023be32043632989fd7586a5de49949dd4aa9341410f9009845f0103
|
| 3 |
+
size 32508
|
webpage/test.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b52644f75db453278e994d8f592aecea53f8061b70c9598651ac8a3bd46f101e
|
| 3 |
+
size 6246
|
website/test.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:203c1733b12c641fe4353695f2ce96e3e8ad400e8b9fa7af92bde50b4573f2a5
|
| 3 |
+
size 17674
|