paper-with-me

홈 › Papers

SWE-bench Multimodal: Do AI Systems Generalize to Visual Software Domains?

2024-10-04 · John Yang, Carlos E. Jimenez, Alex L. Zhang, Kilian Lieret, Joyce Yang, Xindi Wu, Ori Press, Niklas Muennighoff, Gabriel Synnaeve, Karthik R. Narasimhan, Diyi Yang, Sida I. Wang, Ofir Press

Autonomous systems for software engineering are now capable of fixing bugs and developing features. These systems are commonly evaluated on SWE-bench (Jimenez et al., 2024a), which assesses their ability to solve software issues from GitHub repositories. However, SWE-bench uses only Python repositories, with problem statements presented predominantly as text and lacking visual elements such as images. This limited coverage motivates our inquiry into how existing systems might perform on unrepresented software engineering domains (e.g., front-end, game development, DevOps), which use different programming languages and paradigms. Therefore, we propose SWE-bench Multimodal (SWE-bench M), to evaluate systems on their ability to fix bugs in visual, user-facing JavaScript software. SWE-bench M features 617 task instances collected from 17 JavaScript libraries used for web interface design, diagramming, data visualization, syntax highlighting, and interactive mapping. Each SWE-bench M task instance contains at least one image in its problem statement or unit tests. Our analysis finds that top-performing SWE-bench systems struggle with SWE-bench M, revealing limitations in visual problem-solving and cross-language generalization. Lastly, we show that SWE-agent's flexible language-agnostic features enable it to substantially outperform alternatives on SWE-bench M, resolving 12% of task instances compared to 6% for the next best system.

📄 PDF Abstract BibTeX arXiv:2410.03859

Code (3)

princeton-nlp/SWE-bench
swe-bench/swe-bench
swe-rebench/swe-bench-fork

Tasks

Data Visualization

Similar Papers 제목 키워드 기반

An Open-Source Software Toolkit & Benchmark Suite for the Evaluation and Adaptation of Multimodal Action Models

2025-06-10 · Pranav Guruprasad, Yangyue Wang, Sudipta Chowdhury, Jaewoo Song 외

Recent innovations in multimodal action models represent a promising direction for developing general-purpose agentic systems, combining visual understanding, language comprehension, and action generation. We introduce M…

Action GenerationImage CaptioningQuestion AnsweringVision-Language-Action+1

InSight-o3: Empowering Multimodal Foundation Models with Generalized Visual Search

2025-12-21 · Kaican Li, Lewei Yao, Jiannan Wu, Tiezheng Yu 외 arxiv

The ability for AI agents to "think with images" requires a sophisticated blend of reasoning and perception. However, current open multimodal agents still largely fall short on the reasoning aspect crucial for real-world…

Reinforcement LearningMultimodal ReasoningVisual Reasoning

Multilingual Multimodal Software Developer for Code Generation

2025-07-11 · Linzheng Chai, Jian Yang, Shukai Liu, Wei zhang 외

The rapid advancement of Large Language Models (LLMs) has significantly improved code generation, yet most models remain text-only, neglecting crucial visual aids like diagrams and flowcharts used in real-world software …

Code GenerationInstruction Following

FailureMem: A Failure-Aware Multimodal Framework for Autonomous Software Repair

2026-03-18 · Ruize Ma, Yilei Jiang, Shilin Zhang, Zheng Ma 외 arxiv

Multimodal Automated Program Repair (MAPR) extends traditional program repair by requiring models to jointly reason over source code, textual issue descriptions, and visual artifacts such as GUI screenshots. While recent…

Visual GroundingVisual ReasoningProgram Repair

GameDevBench: Evaluating Agentic Capabilities Through Game Development

2026-02-11 · Wayne Chi, Yixiong Fang, Arnav Yayavaram, Siddharth Yayavaram 외 arxiv

Despite rapid progress on coding agents, progress on their multimodal counterparts has lagged behind. A key challenge is the scarcity of evaluation testbeds that combine the complexity of software development with the ne…