Update README.md
Browse files
README.md
CHANGED
@@ -18,4 +18,18 @@ configs:
|
|
18 |
data_files:
|
19 |
- split: test
|
20 |
path: data/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
---
|
|
|
|
|
|
18 |
data_files:
|
19 |
- split: test
|
20 |
path: data/test-*
|
21 |
+
license: cc-by-nc-sa-4.0
|
22 |
+
task_categories:
|
23 |
+
- text-classification
|
24 |
+
language:
|
25 |
+
- en
|
26 |
+
tags:
|
27 |
+
- chemistry
|
28 |
+
- pubchem
|
29 |
+
- SMILES
|
30 |
+
pretty_name: PubChem Isomeric SMILES and Titles Pair Classification
|
31 |
+
size_categories:
|
32 |
+
- 1K<n<10K
|
33 |
---
|
34 |
+
# PubChem Isomeric SMILES and Titles Pair Classification
|
35 |
+
This dataset contains pairs of isomeric SMILES strings and their corresponding entity titles, with labels indicating whether they refer to the same chemical entity. A label of 1 means the SMILES string and the title correspond to the same entity, while a label of 0 indicates they do not. The dataset is sourced from PubChem (ChEBI source), and it provides valuable information for tasks involving chemical entity matching and description analysis.
|