Papers › ProtTrans: Towards Cracking the Language of Life's Code Through Self-Supervised Deep...

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

13 Jul 2020arXiv:2007.06225archive 2025-07-28

Ahmed Elnaggar, Michael Heinzinger, Christian Dallago, Ghalia Rihawi, Yu Wang, Llion Jones, Tom Gibbs, Tamas Feher, Christoph Angerer, Martin Steinegger, Debsindhu Bhowmik, Burkhard Rost

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.

PaperPDFCodeCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2007.06225")

Code

Syntology Ran 0 of 3 code samples harvested from 1 repository linked to this paper; 3 have no recorded run.

By repository: official repository: 3 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

agemagician/ProtTrans officialmentioned in paperpytorchMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

3 samples harvested; 0 ran; 0 honoured the contract we drafted; 3 have no recorded run. Read from Syntology's graph 2026-09-25; that is when this build read the record, not when the samples ran.

3unverified

Licence: 0 of the 3 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from agemagician/ProtTrans. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

get_T5_model agemagician/ProtTrans/Embedding/prott5_embedder.py official repository unverified MIT (permissive) · 64fbbbd482d64555 · report
get_embeddings agemagician/ProtTrans/Embedding/prott5_embedder.py official repository unverified MIT (permissive) · dd492312bc93c287 · report
read_fasta agemagician/ProtTrans/Embedding/prott5_embedder.py official repository unverified MIT (permissive) · 2a859e94861d79e9 · report

Tasks

Dimensionality ReductionProtein Secondary Structure Prediction

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Protein Secondary Structure Prediction CASP12 ProtT5-XL-UniRef50 Q3 0.81 #1 of 4 Archive leaderboard report
Protein Secondary Structure Prediction CASP12 ProtT5-XL-UniRef50 Q8 0.70 #1 of 4 Archive leaderboard report
Protein Secondary Structure Prediction CASP12 ProtT5-XL-BFD Q3 0.77 #2 of 4 Archive leaderboard report
Protein Secondary Structure Prediction CASP12 ProtT5-XL-BFD Q8 0.66 #2 of 4 Archive leaderboard report
Protein Secondary Structure Prediction CASP12 ProtBert-BFD Q3 0.76 #3 of 4 Archive leaderboard report
Protein Secondary Structure Prediction CASP12 ProtBert-BFD Q8 0.65 #3 of 4 Archive leaderboard report
Protein Secondary Structure Prediction CB513 ProtT5-XL-UniRef50 Q3 0.86 #3 of 10 Archive leaderboard report
Protein Secondary Structure Prediction CB513 ProtT5-XL-UniRef50 Q8 0.74 #3 of 10 Archive leaderboard report
Protein Secondary Structure Prediction CB513 ProtT5-XL-BFD Q3 0.84 #6 of 10 Archive leaderboard report
Protein Secondary Structure Prediction CB513 ProtT5-XL-BFD Q8 0.71 #6 of 10 Archive leaderboard report
Protein Secondary Structure Prediction CB513 ProtBert-BFD Q3 0.83 #7 of 10 Archive leaderboard report
Protein Secondary Structure Prediction CB513 ProtBert-BFD Q8 0.7 #7 of 10 Archive leaderboard report
Protein Secondary Structure Prediction TS115 ProtT5-XL-UniRef50 Q3 0.87 #1 of 4 Archive leaderboard report
Protein Secondary Structure Prediction TS115 ProtT5-XL-UniRef50 Q8 0.77 #1 of 4 Archive leaderboard report
Protein Secondary Structure Prediction TS115 ProtT5-XL-BFD Q3 0.85 #2 of 4 Archive leaderboard report
Protein Secondary Structure Prediction TS115 ProtT5-XL-BFD Q8 0.74 #2 of 4 Archive leaderboard report
Protein Secondary Structure Prediction TS115 ProtBert-BFD Q3 0.84 #3 of 4 Archive leaderboard report
Protein Secondary Structure Prediction TS115 ProtBert-BFD Q8 0.73 #3 of 4 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections