Skip to content

Commit 957a911

Browse files
authored
update: ArXiv paper
1 parent 4c1fade commit 957a911

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/About.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Multi-SWE-Bench is a benchmark for evaluating the issue-resolving capabilities of LLMs across multiple programming languages.
77
The dataset consists of 1,632 issue-resolving tasks spanning 7 programming languages: Java, TypeScript, JavaScript, Go, Rust, C, and C++.
88
Evaluation is performed by verifying the project's built-in test suite results, using post-PR behavior as the reference solution.
9-
Read more about Multi-SWE-bench in our <a href="https://arxiv.org/abs/xxx" target="_blank">paper</a>!
9+
Read more about Multi-SWE-bench in our <a href="https://arxiv.org/abs/2504.02605" target="_blank">paper</a>!
1010
</p>
1111
<h3 class="text-title">Citation</h3>
1212
If you found the <a href="https://multi-swe-bench.github.io">Multi-SWE-bench</a> and <a href="https://www.swebench.com">SWE-bench</a> helpful for your work, please cite as follows:

src/Header.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<i class="fa fa-database"></i> Data&nbsp;
5454
</button>
5555
</a>
56-
<!-- <a href="https://arxiv.org/abs/xxxx.xxxxx">
56+
<!-- <a href="https://arxiv.org/abs/2504.02605">
5757
<button class="outline">
5858
<i class="fa fa-paperclip"></i> Paper&nbsp;
5959
</button>

src/Viewer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
Home&nbsp;
1313
</button>
1414
</router-link>
15-
<a target="_blank" rel="noopener noreferrer" href="https://arxiv.org/abs/xxxx.xxxxx">
15+
<a target="_blank" rel="noopener noreferrer" href="https://arxiv.org/abs/2504.02605">
1616
<button class="outline">
1717
<i class="fa fa-paperclip"></i> Paper&nbsp;
1818
</button>

0 commit comments

Comments
 (0)