Update README.md
Browse files
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
|
89 |
-
author
|
90 |
-
journal
|
91 |
-
|
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 |
```
|