GIT-Mol: A Multi-modal Large Language Model for Molecular Science with Graph, Image, and Text
Pengfei Liu, Yiming Ren, Jun Tao, Zhixiang Ren
TL;DR
GIT-Mol tackles the challenge of fusing graph, image, and text data in molecular science by introducing GIT-Former, a cross-attentional modality mixer that maps heterogeneous data into a unified latent space. Trained on a large multi-modal corpus, the model supports molecule captioning, text-based de novo molecule generation, image recognition, and molecular property prediction, with an any-to-language translation strategy that enables downstream tasks. The approach yields consistent gains over baselines, including 5%-10% improvements in property prediction and a 20.2% increase in generation validity, while ablations show the complementary value of each modality. The work advances AI-aided drug discovery by enabling richer molecular representations and flexible downstream tasks, and provides data/code to facilitate further research.
Abstract
Large language models have made significant strides in natural language processing, enabling innovative applications in molecular science by processing textual representations of molecules. However, most existing language models cannot capture the rich information with complex molecular structures or images. In this paper, we introduce GIT-Mol, a multi-modal large language model that integrates the Graph, Image, and Text information. To facilitate the integration of multi-modal molecular data, we propose GIT-Former, a novel architecture that is capable of aligning all modalities into a unified latent space. We achieve a 5%-10% accuracy increase in properties prediction and a 20.2% boost in molecule generation validity compared to the baselines. With the any-to-language molecular translation strategy, our model has the potential to perform more downstream tasks, such as compound name recognition and chemical reaction prediction.
