Update README.md
Browse files
README.md
CHANGED
|
@@ -186,4 +186,16 @@ AdaMLLM
|
|
| 186 |
journal={arXiv preprint arXiv:2406.14491},
|
| 187 |
year={2024}
|
| 188 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 189 |
```
|
|
|
|
| 186 |
journal={arXiv preprint arXiv:2406.14491},
|
| 187 |
year={2024}
|
| 188 |
}
|
| 189 |
+
```
|
| 190 |
+
|
| 191 |
+
[Adapt LLM to Domains](https://huggingface.co/papers/2309.09530) (ICLR 2024)
|
| 192 |
+
```bibtex
|
| 193 |
+
@inproceedings{
|
| 194 |
+
cheng2024adapting,
|
| 195 |
+
title={Adapting Large Language Models via Reading Comprehension},
|
| 196 |
+
author={Daixuan Cheng and Shaohan Huang and Furu Wei},
|
| 197 |
+
booktitle={The Twelfth International Conference on Learning Representations},
|
| 198 |
+
year={2024},
|
| 199 |
+
url={https://openreview.net/forum?id=y886UXPEZ0}
|
| 200 |
+
}
|
| 201 |
```
|