AdaptLLM commited on
Commit
3bac8fa
·
verified ·
1 Parent(s): 17f9b3c

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 repo contains the **food MLLM developed from LLaVA-NeXT-Llama3-8B** in our paper: [On Domain-Specific Post-Training for Multimodal Large Language Models](https://huggingface.co/papers/2411.19930).
14
 
@@ -70,10 +70,10 @@ See [Post-Train Guide](https://github.com/bigai-ai/QA-Synthesizer/blob/main/docs
70
  ## Citation
71
  If you find our work helpful, please cite us.
72
 
73
- [AdaMLLM](https://huggingface.co/papers/2411.19930)
74
  ```bibtex
75
  @article{adamllm,
76
- title={On Domain-Specific Post-Training for Multimodal Large Language Models},
77
  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},
78
  journal={arXiv preprint arXiv:2411.19930},
79
  year={2024}
 
8
  - food
9
  - recipe
10
  ---
11
+ # Adapting Multimodal Large Language Models to Domains via Post-Training (EMNLP 2025)
12
 
13
  This repo contains the **food MLLM developed from LLaVA-NeXT-Llama3-8B** in our paper: [On Domain-Specific Post-Training for Multimodal Large Language Models](https://huggingface.co/papers/2411.19930).
14
 
 
70
  ## Citation
71
  If you find our work helpful, please cite us.
72
 
73
+ [Adapt MLLM to Domains](https://huggingface.co/papers/2411.19930) (EMNLP 2025 Findings)
74
  ```bibtex
75
  @article{adamllm,
76
+ title={On Domain-Adaptive Post-Training for Multimodal Large Language Models},
77
  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},
78
  journal={arXiv preprint arXiv:2411.19930},
79
  year={2024}