paper-with-me

홈 › Papers

FrontendBench: A Benchmark for Evaluating LLMs on Front-End Development via Automatic Evaluation

2025-06-16 · Hongda Zhu, Yiwen Zhang, Bing Zhao, Jingzhe Ding, Siyao Liu, Tong Liu, Dandan Wang, Yanan Liu, Zhaojian Li

Large Language Models (LLMs) have made significant strides in front-end code generation. However, existing benchmarks exhibit several critical limitations: many tasks are overly simplistic, test cases often lack rigor, and end-to-end validation is absent. These issues hinder the accurate assessment of model performance. To address these challenges, we present FrontendBench, a benchmark co-developed by humans and LLMs. FrontendBench categorizes tasks based on code functionality and incorporates interactive test scenarios, enabling a more comprehensive and practical evaluation of front-end code generation capabilities. The benchmark comprises 148 meticulously crafted prompt-test case pairs spanning five levels of web components, from basic UI elements to complex interactive features. Each task reflects realistic front-end development challenges. Furthermore, we introduce an automatic evaluation framework that executes generated code within a sandbox environment and assesses outcomes using predefined test scripts. This framework achieves a 90.54% agreement rate with expert human evaluations, demonstrating high reliability. We benchmark several state-of-the-art LLMs on FrontendBench and observe substantial performance disparities in handling real-world front-end tasks. These results highlight FrontendBench as a reliable and scalable benchmark, supporting consistent multimodal evaluation and providing a robust foundation for future research in front-end code generation. Our data and code will be released soon.

📄 PDF Abstract BibTeX arXiv:2506.13832

Code (0)

등록된 구현이 없습니다.

Tasks

Code Generation

Similar Papers 제목 키워드 기반

Towards Contamination Resistant Benchmarks

2025-05-13 · Rahmatullah Musawi, Sheng Lu

The rapid development of large language models (LLMs) has transformed the landscape of natural language processing. Evaluating LLMs properly is crucial for understanding their potential and addressing concerns such as sa…

Too Long, Didn't Model: Decomposing LLM Long-Context Understanding With Novels

2025-05-20 · Sil Hamilton, Rebecca M. M. Hicke, Matthew Wilkens, David Mimno

Although the context length of large language models (LLMs) has increased to millions of tokens, evaluating their effectiveness beyond needle-in-a-haystack approaches has proven difficult. We argue that novels provide a …

Language ModelingLanguage ModellingLong-Context Understanding

Evaluating the Pre-Consultation Ability of LLMs using Diagnostic Guidelines

2026-01-07 · Jean Seo, Gibaeg Kim, Kihun Shin, Seungseop Lim 외 arxiv

We introduce EPAG, a benchmark dataset and framework designed for Evaluating the Pre-consultation Ability of LLMs using diagnostic Guidelines. LLMs are evaluated directly through HPI-diagnostic guideline comparison and i…

Biothreat Benchmark Generation Framework for Evaluating Frontier AI Models III: Implementing the Bacterial Biothreat Benchmark (B3) Dataset

2025-12-09 · Gary Ackerman, Theodore Wilson, Zachary Kallenborn, Olivia Shoemaker 외 arxiv

The potential for rapidly-evolving frontier artificial intelligence (AI) models, especially large language models (LLMs), to facilitate bioterrorism or access to biological weapons has generated significant policy, acade…

Assessing LLMs for Front-end Software Architecture Knowledge

2025-02-26 · L. P. Franciscatto Guerra, N. Ernst

Large Language Models (LLMs) have demonstrated significant promise in automating software development tasks, yet their capabilities with respect to software design tasks remains largely unclear. This study investigates t…