paper-with-me

Papers

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

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

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 designs to code, we present FullFront, a benchmark designed to evaluate Multimodal Large Language Models (MLLMs) \textbf{across the full front-end development pipeline}. FullFront assesses three fundamental tasks that map directly to the front-end engineering pipeline: Webpage Design (conceptualization phase), Webpage Perception QA (comprehension of visual organization and elements), and Webpage Code Generation (implementation phase). Unlike existing benchmarks that use either scraped websites with bloated code or oversimplified LLM-generated HTML, FullFront employs a novel, two-stage process to transform real-world webpages into clean, standardized HTML while maintaining diverse visual designs and avoiding copyright issues. Extensive testing of state-of-the-art MLLMs reveals significant limitations in page perception, code generation (particularly for image handling and layout), and interaction implementation. Our results quantitatively demonstrate performance disparities across models and tasks, and highlight a substantial gap between current MLLM capabilities and human expert performance in front-end engineering. The FullFront benchmark and code are available in https://github.com/Mikivishy/FullFront.

📄 PDF Abstract BibTeX arXiv:2505.17399

Code (1)

mikivishy/fullfront 공식 구현

Tasks

BenchmarkingCode Generation

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

SO-Bench: A Structural Output Evaluation of Multimodal LLMs

2025-11-23 · Di Feng, Kaixin Ma, Feng Nan, Haofeng Chen 외 arxiv

Multimodal large language models (MLLMs) are increasingly deployed in real-world, agentic settings where outputs must not only be correct, but also conform to predefined data schemas. Despite recent progress in structure…

Information Extraction

MCIF: Multimodal Crosslingual Instruction-Following Benchmark from Scientific Talks

2025-07-25 · Sara Papi, Maike Züfle, Marco Gaido, Beatrice Savoldi 외 arxiv

Recent advances in large language models have laid the foundation for multimodal LLMs (MLLMs), which unify text, speech, and vision within a single framework. As these models are rapidly evolving toward general-purpose i…

Instruction FollowingQuestion Answering

Mind over Space: Can Multimodal Large Language Models Mentally Navigate?

2026-03-23 · Qihui Zhu, Shouwei Ruan, Xiao Yang, Hao Jiang 외 arxiv

Despite the widespread adoption of MLLMs in embodied agents, their capabilities remain largely confined to reactive planning from immediate observations, consistently failing in spatial reasoning across extensive spatiot…

Spatial Reasoning

VibeWorlding: Can Multimodal Agents Construct 3D Open Worlds End-to-End?

2026-08-15 · Yansong Ning, Jingwen Ye, Zhongkai Wu, Yang Sun 외 hf

Constructing an interactive 3D open world from a user query is important. However, existing methods are primarily evaluated on idealized, simple queries, making it difficult to systematically analyze and compare how mult…

ChartFI: Benchmarking Faithfulness and Insightfulness of Chart Descriptions from Multimodal Large Language Models

2026-05-22 · Fen Wang, Zekai Shao, Qiman Kang, Chunran Hu 외 arxiv

Chart descriptions are essential for accessibility, cross-modal retrieval, and assisting readers in extracting insights from complex visualizations. As multimodal large language models (MLLMs) are increasingly adopted fo…

Cross-Modal Retrieval