AdaptLLM commited on
Commit
ebcb928
·
verified ·
1 Parent(s): 9ec6ab8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -8,7 +8,7 @@ tags:
8
  - food
9
  - recipe
10
  ---
11
- # Adapting Multimodal Large Language Models to Domains via Post-Training
12
 
13
  This repos contains the **food MLLM developed from Llama-3.2-11B-Vision-Instruct** in our paper: [On Domain-Specific Post-Training for Multimodal Large Language Models](https://huggingface.co/papers/2411.19930).
14
 
@@ -77,10 +77,10 @@ See [Post-Train Guide](https://github.com/bigai-ai/QA-Synthesizer/blob/main/docs
77
  ## Citation
78
  If you find our work helpful, please cite us.
79
 
80
- [AdaMLLM](https://huggingface.co/papers/2411.19930)
81
  ```bibtex
82
  @article{adamllm,
83
- title={On Domain-Specific Post-Training for Multimodal Large Language Models},
84
  author={Cheng, Daixuan and Huang, Shaohan and Zhu, Ziyu and Zhang, Xintong and Zhao, Wayne Xin and Luan, Zhongzhi and Dai, Bo and Zhang, Zhenliang},
85
  journal={arXiv preprint arXiv:2411.19930},
86
  year={2024}
 
8
  - food
9
  - recipe
10
  ---
11
+ # Adapting Multimodal Large Language Models to Domains via Post-Training (EMNLP 2025)
12
 
13
  This repos contains the **food MLLM developed from Llama-3.2-11B-Vision-Instruct** in our paper: [On Domain-Specific Post-Training for Multimodal Large Language Models](https://huggingface.co/papers/2411.19930).
14
 
 
77
  ## Citation
78
  If you find our work helpful, please cite us.
79
 
80
+ [Adapt MLLM to Domains](https://huggingface.co/papers/2411.19930) (EMNLP 2025 Findings)
81
  ```bibtex
82
  @article{adamllm,
83
+ title={On Domain-Adaptive Post-Training for Multimodal Large Language Models},
84
  author={Cheng, Daixuan and Huang, Shaohan and Zhu, Ziyu and Zhang, Xintong and Zhao, Wayne Xin and Luan, Zhongzhi and Dai, Bo and Zhang, Zhenliang},
85
  journal={arXiv preprint arXiv:2411.19930},
86
  year={2024}