---
title: 'EnzyBind: Enzyme Backbone Design Dataset'
url: https://www.emergentmind.com/topics/enzybind
type: topic
---

# EnzyBind: Enzyme Backbone Design Dataset

EnzyBind is a curated dataset and benchmark for substrate-specific enzyme backbone generation introduced in “EnzyControl: Adding Functional and Substrate-Specific Control for Enzyme Backbone Generation” [2510.25132]. It is derived from PDBbind and contains **11,100 experimentally validated enzyme–substrate pairs**, curated to support conditional enzyme design in which generation is conditioned jointly on a target substrate and on functionally important catalytic motifs. In the formulation used by EnzyControl, EnzyBind supplies the ingredients for learning the conditional distribution \( p(\mathbf{S}\mid \mathbf{M}, \mathcal{G}) \), where \(\mathbf{M}\) is the set of annotated functional-site residues, \(\mathcal{G}\) is the substrate chemical graph, and \(\mathbf{S}\) is the scaffold to be generated [2510.25132]. The dataset is therefore not merely a collection of protein–ligand complexes; it is a substrate-aware enzyme-design resource with structure, ligand context, EC-family information, and MSA-derived functional-site annotations.

## 1. Definition and scientific scope

EnzyBind was introduced to address a specific gap in enzyme design data: existing resources were not suitable for learning or evaluating **enzyme backbone generation with explicit substrate specificity and catalytic-site preservation** [2510.25132]. The motivating claim is that enzyme design differs from generic protein design because enzymes must preserve functional motifs, bind specific small molecules, and support the reaction class reflected by their EC number. A useful dataset in this setting therefore requires, for each example, a protein structure, a bound small-molecule substrate, spatial binding context, and functional-site annotations.

The dataset is positioned against several prior resource types. **EnzymeMap** and **ReactZyme** provide protein sequences and SMILES but **lack precise pocket information**; they are described as mainly used for EC prediction rather than enzyme backbone generation. **EnzymeFill** includes precise pocket structures and substrate conformations, but it is characterized as a **synthetic dataset** whose reliability is limited by the absence of wet-lab experimental validation. EnzyBind is meant to fill this gap by providing **experimentally validated enzyme–substrate complexes with precise pocket structures and substrate conformations**, curated for catalytic backbone generation [2510.25132].

This scope also clarifies what EnzyBind is not. It is not a generic affinity benchmark organized around measured \(K_d\) or \(K_i\), nor is it a reaction-only dataset like KEGG-derived metabolite transformation graphs. In particular, the enzymatic link prediction framework ELP predicts **molecule-to-molecule transformation links** in a KEGG biochemical network rather than enzyme–substrate binding events, and its graph is explicitly not bipartite over enzymes and compounds [2002.03410]. EnzyBind instead centers on experimentally grounded enzyme–substrate complexes.

## 2. Construction from PDBbind and curation workflow

EnzyBind is **derived from PDBbind**, which is used as the upstream structural source because it is a curated database of **protein–ligand complexes derived from the Protein Data Bank** and therefore provides bound ligand structures in complex with proteins together with experimentally determined 3D structures [2510.25132]. The resulting EnzyBind corpus contains **11,100 experimentally validated enzyme–substrate pairs**, with the appendix giving the exact total as 11,100.

The curation pipeline described in the paper is selective but not fully exhaustive. The first explicit filter is that **complexes that could not be processed using RDKit were excluded**. The remaining PDB files were then cleaned following a standardized procedure. The preprocessing steps stated in the appendix are: **molecule standardization using Open Babel**, following the preprocessing pipeline from EquiBind; **correct hydrogen placements on enzymes**; and **add missing hydrogens using the `reduce` tool** [2510.25132].

A model-driven structural filter is applied because the authors’ model **cannot process multi-chain enzymes or symmetric complexes containing repeated enzyme units**. To address this, they retain **only the substrate atoms within \(10 \, \text{\AA}\)** of any enzyme atom. The paper states that this ensures each sample represents a physically relevant interaction while excluding redundant or ambiguous structural data. A plausible implication is that EnzyBind is curated toward tractable single-enzyme/substrate interaction contexts rather than full multimeric assemblies.

