Update README.md
Browse files
README.md
CHANGED
|
@@ -255,3 +255,14 @@ if __name__ == "__main__":
|
|
| 255 |
main()
|
| 256 |
```
|
| 257 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 255 |
main()
|
| 256 |
```
|
| 257 |
|
| 258 |
+
|
| 259 |
+
See our [blog post](https://scalingintelligence.stanford.edu/blogs/codemonkeys/) and paper for further work:
|
| 260 |
+
@misc{ehrlich2025codemonkeys,
|
| 261 |
+
title={CodeMonkeys: Scaling Test-Time Compute for Software Engineering},
|
| 262 |
+
author={Ryan Ehrlich and Bradley Brown and Jordan Juravsky and Ronald Clark and Christopher Ré and Azalia Mirhoseini},
|
| 263 |
+
year={2025},
|
| 264 |
+
eprint={2501.14723},
|
| 265 |
+
archivePrefix={arXiv},
|
| 266 |
+
primaryClass={cs.LG},
|
| 267 |
+
url={https://arxiv.org/abs/2501.14723},
|
| 268 |
+
}
|