LGAIBMFeb 7, 2025

Prot2Chat: Protein LLM with Early-Fusion of Text, Sequence and Structure

arXiv:2502.06846v27 citationsh-index: 4Bioinform.
Originality Incremental advance
AI Analysis

This work addresses protein function understanding for researchers, but it is incremental as it builds on existing methods like ProteinMPNN and LLMs with adaptations.

The paper tackled the challenge of understanding protein functions by proposing Prot2Chat, a framework that integrates multimodal protein information and achieves superior performance in automated metrics and expert evaluations on two datasets, with zero-shot prediction demonstrating generalization ability.

Motivation: Proteins are of great significance in living organisms. However, understanding their functions encounters numerous challenges, such as insufficient integration of multimodal information, a large number of training parameters, limited flexibility of classification-based methods, and the lack of systematic evaluation metrics for protein Q&A systems. To tackle these issues, we propose the Prot2Chat framework. Results: We modified ProteinMPNN to encode protein sequence and structural information in a unified way. We used a large language model (LLM) to encode questions into vectors and developed a protein-text adapter to compress protein information into virtual tokens based on these vectors, achieving the early fusion of text and protein information. Finally, the same LLM reads the virtual tokens and the questions to generate answers. To optimize training efficiency, we froze the encoder and employed Low-Rank Adaptation (LoRA) techniques for the LLM. Experiments on two datasets show that both automated metrics and expert evaluations demonstrate the superior performance of our model, and zero-shot prediction results highlight its generalization ability. The models and codes are available at https://github.com/ wangzc1233/Prot2Chat. Contact: zqcao@suda.edu.cn or wangzc025@163.com Key words: Protein Q&A, Early-Fusion, LLM

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes