AdaptLLM commited on
Commit
3ad1034
1 Parent(s): dbb29ee

Update README.md

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