SEAIOct 21, 2025

WebDevJudge: Evaluating (M)LLMs as Critiques for Web Development Quality

Tencent
arXiv:2510.18560v18 citationsh-index: 18Has Code
Originality Incremental advance
AI Analysis

This addresses the reliability of automated evaluation for complex, dynamic tasks like web development, which is incremental as it extends the LLM-as-a-judge paradigm to a new domain.

The paper tackled the problem of evaluating LLMs as judges in open-ended web development tasks, revealing a significant gap between LLM judges and human experts due to failures in recognizing functional equivalence and verifying task feasibility.

The paradigm of LLM-as-a-judge is emerging as a scalable and efficient alternative to human evaluation, demonstrating strong performance on well-defined tasks. However, its reliability in open-ended tasks with dynamic environments and complex interactions remains unexplored. To bridge the gap, we introduce WebDevJudge, a systematic benchmark for assessing LLM-as-a-judge performance in web development, with support for both non-interactive evaluation based on static observations and continuous interactive evaluation with a dynamic web environment. WebDevJudge comprises human preference labels over paired web implementations, annotated with structured and query-grounded rubrics to ensure high-quality ground truth. Using this benchmark, we comprehensively evaluate various evaluators, including LLMs, MLLMs, and agentic workflows. We systematically investigate the impact of different paradigms and guidance mechanisms. Our experiments reveal a significant gap between LLM judges and human experts. In-depth analysis indicates this gap stems from fundamental model limitations, including failures in recognizing functional equivalence, verifying task feasibility, and mitigating bias. Overall, WebDevJudge presents a significant challenge to LLM-as-a-judge, offering insights to guide future research toward developing more reliable and capable automated evaluators for complicated scenarios. Code and data are available at https://github.com/lcy2723/WebDevJudge.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes