File size: 2,359 Bytes
587b6c0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3afe8d4
587b6c0
3afe8d4
6a5370d
 
587b6c0
3afe8d4
587b6c0
 
 
 
 
 
 
 
 
6a5370d
 
 
 
 
 
587b6c0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6a5370d
587b6c0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
---
license: cc-by-4.0
language:
- en
pretty_name: ProtGlycanDock-Minimal
size_categories:
- 1K<n<10K
tags:
- biology
- protein
- glycan
- docking
- benchmark
configs:
- config_name: default
  data_files:
  - split: train
    path: metadata/splits/train.csv
  - split: valid
    path: metadata/splits/valid.csv
  - split: protein_holdout_test
    path: metadata/splits/protein_holdout_test.csv
  - split: glycan_holdout_test
    path: metadata/splits/glycan_holdout_test.csv
---

# ProtGlycanDock Dataset – Minimal Version

> **NOTE**: This is the **minimal version** of ProtGlycanDock, uploaded for the NeurIPS 2026 Datasets and Benchmarks Track due to the < 4 GB size requirement. It contains only the mmCIF structural files and the metadata tables needed to define splits and case information.  
> The full dataset (including PDB structures, JSON inputs, and reconstruction scripts) is available in the accompanying complete repository (https://huggingface.co/datasets/ProtGlycanDock/ProtGlycanDock).

ProtGlycanDock is a curated protein–glycan docking dataset. This minimal release includes the mmCIF files for all **1,781** protein–glycan complexes, along with split assignments and case-level metadata.

| Subset               | Split label           | Cases | Purpose                                                    |
| -------------------- | --------------------- | ----: | ---------------------------------------------------------- |
| Train                | `train`               |  1374 | Training set used for model fitting.                       |
| Validation           | `valid`               |   125 | Validation set for model selection.                        |
| Protein-holdout test | `test`                |   148 | Evaluation set constructed from held-out protein clusters. |
| Glycan-holdout test  | `glycan_holdout_test` |   134 | Evaluation set constructed from held-out glycans.          |

**NOTE**: JSON input files and processed PDB structures are only available in the full dataset release.



## Repository Layout

The repository is organized as follows:

```text
data/
  mmcif/
    {PDB_ID}.cif          		# mmCIF file for each complex

metadata/
  dataset_file_manifest.csv		# File manifest for the full dataset (for reference)
  splits/
  	train.csv
  	valid.csv
  	protein_holdout_test.csv
  	glycan_holdout_test.csv