ChemMLLM: Chemical Multimodal Large Language Model
Qian Tan, Dongzhan Zhou, Peng Xia, Wanhao Liu, Wanli Ouyang, Lei Bai, Yuqiang Li, Tianfan Fu
TL;DR
ChemMLLM introduces a unified chemical multimodal large language model that jointly understands and generates molecules across text, SMILES, and molecule images. It pairs a Mol-VQGAN image tokenizer with an LLM in an Image Tokenizer-LLM-Image De-tokenizer framework and employs a two-stage training pipeline to align multimodal representations. The authors design five cross-modal chemistry tasks and curate datasets to evaluate the model, demonstrating superior performance over general MLLMs and chemical LLM baselines, with particularly strong results in image captioning, image-to-property prediction, and image-driven molecule design. This work furnishes a versatile platform for interactive chemical reasoning and has potential impact on drug discovery and materials design, while outlining future directions to incorporate additional modalities and real-world validation.
Abstract
Multimodal large language models (MLLMs) have made impressive progress in many applications in recent years. However, chemical MLLMs that can handle cross-modal understanding and generation remain underexplored. To fill this gap, we propose ChemMLLM, a unified chemical multimodal large language model for molecule understanding and generation. Also, we design five multimodal tasks across text, molecular SMILES strings, and image, and curate the datasets. We benchmark ChemMLLM against a range of general leading MLLMs and Chemical LLMs on these tasks. Experimental results show that ChemMLLM achieves superior performance across all evaluated tasks. For example, in molecule image optimization task, ChemMLLM outperforms the best baseline (GPT-4o) by 116.75\% (4.27 vs 1.97 property improvement). The code is publicly available at https://github.com/bbsbz/ChemMLLM.git.
