hsila commited on
Commit
d60f975
1 Parent(s): 2a39b19

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
+ license: cc-by-nc-sa-4.0
20
+ language:
21
+ - en
22
+ pretty_name: PubChem Isomeric SMILES and Titles Bitext Mining
23
+ tags:
24
+ - chemistry
25
+ - pubchem
26
+ - SMILES
27
+ - chemteb
28
+ size_categories:
29
+ - 1K<n<10K
30
  ---
31
+ # PubChem Isomeric SMILES and Titles Bitext Mining
32
+ This dataset contains two separate lists: one of isomeric 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.