Update README.md
Browse files
README.md
CHANGED
@@ -77,10 +77,12 @@ To easily reproduce our results, we have uploaded the filled-in zero/few-shot in
|
|
77 |
## Citation
|
78 |
If you find our work helpful, please cite us:
|
79 |
```bibtex
|
80 |
-
@
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
|
|
|
|
85 |
}
|
86 |
```
|
|
|
77 |
## Citation
|
78 |
If you find our work helpful, please cite us:
|
79 |
```bibtex
|
80 |
+
@inproceedings{
|
81 |
+
cheng2024adapting,
|
82 |
+
title={Adapting Large Language Models via Reading Comprehension},
|
83 |
+
author={Daixuan Cheng and Shaohan Huang and Furu Wei},
|
84 |
+
booktitle={The Twelfth International Conference on Learning Representations},
|
85 |
+
year={2024},
|
86 |
+
url={https://openreview.net/forum?id=y886UXPEZ0}
|
87 |
}
|
88 |
```
|