Yutian010313 commited on
Commit
9b54c1b
·
verified ·
1 Parent(s): 428eda2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -6
README.md CHANGED
@@ -48,11 +48,17 @@ tokenizer.save_pretrained(SAVE_PATH)
48
 
49
  Subsequently, you can deploy using frameworks such as vllm.
50
 
51
- ## Citation [optional]
52
 
53
- <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
54
-
55
- **BibTeX:**
56
-
57
- [More Information Needed]
 
 
 
 
 
 
58
 
 
48
 
49
  Subsequently, you can deploy using frameworks such as vllm.
50
 
51
+ ## Citation
52
 
53
+ ```
54
+ @article{yu2024autorag,
55
+ title={Auto-RAG: Autonomous Retrieval-Augmented Generation for Large Language Models},
56
+ author={Tian Yu and Shaolei Zhang and Yang Feng},
57
+ year={2024},
58
+ eprint={2411.19443},
59
+ archivePrefix={arXiv},
60
+ primaryClass={cs.CL},
61
+ url={https://arxiv.org/abs/2411.19443},
62
+ }
63
+ ```
64