File size: 1,098 Bytes
6e7c8b5
c66f553
 
 
 
 
 
 
6e7c8b5
 
76bb5ea
6e7c8b5
76bb5ea
6e7c8b5
e46d486
 
6e7c8b5
 
e46d486
c66f553
e46d486
 
6e7c8b5
 
 
 
 
1c6aa25
 
 
 
 
6e7c8b5
1c6aa25
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
---
language:
- en
size_categories:
- 1M<n<10M
task_categories:
- text-classification
pretty_name: CoconutDB SMILES to Formula Pair Classification
dataset_info:
  features:
  - name: formula
    dtype: string
  - name: smiles
    dtype: string
  - name: label
    dtype: int64
  splits:
  - name: test
    num_bytes: 457537
    num_examples: 4000
  download_size: 210648
  dataset_size: 457537
configs:
- config_name: default
  data_files:
  - split: test
    path: data/test-*
tags:
- chemistry
- coconutdb
- SMILES
- chemteb
---
# CoconutDB SMILES to Formula Pair Classification
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.