Update README.md
Browse files
README.md
CHANGED
@@ -83,12 +83,14 @@ AdaMLLM
|
|
83 |
}
|
84 |
```
|
85 |
|
86 |
-
[
|
87 |
```bibtex
|
88 |
-
@
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
|
|
|
|
93 |
}
|
94 |
```
|
|
|
83 |
}
|
84 |
```
|
85 |
|
86 |
+
[AdaptLLM](https://huggingface.co/papers/2309.09530) (ICLR 2024)
|
87 |
```bibtex
|
88 |
+
@inproceedings{
|
89 |
+
adaptllm,
|
90 |
+
title={Adapting Large Language Models via Reading Comprehension},
|
91 |
+
author={Daixuan Cheng and Shaohan Huang and Furu Wei},
|
92 |
+
booktitle={The Twelfth International Conference on Learning Representations},
|
93 |
+
year={2024},
|
94 |
+
url={https://openreview.net/forum?id=y886UXPEZ0}
|
95 |
}
|
96 |
```
|