Datasets:
File size: 2,095 Bytes
03aa01f 03e532e 83f5102 544b299 7e45167 eaed8b8 0b0ac85 65b12ee eaed8b8 6bc92ee |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
---
license: mit
size_categories:
- 100M<n<1B
task_categories:
- image-to-text
pretty_name: vision2ui
configs:
- config_name: default
data_files:
- split: train
path: data/*.parquet
tags:
- code
---
VISION2UI: A Real-World Dataset with Layout for Code Generation from UI Designs
> Automatically generating UI code from webpage design visions can significantly alleviate the burden of developers, enabling beginner developers or designers to directly generate Web pages from design diagrams. Currently, prior research has accomplished the objective of generating UI code from rudimentary design visions or sketches through designing deep neural networks. Inspired by the groundbreaking advancements achieved by Multimodal Large Language Models (MLLMs), the automatic generation of UI code from high-fidelity design images is now emerging as a viable possibility. Nevertheless, our investigation reveals that existing MLLMs are hampered by the scarcity of authentic, high-quality, and large-scale datasets, leading to unsatisfactory performance in automated UI code generation. To mitigate this gap, we present a novel dataset, termed VISION2UI, extracted from real-world scenarios, augmented with comprehensive layout information, tailored specifically for finetuning MLLMs in UI code generation. Specifically, this dataset is derived through a series of operations, encompassing collecting, cleaning, and filtering of the open-source Common Crawl dataset. In order to uphold its quality, a neural scorer trained on labeled samples is utilized to refine the data, retaining higher-quality instances. Ultimately, this process yields a dataset comprising 2,000 (Much more is coming soon) parallel samples encompassing design visions and UI code.
The paper can be accessed at:
https://arxiv.org/abs/2404.06369
<span style="color:green;">
The complete dataset, containing approximately 3.1 million data points, is currently being uploaded in blocks. <br />
This process may last for about a week, during which the volume of available data will continue to increase.
</span> |