ProtTrans: Towards Cracking the Language of Life's Code Through Self-Supervised Deep Learning and High Performance Computing

Computational biology and bioinformatics provide vast data gold-mines from protein sequences, ideal for Language Models taken from NLP. These LMs reach for new prediction frontiers at low inference costs. Here, we trained two auto-regressive models (Transformer-XL, XLNet) and four auto-encoder models (BERT, Albert, Electra, T5) on data from UniRef and BFD containing up to 393 billion amino acids. The LMs were trained on the Summit supercomputer using 5616 GPUs and TPU Pod up-to 1024 cores. Dimensionality reduction revealed that the raw protein LM-embeddings from unlabeled data captured some biophysical features of protein sequences. We validated the advantage of using the embeddings as exclusive input for several subsequent tasks. The first was a per-residue prediction of protein secondary structure (3-state accuracy Q3=81%-87%); the second were per-protein predictions of protein sub-cellular localization (ten-state accuracy: Q10=81%) and membrane vs. water-soluble (2-state accuracy Q2=91%). For the per-residue predictions the transfer of the most informative embeddings (ProtT5) for the first time outperformed the state-of-the-art without using evolutionary information thereby bypassing expensive database searches. Taken together, the results implied that protein LMs learned some of the grammar of the language of life. To facilitate future work, we released our models at https://github.com/agemagician/ProtTrans.

PDF Abstract

Datasets


  Add Datasets introduced or used in this paper
Task Dataset Model Metric Name Metric Value Global Rank Benchmark
Protein Secondary Structure Prediction CASP12 ProtBert-BFD Q3 0.76 # 3
Q8 0.65 # 3
Protein Secondary Structure Prediction CASP12 ProtT5-XL-BFD Q3 0.77 # 2
Q8 0.66 # 2
Protein Secondary Structure Prediction CASP12 ProtT5-XL-UniRef50 Q3 0.81 # 1
Q8 0.70 # 1
Protein Secondary Structure Prediction CB513 ProtT5-XL-UniRef50 Q8 0.74 # 3
Q3 0.86 # 3
Protein Secondary Structure Prediction CB513 ProtT5-XL-BFD Q8 0.71 # 6
Q3 0.84 # 4
Protein Secondary Structure Prediction CB513 ProtBert-BFD Q8 0.7 # 7
Q3 0.83 # 5
Protein Secondary Structure Prediction TS115 ProtBert-BFD Q3 0.84 # 3
Q8 0.73 # 3
Protein Secondary Structure Prediction TS115 ProtT5-XL-BFD Q3 0.85 # 2
Q8 0.74 # 2
Protein Secondary Structure Prediction TS115 ProtT5-XL-UniRef50 Q3 0.87 # 1
Q8 0.77 # 1

Methods


No methods listed for this paper. Add relevant methods here