Update README.md
Browse files
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 |
-
@
|
| 97 |
-
|
| 98 |
-
|
| 99 |
-
|
| 100 |
-
|
|
|
|
|
|
|
| 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 |
```
|