Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -101,10 +101,12 @@ To easily reproduce our results, we have uploaded the filled-in zero/few-shot in
|
|
101 |
## Citation
|
102 |
If you find our work helpful, please cite us:
|
103 |
```bibtex
|
104 |
-
@
|
105 |
-
|
106 |
-
|
107 |
-
|
108 |
-
|
|
|
|
|
109 |
}
|
110 |
```
|
|
|
101 |
## Citation
|
102 |
If you find our work helpful, please cite us:
|
103 |
```bibtex
|
104 |
+
@inproceedings{
|
105 |
+
cheng2024adapting,
|
106 |
+
title={Adapting Large Language Models via Reading Comprehension},
|
107 |
+
author={Daixuan Cheng and Shaohan Huang and Furu Wei},
|
108 |
+
booktitle={The Twelfth International Conference on Learning Representations},
|
109 |
+
year={2024},
|
110 |
+
url={https://openreview.net/forum?id=y886UXPEZ0}
|
111 |
}
|
112 |
```
|