Update README.md
Browse files
README.md
CHANGED
@@ -129,7 +129,7 @@ Refer to the [biomed-VQA-benchmark](https://huggingface.co/datasets/AdaptLLM/bio
|
|
129 |
## Citation
|
130 |
If you find our work helpful, please cite us.
|
131 |
|
132 |
-
AdaMLLM
|
133 |
```bibtex
|
134 |
@article{adamllm,
|
135 |
title={On Domain-Specific Post-Training for Multimodal Large Language Models},
|
@@ -139,14 +139,24 @@ AdaMLLM
|
|
139 |
}
|
140 |
```
|
141 |
|
142 |
-
[
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
143 |
```bibtex
|
144 |
@inproceedings{
|
145 |
-
|
146 |
title={Adapting Large Language Models via Reading Comprehension},
|
147 |
author={Daixuan Cheng and Shaohan Huang and Furu Wei},
|
148 |
booktitle={The Twelfth International Conference on Learning Representations},
|
149 |
year={2024},
|
150 |
url={https://openreview.net/forum?id=y886UXPEZ0}
|
151 |
}
|
152 |
-
```
|
|
|
129 |
## Citation
|
130 |
If you find our work helpful, please cite us.
|
131 |
|
132 |
+
[AdaMLLM](https://huggingface.co/papers/2411.19930)
|
133 |
```bibtex
|
134 |
@article{adamllm,
|
135 |
title={On Domain-Specific Post-Training for Multimodal Large Language Models},
|
|
|
139 |
}
|
140 |
```
|
141 |
|
142 |
+
[Instruction Pre-Training](https://huggingface.co/papers/2406.14491) (EMNLP 2024)
|
143 |
+
```bibtex
|
144 |
+
@article{cheng2024instruction,
|
145 |
+
title={Instruction Pre-Training: Language Models are Supervised Multitask Learners},
|
146 |
+
author={Cheng, Daixuan and Gu, Yuxian and Huang, Shaohan and Bi, Junyu and Huang, Minlie and Wei, Furu},
|
147 |
+
journal={arXiv preprint arXiv:2406.14491},
|
148 |
+
year={2024}
|
149 |
+
}
|
150 |
+
```
|
151 |
+
|
152 |
+
[Adapt LLM to Domains](https://huggingface.co/papers/2309.09530) (ICLR 2024)
|
153 |
```bibtex
|
154 |
@inproceedings{
|
155 |
+
cheng2024adapting,
|
156 |
title={Adapting Large Language Models via Reading Comprehension},
|
157 |
author={Daixuan Cheng and Shaohan Huang and Furu Wei},
|
158 |
booktitle={The Twelfth International Conference on Learning Representations},
|
159 |
year={2024},
|
160 |
url={https://openreview.net/forum?id=y886UXPEZ0}
|
161 |
}
|
162 |
+
```
|