Update README.md
Browse files
README.md
CHANGED
@@ -1,21 +1,34 @@
|
|
1 |
-
---
|
2 |
-
dataset_info:
|
3 |
-
features:
|
4 |
-
- name: description
|
5 |
-
dtype: string
|
6 |
-
- name: isomeric_smiles
|
7 |
-
dtype: string
|
8 |
-
- name: labels
|
9 |
-
dtype: int64
|
10 |
-
splits:
|
11 |
-
- name: test
|
12 |
-
num_bytes: 528788
|
13 |
-
num_examples: 2048
|
14 |
-
download_size: 238172
|
15 |
-
dataset_size: 528788
|
16 |
-
configs:
|
17 |
-
- config_name: default
|
18 |
-
data_files:
|
19 |
-
- split: test
|
20 |
-
path: data/test-*
|
21 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: description
|
5 |
+
dtype: string
|
6 |
+
- name: isomeric_smiles
|
7 |
+
dtype: string
|
8 |
+
- name: labels
|
9 |
+
dtype: int64
|
10 |
+
splits:
|
11 |
+
- name: test
|
12 |
+
num_bytes: 528788
|
13 |
+
num_examples: 2048
|
14 |
+
download_size: 238172
|
15 |
+
dataset_size: 528788
|
16 |
+
configs:
|
17 |
+
- config_name: default
|
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 |
+
- pubchem
|
28 |
+
pretty_name: PubChem Isomeric SMILES and Descriptions Pair Classification
|
29 |
+
size_categories:
|
30 |
+
- 1K<n<10K
|
31 |
+
license: cc-by-nc-sa-4.0
|
32 |
+
---
|
33 |
+
# PubChem Isomeric SMILES and Descriptions Pair Classification
|
34 |
+
This dataset contains pairs of isomeric SMILES strings and their corresponding descriptions, with labels indicating whether they refer to the same chemical entity. A label of 1 means the SMILES string and the description correspond to the same entity, while a label of 0 indicates they do not. The dataset is sourced from PubChem ([ChEBI](https://www.ebi.ac.uk/chebi/) source), and it provides valuable information for tasks involving chemical entity matching and description analysis.
|