William commited on
Commit
6c50e03
Β·
1 Parent(s): 4688169

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +106 -1
README.md CHANGED
@@ -154,4 +154,109 @@ tags:
154
  pretty_name: OPI
155
  size_categories:
156
  - 1M<n<10M
157
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
154
  pretty_name: OPI
155
  size_categories:
156
  - 1M<n<10M
157
+ ---
158
+ # Dataset Card for Open Protein Instructions (OPI)
159
+
160
+ ## Dataset Description
161
+
162
+ - **Homepage:**
163
+ - **Repository:**
164
+ - **Paper:**
165
+ - **Leaderboard:**
166
+ - **Point of Contact:**
167
+
168
+ ### Dataset Summary
169
+
170
+ Open Protein Instructions(OPI) is the initial part of Open Biology Instructions(OBI) project, together with the subsequent Open Molecule Instructions(OMI), Open DNA Instructions(ODI), Open RNA Instructions(ORI) and Open Single-cell Instructions (OSCI). OBI is a project which aims to fully leverage the potential ability of Large Language Models(LLMs), especially the scientific LLMs like Galactica, to facilitate research in AI for Life Science community. While OBI is still in an early stage, we hope to provide a starting point for the community to bridge LLMs and biological domain knowledge.
171
+
172
+ ## Dataset Structure
173
+
174
+ ### Data Instances
175
+
176
+ ```
177
+ instruction:
178
+ What is the EC classification of the input protein sequence based on its biological function?
179
+ input:
180
+ MGLVSSKKPDKEKPIKEKDKGQWSPLKVSAQDKDAPPLPPLVVFNHLTPPPPDEHLDEDKHFVVALYDYTAMNDRDLQMLKGEKLQVLKGTGDWWLARS
181
+ LVTGREGYVPSNFVARVESLEMERWFFRSQGRKEAERQLLAPINKAGSFLIRESETNKGAFSLSVKDVTTQGELIKHYKIRCLDEGGYYISPRITFPSL
182
+ QALVQHYSKKGDGLCQRLTLPCVRPAPQNPWAQDEWEIPRQSLRLVRKLGSGQFGEVWMGYYKNNMKVAIKTLKEGTMSPEAFLGEANVMKALQHERLV
183
+ RLYAVVTKEPIYIVTEYMARGCLLDFLKTDEGSRLSLPRLIDMSAQIAEGMAYIERMNSIHRDLRAANILVSEALCCKIADFGLARIIDSEYTAQEGAK
184
+ FPIKWTAPEAIHFGVFTIKADVWSFGVLLMEVVTYGRVPYPGMSNPEVIRNLERGYRMPRPDTCPPELYRGVIAECWRSRPEERPTFEFLQSVLEDFYT
185
+ ATERQYELQP
186
+ output:
187
+ 2.7.10.2
188
+ ```
189
+
190
+ ### Data Splits
191
+ The OPI dataset folder structure is as follows:
192
+ ```
193
+ ./OPI_DATA/
194
+ β”œβ”€β”€ AP
195
+ β”‚ β”œβ”€β”€ Function
196
+ β”‚ β”‚ β”œβ”€β”€ test
197
+ β”‚ β”‚ β”‚ β”œβ”€β”€ CASPSimilarSeq_function_valid.jsonl
198
+ β”‚ β”‚ β”‚ β”œβ”€β”€ IDFilterSeq_function_valid.jsonl
199
+ β”‚ β”‚ β”‚ └── UniProtSeq_function_valid.jsonl
200
+ β”‚ β”‚ └── train
201
+ β”‚ β”‚ β”œβ”€β”€ function_description_train.json
202
+ β”‚ β”‚ └── function_description_train_0.01.json
203
+ β”‚ β”œβ”€β”€ GO
204
+ β”‚ β”‚ β”œβ”€β”€ test
205
+ β”‚ β”‚ β”‚ β”œβ”€β”€ CASPSimilarSeq_go_valid.jsonl
206
+ β”‚ β”‚ β”‚ β”œβ”€β”€ IDFilterSeq_go_valid.jsonl
207
+ β”‚ β”‚ β”‚ └── UniProtSeq_go_valid.jsonl
208
+ β”‚ β”‚ └── train
209
+ β”‚ β”‚ β”œβ”€β”€ go_terms_train.json
210
+ β”‚ β”‚ └── go_terms_train_0.01.json
211
+ β”‚ └── Keywords
212
+ β”‚ β”œβ”€β”€ test
213
+ β”‚ β”‚ β”œβ”€β”€ CASPSimilarSeq_keywords_valid.jsonl
214
+ β”‚ β”‚ β”œβ”€β”€ IDFilterSeq_keywords_valid.jsonl
215
+ β”‚ β”‚ └── UniProtSeq_keywords_valid.jsonl
216
+ β”‚ └── train
217
+ β”‚ β”œβ”€β”€ keywords_train.json
218
+ β”‚ └── keywords_train_0.01.json
219
+ β”œβ”€β”€ KM
220
+ β”‚ β”œβ”€β”€ gSymbol2Cancer
221
+ β”‚ β”‚ β”œβ”€β”€ test
222
+ β”‚ β”‚ β”‚ └── gene_symbol_to_cancer_test.jsonl
223
+ β”‚ β”‚ └── train
224
+ β”‚ β”‚ └── gene_symbol_to_cancer_train.json
225
+ β”‚ β”œβ”€β”€ gName2Cancer
226
+ β”‚ β”‚ β”œβ”€β”€ test
227
+ β”‚ β”‚ β”‚ └── gene_name_to_cancer_test.jsonl
228
+ β”‚ β”‚ └── train
229
+ β”‚ β”‚ └── gene_name_to_cancer_train.json
230
+ β”‚ └── gSymbol2Tissue
231
+ β”‚ β”œβ”€β”€ test
232
+ β”‚ β”‚ └── gene_symbol_to_tissue_valid.jsonl
233
+ β”‚ └── train
234
+ β”‚ └── gene_symbol_to_tissue_train.json
235
+ └── SU
236
+ β”œβ”€β”€ EC_number
237
+ β”‚ β”œβ”€β”€ test
238
+ β”‚ β”‚ β”œβ”€β”€ CLEAN_EC_number_new_test.jsonl
239
+ β”‚ β”‚ └── CLEAN_EC_number_price_test.jsonl
240
+ β”‚ └── train
241
+ β”‚ β”œβ”€β”€ CLEAN_EC_number_train.json
242
+ β”œβ”€β”€ Fold_type-Remote
243
+ β”‚ β”œβ”€β”€ test
244
+ β”‚ β”‚ └── Remote_valid.jsonl
245
+ β”‚ └── train
246
+ β”‚ └── Remote_train.json
247
+ └── Subcellular_location
248
+ β”œβ”€β”€ test
249
+ β”‚ β”œβ”€β”€ location_valid.jsonl
250
+ └── train
251
+ └── location_train.json
252
+ ```
253
+
254
+ ## Dataset Creation
255
+
256
+ The OPI dataset is curated on our own by extracting key information from Swiss-Prot database. The detailed construction pipeline is depicted in the supplementary material of our manuscript which has been submitted to NeurIPS 2023 Datasets and Benchmarks. The following figure shows the general construction process.
257
+ <div align="center">
258
+ <img src=./OPI_data.png />
259
+ </div>
260
+
261
+ ## License
262
+ The dataset is licensed under a Creative Commons Attribution Non Commercial 4.0 License.