paper-with-me

Papers

See, Plan, Snap: Evaluating Multimodal GUI Agents in Scratch

2026-02-11 · Xingyi Zhang, Yulei Ye, Kaifeng Huang, Wenhao Li, Xiangfeng Wang arxiv

Block-based programming environments such as Scratch play a central role in low-code education, yet evaluating the capabilities of AI agents to construct programs through Graphical User Interfaces (GUIs) remains underexplored. We introduce ScratchWorld, a benchmark for evaluating multimodal GUI agents on program-by-construction tasks in Scratch. Grounded in the Use-Modify-Create pedagogical framework, ScratchWorld comprises 83 curated tasks spanning four distinct problem categories: Create, Debug, Extend, and Compute. To rigorously diagnose the source of agent failures, the benchmark employs two complementary interaction modes: primitive mode requires fine-grained drag-and-drop manipulation to directly assess visuomotor control, while composite mode uses high-level semantic APIs to disentangle program reasoning from GUI execution. To ensure reliable assessment, we propose an execution-based evaluation protocol that validates the functional correctness of the constructed Scratch programs through runtime tests within the browser environment. Extensive experiments across state-of-the-art multimodal language models and GUI agents reveal a substantial reasoning--acting gap, highlighting persistent challenges in fine-grained GUI manipulation despite strong planning capabilities.

📄 PDF Abstract BibTeX arXiv:2602.10814

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

WebArXiv: Evaluating Multimodal Agents on Time-Invariant arXiv Tasks

2025-07-01 · Zihao Sun, Ling Chen arxiv

Recent progress in large language models (LLMs) has enabled the development of autonomous web agents capable of navigating and interacting with real websites. However, evaluating such agents remains challenging due to th…

SnapBench: Benchmarking Snap-and-Ask Multimodal Retrieval for Mobile Interactions

2026-08-30 · Zirong Chen, Fuda Ye, Kuan Zhang, Enjun Du 외 hf

Mobile AI acts as a visual oracle, empowering users to snap a picture of something and ask for information. Snap-and-ask retrieval is now one of the most common entry points for mobile AI, yet photos are often blurry, wh…

Modeling realistic human behavior using generative agents in a multimodal transport system: Software architecture and Application to Toulouse

2025-10-22 · Trung-Dung Vu, Benoit Gaudou, Kamaldeep Singh Oberoi arxiv

Modeling realistic human behaviour to understand people's mode choices in order to propose personalised mobility solutions remains challenging. This paper presents an architecture for modeling realistic human mobility be…

ScratchEval: Are GPT-4o Smarter than My Child? Evaluating Large Multimodal Models with Visual Programming Challenges

2024-11-28 · Rao Fu, Ziyang Luo, Hongzhan Lin, Zhen Ye 외

Recent advancements in large multimodal models (LMMs) have showcased impressive code generation capabilities, primarily evaluated through image-to-code benchmarks. However, these benchmarks are limited to specific visual…

Code Generation

VisualWebArena: Evaluating Multimodal Agents on Realistic Visual Web Tasks

2024-01-24 · Jing Yu Koh, Robert Lo, Lawrence Jang, Vikram Duvvur 외

Autonomous agents capable of planning, reasoning, and executing actions on the web offer a promising avenue for automating computer tasks. However, the majority of existing benchmarks primarily focus on text-based agents…