hsila commited on
Commit
2c7a746
·
verified ·
1 Parent(s): 4e7fd08

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -16,4 +16,17 @@ configs:
16
  data_files:
17
  - split: test
18
  path: data/test-*
 
 
 
 
 
 
 
 
 
 
 
19
  ---
 
 
 
16
  data_files:
17
  - split: test
18
  path: data/test-*
19
+ language:
20
+ - en
21
+ tags:
22
+ - chemistry
23
+ - pubchem
24
+ - SMILES
25
+ - chemteb
26
+ pretty_name: PubChem Canonical SMILES and Titles Bitext Mining
27
+ size_categories:
28
+ - 1K<n<10K
29
+ license: cc-by-nc-sa-4.0
30
  ---
31
+ # PubChem Canonical SMILES and Titles Bitext Mining
32
+ This dataset contains two separate lists: one of canonical SMILES strings and the other of corresponding entity titles, both sourced from PubChem ([ChEBI](https://www.ebi.ac.uk/chebi/) source). The task is to identify matching pairs between the SMILES strings and the titles, where each SMILES string from the first list should be aligned with its corresponding entity title from the second list. The dataset is intended for bitext mining tasks, where the goal is to correctly retrieve the matching title for each chemical entity represented by its SMILES string, providing a valuable resource for chemical entity alignment and retrieval tasks.