Update README.md
Browse files
README.md
CHANGED
@@ -4,7 +4,7 @@ pretty_name: a
|
|
4 |
---
|
5 |
# SWE-PolyBench
|
6 |
|
7 |
-
SWE-PolyBench is a multi language repo level software engineering benchmark. Currently it includes 4 languages: Python, Java, Javascript, and Typescript. The number of instances in each language is:
|
8 |
|
9 |
Javascript: 1017
|
10 |
|
@@ -14,6 +14,18 @@ Python: 199
|
|
14 |
|
15 |
Java: 165
|
16 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
## Languages
|
18 |
|
19 |
The text of the dataset is primarily English.
|
|
|
4 |
---
|
5 |
# SWE-PolyBench
|
6 |
|
7 |
+
[SWE-PolyBench](https://github.com/amazon-science/SWE-PolyBench) is a multi language repo level software engineering benchmark. Currently it includes 4 languages: Python, Java, Javascript, and Typescript. The number of instances in each language is:
|
8 |
|
9 |
Javascript: 1017
|
10 |
|
|
|
14 |
|
15 |
Java: 165
|
16 |
|
17 |
+
## Datasets
|
18 |
+
|
19 |
+
There are total *two* datasets available under SWE-PolyBench. `AmazonScience/SWE-PolyBench` is the full dataset and `AmazonScience/SWE-PolyBench_500` is the stratified sampled dataset with 500 instances.
|
20 |
+
|
21 |
+
## Leaderboard
|
22 |
+
|
23 |
+
We evaluated several open source coding agents/models on this dataset and report them in our [leaderboard]().
|
24 |
+
|
25 |
+
## Submit
|
26 |
+
|
27 |
+
To submit your predictions on this dataset, please follow this [README](https://github.com/amazon-science/SWE-PolyBench/blob/submission/README.md)
|
28 |
+
|
29 |
## Languages
|
30 |
|
31 |
The text of the dataset is primarily English.
|