Add task categories and paper link
Browse filesThis PR adds `task_categories` to the dataset card.
README.md
CHANGED
|
@@ -3,7 +3,11 @@ license: cc-by-nc-4.0
|
|
| 3 |
tags:
|
| 4 |
- coding
|
| 5 |
- agents
|
|
|
|
|
|
|
|
|
|
| 6 |
---
|
|
|
|
| 7 |
# SWE-PolyBench
|
| 8 |
|
| 9 |
[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:
|
|
@@ -73,6 +77,6 @@ If you find our work useful please cite:
|
|
| 73 |
eprint={2504.08703},
|
| 74 |
archivePrefix={arXiv},
|
| 75 |
primaryClass={cs.SE},
|
| 76 |
-
url={https://
|
| 77 |
}
|
| 78 |
```
|
|
|
|
| 3 |
tags:
|
| 4 |
- coding
|
| 5 |
- agents
|
| 6 |
+
task_categories:
|
| 7 |
+
- code-generation
|
| 8 |
+
- bug-fixing
|
| 9 |
---
|
| 10 |
+
|
| 11 |
# SWE-PolyBench
|
| 12 |
|
| 13 |
[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:
|
|
|
|
| 77 |
eprint={2504.08703},
|
| 78 |
archivePrefix={arXiv},
|
| 79 |
primaryClass={cs.SE},
|
| 80 |
+
url={https://huggingface.co/papers/2504.08703},
|
| 81 |
}
|
| 82 |
```
|