Change citation format for Doc-to-LoRA

Updated citation format from techreport to inproceedings.
This commit is contained in:
Rujikorn Charakorn 2026-05-25 16:12:27 +09:00 committed by GitHub
parent 2e95f3e501
commit baa85db4d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -98,12 +98,11 @@ See more info at [webui/SELF_GEN_VIEWER.md](webui/SELF_GEN_VIEWER.md).
### 📚 Citation ### 📚 Citation
```bibtex ```bibtex
@techreport{sakana2025doc-to-lora, @inproceedings{charakorn2026doctolora,
title = {{Doc-to-LoRA: Learning to Instantly Internalize Contexts}}, title ={Doc-to-Lo{RA}: Learning to Instantly Internalize Contexts},
author = {Rujikorn Charakorn and Edoardo Cetin and Shinnosuke Uesaka and Robert Tjarko Lange}, author ={Rujikorn Charakorn and Edoardo Cetin and Shinnosuke Uesaka and Robert Tjarko Lange},
institution = {Sakana AI}, booktitle ={Forty-third International Conference on Machine Learning},
year = {2026}, year ={2026},
month = {Febuary}, url ={https://openreview.net/forum?id=iW1oBBO72S}
note = {Technical Report}
} }
``` ```