Add task category, library, and paper link
Browse filesThis PR ensures the dataset is linked to (and can be found at) https://huggingface.co/papers/2501.14723.
It also adds the appropriate task category and a link to the Github repo.
README.md
CHANGED
|
@@ -1,5 +1,8 @@
|
|
| 1 |
---
|
| 2 |
license: unknown
|
|
|
|
|
|
|
|
|
|
| 3 |
dataset_info:
|
| 4 |
- config_name: file_content
|
| 5 |
features:
|
|
@@ -255,7 +258,6 @@ if __name__ == "__main__":
|
|
| 255 |
main()
|
| 256 |
```
|
| 257 |
|
| 258 |
-
|
| 259 |
See our [blog post](https://scalingintelligence.stanford.edu/blogs/codemonkeys/) and paper for further work:
|
| 260 |
```
|
| 261 |
@misc{ehrlich2025codemonkeys,
|
|
@@ -267,4 +269,9 @@ See our [blog post](https://scalingintelligence.stanford.edu/blogs/codemonkeys/)
|
|
| 267 |
primaryClass={cs.LG},
|
| 268 |
url={https://arxiv.org/abs/2501.14723},
|
| 269 |
}
|
| 270 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: unknown
|
| 3 |
+
task_categories:
|
| 4 |
+
- text-generation
|
| 5 |
+
library_name: datasets
|
| 6 |
dataset_info:
|
| 7 |
- config_name: file_content
|
| 8 |
features:
|
|
|
|
| 258 |
main()
|
| 259 |
```
|
| 260 |
|
|
|
|
| 261 |
See our [blog post](https://scalingintelligence.stanford.edu/blogs/codemonkeys/) and paper for further work:
|
| 262 |
```
|
| 263 |
@misc{ehrlich2025codemonkeys,
|
|
|
|
| 269 |
primaryClass={cs.LG},
|
| 270 |
url={https://arxiv.org/abs/2501.14723},
|
| 271 |
}
|
| 272 |
+
```
|
| 273 |
+
|
| 274 |
+
This dataset is used in the context of the paper [CodeMonkeys: Scaling Test-Time Compute for Software Engineering](https://huggingface.co/papers/2501.14723).
|
| 275 |
+
|
| 276 |
+
Code: https://github.com/ScalingIntelligence/codemonkeys
|
| 277 |
+
Project page: https://scalingintelligence.stanford.edu/pubs/codemonkeys/
|