From baa85db4d5df9b29d618af432d6ebf28b3ad5a29 Mon Sep 17 00:00:00 2001 From: Rujikorn Charakorn Date: Mon, 25 May 2026 16:12:27 +0900 Subject: [PATCH] Change citation format for Doc-to-LoRA Updated citation format from techreport to inproceedings. --- README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index dce8b00..ac7e27e 100644 --- a/README.md +++ b/README.md @@ -98,12 +98,11 @@ See more info at [webui/SELF_GEN_VIEWER.md](webui/SELF_GEN_VIEWER.md). ### 📚 Citation ```bibtex -@techreport{sakana2025doc-to-lora, - title = {{Doc-to-LoRA: Learning to Instantly Internalize Contexts}}, - author = {Rujikorn Charakorn and Edoardo Cetin and Shinnosuke Uesaka and Robert Tjarko Lange}, - institution = {Sakana AI}, - year = {2026}, - month = {Febuary}, - note = {Technical Report} +@inproceedings{charakorn2026doctolora, + title ={Doc-to-Lo{RA}: Learning to Instantly Internalize Contexts}, + author ={Rujikorn Charakorn and Edoardo Cetin and Shinnosuke Uesaka and Robert Tjarko Lange}, + booktitle ={Forty-third International Conference on Machine Learning}, + year ={2026}, + url ={https://openreview.net/forum?id=iW1oBBO72S} } ```