ProteinGPT: Multimodal LLM for Protein Property Prediction and Structure Understanding
Yijia Xiao, Edward Sun, Yiqiao Jin, Qifan Wang, Wei Wang
TL;DR
ProteinGPT addresses the challenge of holistic protein understanding by fusing sequence and structure information into a multimodal language system. It adopts a two-stage training pipeline—modality alignment with frozen encoders and a projection layer, followed by instruction tuning on a ProteinQA-derived QA corpus built from RCSB-PDB. Across multiple backbones, ProteinGPT, especially the Mistral variant, achieves superior semantic and lexical alignment with protein-focused questions, outperforming vanilla LLMs and general-purpose models. The work provides open-source code and the ProteinQA dataset, enabling researchers to extend modality fusion for protein design and discovery, with future directions including retrieval grounding and lab-work integration.
Abstract
Understanding biological processes, drug development, and biotechnological advancements requires a detailed analysis of protein structures and functions, a task that is inherently complex and time-consuming in traditional protein research. To streamline this process, we introduce ProteinGPT, a state-of-the-art multimodal large language model for proteins that enables users to upload protein sequences and/or structures for comprehensive analysis and responsive inquiries. ProteinGPT integrates protein sequence and structure encoders with linear projection layers to ensure precise representation adaptation and leverages a large language model (LLM) to generate accurate, contextually relevant responses. To train ProteinGPT, we constructed a large-scale dataset of 132,092 proteins, each annotated with 20-30 property tags and 5-10 QA pairs per protein, and optimized the instruction-tuning process using GPT-4o. Experiments demonstrate that ProteinGPT effectively generates informative responses to protein-related questions, achieving high performance on both semantic and lexical metrics and significantly outperforming baseline models and general-purpose LLMs in understanding and responding to protein-related queries. Our code and data are available at https://github.com/ProteinGPT/ProteinGPT.
