TourSynbio: A Multi-Modal Large Model and Agent Framework to Bridge Text and Protein Sequences for Protein Engineering
Yiqing Shen, Zan Chen, Michail Mamalakis, Yungeng Liu, Tianbin Li, Yanzhou Su, Junjun He, Pietro Liò, Yu Guang Wang
TL;DR
TourSynbio advances protein engineering by creating TourSynbio-7B, a multi-modal large model that learns protein sequences as language without external encoders, and TourSynbio-Agent, an AI-agent framework that unifies diverse protein-engineering tools under a conversational interface. Trained with ProteinLMDataset (17.46B self-supervised tokens and 893K instructions) on InternLM2-7B, TourSynbio-7B achieves state-of-the-art ProteinLMBench performance (62.18% accuracy) and outperforms GPT-4-turbo in this domain. The Agent architecture integrates intent detection, keyword routing with fuzzy matching, user-guided selection, parameter extraction, and end-to-end execution, paired with a human-centered UI that supports model/agent selection and file uploads. The authors validate the approach with two wet-lab case studies (vanilla enzyme modification and P450 steroid catalysis), showing substantial gains in mutation accuracy, delivery time, and automation, while acknowledging room for improvements in complex structure prediction by incorporating advanced structural models in future work.
Abstract
The structural similarities between protein sequences and natural languages have led to parallel advancements in deep learning across both domains. While large language models (LLMs) have achieved much progress in the domain of natural language processing, their potential in protein engineering remains largely unexplored. Previous approaches have equipped LLMs with protein understanding capabilities by incorporating external protein encoders, but this fails to fully leverage the inherent similarities between protein sequences and natural languages, resulting in sub-optimal performance and increased model complexity. To address this gap, we present TourSynbio-7B, the first multi-modal large model specifically designed for protein engineering tasks without external protein encoders. TourSynbio-7B demonstrates that LLMs can inherently learn to understand proteins as language. The model is post-trained and instruction fine-tuned on InternLM2-7B using ProteinLMDataset, a dataset comprising 17.46 billion tokens of text and protein sequence for self-supervised pretraining and 893K instructions for supervised fine-tuning. TourSynbio-7B outperforms GPT-4 on the ProteinLMBench, a benchmark of 944 manually verified multiple-choice questions, with 62.18% accuracy. Leveraging TourSynbio-7B's enhanced protein sequence understanding capability, we introduce TourSynbio-Agent, an innovative framework capable of performing various protein engineering tasks, including mutation analysis, inverse folding, protein folding, and visualization. TourSynbio-Agent integrates previously disconnected deep learning models in the protein engineering domain, offering a unified conversational user interface for improved usability. Finally, we demonstrate the efficacy of TourSynbio-7B and TourSynbio-Agent through two wet lab case studies on vanilla key enzyme modification and steroid compound catalysis.
