Thrillcrazyer commited on
Commit
c34e230
·
verified ·
1 Parent(s): c8e514a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -8
README.md CHANGED
@@ -76,13 +76,14 @@ uv run LoopUS-generate \
76
  # Citation
77
 
78
  ```bibtex
79
- @misc{park2024loopus,
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={2024},
83
- eprint={2605.11011},
84
- archivePrefix={arXiv},
85
- primaryClass={cs.CL},
86
- url={https://arxiv.org/abs/2605.11011},
 
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
  ```