Model type
One-hot sequence representation and separate task head
The TAPE one-hot baseline encodes each amino acid directly, allowing task performance to be assessed without a pretrained sequence representation.
Conceptual summary of the documented data flow; optional inputs and configured downstream stages must be reported for a reproducible evaluation.
One-hot sequence representation and separate task head
Amino-acid sequence in the tokenizer expected by the selected implementation.
Residue/sequence representations and predictions from the chosen task head.
Source reviewed · Automated source review, 2026-09-16. All specifications and missing details
Release 2026-09-17-d277315f7d76 · 5 evaluations · 5 metric rows. Different protocols are not a single leaderboard.
| Metric and finding | Coverage and uncertainty | Evidence |
|---|---|---|
| TAPE Fluorescence One Hot leaderboard evaluation Train/validation at most 3 mutations; test 4–15 mutations from the GFP parent Author-reported evaluation · Evaluation metadata: discovered | ||
| 0.14 Spearman's rho Unit: correlation · Direction: higher | Uncertainty: unreported Scored: Not reported · Eligible: Not reported | source checkedsonglab-cal/tape official source; tape primary benchmark evidence · README.md > Leaderboard > Fluorescence; row One Hot; column Spearman's rho Source checking is not independent reproduction. |
| TAPE Stability One Hot leaderboard evaluation Test 17 one-mutation neighbourhoods around candidate proteins; train on broad experimental design rounds Author-reported evaluation · Evaluation metadata: discovered | ||
| 0.19 Spearman's rho Unit: correlation · Direction: higher | Uncertainty: unreported Scored: Not reported · Eligible: Not reported | source checkedsonglab-cal/tape official source; tape primary benchmark evidence · README.md > Leaderboard > Stability; row One Hot; column Spearman's rho Source checking is not independent reproduction. |
| TAPE One Hot: SCOP1.75 fold-level test Held-out evolutionary groups; fold-level classification into 1,195 folds Author-reported evaluation · Evaluation metadata: needs review | ||
| 0.09 accuracy Unit: fraction · Direction: higher | Uncertainty: unreported Scored: Not reported · Eligible: Not reported | source checkedtape primary benchmark evidence · Table2,p.7,row9(One-hot baseline/One-hot),columnRemote homology Source checking is not independent reproduction. |
| TAPE One Hot: CB513 CB513 test set; train/test proteins filtered at 25% sequence identity Author-reported evaluation · Evaluation metadata: needs review | ||
| 0.69 accuracy Unit: fraction · Direction: higher | Uncertainty: unreported Scored: Not reported · Eligible: Not reported | source checkedtape primary benchmark evidence · Table2,p.7,row9(One-hot baseline/One-hot),columnSecondary structure Source checking is not independent reproduction. |
| TAPE One Hot: ProteinNet CASP12 CASP12 test, 30% sequence-identity partition; medium/long-range contacts Author-reported evaluation · Evaluation metadata: needs review | ||
| 0.29 precision at L/5 Unit: fraction · Direction: higher | Uncertainty: unreported Scored: Not reported · Eligible: Not reported | source checkedtape primary benchmark evidence · Table2,p.7,row9(One-hot baseline/One-hot),columnContact prediction Source checking is not independent reproduction. |
The TAPE one-hot baseline encodes each amino acid directly, allowing task performance to be assessed without a pretrained sequence representation. Direct one-hot residue representation followed by a separately fitted task head. The documented inputs are amino-acid sequence in the tokenizer expected by the selected implementation. The output consists of residue/sequence representations and predictions from the chosen task head.
June 2019 TAPE preprint configurations and the later PyTorch package are distinct; the current README warns it is not an exact reproduction. Variable-length residue input in the implementation; padding/masking and the downstream head determine the evaluated length handling.
Inspected pinned official documentation, relevant implementation files and named primary-paper sections. Claims are limited to those artifacts. Remaining field extraction and identity conflicts are explicit; no new performance claims, model runs or human review are implied.
Stable record: discovery-model-tape-one-hotExplanatory profile: source reviewed · Automated source review, 2026-09-16. Review applies to the cited claims; unresolved fields are listed below. Numerical results retain their own review status.
| Property | Description and evidence |
|---|---|
| Model type | One-hot sequence representation and separate task headSources (7)songlab-cal/tape: README.md; songlab-cal/tape: tape/models/modeling_lstm.py; songlab-cal/tape: tape/models/modeling_resnet.py; songlab-cal/tape: tape/models/modeling_unirep.py; songlab-cal/tape: tape/models/modeling_onehot.py; songlab-cal/tape: tape/models/modeling_bert.py; tape: Primary paper PDF · tape/models/modeling_onehot.py: configuration and model classes; README.md: opening maintenance warning, Examples and Data; June 2019 TAPE preprint Sections 4.1,5 and AppendixA.3 |
| Architecture | Direct one-hot residue representation followed by a separately fitted task head.Sources (7)songlab-cal/tape: README.md; songlab-cal/tape: tape/models/modeling_lstm.py; songlab-cal/tape: tape/models/modeling_resnet.py; songlab-cal/tape: tape/models/modeling_unirep.py; songlab-cal/tape: tape/models/modeling_onehot.py; songlab-cal/tape: tape/models/modeling_bert.py; tape: Primary paper PDF · tape/models/modeling_onehot.py: configuration and model classes; README.md: opening maintenance warning, Examples and Data; June 2019 TAPE preprint Sections 4.1,5 and AppendixA.3 |
| Inputs | Amino-acid sequence in the tokenizer expected by the selected implementation.Sources (7)songlab-cal/tape: README.md; songlab-cal/tape: tape/models/modeling_lstm.py; songlab-cal/tape: tape/models/modeling_resnet.py; songlab-cal/tape: tape/models/modeling_unirep.py; songlab-cal/tape: tape/models/modeling_onehot.py; songlab-cal/tape: tape/models/modeling_bert.py; tape: Primary paper PDF · tape/models/modeling_onehot.py: configuration and model classes; README.md: opening maintenance warning, Examples and Data; June 2019 TAPE preprint Sections 4.1,5 and AppendixA.3 |
| Outputs | Residue/sequence representations and predictions from the chosen task head.Sources (7)songlab-cal/tape: README.md; songlab-cal/tape: tape/models/modeling_lstm.py; songlab-cal/tape: tape/models/modeling_resnet.py; songlab-cal/tape: tape/models/modeling_unirep.py; songlab-cal/tape: tape/models/modeling_onehot.py; songlab-cal/tape: tape/models/modeling_bert.py; tape: Primary paper PDF · tape/models/modeling_onehot.py: configuration and model classes; README.md: opening maintenance warning, Examples and Data; June 2019 TAPE preprint Sections 4.1,5 and AppendixA.3 |
| Parameters | The encoding is parameter-free; the task-specific prediction head can still have learned parameters.Sources (7)songlab-cal/tape: README.md; songlab-cal/tape: tape/models/modeling_lstm.py; songlab-cal/tape: tape/models/modeling_resnet.py; songlab-cal/tape: tape/models/modeling_unirep.py; songlab-cal/tape: tape/models/modeling_onehot.py; songlab-cal/tape: tape/models/modeling_bert.py; tape: Primary paper PDF · tape/models/modeling_onehot.py: configuration and model classes; README.md: opening maintenance warning, Examples and Data; June 2019 TAPE preprint Sections 4.1,5 and AppendixA.3 |
| Known versions | June 2019 TAPE preprint configurations and the later PyTorch package are distinct; the current README warns it is not an exact reproduction.Sources (7)songlab-cal/tape: README.md; songlab-cal/tape: tape/models/modeling_lstm.py; songlab-cal/tape: tape/models/modeling_resnet.py; songlab-cal/tape: tape/models/modeling_unirep.py; songlab-cal/tape: tape/models/modeling_onehot.py; songlab-cal/tape: tape/models/modeling_bert.py; tape: Primary paper PDF · tape/models/modeling_onehot.py: configuration and model classes; README.md: opening maintenance warning, Examples and Data; June 2019 TAPE preprint Sections 4.1,5 and AppendixA.3 |
| Training data | The repository distributes a Pfam pretraining corpus and separate supervised task data. A specific checkpoint and adaptation must identify which training was actually used.Sources (7)songlab-cal/tape: README.md; songlab-cal/tape: tape/models/modeling_lstm.py; songlab-cal/tape: tape/models/modeling_resnet.py; songlab-cal/tape: tape/models/modeling_unirep.py; songlab-cal/tape: tape/models/modeling_onehot.py; songlab-cal/tape: tape/models/modeling_bert.py; tape: Primary paper PDF · tape/models/modeling_onehot.py: configuration and model classes; README.md: opening maintenance warning, Examples and Data; June 2019 TAPE preprint Sections 4.1,5 and AppendixA.3 |
| Training cutoff | Inapplicable to the fixed one-hot encoding; supervised task-head training dates belong to each evaluation. · Not applicableSources (7)songlab-cal/tape: README.md; songlab-cal/tape: tape/models/modeling_lstm.py; songlab-cal/tape: tape/models/modeling_resnet.py; songlab-cal/tape: tape/models/modeling_unirep.py; songlab-cal/tape: tape/models/modeling_onehot.py; songlab-cal/tape: tape/models/modeling_bert.py; tape: Primary paper PDF · tape/models/modeling_onehot.py: configuration and model classes; README.md: opening maintenance warning, Examples and Data; June 2019 TAPE preprint Sections 4.1,5 and AppendixA.3 |
| Context limits | Variable-length residue input in the implementation; padding/masking and the downstream head determine the evaluated length handling.Sources (7)songlab-cal/tape: README.md; songlab-cal/tape: tape/models/modeling_lstm.py; songlab-cal/tape: tape/models/modeling_resnet.py; songlab-cal/tape: tape/models/modeling_unirep.py; songlab-cal/tape: tape/models/modeling_onehot.py; songlab-cal/tape: tape/models/modeling_bert.py; tape: Primary paper PDF · tape/models/modeling_onehot.py: configuration and model classes; README.md: opening maintenance warning, Examples and Data; June 2019 TAPE preprint Sections 4.1,5 and AppendixA.3 |
| Weights licence | Inapplicable to the parameter-free residue encoding; a fitted downstream head requires its own checkpoint provenance and terms. · Not applicableSources (7)songlab-cal/tape: README.md; songlab-cal/tape: tape/models/modeling_lstm.py; songlab-cal/tape: tape/models/modeling_resnet.py; songlab-cal/tape: tape/models/modeling_unirep.py; songlab-cal/tape: tape/models/modeling_onehot.py; songlab-cal/tape: tape/models/modeling_bert.py; tape: Primary paper PDF · tape/models/modeling_onehot.py: configuration and model classes; README.md: opening maintenance warning, Examples and Data; June 2019 TAPE preprint Sections 4.1,5 and AppendixA.3 |
| Access | Official project documentation and implementation: https://github.com/songlab-cal/tapeSources (7)songlab-cal/tape: README.md; songlab-cal/tape: tape/models/modeling_lstm.py; songlab-cal/tape: tape/models/modeling_resnet.py; songlab-cal/tape: tape/models/modeling_unirep.py; songlab-cal/tape: tape/models/modeling_onehot.py; songlab-cal/tape: tape/models/modeling_bert.py; tape: Primary paper PDF · tape/models/modeling_onehot.py: configuration and model classes; README.md: opening maintenance warning, Examples and Data; June 2019 TAPE preprint Sections 4.1,5 and AppendixA.3 |
| Code licence | BSD-3-ClauseSourcessonglab-cal/tape: LICENSE · LICENSE: licence text |
| Assumptions | Not extracted or verified for this record. |
Trace each statement to its source and review. A context-only reference supports the record generally; it does not verify an individual field. Source checking does not reproduce an experiment.
One row per statement and cited source. Multiple citations are not independent evaluations. Shared locators are labelled explicitly.
134 evidence rows matching the loaded filters
| Property and statement | Original source and location | Review and provenance |
|---|---|---|
| Diagram caption Conceptual summary of the documented data flow; optional inputs and configured downstream stages must be reported for a reproducible evaluation. Individual claims | songlab-cal/tape: README.md tape/models/modeling_onehot.py: configuration and model classes; README.md: opening maintenance warning, Examples and Data; June 2019 TAPE preprint Sections 4.1,5 and AppendixA.3 Shared locator for this statement’s cited sources; not a separate locator for each citation. Version: 6d345c2b2bbf52cd32cf179325c222afd92aec7e | source checked automated source review · 2026-09-16 Audit detailsInspected pinned official documentation, relevant implementation files and named primary-paper sections. Claims are limited to those artifacts. Remaining field extraction and identity conflicts are explicit; no new performance claims, model runs or human review are implied. Field: Source artifact SHA-256: Hash scope: SHA-256 of retrieved original artifact bytes Format: original_artifact |
| Diagram caption Conceptual summary of the documented data flow; optional inputs and configured downstream stages must be reported for a reproducible evaluation. Individual claims | songlab-cal/tape: tape/models/modeling_unirep.py tape/models/modeling_onehot.py: configuration and model classes; README.md: opening maintenance warning, Examples and Data; June 2019 TAPE preprint Sections 4.1,5 and AppendixA.3 Shared locator for this statement’s cited sources; not a separate locator for each citation. Version: 6d345c2b2bbf52cd32cf179325c222afd92aec7e | source checked automated source review · 2026-09-16 Audit detailsInspected pinned official documentation, relevant implementation files and named primary-paper sections. Claims are limited to those artifacts. Remaining field extraction and identity conflicts are explicit; no new performance claims, model runs or human review are implied. Field: Source artifact SHA-256: Hash scope: SHA-256 of retrieved original artifact bytes Format: original_artifact |
| Diagram caption Conceptual summary of the documented data flow; optional inputs and configured downstream stages must be reported for a reproducible evaluation. Individual claims | songlab-cal/tape: tape/models/modeling_onehot.py tape/models/modeling_onehot.py: configuration and model classes; README.md: opening maintenance warning, Examples and Data; June 2019 TAPE preprint Sections 4.1,5 and AppendixA.3 Shared locator for this statement’s cited sources; not a separate locator for each citation. Version: 6d345c2b2bbf52cd32cf179325c222afd92aec7e | source checked automated source review · 2026-09-16 Audit detailsInspected pinned official documentation, relevant implementation files and named primary-paper sections. Claims are limited to those artifacts. Remaining field extraction and identity conflicts are explicit; no new performance claims, model runs or human review are implied. Field: Source artifact SHA-256: Hash scope: SHA-256 of retrieved original artifact bytes Format: original_artifact |
| Diagram caption Conceptual summary of the documented data flow; optional inputs and configured downstream stages must be reported for a reproducible evaluation. Individual claims | songlab-cal/tape: tape/models/modeling_lstm.py tape/models/modeling_onehot.py: configuration and model classes; README.md: opening maintenance warning, Examples and Data; June 2019 TAPE preprint Sections 4.1,5 and AppendixA.3 Shared locator for this statement’s cited sources; not a separate locator for each citation. Version: 6d345c2b2bbf52cd32cf179325c222afd92aec7e | source checked automated source review · 2026-09-16 Audit detailsInspected pinned official documentation, relevant implementation files and named primary-paper sections. Claims are limited to those artifacts. Remaining field extraction and identity conflicts are explicit; no new performance claims, model runs or human review are implied. Field: Source artifact SHA-256: Hash scope: SHA-256 of retrieved original artifact bytes Format: original_artifact |
| Diagram caption Conceptual summary of the documented data flow; optional inputs and configured downstream stages must be reported for a reproducible evaluation. Individual claims | tape: Primary paper PDF tape/models/modeling_onehot.py: configuration and model classes; README.md: opening maintenance warning, Examples and Data; June 2019 TAPE preprint Sections 4.1,5 and AppendixA.3 Shared locator for this statement’s cited sources; not a separate locator for each citation. Version: 1906.08230v1 | source checked automated source review · 2026-09-16 Audit detailsInspected pinned official documentation, relevant implementation files and named primary-paper sections. Claims are limited to those artifacts. Remaining field extraction and identity conflicts are explicit; no new performance claims, model runs or human review are implied. Field: Source artifact SHA-256: Hash scope: SHA-256 of retrieved original artifact bytes Format: original_artifact |
| Diagram caption Conceptual summary of the documented data flow; optional inputs and configured downstream stages must be reported for a reproducible evaluation. Individual claims | songlab-cal/tape: tape/models/modeling_resnet.py tape/models/modeling_onehot.py: configuration and model classes; README.md: opening maintenance warning, Examples and Data; June 2019 TAPE preprint Sections 4.1,5 and AppendixA.3 Shared locator for this statement’s cited sources; not a separate locator for each citation. Version: 6d345c2b2bbf52cd32cf179325c222afd92aec7e | source checked automated source review · 2026-09-16 Audit detailsInspected pinned official documentation, relevant implementation files and named primary-paper sections. Claims are limited to those artifacts. Remaining field extraction and identity conflicts are explicit; no new performance claims, model runs or human review are implied. Field: Source artifact SHA-256: Hash scope: SHA-256 of retrieved original artifact bytes Format: original_artifact |
| Diagram caption Conceptual summary of the documented data flow; optional inputs and configured downstream stages must be reported for a reproducible evaluation. Individual claims | songlab-cal/tape: tape/models/modeling_bert.py tape/models/modeling_onehot.py: configuration and model classes; README.md: opening maintenance warning, Examples and Data; June 2019 TAPE preprint Sections 4.1,5 and AppendixA.3 Shared locator for this statement’s cited sources; not a separate locator for each citation. Version: 6d345c2b2bbf52cd32cf179325c222afd92aec7e | source checked automated source review · 2026-09-16 Audit detailsInspected pinned official documentation, relevant implementation files and named primary-paper sections. Claims are limited to those artifacts. Remaining field extraction and identity conflicts are explicit; no new performance claims, model runs or human review are implied. Field: Source artifact SHA-256: Hash scope: SHA-256 of retrieved original artifact bytes Format: original_artifact |
| Diagram steps ["Protein sequence","One-hot residue vectors","Specified task head","Task predictions"] Individual claims | songlab-cal/tape: README.md tape/models/modeling_onehot.py: configuration and model classes; README.md: opening maintenance warning, Examples and Data; June 2019 TAPE preprint Sections 4.1,5 and AppendixA.3 Shared locator for this statement’s cited sources; not a separate locator for each citation. Version: 6d345c2b2bbf52cd32cf179325c222afd92aec7e | source checked automated source review · 2026-09-16 Audit detailsInspected pinned official documentation, relevant implementation files and named primary-paper sections. Claims are limited to those artifacts. Remaining field extraction and identity conflicts are explicit; no new performance claims, model runs or human review are implied. Field: Source artifact SHA-256: Hash scope: SHA-256 of retrieved original artifact bytes Format: original_artifact |
| Diagram steps ["Protein sequence","One-hot residue vectors","Specified task head","Task predictions"] Individual claims | songlab-cal/tape: tape/models/modeling_unirep.py tape/models/modeling_onehot.py: configuration and model classes; README.md: opening maintenance warning, Examples and Data; June 2019 TAPE preprint Sections 4.1,5 and AppendixA.3 Shared locator for this statement’s cited sources; not a separate locator for each citation. Version: 6d345c2b2bbf52cd32cf179325c222afd92aec7e | source checked automated source review · 2026-09-16 Audit detailsInspected pinned official documentation, relevant implementation files and named primary-paper sections. Claims are limited to those artifacts. Remaining field extraction and identity conflicts are explicit; no new performance claims, model runs or human review are implied. Field: Source artifact SHA-256: Hash scope: SHA-256 of retrieved original artifact bytes Format: original_artifact |
| Diagram steps ["Protein sequence","One-hot residue vectors","Specified task head","Task predictions"] Individual claims | songlab-cal/tape: tape/models/modeling_onehot.py tape/models/modeling_onehot.py: configuration and model classes; README.md: opening maintenance warning, Examples and Data; June 2019 TAPE preprint Sections 4.1,5 and AppendixA.3 Shared locator for this statement’s cited sources; not a separate locator for each citation. Version: 6d345c2b2bbf52cd32cf179325c222afd92aec7e | source checked automated source review · 2026-09-16 Audit detailsInspected pinned official documentation, relevant implementation files and named primary-paper sections. Claims are limited to those artifacts. Remaining field extraction and identity conflicts are explicit; no new performance claims, model runs or human review are implied. Field: Source artifact SHA-256: Hash scope: SHA-256 of retrieved original artifact bytes Format: original_artifact |
Release 2026-09-17-d277315f7d76 · Record review: discovered
Stable ID: discovery-model-tape-one-hot