ProtGlycanDock commited on
Commit
6a5370d
·
verified ·
1 Parent(s): f01ba83

Update dataset card.

Browse files
Files changed (1) hide show
  1. README.md +9 -9
README.md CHANGED
@@ -18,8 +18,8 @@ configs:
18
  path: metadata/splits/train.csv
19
  - split: valid
20
  path: metadata/splits/valid.csv
21
- - split: test
22
- path: metadata/splits/test.csv
23
  - split: glycan_holdout_test
24
  path: metadata/splits/glycan_holdout_test.csv
25
  ---
@@ -31,12 +31,12 @@ configs:
31
 
32
  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.
33
 
34
- | Subset | Split label | Cases | Purpose |
35
- | ----------------------- | --------------------- | ----: | ------------------------------------------------------------ |
36
- | Train | `train` | 1374 | Training split under the protein-holdout partition. |
37
- | Validation | `valid` | 125 | Validation split from the same partition. |
38
- | Test | `test` | 148 | In-distribution test split from the same partition. |
39
- | Time-OOD glycan holdout | `glycan_holdout_test` | 134 | Out-of-distribution protein–glycan complexes for evaluation under glycan holdout. |
40
 
41
  **NOTE**: JSON input files and processed PDB structures are only available in the full dataset release.
42
 
@@ -56,5 +56,5 @@ metadata/
56
  splits/
57
  train.csv
58
  valid.csv
59
- test.csv
60
  glycan_holdout_test.csv
 
18
  path: metadata/splits/train.csv
19
  - split: valid
20
  path: metadata/splits/valid.csv
21
+ - split: protein_holdout_test
22
+ path: metadata/splits/protein_holdout_test.csv
23
  - split: glycan_holdout_test
24
  path: metadata/splits/glycan_holdout_test.csv
25
  ---
 
31
 
32
  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.
33
 
34
+ | Subset | Split label | Cases | Purpose |
35
+ | -------------------- | --------------------- | ----: | ---------------------------------------------------------- |
36
+ | Train | `train` | 1374 | Training set used for model fitting. |
37
+ | Validation | `valid` | 125 | Validation set for model selection. |
38
+ | Protein-holdout test | `test` | 148 | Evaluation set constructed from held-out protein clusters. |
39
+ | Glycan-holdout test | `glycan_holdout_test` | 134 | Evaluation set constructed from held-out glycans. |
40
 
41
  **NOTE**: JSON input files and processed PDB structures are only available in the full dataset release.
42
 
 
56
  splits/
57
  train.csv
58
  valid.csv
59
+ protein_holdout_test.csv
60
  glycan_holdout_test.csv