AdaptLLM commited on
Commit
dfc76e9
1 Parent(s): 78cdcf0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -5
README.md CHANGED
@@ -93,10 +93,12 @@ To easily reproduce our results, we have uploaded the filled-in zero/few-shot in
93
  ## Citation
94
  If you find our work helpful, please cite us:
95
  ```bibtex
96
- @article{adaptllm,
97
- title={Adapting large language models via reading comprehension},
98
- author={Cheng, Daixuan and Huang, Shaohan and Wei, Furu},
99
- journal={arXiv preprint arXiv:2309.09530},
100
- year={2023}
 
 
101
  }
102
  ```
 
93
  ## Citation
94
  If you find our work helpful, please cite us:
95
  ```bibtex
96
+ @inproceedings{
97
+ cheng2024adapting,
98
+ title={Adapting Large Language Models via Reading Comprehension},
99
+ author={Daixuan Cheng and Shaohan Huang and Furu Wei},
100
+ booktitle={The Twelfth International Conference on Learning Representations},
101
+ year={2024},
102
+ url={https://openreview.net/forum?id=y886UXPEZ0}
103
  }
104
  ```