The split protocol is based on sequence disjointness rather than chronology. Enzyme sequences are clustered using **CD-HIT**, clusters are assigned randomly to training or test, enzyme–substrate pairs are then sampled accordingly, and the goal is to ensure that **enzymes in train and test are disjoint** [2510.25132]. Exact split sizes are not reported in the extracted text. The paper also explicitly does **not report** several criteria that would matter for exact reconstruction of the raw-to-final pipeline, including a crystallographic resolution cutoff, an explicit experimental-method filter, explicit exclusion rules for cofactors, inhibitors, transition-state analogs, or metal ions, a detailed ligand-disambiguation protocol, residue or atom completeness thresholds, protein length cutoffs, ligand size cutoffs, or train/validation/test counts [2510.25132].

## 3. Annotations, representations, and stored information

A defining feature of EnzyBind is that each example is enriched with annotations needed for substrate-aware motif scaffolding. Protein structure is represented as a sequence of residue frames
\[
\mathbf{T}=[T^{(1)},\dots,T^{(N)}], \quad T=(\mathbf{r},\mathbf{x})\in \mathrm{SE}(3),
\]
where \(\mathbf{r}\in \mathrm{SO}(3)\) is a residue-local rotation and \(\mathbf{x}\in \mathbb{R}^3\) is a translation [2510.25132]. The appendix states that each residue frame is constructed from backbone atoms \(\mathrm{N}, \mathrm{C}_\alpha, \mathrm{C}, \mathrm{O}\) using AlphaFold2’s rigid3Point-style frame construction:
\[
\begin{aligned}
v_1 &= \mathrm{C}-\mathrm{C}_\alpha,\qquad v_2=\mathrm{N}-\mathrm{C}_\alpha \\
e_1&=v_1/\|v_2\|,\qquad u_2=v_2-e_1(e_1^T v_2) \\
e_2 &= u_2/\|u_2\| \\
e_3 &= e_1 \times e_2 \\
R &= \mathrm{concat}(e_1,e_2,e_3) \\
x &= \mathrm{C}_\alpha \\
T &= (R, x).
\end{aligned}
\]

The main added annotation is the **functional-site motif**, derived through **multiple sequence alignment (MSA)**. Enzymes are grouped by the **same second-level EC number**, aligned using **MAFFT**, and conserved residues are identified using the identity threshold
\[
\tau = 0.3.
\]
Residues “that appear consistently across all aligned sequences” are treated as functional sites, following the EnzyGen approach, and are encoded as a binary vector of sequence length, with 1 indicating a functional site and 0 otherwise [2510.25132]. In the model notation, these residues form the motif set
\[
\mathbf{M} = \{T^{(i_1)}, \dots, T^{(i_k)}\}.
\]

Substrates are represented primarily as chemical graphs rather than as fixed bound conformers during generation. The substrate encoder pipeline is
\[
\mathbf{S}_0 = \mathrm{Projector}(\mathrm{UniMol}(\mathcal{G})), \quad \mathbf{S}_0 \in \mathbb{R}^{D_s},
\]
where \(\mathcal{G}\) is the substrate chemical graph, \(\mathrm{UniMol}\) is a frozen pretrained molecular encoder, and the \(\mathrm{Projector}\) is a trainable module of two linear layers plus LayerNorm [2510.25132]. For \(k_{\text{cat}}\) prediction in evaluation, the paper also states that the substrate’s **SMILES** representation is used as input to UniKP.

Each EnzyBind entry therefore effectively includes enzyme structure, enzyme sequence, substrate structure, EC label sufficient to assign at least a second-level family, MSA-derived functional-site annotations, and a motif mask or binary vector [2510.25132]. This is more richly annotated for conditional enzyme design than sequence-only enzyme resources or reaction-only datasets such as Boost-RS, which models a sparse binary enzyme–compound matrix derived from KEGG and uses EC, KO, fingerprints, and compound–compound relationships as auxiliary information but does not include structural complex geometry [2109.14766].

## 4. Dataset scale, EC coverage, and benchmark role

The exact dataset size reported in the appendix is **11,100 enzyme–substrate complexes** [2510.25132]. The dataset is said to cover **six fundamental catalytic types**, and the paper reports family-level analyses over second-level EC families including **1.1, 1.6, 1.14, 2.1, 2.3, 2.5, 2.7, 3.1, 3.2, 3.4, 3.5, 3.6, 4.1, 4.2, 5.6, 5.99, and 6.2**. Exact counts per EC class are not provided.

