Update citation to published arXiv paper (arXiv:2602.07670)
Browse files
README.md
CHANGED
|
@@ -137,12 +137,16 @@ Write an optimized CUDA kernel that computes the same result.
|
|
| 137 |
|
| 138 |
## Citation
|
| 139 |
|
|
|
|
|
|
|
| 140 |
```bibtex
|
| 141 |
-
@article{
|
| 142 |
-
title={
|
|
|
|
| 143 |
author={Barnes, Jarrod},
|
| 144 |
-
journal={arXiv preprint},
|
| 145 |
-
year={2026}
|
|
|
|
| 146 |
}
|
| 147 |
```
|
| 148 |
|
|
|
|
| 137 |
|
| 138 |
## Citation
|
| 139 |
|
| 140 |
+
If you use this model, please cite [our paper](http://arxiv.org/abs/2602.07670):
|
| 141 |
+
|
| 142 |
```bibtex
|
| 143 |
+
@article{barnes2026surprisal,
|
| 144 |
+
title={Surprisal-Guided Selection: Compute-Optimal Test-Time Strategies
|
| 145 |
+
for Execution-Grounded Code Generation},
|
| 146 |
author={Barnes, Jarrod},
|
| 147 |
+
journal={arXiv preprint arXiv:2602.07670},
|
| 148 |
+
year={2026},
|
| 149 |
+
url={http://arxiv.org/abs/2602.07670}
|
| 150 |
}
|
| 151 |
```
|
| 152 |
|