ArXiv

MM-IssueLoc: A Controlled Benchmark for Evaluating Visual Evidence in Multimodal Repository-Level Issue Localization

Authors
Shaoxiong Zhan, Shi Hu, Boyu Feng...
Categories
cs.SE, cs.AI
arXiv
https://arxiv.org/abs/2607.15205v1
PDF
https://arxiv.org/pdf/2607.15205v1

Brief

MM-IssueLoc introduces a controlled multimodal repository-level issue localization benchmark (652 issue-PR pairs, 23 languages) with image-category and relevance annotations, file/function gold labels, and VCE-based image-to-text diagnostics. Evaluations show top systems reach only 38.96% file Acc@5 and 22.45% function Acc@10, revealing that text-only benchmarks overestimate real-world multimodal performance. Full text not reviewed; summary from abstract.

Why it matters

MM-IssueLoc is a controlled multimodal repository-level localization benchmark containing 652 issue-PR instances across 23 languages, annotated with 7 image categories and 4 relevance levels, and providing file-level and function-level gold labels plus paired text-only and with-image evaluation.

Key details

  • The paper introduces VCE-based diagnostics (converting images into structured textual evidence) and a controlled multimodal retriever (MM-IssueLoc-VL-Emb); the strongest agent evaluated reaches 38.96% file Acc@5 and 22.45% function Acc@10, while the best retriever attains 33.86% function Acc@10.
  • Published on arXiv 2026-07-16 (cs.SE, cs.AI), MM-IssueLoc shows that high localization scores on text-dominant SE benchmarks do not transfer to multimodal issue localization and enables controlled tests of whether visual evidence truly helps localization.
Source evidence

Abstract

Real repository issues routinely include visual evidence such as screenshots, error dialogs, rendered UI states, and logs, yet repository-level issue localization is evaluated mostly as a text-only task. Existing multimodal SE benchmarks evaluate end-to-end repair, entangling localization with patch synthesis and obscuring whether visual input helped, hurt, or was ignored. We introduce \textbf{MM-IssueLoc}, a controlled benchmark and evaluation protocol for repository-level localization with visual evidence. MM-IssueLoc contains 652 issue-PR instances across 23 languages, with annotations for 7 image categories and 4 relevance levels. It provides file-level and function-level gold labels, paired text-only and with-image evaluation, and VCE-based diagnostics that convert images into structured textual evidence. We evaluate LLM-based and retrieval-based systems, including MM-IssueLoc-VL-Emb as a controlled multimodal retriever. Results show that existing systems remain far from reliable multimodal repository localization: the strongest agent reaches 38.96 file Acc@5 and 22.45 function Acc@10, while the strongest retriever reaches 33.86 function Acc@10. Cross-benchmark comparisons show that high localization scores on text-dominant SWE benchmarks do not transfer cleanly to multimodal issue localization. MM-IssueLoc turns visual evidence into an explicit evaluation variable, enabling future work to test whether systems improve by using visual evidence for localization, rather than by relying on text-only cues or downstream patch-generation effects.