Papers › ProGen2: Exploring the Boundaries of Protein Language Models

ProGen2: Exploring the Boundaries of Protein Language Models

27 Jun 2022arXiv:2206.13517archive 2025-07-28

Erik Nijkamp, Jeffrey Ruffolo, Eli N. Weinstein, Nikhil Naik, Ali Madani

Attention-based models trained on protein sequences have demonstrated incredible success at classification and generation tasks relevant for artificial intelligence-driven protein design. However, we lack a sufficient understanding of how very large-scale models and data play a role in effective protein model development. We introduce a suite of protein language models, named ProGen2, that are scaled up to 6.4B parameters and trained on different sequence datasets drawn from over a billion proteins from genomic, metagenomic, and immune repertoire databases. ProGen2 models show state-of-the-art performance in capturing the distribution of observed evolutionary sequences, generating novel viable sequences, and predicting protein fitness without additional finetuning. As large model sizes and raw numbers of protein sequences continue to become more widely accessible, our results suggest that a growing emphasis needs to be placed on the data distribution provided to a protein sequence model. We release the ProGen2 models and code at https://github.com/salesforce/progen.

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="2206.13517")

Code

Syntology Ran 13 of 18 code samples harvested from 2 repositories linked to this paper; 5 have no recorded run. Of those that ran: 3 ran · our draft was wrong; 2 ran · fixture could not drive it; 8 ran with no contract checked.

By repository: official repository: 2 samples from 1 repository, 2 ran; community (archive-listed): 14 samples from 1 repository, 9 ran; 2 identical to code first harvested elsewhere. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

salesforce/progen officialmentioned in paperpytorch report
oatml-markslab/proteingym mentioned on GitHubpytorchMIT report
oatml-markslab/tranception mentioned on GitHubpytorchMIT report
salesforce/jaxformer mentioned on GitHubjaxBSD-3-Clause 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; 13 ran; 0 honoured the contract we drafted; 5 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.

3ran · our draft was wrong
2ran · fixture could not drive it
8ran
5unverified

Licence: 2 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 2 repositories linked to this paper, official or community; each sample names its own and says which. Some samples are identical code Syntology first harvested from another repository; for those, this paper's copy is not located and its licence is not recorded. “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.

fixed_pos_embedding salesforce/progen/progen2/models/progen/modeling_progen.py official repository ran · our draft was wrong fingerprinted BSD-3-Clause (permissive) · 72fa614b434d062b · report
sample salesforce/progen/progen2/likelihood.py official repository ran · our draft was wrong BSD-3-Clause (permissive) · 5f6ee6a61b771e9f · report
cast salesforce/jaxformer/jaxformer/hf/sample.py community (archive-listed) ran · our draft was wrong BSD-3-Clause (permissive) · 58a861ed3065cdb3 · report
duplicate_interleave salesforce/jaxformer/jaxformer/hf/codegen/modeling_codegen.py community (archive-listed) ran fingerprinted BSD-3-Clause (permissive) · 03e99c761c545617 · report
fixed_pos_embedding salesforce/jaxformer/jaxformer/hf/codegen/modeling_codegen.py community (archive-listed) ran BSD-3-Clause (permissive) · 7ea21b9da7ef5be6 · report
loss salesforce/jaxformer/jaxformer/models/decoder/inter/model.py community (archive-listed) ran BSD-3-Clause (permissive) · 943b81269283516d · report
rotate_every_two salesforce/jaxformer/jaxformer/hf/codegen/modeling_codegen.py community (archive-listed) ran fingerprinted BSD-3-Clause (permissive) · 621a8a98538cd46d · report
run_return salesforce/jaxformer/jaxformer/utils.py community (archive-listed) ran BSD-3-Clause (permissive) · 127d82bb96d01476 · report
set_default_config salesforce/jaxformer/jaxformer/run/trainer.py community (archive-listed) ran BSD-3-Clause (permissive) · 28250166becef619 · report
sh_ret salesforce/jaxformer/jaxformer/utils.py community (archive-listed) ran fingerprinted BSD-3-Clause (permissive) · 36f7d178ef808204 · report
tree_flatten_with_names salesforce/jaxformer/jaxformer/hf/convert.py community (archive-listed) ran BSD-3-Clause (permissive) · a0fd9e51c4dc05fd · report
apply_rotary_pos_emb salesforce/jaxformer/jaxformer/models/decoder/inter/positional.py community (archive-listed) unverified BSD-3-Clause (permissive) · 5679796dda9bd742 · report
create_master salesforce/jaxformer/jaxformer/run/trainer.py community (archive-listed) unverified BSD-3-Clause (permissive) · f1a5638f90df6384 · report
include_whitespace salesforce/jaxformer/jaxformer/hf/sample.py community (archive-listed) unverified BSD-3-Clause (permissive) · f5761899e7fefe36 · report
run_loop salesforce/jaxformer/jaxformer/utils.py community (archive-listed) unverified BSD-3-Clause (permissive) · 365cda55aef11b01 · report
tree_leaves_with_names salesforce/jaxformer/jaxformer/hf/convert.py community (archive-listed) unverified BSD-3-Clause (permissive) · 2c193137483f61dd · report
apply_rotary_pos_emb identical code first harvested elsewhere ran · fixture could not drive it licence of this copy not recorded · 2f6618868885e7ca · report
rotate_every_two identical code first harvested elsewhere ran · fixture could not drive it fingerprinted licence of this copy not recorded · c66149010337c505 · report

Tasks

Protein Design

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