The prediction of protein-protein interactions (PPIs) is crucial for understanding biological functions and diseases. Previous machine learning approaches to PPI prediction mainly focus on direct physical interactions, ignoring the broader context of nonphysical connections through intermediate proteins, thus limiting their effectiveness. The emergence of Large Language Models (LLMs) provides a new opportunity for addressing this complex biological challenge. By transforming structured data into natural language prompts, we can map the relationships between proteins into texts. This approach allows LLMs to identify indirect connections between proteins, tracing the path from upstream to downstream. Therefore, we propose a novel framework ProLLM that employs an LLM tailored for PPI for the first time. Specifically, we propose Protein Chain of Thought (ProCoT), which replicates the biological mechanism of signaling pathways as natural language prompts. ProCoT considers a signaling pathway as a protein reasoning process, which starts from upstream proteins and passes through several intermediate proteins to transmit biological signals to downstream proteins. Thus, we can use ProCoT to predict the interaction between upstream proteins and downstream proteins. The training of ProLLM employs the ProCoT format, which enhances the model's understanding of complex biological problems. In addition to ProCoT, this paper also contributes to the exploration of embedding replacement of protein sites in natural language prompts, and instruction fine-tuning in protein knowledge datasets. We demonstrate the efficacy of ProLLM through rigorous validation against benchmark datasets, showing significant improvement over existing methods in terms of prediction accuracy and generalizability. The code is available at: https://github.com/MingyuJ666/ProLLM.
翻译:蛋白质-蛋白质相互作用(PPI)的预测对于理解生物功能和疾病至关重要。以往的PPI预测机器学习方法主要关注直接的物理相互作用,忽略了通过中间蛋白质产生的非物理连接的更广泛背景,从而限制了其有效性。大语言模型(LLM)的出现为解决这一复杂的生物学挑战提供了新的机遇。通过将结构化数据转化为自然语言提示,我们可以将蛋白质之间的关系映射为文本。这种方法使得LLM能够识别蛋白质之间的间接连接,追溯从上游到下游的路径。因此,我们首次提出了一种专为PPI定制的大语言模型新框架ProLLM。具体而言,我们提出了蛋白质思维链(ProCoT),它将信号通路的生物机制复现为自然语言提示。ProCoT将信号通路视为一个蛋白质推理过程,该过程从上游蛋白质开始,经过若干中间蛋白质,将生物信号传递至下游蛋白质。因此,我们可以利用ProCoT来预测上游蛋白质与下游蛋白质之间的相互作用。ProLLM的训练采用ProCoT格式,这增强了模型对复杂生物学问题的理解。除了ProCoT,本文还对自然语言提示中蛋白质位点的嵌入替换、以及在蛋白质知识数据集上的指令微调进行了探索性贡献。我们通过对基准数据集的严格验证证明了ProLLM的有效性,其在预测准确性和泛化能力方面均较现有方法有显著提升。代码发布于:https://github.com/MingyuJ666/ProLLM。