Update README.md
Browse files
README.md
CHANGED
@@ -18,4 +18,19 @@ configs:
|
|
18 |
data_files:
|
19 |
- split: test
|
20 |
path: data/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
---
|
|
|
|
|
|
|
|
18 |
data_files:
|
19 |
- split: test
|
20 |
path: data/test-*
|
21 |
+
task_categories:
|
22 |
+
- text-classification
|
23 |
+
language:
|
24 |
+
- en
|
25 |
+
tags:
|
26 |
+
- chemistry
|
27 |
+
- coconutdb
|
28 |
+
- SMILES
|
29 |
+
- chemteb
|
30 |
+
pretty_name: CoconutDB SMILES to Formula Pair Classification
|
31 |
+
size_categories:
|
32 |
+
- 1M<n<10M
|
33 |
---
|
34 |
+
# CoconutDB SMILES to Formula Pair Classification
|
35 |
+
This dataset contains pairs of SMILES strings (both isomeric and canonical) and their corresponding molecular formulas, with labels indicating whether they refer to the same chemical entity. A label of 1 means the SMILES string and the molecular formula correspond to the same entity, while a label of 0 indicates they do not. The dataset is sourced from [CoconutDB](https://coconut.naturalproducts.net/) and provides valuable information for tasks involving chemical entity matching and molecular formula analysis.
|
36 |
+
|