Add paper link and GitHub repository to dataset card

#2
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +11 -5
README.md CHANGED
@@ -1,7 +1,10 @@
1
  ---
2
  license: cc-by-4.0
 
 
3
  task_categories:
4
- - tabular-regression
 
5
  tags:
6
  - chemistry
7
  - supramolecular
@@ -9,9 +12,6 @@ tags:
9
  - host-guest
10
  - smiles
11
  - molecular-structures
12
- pretty_name: SupraBench Binding Affinity (Comprehensive Anchor)
13
- size_categories:
14
- - 1K<n<10K
15
  configs:
16
  - config_name: default
17
  data_files:
@@ -21,6 +21,10 @@ configs:
21
 
22
  # SupraBench Binding Affinity — Comprehensive Anchor Dataset
23
 
 
 
 
 
24
  Each row is a host–guest **binding-affinity record** from SupraBench, enriched with
25
  full molecular-structure data for **both** the host and the guest (SMILES, a 2D
26
  depiction, and a 3D conformer) plus the **experimental environment** (solvent,
@@ -73,6 +77,8 @@ structure). 2D depictions are embedded inline; 3D conformers ship as repo files.
73
  > Each record links to them through the `host_3d_basename` and `guest_3d_basename`
74
  > columns, where the file path is `structures_3d/<basename>.{xyz,sdf,pdb}`.
75
 
 
 
76
  Download a record's 3D structures programmatically:
77
 
78
  ```python
@@ -118,4 +124,4 @@ fields; the per-molecule status is in `failures.csv`.
118
 
119
  Derived from [SupraBank](https://suprabank.org/) (CC-BY-4.0),
120
  [PubChem](https://pubchem.ncbi.nlm.nih.gov/), and
121
- [OPSIN](https://github.com/dan2097/opsin). Released under CC-BY-4.0.
 
1
  ---
2
  license: cc-by-4.0
3
+ size_categories:
4
+ - 1K<n<10K
5
  task_categories:
6
+ - other
7
+ pretty_name: SupraBench Binding Affinity (Comprehensive Anchor)
8
  tags:
9
  - chemistry
10
  - supramolecular
 
12
  - host-guest
13
  - smiles
14
  - molecular-structures
 
 
 
15
  configs:
16
  - config_name: default
17
  data_files:
 
21
 
22
  # SupraBench Binding Affinity — Comprehensive Anchor Dataset
23
 
24
+ This dataset is part of the paper [SupraBench: A Benchmark for Supramolecular Chemistry](https://huggingface.co/papers/2606.13477).
25
+
26
+ Official code: [https://github.com/Tianyi-Billy-Ma/SupraBench](https://github.com/Tianyi-Billy-Ma/SupraBench)
27
+
28
  Each row is a host–guest **binding-affinity record** from SupraBench, enriched with
29
  full molecular-structure data for **both** the host and the guest (SMILES, a 2D
30
  depiction, and a 3D conformer) plus the **experimental environment** (solvent,
 
77
  > Each record links to them through the `host_3d_basename` and `guest_3d_basename`
78
  > columns, where the file path is `structures_3d/<basename>.{xyz,sdf,pdb}`.
79
 
80
+ ### Sample Usage
81
+
82
  Download a record's 3D structures programmatically:
83
 
84
  ```python
 
124
 
125
  Derived from [SupraBank](https://suprabank.org/) (CC-BY-4.0),
126
  [PubChem](https://pubchem.ncbi.nlm.nih.gov/), and
127
+ [OPSIN](https://github.com/dan2097/opsin). Released under CC-BY-4.0.