Safetensors
English
mllama
biology
medical
chemistry
AdaptLLM commited on
Commit
accf952
·
verified ·
1 Parent(s): 711e809

Update README.md

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