metadata
pretty_name: ProteinBase Interactions
license: mit
language:
- en
tags:
- protein-protein-interaction
- binder-design
- antibody
size_categories:
- 1K<n<10K
configs:
- config_name: default
data_files:
- split: train
path: data.csv
ProteinBase Interactions
Overview
Each row represents a single binder-target pair with:
- the ProteinBase binder identifier
- the binder sequence
- the target name
- the target sequence
- an experimental binding-strength label
- a binary classification label
- design-class metadata
- an
antibodyflag indicating whether the binder is an antibody-derived design (NanobodyorscFv)
Schema
The dataset contains the following columns:
proteinbase_id: Original ProteinBase binder ID.binder_name: Binder name uploaded by the original protein designers.target: Common name of the target protein.target_sequence: Amino acid sequence of the target protein.binder_sequence: Amino acid sequence of the binder protein.binding_strength: Labels designated by Proteinbase. The possible values areNone,Weak,Medium, andStrong.label: Binary benchmark label derived frombinding_strength.0corresponds toNone;1corresponds toWeak,Medium, orStrong.value: KD value for the binder-target pair, when KD measurements exist.max_similarity_to_any_database: Maximum sequence similarity to any reference database as extracted from the raw ProteinBase evaluations.design_class: Binder design class (e.g. scFv, miniprotein, peptide)antibody:TrueforNanobodyandscFvbinders,Falseotherwise.
Filtering
Rows are retained only if all of the following are true:
- the raw entry contains at least one target
- the binder is marked as expressed (poor expression yield does not indicate non-binding)
Recognized design classes are split into two groups:
- non-antibody binders:
MiniproteinOtherPeptide
- antibody binders:
NanobodyscFv
Additional similarity filtering is applied only to non-antibody binders:
- non-antibody rows are kept only if
max_similarity_to_any_database <= 50 - antibody rows are retained regardless of this non-antibody threshold, and are marked by
antibody=True
Label Definition
The binary classification label is defined as:
label = 0ifbinding_strength == "None"label = 1ifbinding_strengthisWeak,Medium, orStrong
Binding Affinity Value
The value column stores:
- the minimum KD value across available KD measurements for the corresponding binder-target pair
If no numeric KD is available, value is left blank.
Raw Source Collections
This dataset is currently constructed from the following ProteinBase collections:
proteinbase_collection_adaptyv-egfr-competition-round-1.csvproteinbase_collection_adaptyv-egfr-competition-round-2.csvproteinbase_collection_adaptyv-x-muni-hackathon-ai-agents-vs-humans.csvproteinbase_collection_bindcraft1-revalidation.csvproteinbase_collection_boltzgen-release.csvproteinbase_collection_boolean-biotech-vhh-competition-2025.csvproteinbase_collection_cradle-egfr-competition.csvproteinbase_collection_dsm-round-1.csvproteinbase_collection_egfr-round1-second-submission.csvproteinbase_collection_evodiff-validation.csvproteinbase_collection_evolved-2024-bio-x-ml-team-silica-egfr-nanobodies.csvproteinbase_collection_evolved-hackathon.csvproteinbase_collection_gem-x-adaptyv-rbx1-binder-design-competition-results.csvproteinbase_collection_mog-dfm-spotlight.csvproteinbase_collection_mosaic-development.csvproteinbase_collection_mosaic-multispecifics.csvproteinbase_collection_nipah-binder-competition-results.csvproteinbase_collection_pd-l1-foldcraft.csvproteinbase_collection_pro-1-validation.csvproteinbase_collection_protrl-validation.csvproteinbase_collection_rfdiffusion-re-validation.csv