Update README.md
Browse files
README.md
CHANGED
@@ -98,7 +98,7 @@ Refer to the [food-VQA-benchmark](https://huggingface.co/datasets/AdaptLLM/food-
|
|
98 |
## Citation
|
99 |
If you find our work helpful, please cite us.
|
100 |
|
101 |
-
AdaMLLM
|
102 |
```bibtex
|
103 |
@article{adamllm,
|
104 |
title={On Domain-Specific Post-Training for Multimodal Large Language Models},
|
@@ -108,14 +108,24 @@ AdaMLLM
|
|
108 |
}
|
109 |
```
|
110 |
|
111 |
-
[
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
112 |
```bibtex
|
113 |
@inproceedings{
|
114 |
-
|
115 |
title={Adapting Large Language Models via Reading Comprehension},
|
116 |
author={Daixuan Cheng and Shaohan Huang and Furu Wei},
|
117 |
booktitle={The Twelfth International Conference on Learning Representations},
|
118 |
year={2024},
|
119 |
url={https://openreview.net/forum?id=y886UXPEZ0}
|
120 |
}
|
121 |
-
```
|
|
|
98 |
## Citation
|
99 |
If you find our work helpful, please cite us.
|
100 |
|
101 |
+
[AdaMLLM](https://huggingface.co/papers/2411.19930)
|
102 |
```bibtex
|
103 |
@article{adamllm,
|
104 |
title={On Domain-Specific Post-Training for Multimodal Large Language Models},
|
|
|
108 |
}
|
109 |
```
|
110 |
|
111 |
+
[Instruction Pre-Training](https://huggingface.co/papers/2406.14491) (EMNLP 2024)
|
112 |
+
```bibtex
|
113 |
+
@article{cheng2024instruction,
|
114 |
+
title={Instruction Pre-Training: Language Models are Supervised Multitask Learners},
|
115 |
+
author={Cheng, Daixuan and Gu, Yuxian and Huang, Shaohan and Bi, Junyu and Huang, Minlie and Wei, Furu},
|
116 |
+
journal={arXiv preprint arXiv:2406.14491},
|
117 |
+
year={2024}
|
118 |
+
}
|
119 |
+
```
|
120 |
+
|
121 |
+
[Adapt LLM to Domains](https://huggingface.co/papers/2309.09530) (ICLR 2024)
|
122 |
```bibtex
|
123 |
@inproceedings{
|
124 |
+
cheng2024adapting,
|
125 |
title={Adapting Large Language Models via Reading Comprehension},
|
126 |
author={Daixuan Cheng and Shaohan Huang and Furu Wei},
|
127 |
booktitle={The Twelfth International Conference on Learning Representations},
|
128 |
year={2024},
|
129 |
url={https://openreview.net/forum?id=y886UXPEZ0}
|
130 |
}
|
131 |
+
```
|