BradyFU / Awesome-Multimodal-Large-Language-Models

:sparkles::sparkles:Latest Advances on Multimodal Large Language Models
11.59k stars 750 forks source link

New multimodal evaluation benchmark and unified model #72

Closed mshukor closed 10 months ago

mshukor commented 10 months ago

Hey,

We have two papers that might be relevant to this repo:

  1. UnIVAL (in foundation models): https://unival-model.github.io/
  2. EvALign-ICL (in evaluation benchmarks and/or Multimodal ICL): https://evalign-icl.github.io/

Best

xjtupanda commented 10 months ago

Thanks for sharing! We've added your work to the repo. If you find our projects helpful to your research, please consider citing:

@article{yin2023survey,
  title={A Survey on Multimodal Large Language Models},
  author={Yin, Shukang and Fu, Chaoyou and Zhao, Sirui and Li, Ke and Sun, Xing and Xu, Tong and Chen, Enhong},
  journal={arXiv preprint arXiv:2306.13549},
  year={2023}
}

@article{fu2023mme,
  title={MME: A Comprehensive Evaluation Benchmark for Multimodal Large Language Models},
  author={Fu, Chaoyou and Chen, Peixian and Shen, Yunhang and Qin, Yulei and Zhang, Mengdan and Lin, Xu and Qiu, Zhenyu and Lin, Wei and Yang, Jinrui and Zheng, Xiawu and Li, Ke and Sun, Xing and Ji, Rongrong},
  journal={arXiv preprint arXiv:2306.13394},
  year={2023}
}
mshukor commented 10 months ago

Thanks!