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