Update README.md
Browse files
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 |
+

|
| 47 |
+
|
| 48 |
## At a glance
|
| 49 |
|
| 50 |
- **652 instances** (450 human-annotated + 202 AI-augmented), **1050 screenshots** embedded as bytes.
|