aryopg commited on
Commit
4f32d2f
·
verified ·
1 Parent(s): 5b95804

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +258 -203
README.md CHANGED
@@ -1,203 +1,258 @@
1
- ---
2
- dataset_info:
3
- - config_name: BindingDB_filtered
4
- features:
5
- - name: Index
6
- dtype: string
7
- - name: Drug_ID
8
- dtype: string
9
- - name: Drug
10
- dtype: string
11
- - name: Target_ID
12
- dtype: string
13
- - name: Target
14
- dtype: string
15
- - name: Y
16
- dtype: float32
17
- splits:
18
- - name: train
19
- num_examples: 24700
20
- - config_name: CATS
21
- features:
22
- - name: Index
23
- dtype: string
24
- - name: Drug
25
- dtype: string
26
- - name: IC50
27
- dtype: float32
28
- - name: Target
29
- dtype: string
30
- - name: Y
31
- dtype: float32
32
- splits:
33
- - name: train
34
- num_examples: 393
35
- - config_name: HIF2A
36
- features:
37
- - name: Index
38
- dtype: string
39
- - name: Y
40
- dtype: float32
41
- - name: Drug
42
- dtype: string
43
- - name: Target
44
- dtype: string
45
- splits:
46
- - name: train
47
- num_examples: 37
48
- - config_name: HSP90
49
- features:
50
- - name: Index
51
- dtype: string
52
- - name: Drug
53
- dtype: string
54
- - name: IC50 (nM)
55
- dtype: float32
56
- - name: Target
57
- dtype: string
58
- - name: Y
59
- dtype: float32
60
- splits:
61
- - name: train
62
- num_examples: 147
63
- - config_name: LeakyPDB
64
- features:
65
- - name: Index
66
- dtype: string
67
- - name: header
68
- dtype: string
69
- - name: smiles
70
- dtype: string
71
- - name: category
72
- dtype: string
73
- - name: seq
74
- dtype: string
75
- - name: resolution
76
- dtype: float32
77
- - name: date
78
- dtype: string
79
- - name: type
80
- dtype: string
81
- - name: new_split
82
- dtype: string
83
- - name: CL1
84
- dtype: bool
85
- - name: CL2
86
- dtype: bool
87
- - name: CL3
88
- dtype: bool
89
- - name: remove_for_balancing_val
90
- dtype: bool
91
- - name: kd/ki
92
- dtype: string
93
- - name: value
94
- dtype: float32
95
- - name: covalent
96
- dtype: bool
97
- splits:
98
- - name: train
99
- num_examples: 19443
100
- - config_name: MCL1
101
- features:
102
- - name: Index
103
- dtype: string
104
- - name: Y
105
- dtype: float32
106
- - name: Drug
107
- dtype: string
108
- - name: Target
109
- dtype: string
110
- splits:
111
- - name: train
112
- num_examples: 25
113
- - config_name: Mpro
114
- features:
115
- - name: Index
116
- dtype: string
117
- - name: Drug
118
- dtype: string
119
- - name: Y
120
- dtype: float32
121
- - name: Target
122
- dtype: string
123
- splits:
124
- - name: train
125
- num_examples: 2062
126
- - config_name: SYK
127
- features:
128
- - name: Index
129
- dtype: string
130
- - name: Y
131
- dtype: float32
132
- - name: Drug
133
- dtype: string
134
- - name: Target
135
- dtype: string
136
- splits:
137
- - name: train
138
- num_examples: 44
139
- configs:
140
- - config_name: BindingDB_filtered
141
- data_files:
142
- - split: train
143
- path: BindingDB_filtered/train/data-*
144
- - config_name: CATS
145
- data_files:
146
- - split: train
147
- path: CATS/train/data-*
148
- - config_name: HIF2A
149
- data_files:
150
- - split: train
151
- path: HIF2A/train/data-*
152
- - config_name: HSP90
153
- data_files:
154
- - split: train
155
- path: HSP90/train/data-*
156
- - config_name: LeakyPDB
157
- data_files:
158
- - split: train
159
- path: LeakyPDB/train/data-*
160
- - config_name: MCL1
161
- data_files:
162
- - split: train
163
- path: MCL1/train/data-*
164
- - config_name: Mpro
165
- data_files:
166
- - split: train
167
- path: Mpro/train/data-*
168
- - config_name: SYK
169
- data_files:
170
- - split: train
171
- path: SYK/train/data-*
172
- license: cc-by-4.0
173
- pretty_name: BALM-Benchmark
174
- tags:
175
- - chemistry
176
- - biology
177
- size_categories:
178
- - 10K<n<100K
179
- ---
180
-
181
- # Dataset Card for BALM-Benchmark
182
-
183
- <!-- Provide a quick summary of the dataset. -->
184
-
185
- ## Dataset Details
186
-
187
- ### Dataset Description
188
-
189
- ## Citation
190
-
191
- <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
192
-
193
- **BibTeX:**
194
-
195
- ```
196
-
197
- ```
198
-
199
- ## Dataset Card Contact
200
-
201
- - Rohan Gorantla (rohan.[email protected])
202
- - Aryo Pradipta Gema ([email protected])
203
- - Antonia Mey ()
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ - config_name: BindingDB_filtered
4
+ features:
5
+ - name: Index
6
+ dtype: string
7
+ - name: Drug_ID
8
+ dtype: string
9
+ - name: Drug
10
+ dtype: string
11
+ - name: Target_ID
12
+ dtype: string
13
+ - name: Target
14
+ dtype: string
15
+ - name: Y
16
+ dtype: float32
17
+ splits:
18
+ - name: train
19
+ num_examples: 24700
20
+ - config_name: CATS
21
+ features:
22
+ - name: Index
23
+ dtype: string
24
+ - name: Drug
25
+ dtype: string
26
+ - name: IC50
27
+ dtype: float32
28
+ - name: Target
29
+ dtype: string
30
+ - name: Y
31
+ dtype: float32
32
+ splits:
33
+ - name: train
34
+ num_examples: 393
35
+ - config_name: HIF2A
36
+ features:
37
+ - name: Index
38
+ dtype: string
39
+ - name: Y
40
+ dtype: float32
41
+ - name: Drug
42
+ dtype: string
43
+ - name: Target
44
+ dtype: string
45
+ splits:
46
+ - name: train
47
+ num_examples: 37
48
+ - config_name: HSP90
49
+ features:
50
+ - name: Index
51
+ dtype: string
52
+ - name: Drug
53
+ dtype: string
54
+ - name: IC50 (nM)
55
+ dtype: float32
56
+ - name: Target
57
+ dtype: string
58
+ - name: Y
59
+ dtype: float32
60
+ splits:
61
+ - name: train
62
+ num_examples: 147
63
+ - config_name: LeakyPDB
64
+ features:
65
+ - name: Index
66
+ dtype: string
67
+ - name: header
68
+ dtype: string
69
+ - name: smiles
70
+ dtype: string
71
+ - name: category
72
+ dtype: string
73
+ - name: seq
74
+ dtype: string
75
+ - name: resolution
76
+ dtype: float32
77
+ - name: date
78
+ dtype: string
79
+ - name: type
80
+ dtype: string
81
+ - name: new_split
82
+ dtype: string
83
+ - name: CL1
84
+ dtype: bool
85
+ - name: CL2
86
+ dtype: bool
87
+ - name: CL3
88
+ dtype: bool
89
+ - name: remove_for_balancing_val
90
+ dtype: bool
91
+ - name: kd/ki
92
+ dtype: string
93
+ - name: value
94
+ dtype: float32
95
+ - name: covalent
96
+ dtype: bool
97
+ splits:
98
+ - name: train
99
+ num_examples: 19443
100
+ - config_name: MCL1
101
+ features:
102
+ - name: Index
103
+ dtype: string
104
+ - name: Y
105
+ dtype: float32
106
+ - name: Drug
107
+ dtype: string
108
+ - name: Target
109
+ dtype: string
110
+ splits:
111
+ - name: train
112
+ num_examples: 25
113
+ - config_name: Mpro
114
+ features:
115
+ - name: Index
116
+ dtype: string
117
+ - name: Drug
118
+ dtype: string
119
+ - name: Y
120
+ dtype: float32
121
+ - name: Target
122
+ dtype: string
123
+ splits:
124
+ - name: train
125
+ num_examples: 2062
126
+ - config_name: SYK
127
+ features:
128
+ - name: Index
129
+ dtype: string
130
+ - name: Y
131
+ dtype: float32
132
+ - name: Drug
133
+ dtype: string
134
+ - name: Target
135
+ dtype: string
136
+ splits:
137
+ - name: train
138
+ num_examples: 44
139
+ configs:
140
+ - config_name: BindingDB_filtered
141
+ data_files:
142
+ - split: train
143
+ path: BindingDB_filtered/train/data-*
144
+ - config_name: CATS
145
+ data_files:
146
+ - split: train
147
+ path: CATS/train/data-*
148
+ - config_name: HIF2A
149
+ data_files:
150
+ - split: train
151
+ path: HIF2A/train/data-*
152
+ - config_name: HSP90
153
+ data_files:
154
+ - split: train
155
+ path: HSP90/train/data-*
156
+ - config_name: LeakyPDB
157
+ data_files:
158
+ - split: train
159
+ path: LeakyPDB/train/data-*
160
+ - config_name: MCL1
161
+ data_files:
162
+ - split: train
163
+ path: MCL1/train/data-*
164
+ - config_name: Mpro
165
+ data_files:
166
+ - split: train
167
+ path: Mpro/train/data-*
168
+ - config_name: SYK
169
+ data_files:
170
+ - split: train
171
+ path: SYK/train/data-*
172
+ license: cc-by-4.0
173
+ pretty_name: BALM-Benchmark
174
+ tags:
175
+ - chemistry
176
+ - biology
177
+ size_categories:
178
+ - 10K<n<100K
179
+ ---
180
+
181
+ # Dataset Card for BALM-Benchmark
182
+
183
+ <!-- Provide a quick summary of the dataset. -->
184
+
185
+ BALM-Benchmark is a comprehensive benchmark suite that combines multiple seminal binding affinity prediction datasets in one place.
186
+ ...
187
+
188
+ ## Dataset Details
189
+
190
+ ### Dataset Description
191
+
192
+ <!-- Provide a longer summary of what this dataset is. -->
193
+
194
+ Each dataset contains:
195
+ - **Column A**
196
+ - **Column B**
197
+ - **Column C**
198
+ - **...**
199
+
200
+ - **Dataset Repository:** https://huggingface.co/datasets/BALM/BALM-benchmark
201
+ - **Code Repository:** https://github.com/meyresearch/BALM
202
+ - **Paper:** TBA
203
+ - **Language(s) (NLP):** English
204
+ - **License:** CC-BY-4.0
205
+
206
+
207
+ ### Dataset Sources
208
+
209
+ - **BindingDB_filtered**:
210
+ - **CATS**:
211
+ - **HIF2A**:
212
+ - **HSP90**:
213
+ - **LeakyPDB**:
214
+ - **MCL1**:
215
+ - **Mpro**:
216
+ - **SYK**:
217
+
218
+ ## Uses
219
+
220
+ BALM-Benchmark was initially created as a part of the BALM project (https://github.com/meyresearch/BALM) which fine-tunes Protein and Ligand Language Models by optimizing the distance between protein and ligand embeddings in a shared space using the cosine similarity metric that directly represents experimental binding affinity.
221
+ Nevertheless, BALM-Benchmark can be used by itself, just like any other HuggingFace dataset:
222
+
223
+ ```python
224
+ from datasets import load_dataset
225
+
226
+ # For instance, you want to load SYK data. Change the second argument into SYK
227
+ syk_data = load_dataset("BALM/BALM-benchmark", "SYK", split="train")
228
+ ```
229
+
230
+ As mentioned in the [Dataset Sources](#dataset-sources), the available datasets are:
231
+
232
+ - `BindingDB_filtered`
233
+ - `CATS`
234
+ - `HIF2A`
235
+ - `HSP90`
236
+ - `LeakyPDB`
237
+ - `MCL1`
238
+ - `Mpro`
239
+ - `SYK`
240
+
241
+ Notice that all datasets only have one split (`train`). This is intentional such that the users can define their own splits, and can experiment with more random seeds for robustness.
242
+ We highly recommend checking out different strategies for splitting the data (e.g., BindingDB) in [our BALM code repository](https://github.com/meyresearch/BALM/blob/refactor/balm/datasets/bindingdb_filtered.py#L157-L169).
243
+
244
+ ## Citation
245
+
246
+ <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
247
+
248
+ **BibTeX:**
249
+
250
+ ```
251
+ In preparation
252
+ ```
253
+
254
+ ## Dataset Card Contact
255
+
256
+ - Rohan Gorantla ([email protected])
257
+ - Aryo Pradipta Gema ([email protected])
258
+ - Antonia Mey ([email protected])