EnzyBind is used both as a **training corpus** and as a **benchmark dataset**. The paper states explicitly that **FrameFlow** is used as the pretrained foundation model and is fine-tuned on EnzyBind, and that baselines, including EnzyGen, are evaluated or retrained on EnzyBind for fair comparison [2510.25132]. Thus EnzyBind functions simultaneously as a curated data source, a supervision source for motif and substrate conditioning, and a standardized evaluation substrate for controlled enzyme backbone generation.

This role distinguishes EnzyBind from **EnzyBench**, which is an external benchmark from the EnzyGen study and is not described as a subset of EnzyBind [2510.25132]. EnzyBench, by contrast, is a cross-family benchmark spanning **3,157 fourth-level enzyme families** and is designed around substrate-aware generative enzyme design with evaluation via **ESP score**, **Gnina** docking affinity, and **pLDDT** [2405.08205]. A plausible implication is that EnzyBind is more tightly curated around experimentally validated enzyme–substrate complexes from PDBbind, whereas EnzyBench is broader in family coverage and benchmark orientation.

The formal task on EnzyBind is conditional enzyme backbone generation or motif scaffolding with substrate conditioning. Given functional sites \(\mathbf{M}\) and substrate \(\mathcal{G}\), the model must generate a scaffold \(\mathbf{S}\) such that the full backbone \(\mathbf{T}=\mathbf{M}\cup \mathbf{S}\) is compatible with both motif and substrate. The target vector field is conditioned on motif and substrate:
\[
v_\theta(\mathbf{S}_t, t \mid \mathbf{M}, \mathcal{G}).
\]
The paper gives the flow-matching loss over translation and rotation components as
\[
\mathbb{E}\left[ \left\| \mathbf{v}_{\mathbb{R}}(\mathbf{x}_t, t \mid \mathbf{x}_1) - \hat{\mathbf{v}}_{\mathbb{R}}(\mathbf{S}_t, t \mid \mathbf{M}, \mathcal{G}) \right\|_{\mathbb{R}}^2 + \left\| \mathbf{v}_{\mathrm{SO}(3)}(\mathbf{r}_t, t \mid \mathbf{r}_1) - \hat{\mathbf{v}}_{\mathrm{SO}(3)}(\mathbf{S}_t, t \mid \mathbf{M}, \mathcal{G}) \right\|_{\mathrm{SO}(3)}^2 \right].
\]

## 5. Evaluation protocol and benchmark metrics

The EnzyBind evaluation pipeline is standardized across methods. For each input, a method generates **20 backbone structures**; **ProteinMPNN** designs **5 sequences per backbone**; **ESMFold** predicts all-atom structures; and all reported metrics are computed on the ESMFold-predicted structures [2510.25132]. This makes EnzyBind a benchmark for comparing enzyme-generation pipelines under a common downstream structure-recovery and assessment protocol.

Structural and self-consistency metrics include **scTM**, defined as TM-score between generated backbone and ESMFold-predicted all-atom structure; **scRMSD**, defined as aligned \(\mathrm{C}_\alpha\)-RMSD; **Designability**, defined as the fraction of generated backbones with
\[
\mathrm{scRMSD} < 2\text{\AA};
\]
and also the fraction with
\[
\mathrm{scTM} > 0.5.
\]
Functional metrics are **EC Match Rate**, using CLEAN to test whether the predicted EC number matches the native enzyme’s EC number; **\(k_{\text{cat}}\)**, defined as the average predicted catalytic rate constant from UniKP using sequence and substrate; **Binding Affinity**, defined as the docking score from Gnina, where lower is better; and **ESP Score**, defined as the enzyme–substrate interaction score from the EnzyGen/ESP model, where higher is better [2510.25132]. Additional metrics include **AAR**, **RMSD** relative to native structures, **Diversity**, and **Novelty**; the appendix defines Novelty as the average of the **maximum TM-scores** between each generated enzyme and all native proteins, with lower values corresponding to more novel designs.

A composite metric, **Success Rate**, counts a design as successful only if all four of the following hold: EC match, \(\mathrm{scTM}>0.5\), \(\mathrm{scRMSD}<2\text{\AA}\), and better binding affinity than the native counterpart [2510.25132]. This composite criterion is notable because it combines structural plausibility, predicted function, and substrate compatibility.

