Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -103,10 +103,9 @@ To easily reproduce our results, we have uploaded the filled-in zero/few-shot in
|
|
103 |
If you find our work helpful, please cite us:
|
104 |
```bibtex
|
105 |
@article{adaptllm,
|
106 |
-
title
|
107 |
-
author
|
108 |
-
journal
|
109 |
-
|
110 |
-
year = {2023}
|
111 |
}
|
112 |
```
|
|
|
103 |
If you find our work helpful, please cite us:
|
104 |
```bibtex
|
105 |
@article{adaptllm,
|
106 |
+
title={Adapting large language models via reading comprehension},
|
107 |
+
author={Cheng, Daixuan and Huang, Shaohan and Wei, Furu},
|
108 |
+
journal={arXiv preprint arXiv:2309.09530},
|
109 |
+
year={2023}
|
|
|
110 |
}
|
111 |
```
|