The dataset is currently empty. Upload or create new data files. Then, you will be able to explore them in the Dataset Viewer.

Designed Target-Binder Interface Benchmark

Dataset Description

This dataset contains designed target-binder protein complexes generated with BindCraft. Each row in metadata.csv corresponds to one designed two-chain target-binder complex and links the design metadata, benchmark split assignment, interface-cluster assignment, ProteinMPNN binder variant information, and associated structure files. For each design, the release includes the bound target-binder complex structure as well as predicted apo structures for the target and binder.

The dataset is intended for machine-learning studies of designed protein-protein interactions, including model training, validation, and benchmark evaluation.

Files

The dataset is indexed by a single metadata.csv file. Benchmark partitions are encoded in the split column. Structure paths are provided directly in the metadata table.

The released complex structures are full target-binder complex models in a superimposed coordinate frame. The relative path to each structure is given in the target_binder_complex_pdb_path column. Predicted apo structures for the target and binder are provided under target_alone_pdb_path and binder_alone_pdb_path.

Repository organization:

.
├── README.md
├── metadata.csv
└── structures/
    ├── [target_name_1].tar.gz
    ├── [target_name_2].tar.gz
    └── ...

Each archive contains the structure files for one target:

[target_name].tar.gz
└── [target_domain]/
    ├── [design_name].pdb
    ├── [design_name]_binder_alone.pdb
    └── [design_name]_full_target_structure.pdb

Metadata Columns

Column Description
design_name Unique identifier for the designed target-domain–binder complex.
target_domain Target domain or subdomain used for design.
target_name Name or identifier of the full target.
design_seed Integer design seed used to generate the binder.
mpnn_variant ProteinMPNN variant index for the same design seed.
split Split assignment: train, validation, test, or deleaked.
paired_interface_cluster_id Paired target-side/binder-side interface cluster identifier used for leakage-controlled splitting.
cluster_member_type Cluster membership annotation for the validation and test splits. cluster_rep denotes the randomly selected representative used for one-per-cluster validation/test evaluation; cluster_member denotes other members of the same cluster.
structure_archive Relative path to the target-level tar.gz archive containing the structure files.
target_binder_complex_pdb_path Path inside the archive to the superimposed target-domain–binder complex PDB file.
binder_alone_pdb_path Path inside the archive to the binder-only PDB file.
target_alone_pdb_path Path inside the archive to the target-only PDB file.

Dataset Splits

The dataset provides predefined train, validation, and test partitions. Complexes removed during leakage control are annotated as deleaked and are not part of the usable benchmark.

Split Complexes Share
train 233,170 76.16%
validation 21,260 6.94%
test 19,777 6.46%
deleaked 31,939 10.43%
total 306,146 100.00%
usable benchmark 274,207 89.57%

The usable benchmark consists of the train, validation, and test partitions only.

Split Construction

Leakage was defined at the level of structural interface similarity, rather than by target identity, binder identity, sequence identity, or design metadata alone. This is important because designed complexes can share related binding epitopes or recurrent interface geometries even when their identifiers or sequences differ.

The split was constructed using an interface-level procedure adapted from PINDER. Interface residues were defined as residues with at least one heavy backbone atom within 10 Å of the opposite chain. Target and binder chains were aligned all-vs-all with Foldseek. Alignments were retained for clustering only when the aligned region covered at least 50% of an interface residue set.

The resulting interface-similarity graph was thresholded using the PINDER clustering threshold of 0.70, and weighted asynchronous label propagation was used to assign chain-interface cluster labels. Each complex was assigned to a paired-interface cluster defined by its target-side and binder-side interface cluster identifiers. Train, validation, and test assignment was performed at the paired-interface-cluster level.

After holdout clusters were selected, PINDER’s depth-2 transitive deleaking logic was applied using the deleaking threshold of 0.55. Candidate training complexes connected to validation or test complexes through one or two interface-similarity graph edges were assigned to the deleaked partition and excluded from the usable benchmark.

Redundancy Audit

As an independent audit, we assessed whether ProteinMPNN sister variants derived from the same binder backbone on the same target domain were assigned to the same paired-interface cluster. ProteinMPNN grouping was not used as input to the clustering algorithm.

Among 120,609 multi-member backbone groups, 120,082 were contained within a single paired-interface cluster, whereas 527 were split across multiple clusters. 99.56% of multi-member backbone groups were captured by the paired-interface clustering procedure.

Intended Use

The predefined split should be used for benchmark comparisons at the interface level. The validation split is intended for model selection and hyperparameter tuning. The test split should be reserved for final evaluation.

Users should not randomly repartition the dataset for benchmark claims, because random or label-based splits may place structurally related interfaces in both training and evaluation partitions.

Citation

If you use this dataset, please cite this repository

Acknowledgments

We thank the authors of the following methods, datasets and tools, on which Bindome is built:

Downloads last month
28