AdaptLLM commited on
Commit
af9cdd6
1 Parent(s): 3b46cc2

Update README.md

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