AdaptLLM commited on
Commit
a4fc143
1 Parent(s): 4c753f5

Update README.md

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