AdaptLLM commited on
Commit
a234ac0
·
verified ·
1 Parent(s): 2f47e8d

Update README.md

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