AdaptLLM commited on
Commit
89cc9cb
·
verified ·
1 Parent(s): fd48dcc

Update README.md

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