paper-with-me

Papers

FronTalk: Benchmarking Front-End Development as Conversational Code Generation with Multi-Modal Feedback

2025-12-05 · Xueqing Wu, Zihan Xue, Da Yin, Shuyan Zhou, Kai-Wei Chang, Nanyun Peng, Yeming Wen arxiv

We present FronTalk, a benchmark for front-end code generation that pioneers the study of a unique interaction dynamic: conversational code generation with multi-modal feedback. In front-end development, visual artifacts such as sketches, mockups and annotated creenshots are essential for conveying design intent, yet their role in multi-turn code generation remains largely unexplored. To address this gap, we focus on the front-end development task and curate FronTalk, a collection of 100 multi-turn dialogues derived from real-world websites across diverse domains such as news, finance, and art. Each turn features both a textual instruction and an equivalent visual instruction, each representing the same user intent. To comprehensively evaluate model performance, we propose a novel agent-based evaluation framework leveraging a web agent to simulate users and explore the website, and thus measuring both functional correctness and user experience. Evaluation of 20 models reveals two key challenges that are under-explored systematically in the literature: (1) a significant forgetting issue where models overwrite previously implemented features, resulting in task failures, and (2) a persistent challenge in interpreting visual feedback, especially for open-source vision-language models (VLMs). We propose a strong baseline to tackle the forgetting issue with AceCoder, a method that critiques the implementation of every past instruction using an autonomous web agent. This approach significantly reduces forgetting to nearly zero and improves the performance by up to 9.3% (56.0% to 65.3%). Overall, we aim to provide a solid foundation for future research in front-end development and the general interaction dynamics of multi-turn, multi-modal code generation. Code and data are released at https://github.com/shirley-wu/frontalk

📄 PDF Abstract BibTeX arXiv:2601.04203

Code (0)

등록된 구현이 없습니다.

Tasks

Code Generation

Similar Papers 제목 키워드 기반

Low-code from frontend to backend: Connecting conversational user interfaces to backend services via a low-code IoT platform

2024-09-13 · Irene Weber

Current chatbot development platforms and frameworks facilitate setting up the language and dialog part of chatbots, while connecting it to backend services and business functions requires substantial manual coding effor…

Chatbot

OpenOmni: A Collaborative Open Source Tool for Building Future-Ready Multimodal Conversational Agents

2024-08-06 · Qiang Sun, Yuanyi Luo, Sirui Li, Wenxiao Zhang 외

Multimodal conversational agents are highly desirable because they offer natural and human-like interaction. However, there is a lack of comprehensive end-to-end solutions to support collaborative development and benchma…

BenchmarkingRetrieval-augmented GenerationSpeech-to-Text

Conversational Search: From Fundamentals to Frontiers in the LLM Era

2025-06-12 · Fengran Mo, Chuan Meng, Mohammad Aliannejadi, Jian-Yun Nie

Conversational search enables multi-turn interactions between users and systems to fulfill users' complex information needs. During this interaction, the system should understand the users' search intent within the conve…

Conversational SearchInstruction Following

FullFront: Benchmarking MLLMs Across the Full Front-End Engineering Workflow

2025-05-23 · Haoyu Sun, Huichen Will Wang, Jiawei Gu, Linjie Li 외

Front-end engineering involves a complex workflow where engineers conceptualize designs, translate them into code, and iteratively refine the implementation. While recent benchmarks primarily focus on converting visual d…

BenchmarkingCode Generation

Design2Code: Benchmarking Multimodal Code Generation for Automated Front-End Engineering

2024-03-05 · Chenglei Si, Yanzhe Zhang, Ryan Li, Zhengyuan Yang 외

Generative AI has made rapid advancements in recent years, achieving unprecedented capabilities in multimodal understanding and code generation. This can enable a new paradigm of front-end development in which multimodal…

BenchmarkingCode Generation