Jasaxion commited on
Commit
b05539c
·
verified ·
1 Parent(s): 1874a60

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -31,7 +31,7 @@ configs:
31
  # MM-IssueLoc Bench
32
 
33
  > **MM-IssueLoc: A Controlled Benchmark for Evaluating Visual Evidence in Multimodal Repository-Level Issue Localization**
34
-
35
  > [📄 arXiv](https://arxiv.org/abs/2607.15205) · [💻 Evaluation toolkit](https://github.com/Jasaxion/MM-IssueLoc-Bench)
36
 
37
  Repository-level, multimodal **issue → source-code localization**. Given a GitHub issue (title + body + screenshots) and a target repository, retrieve the **file(s)** and **function(s)** that must be edited to resolve it — with visual evidence treated as an explicit input, decoupled from patch synthesis.
@@ -43,6 +43,8 @@ Repository-level, multimodal **issue → source-code localization**. Given a Git
43
 
44
  Both configs ship a single `test` split (pure evaluation benchmark).
45
 
 
 
46
  ## At a glance
47
 
48
  - **652 instances** (450 human-annotated + 202 AI-augmented), **1050 screenshots** embedded as bytes.
 
31
  # MM-IssueLoc Bench
32
 
33
  > **MM-IssueLoc: A Controlled Benchmark for Evaluating Visual Evidence in Multimodal Repository-Level Issue Localization**
34
+ >
35
  > [📄 arXiv](https://arxiv.org/abs/2607.15205) · [💻 Evaluation toolkit](https://github.com/Jasaxion/MM-IssueLoc-Bench)
36
 
37
  Repository-level, multimodal **issue → source-code localization**. Given a GitHub issue (title + body + screenshots) and a target repository, retrieve the **file(s)** and **function(s)** that must be edited to resolve it — with visual evidence treated as an explicit input, decoupled from patch synthesis.
 
43
 
44
  Both configs ship a single `test` split (pure evaluation benchmark).
45
 
46
+ ![MM-IssueLoc dataset dashboard](https://github.com/Jasaxion/MM-IssueLoc-Bench/blob/main/docs/dataset-dashboard.png)
47
+
48
  ## At a glance
49
 
50
  - **652 instances** (450 human-annotated + 202 AI-augmented), **1050 screenshots** embedded as bytes.