AdaptLLM commited on
Commit
921114b
·
verified ·
1 Parent(s): 1ffd1eb

Update README.md

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