The same paper reports EnzyControl’s main EnzyBind benchmark results: **scTM > 0.5 = 0.8848**, **Designability = 0.7160**, **EC Match Rate = 0.5041**, **\(k_{\text{cat}} = 2.9168\)**, **Binding Affinity = \(-6.9303\)**, **ESP Score = 0.7334**, and **Success Rate = 0.1195** [2510.25132]. These numbers define the current performance reference within that benchmark. The paper further states that EnzyControl achieves **13%** improvement in designability and **13%** in catalytic efficiency compared to baseline models in the abstract, while the main text reports a **23%** relative improvement in **scTM > 0.5** over the second-best model, a **10%** relative improvement in EC Match Rate over the second-best model, and a **23%** improvement in Success Rate over the second-best model [2510.25132].

## 6. Empirical significance, ablations, and limitations

Ablation studies are used to test whether the two EnzyBind-specific signals—MSA motif annotations and substrate conditioning—materially contribute to performance. When **EnzyAdapter** is removed but MSA motifs are retained, **scTM > 0.5** drops from **0.8848** to **0.8748**, **Designability** from **0.7160** to **0.7067**, **EC Match Rate** from **0.5041** to **0.4761**, **\(k_{\text{cat}}\)** from **2.9168** to **2.5833**, **Binding Affinity** worsens from **\(-6.9303\)** to **\(-6.5523\)**, and **ESP** from **0.7334** to **0.7205** [2510.25132]. When MSA conditioning is removed but EnzyAdapter remains, the scores become **0.8719**, **0.6863**, **0.4764**, **2.4615**, **\(-6.4361\)**, and **0.7183**, respectively. Removing both yields **0.8684**, **0.6784**, **0.4627**, **2.4492**, **\(-6.3972\)**, and **0.7168**. These ablations indicate that both substrate input and MSA-derived motif annotations are functional components of the benchmarked task, rather than optional metadata.

The paper also perturbs motif residues to test annotation sensitivity. At **0% perturbation**, designability is **0.7160**, EC match is **0.5041**, \(k_{\text{cat}}=2.9168\), and binding affinity is **\(-6.9303\)**; at **50% perturbation**, the corresponding values are **0.7023**, **0.4918**, **2.6540**, and **\(-6.6105\)**; and at **100% perturbation**, they are **0.6863**, **0.4764**, **2.4615**, and **\(-6.4361\)** [2510.25132]. The authors interpret this as evidence that performance is sensitive to motif fidelity and that the MSA-based annotation strategy is essential within the benchmark.

The dataset’s limitations are specific and consequential. First, the work focuses on generating **enzyme backbones only**, “without modeling the specific conformations these backbones adopt when binding to substrates” [2510.25132]. Thus, although EnzyBind contains bound complexes, the benchmarked model uses substrate embeddings rather than explicit bound 3D ligand placement during generation. Second, functional sites are inferred from MSA conservation at the **second-level EC classification**, not from curated catalytic-residue databases; the motif labels are therefore useful but approximate. Third, because the framework cannot process multichain or symmetric complexes directly, preprocessing retains only substrate atoms within \(10 \, \text{\AA}\) of enzyme atoms and effectively simplifies interaction contexts toward **single-chain enzyme scaffolds**. Fourth, the benchmark emphasizes functional specificity and designability over unconstrained structural diversity; the paper notes that EnzyControl lags behind RFDiffusion and Chroma in diversity and novelty on EnzyBind [2510.25132].

These caveats are important when situating EnzyBind among related enzyme-design resources. **EnzyPGM** addresses substrate-specific enzyme design with a stronger emphasis on explicit pocket–substrate interaction modeling through **Residue-atom Bi-scale Attention** and reports an average **0.47 kcal/mol** lower Vina score than EnzyGen on its EnzyPock benchmark [2601.19205]. **GENzyme** instead adopts a reaction-conditioned design paradigm in which a catalytic reaction is the primary conditioning signal, and it generates a catalytic pocket, a full enzyme, and a putative enzyme–substrate complex, but its binding stage is a post hoc docking-and-screening module rather than an end-to-end learned catalytic complex model [2411.16694]. By contrast, EnzyBind is narrower and more explicit in its role: it is a curated dataset of experimentally validated enzyme–substrate complexes designed to support and evaluate substrate-aware motif-scaffolding systems.

EnzyBind is publicly released on **Zenodo** at
\[
\texttt{https://zenodo.org/records/15462173}
\]
under **CC BY 4.0**, with the additional note that users must also comply with the licensing terms of **PDB/PDBbind** because the dataset is derived from those sources [2510.25132]. This public release, together with the accompanying code release for EnzyControl, makes EnzyBind not only a benchmark concept but an operational resource for computational enzyme design research.

Source: https://www.emergentmind.com/topics/enzybind