Jarrodbarnes commited on
Commit
be9461d
·
verified ·
1 Parent(s): ce98efc

Update citation to published arXiv paper (arXiv:2602.07670)

Browse files
Files changed (1) hide show
  1. README.md +8 -4
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{barnes2026ttt,
142
- title={When Does Test-Time Training Saturate? Evidence from Verifiable Execution-Grounded Tasks},
 
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