Papers › Evaluating Protein Transfer Learning with TAPE

Evaluating Protein Transfer Learning with TAPE

19 Jun 2019NeurIPS 2019 12arXiv:1906.08230archive 2025-07-28

Roshan Rao, Nicholas Bhattacharya, Neil Thomas, Yan Duan, Xi Chen, John Canny, Pieter Abbeel, Yun S. Song

Protein modeling is an increasingly popular area of machine learning research. Semi-supervised learning has emerged as an important paradigm in protein modeling due to the high cost of acquiring supervised protein labels, but the current literature is fragmented when it comes to datasets and standardized evaluation techniques. To facilitate progress in this field, we introduce the Tasks Assessing Protein Embeddings (TAPE), a set of five biologically relevant semi-supervised learning tasks spread across different domains of protein biology. We curate tasks into specific training, validation, and test splits to ensure that each task tests biologically relevant generalization that transfers to real-life scenarios. We benchmark a range of approaches to semi-supervised protein representation learning, which span recent work as well as canonical sequence learning techniques. We find that self-supervised pretraining is helpful for almost all models on all tasks, more than doubling performance in some cases. Despite this increase, in several cases features learned by self-supervised pretraining still lag behind features extracted by state-of-the-art non-neural techniques. This gap in performance suggests a huge opportunity for innovative architecture design and improved modeling paradigms that better capture the signal in biological sequences. TAPE will help the machine learning community focus effort on scientifically relevant problems. Toward this end, all data and code used to run these experiments are available at https://github.com/songlab-cal/tape.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology 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="1906.08230")

Code

Syntology Ran 4 of 18 code samples harvested from 4 repositories linked to this paper; 14 have no recorded run. Of those that ran: 4 ran · our draft was wrong.

By repository: official repository: 6 samples from 1 repository, 2 ran; community (archive-listed): 12 samples from 3 repositories, 2 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

songlab-cal/tape officialmentioned in papermentioned on GitHubtfBSD-3-Clause report
THUDM/ProteinLM mentioned on GitHubpytorchApache-2.0 report
googleinterns/protein-embedding-retrieval mentioned on GitHubjaxApache-2.0 report
songlab-cal/tape-neurips2019 mentioned on GitHubtf report
statisticalbiotechnology/tape mentioned on GitHubpytorch 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

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

4ran · our draft was wrong
14unverified

Licence: 0 of the 18 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 4 repositories linked to this paper, official or community; each sample names its own and says which. “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.

prune_linear_layer songlab-cal/tape/tape/models/modeling_utils.py official repository ran · our draft was wrong BSD-3-Clause (permissive) · d30d6c3098df2c42 · report
url_to_filename songlab-cal/tape/tape/models/file_utils.py official repository ran · our draft was wrong fingerprinted BSD-3-Clause (permissive) · 5eff22fa0a651276 · report
accuracy songlab-cal/tape/tape/models/modeling_utils.py official repository unverified BSD-3-Clause (permissive) · fcba2b0e1052ebf4 · report
gelu songlab-cal/tape/tape/models/modeling_utils.py official repository unverified BSD-3-Clause (permissive) · 5f49c78bf7533113 · report
get_etag songlab-cal/tape/tape/models/file_utils.py official repository unverified BSD-3-Clause (permissive) · a646bd4aa40ada48 · report
pad_sequences songlab-cal/tape/tape/datasets.py official repository unverified BSD-3-Clause (permissive) · 8062e9b3b5efa7dd · report
filter_text songlab-cal/tape-neurips2019/tape/__main__.py community (archive-listed) ran · our draft was wrong fingerprinted MIT (permissive) · 03beff488122d034 · report
pythonify statisticalbiotechnology/tape/scripts/tfrecord_to_lmdb.py community (archive-listed) ran · our draft was wrong fingerprinted BSD-3-Clause (permissive) · ae2d936644fd0314 · report
create_data_iterator googleinterns/protein-embedding-retrieval/contextual_lenses/train_utils.py community (archive-listed) unverified Apache-2.0 (permissive) · e90485a45ea78dba · report
create_params googleinterns/protein-embedding-retrieval/generate_params.py community (archive-listed) unverified Apache-2.0 (permissive) · 4884f9783a5e94c1 · report
cross_entropy_loss googleinterns/protein-embedding-retrieval/contextual_lenses/loss_fns.py community (archive-listed) unverified Apache-2.0 (permissive) · af86e14bcdd0eee9 · report
max_pool googleinterns/protein-embedding-retrieval/contextual_lenses/contextual_lenses.py community (archive-listed) unverified Apache-2.0 (permissive) · e572cb38b1df143b · report
mean_pool googleinterns/protein-embedding-retrieval/contextual_lenses/contextual_lenses.py community (archive-listed) unverified Apache-2.0 (permissive) · 3ac8c389a631fc4b · report
mod_family_accession googleinterns/protein-embedding-retrieval/contextual_lenses/pfam_utils.py community (archive-listed) unverified Apache-2.0 (permissive) · c7f103c56b719278 · report
mse_loss googleinterns/protein-embedding-retrieval/contextual_lenses/loss_fns.py community (archive-listed) unverified Apache-2.0 (permissive) · eafa5a8ead83133c · report
one_hot_encoder googleinterns/protein-embedding-retrieval/contextual_lenses/encoders.py community (archive-listed) unverified Apache-2.0 (permissive) · b10d1d06cd24b15f · report
path_inclusion_filter_fn googleinterns/protein-embedding-retrieval/contextual_lenses/train_utils.py community (archive-listed) unverified Apache-2.0 (permissive) · 72ec4c60f133c8a3 · report
set_model_parameters googleinterns/protein-embedding-retrieval/pfam_experiment.py community (archive-listed) unverified Apache-2.0 (permissive) · d3eb70af2cd44569 · report

Tasks

BIG-bench Machine LearningRepresentation LearningTransfer Learning

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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