hsila commited on
Commit
263f6d7
1 Parent(s): e0df8b7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
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
+ 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
+ size_categories:
31
+ - 1K<n<10K
32
+ pretty_name: PubChem Canonical SMILES and Titles Pair Classification
33
  ---
34
+ # PubChem Canonical SMILES and Titles Pair Classification
35
+ This dataset contains pairs of canonical 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](https://www.ebi.ac.uk/chebi/) source), and it provides valuable information for tasks involving chemical entity matching.
36
+