Update README.md
Browse files
README.md
CHANGED
|
@@ -76,13 +76,14 @@ uv run LoopUS-generate \
|
|
| 76 |
# Citation
|
| 77 |
|
| 78 |
```bibtex
|
| 79 |
-
@misc{
|
| 80 |
-
|
| 81 |
-
|
| 82 |
-
|
| 83 |
-
|
| 84 |
-
|
| 85 |
-
|
| 86 |
-
|
|
|
|
| 87 |
}
|
| 88 |
```
|
|
|
|
| 76 |
# Citation
|
| 77 |
|
| 78 |
```bibtex
|
| 79 |
+
@misc{park2026loopus,
|
| 80 |
+
title = {LoopUS: Recasting Pretrained LLMs into Looped Latent Refinement Models},
|
| 81 |
+
author = {Taekhyun Park and Yongjae Lee and Dohee Kim and Hyerim Bae},
|
| 82 |
+
year = {2026},
|
| 83 |
+
eprint = {2605.11011},
|
| 84 |
+
archivePrefix= {arXiv},
|
| 85 |
+
primaryClass = {cs.LG},
|
| 86 |
+
doi = {10.48550/arXiv.2605.11011},
|
| 87 |
+
url = {https://arxiv.org/abs/2605.11011}
|
| 88 |
}
|
| 89 |
```
|