paper-with-me

홈 › Papers

TurtleAI: Benchmarking Multimodal Models for Visual Programming in Turtle Graphics

2026-06-02 · Chao Wen, Jacqueline Staub, Adish Singla arxiv

Vision-language models (VLMs) have been explored for visual programming, where they generate code to solve visual tasks. However, most prior work focuses on visual programming for productivity; it remains unclear how well current VLMs perform on education-oriented visual programming and what factors limit their performance. To bridge this gap, we introduce TurtleAI, a benchmark containing 823 tasks curated based on real-world visual programming tasks in the Turtle Graphics domain. Solving these tasks requires models to perceive geometric patterns, reason about spatial relationships, and synthesize Python code that faithfully reproduces geometric patterns. We evaluate 20+ VLMs, including GPT-5, GPT-4o, and Qwen2-VL-72B, and find that they struggle significantly, with most achieving success rates below 30%. To address these limitations, we propose a data generation technique that requires only a small set of seed samples. Fine-tuning Qwen2-VL-72B on the resulting synthetic data yields an improvement of about 20% on real-world tasks. Our failure analysis reveals that GPT-4o struggles with spatial reasoning and precise visual replication, whereas fine-tuning primarily improves the alignment between visual reasoning and code implementation.

📄 PDF Abstract BibTeX arXiv:2606.03626

Code (0)

등록된 구현이 없습니다.

Tasks

Spatial ReasoningVisual Reasoning

Similar Papers 제목 키워드 기반

TurtleBench: A Visual Programming Benchmark in Turtle Geometry

2024-10-31 · Sina Rismanchian, Yasaman Razeghi, Sameer Singh, Shayan Doroudi

Humans have the ability to reason about geometric patterns in images and scenes from a young age. However, developing large multimodal models (LMMs) capable of similar reasoning remains a challenge, highlighting the need…

Code Generation

SeaTurtleID2022: A long-span dataset for reliable sea turtle re-identification

2023-11-09 · Lukáš Adam, Vojtěch Čermák, Kostas Papafitsoros, Lukáš Picek

This paper introduces the first public large-scale, long-span dataset with sea turtle photographs captured in the wild -- SeaTurtleID2022 (https://www.kaggle.com/datasets/wildlifedatasets/seaturtleid2022). The dataset co…

BenchmarkingInstance SegmentationSegmentationSemantic Segmentation

SeaTurtleID2022: A long-span dataset for reliable sea turtle re-identification

2022-11-18 · Lukáš Adam, Vojtěch Čermák, Kostas Papafitsoros, Lukáš Picek

This paper introduces the first public large-scale, long-span dataset with sea turtle photographs captured in the wild -- \href{https://www.kaggle.com/datasets/wildlifedatasets/seaturtleid2022}{SeaTurtleID2022}. The data…

BenchmarkingInstance SegmentationSegmentationSemantic Segmentation

MMCode: Benchmarking Multimodal Large Language Models for Code Generation with Visually Rich Programming Problems

2024-04-15 · Kaixin Li, Yuchen Tian, Qisheng Hu, Ziyang Luo 외

Programming often involves converting detailed and complex specifications into code, a process during which developers typically utilize visual aids to more effectively convey concepts. While recent developments in Large…

BenchmarkingCode GenerationVisual Reasoning

Benchmarking the Abilities of Large Language Models for RDF Knowledge Graph Creation and Comprehension: How Well Do LLMs Speak Turtle?

2023-09-29 · Johannes Frey, Lars-Peter Meyer, Natanael Arndt, Felix Brei 외

Large Language Models (LLMs) are advancing at a rapid pace, with significant improvements at natural language processing and coding tasks. Yet, their ability to work with formal languages representing data, specifically …

BenchmarkingKnowledge Graph CompletionKnowledge Graphs