Safetensors
English
llava_next
medical
biology
AdaptLLM commited on
Commit
2b0a05f
·
verified ·
1 Parent(s): 87def6f

Update README.md

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