AdaptLLM commited on
Commit
36ee73f
1 Parent(s): 8ccf69b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -5
README.md CHANGED
@@ -80,10 +80,9 @@ To easily reproduce our results, we have uploaded the filled-in zero/few-shot in
80
  If you find our work helpful, please cite us:
81
  ```bibtex
82
  @article{adaptllm,
83
- title = {Adapting Large Language Models via Reading Comprehension},
84
- author = {Daixuan Cheng and Shaohan Huang and Furu Wei},
85
- journal = {CoRR},
86
- volume = {abs/2309.09530},
87
- year = {2023}
88
  }
89
  ```
 
80
  If you find our work helpful, please cite us:
81
  ```bibtex
82
  @article{adaptllm,
83
+ title={Adapting large language models via reading comprehension},
84
+ author={Cheng, Daixuan and Huang, Shaohan and Wei, Furu},
85
+ journal={arXiv preprint arXiv:2309.09530},
86
+ year={2023}
 
87
  }
88
  ```