paper-with-me

Papers

Unlocking the conversion of Web Screenshots into HTML Code with the WebSight Dataset

2024-03-14 · Hugo Laurençon, Léo Tronchon, Victor Sanh

Using vision-language models (VLMs) in web development presents a promising strategy to increase efficiency and unblock no-code solutions: by providing a screenshot or a sketch of a UI, a VLM could generate the code to reproduce it, for instance in a language like HTML. Despite the advancements in VLMs for various tasks, the specific challenge of converting a screenshot into a corresponding HTML has been minimally explored. We posit that this is mainly due to the absence of a suitable, high-quality dataset. This work introduces WebSight, a synthetic dataset consisting of 2 million pairs of HTML codes and their corresponding screenshots. We fine-tune a foundational VLM on our dataset and show proficiency in converting webpage screenshots to functional HTML code. To accelerate the research in this area, we open-source WebSight.

📄 PDF Abstract BibTeX arXiv:2403.09029

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

HTMLCure: Turning Browser Experience into State Guided Repair for Interactive HTML

2026-05-26 · Jiajun Wu, Jian Yang, Tuney Zheng, Wei Zhang 외 arxiv

LLMs can now produce full HTML pages, but many of those pages are only superficially correct: they render once, then fail under scroll, hover, click, resize, or gameplay. Evaluation from screenshots can miss these failur…

A stacking model using URL and HTML features for phishing webpage detection

2019-05-01 · Yukun Li a, Zhenguo Yang b, C, ∗ 외

In this paper, we present a stacking model to detect phishing webpages using URL and HTML features. In terms of features, we design lightweight URL and HTML features and introduce HTML string embedding without using th…

Learning UI-to-Code Reverse Generator Using Visual Critic Without Rendering

2023-05-24 · Davit Soselia, Khalid Saifullah, Tianyi Zhou

Automated reverse engineering of HTML/CSS code from UI screenshots is an important yet challenging problem with broad applications in website development and design. In this paper, we propose a novel vision-code transfor…

Code GenerationDecoderreinforcement-learning

Inscriptis -- A Python-based HTML to text conversion library optimized for knowledge extraction from the Web

2021-07-12 · Albert Weichselbraun

Inscriptis provides a library, command line client and Web service for converting HTML to plain text. Its development has been triggered by the need to obtain accurate text representations for knowledge extraction tasks …

WebVIA: A Web-based Vision-Language Agentic Framework for Interactive and Verifiable UI-to-Code Generation

2025-11-09 · Mingde Xu, Zhen Yang, Wenyi Hong, Lihang Pan 외 arxiv

User interface (UI) development requires translating design mockups into functional code, a process that remains repetitive and labor-intensive. While recent Vision-Language Models (VLMs) automate UI-to-Code generation, …

Code Generation