Update README.md
Browse files
README.md
CHANGED
|
@@ -75,12 +75,10 @@ for index, pair in enumerate(instruction_response_pairs):
|
|
| 75 |
## Citation
|
| 76 |
If you find our work helpful, please cite us:
|
| 77 |
```bibtex
|
| 78 |
-
@
|
| 79 |
-
|
| 80 |
-
|
| 81 |
-
|
| 82 |
-
|
| 83 |
-
year={2024},
|
| 84 |
-
url={https://openreview.net/forum?id=y886UXPEZ0}
|
| 85 |
}
|
| 86 |
```
|
|
|
|
| 75 |
## Citation
|
| 76 |
If you find our work helpful, please cite us:
|
| 77 |
```bibtex
|
| 78 |
+
@article{cheng2023adapting,
|
| 79 |
+
title={Adapting large language models via reading comprehension},
|
| 80 |
+
author={Cheng, Daixuan and Huang, Shaohan and Wei, Furu},
|
| 81 |
+
journal={arXiv preprint arXiv:2309.09530},
|
| 82 |
+
year={2023}
|
|
|
|
|
|
|
| 83 |
}
|
| 84 |
```
|