paper-with-me

Papers

Pre-Training of Deep Bidirectional Protein Sequence Representations with Structural Information

2019-11-25 · Seonwoo Min, Seunghyun Park, Siwon Kim, Hyun-Soo Choi, Byunghan Lee, Sungroh Yoon

Bridging the exponentially growing gap between the numbers of unlabeled and labeled protein sequences, several studies adopted semi-supervised learning for protein sequence modeling. In these studies, models were pre-trained with a substantial amount of unlabeled data, and the representations were transferred to various downstream tasks. Most pre-training methods solely rely on language modeling and often exhibit limited performance. In this paper, we introduce a novel pre-training scheme called PLUS, which stands for Protein sequence representations Learned Using Structural information. PLUS consists of masked language modeling and a complementary protein-specific pre-training task, namely same-family prediction. PLUS can be used to pre-train various model architectures. In this work, we use PLUS to pre-train a bidirectional recurrent neural network and refer to the resulting model as PLUS-RNN. Our experiment results demonstrate that PLUS-RNN outperforms other models of similar size solely pre-trained with the language modeling in six out of seven widely used protein biology tasks. Furthermore, we present the results from our qualitative interpretation analyses to illustrate the strengths of PLUS-RNN. PLUS provides a novel way to exploit evolutionary relationships among unlabeled proteins and is broadly applicable across a variety of protein biology tasks. We expect that the gap between the numbers of unlabeled and labeled proteins will continue to grow exponentially, and the proposed pre-training method will play a larger role.

📄 PDF Abstract BibTeX arXiv:1912.05625

Code (1)

mswzeus/PLUS 공식 구현 pytorch

Tasks

Language ModelingLanguage ModellingMasked Language ModelingOnly Connect Walls Dataset Task 1 (Grouping)

Similar Papers 제목 키워드 기반

Bidirectional Hierarchical Protein Multi-Modal Representation Learning

2025-04-07 · Xuefeng Liu, Songhao Jiang, Chih-chan Tien, Jinbo Xu 외

Protein representation learning is critical for numerous biological tasks. Recently, large transformer-based protein language models (pLMs) pretrained on large scale protein sequences have demonstrated significant succes…

PredictionRepresentation Learning

Integrating protein sequence embeddings with structure via graph-based deep learning for the prediction of single-residue properties

2025-02-24 · Kevin Michalewicz, Mauricio Barahona, Barbara Bravi

Understanding the intertwined contributions of amino acid sequence and spatial structure is essential to explain protein behaviour. Here, we introduce INFUSSE (Integrated Network Framework Unifying Structure and Sequence…

Large Language Model

Learning protein sequence embeddings using information from structure

2019-02-22 · ICLR 2019 5 · Tristan Bepler, Bonnie Berger

Inferring the structural properties of a protein from its amino acid sequence is a challenging yet important problem in biology. Structures are not known for the vast majority of protein sequences, but structure is criti…

PositionRepresentation Learning

InstructProtein: Aligning Human and Protein Language via Knowledge Instruction

2023-10-05 · Zeyuan Wang, Qiang Zhang, Keyan Ding, Ming Qin 외

Large Language Models (LLMs) have revolutionized the field of natural language processing, but they fall short in comprehending biological sequences such as proteins. To address this challenge, we propose InstructProtein…

Knowledge GraphsProtein Function PredictionText Generation

GL-BLSTM: a novel structure of bidirectional long-short term memory for disulfide bonding state prediction

2018-08-11

Background: Disulfide bonds are crucial to protein structural formation. Developing an effective method topredict disulfide bonding formation is important for protein structural modeling and functional study. Mostcurrent…