paper-with-me

홈 › Papers

1D-Bench: A Benchmark for Iterative UI Code Generation with Visual Feedback in Real-World

2026-02-20 · Qiao Xu, Yipeng Yu, Chengxiao Feng, Xu Liu arxiv

Design-to-code translates high-fidelity UI designs into executable front-end implementations, but progress remains hard to compare due to inconsistent datasets, toolchains, and evaluation protocols. We introduce 1D-Bench, a benchmark grounded in real e-commerce workflows, where each instance provides a reference rendering and an exported intermediate representation that may contain extraction errors. 1D is short for one day, representing the efficient completion of design-to-code tasks in less than one day. Models take both as input, using the intermediate representation as structural cues while being evaluated against the reference rendering, which tests robustness to intermediate representation defects rather than literal adherence. 1D-Bench requires generating an executable React codebase under a fixed toolchain with an explicit component hierarchy, and defines a multi-round setting in which models iteratively apply component-level edits using execution feedback. Experiments on commercial and open-weight multimodal models show that iterative editing generally improves final performance by increasing rendering success and often improving visual similarity. We further conduct a pilot study on post-training with synthetic repair trajectories and reinforcement learning based editing, and observe limited and unstable gains that may stem from sparse terminal rewards and high-variance file-level updates. The data and scripts used in this study are available in an anonymized repository at https://anonymous.4open.science/r/d2c-benchmark-A9C4/.

📄 PDF Abstract BibTeX arXiv:2602.18548

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningCode Generation

Similar Papers 제목 키워드 기반

UI2Code^N: UI-to-Code Generation as Interactive Visual Optimization

2025-11-11 · Zhen Yang, Wenyi Hong, Mingde Xu, Xinyue Fan 외 arxiv

UI-to-code aims to translate UI screenshots into executable front-end code. Despite progress with vision-language models (VLMs), most existing methods formulate UI-to-code as a single-pass generation, which mismatches re…

Reinforcement LearningCode Generation

VisCoder2: Building Multi-Language Visualization Coding Agents

2025-10-24 · Yuansheng Ni, Songcheng Cai, Xiangchao Chen, Jiarong Liang 외 arxiv

Large language models (LLMs) have recently enabled coding agents capable of generating, executing, and revising visualization code. However, existing models often fail in practical workflows due to limited language cover…

Benchmarking and Evolving Reason-Reflect-Rectify for Reflective Visual Generation

2026-05-19 · Junjie Wang, Xinghua Lou, Jason Li, Ye Tian 외 arxiv

Text-to-Image (T2I) models and Unified Multimodal Models (UMMs) have achieved remarkable progress in visual generation. However, their reliance on a single-pass generation paradigm limits their ability to handle complex …

Seeing is Improving: Visual Feedback for Iterative Text Layout Refinement

2026-03-23 · Junrong Guo, Shancheng Fang, Yadong Qu, Hongtao Xie arxiv

Recent advances in Multimodal Large Language Models (MLLMs) have enabled automated generation of structured layouts from natural language descriptions. Existing methods typically follow a code-only paradigm that generate…

Reinforcement Learning

AutoPresent: Designing Structured Visuals from Scratch

2025-01-01 · CVPR 2025 1 · Jiaxin Ge, Zora Zhiruo Wang, Xuhui Zhou, Yi-Hao Peng 외

Designing structured visuals such as presentation slides is essential for communicative needs, necessitating both content creation and visual planning skills. In this work, we tackle the challenge of automated slide gene…

Image Generation