AdaptLLM commited on
Commit
9f2ac81
·
verified ·
1 Parent(s): 0af8144

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -26,7 +26,7 @@ configs:
26
  path: foodseg103/data-*.arrow
27
  ---
28
 
29
- # Adapting Multimodal Large Language Models to Domains via Post-Training
30
 
31
  This repos contains the **food visual instruction tasks for evaluating MLLMs** in our paper: [On Domain-Specific Post-Training for Multimodal Large Language Models](https://huggingface.co/papers/2411.19930).
32
 
@@ -162,10 +162,10 @@ The evaluation results are stored in `./eval_results`, and the model prediction
162
  ## Citation
163
  If you find our work helpful, please cite us.
164
 
165
- [AdaMLLM](https://huggingface.co/papers/2411.19930)
166
  ```bibtex
167
  @article{adamllm,
168
- title={On Domain-Specific Post-Training for Multimodal Large Language Models},
169
  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},
170
  journal={arXiv preprint arXiv:2411.19930},
171
  year={2024}
 
26
  path: foodseg103/data-*.arrow
27
  ---
28
 
29
+ # Adapting Multimodal Large Language Models to Domains via Post-Training (EMNLP 2025)
30
 
31
  This repos contains the **food visual instruction tasks for evaluating MLLMs** in our paper: [On Domain-Specific Post-Training for Multimodal Large Language Models](https://huggingface.co/papers/2411.19930).
32
 
 
162
  ## Citation
163
  If you find our work helpful, please cite us.
164
 
165
+ [Adapt MLLM to Domains](https://huggingface.co/papers/2411.19930) (EMNLP 2025 Findings)
166
  ```bibtex
167
  @article{adamllm,
168
+ title={On Domain-Adaptive Post-Training for Multimodal Large Language Models},
169
  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},
170
  journal={arXiv preprint arXiv:2411.19930},
171
  year={2024}