Update README.md
Browse files
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 Descriptions 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 Descriptions Bitext Mining
|
32 |
+
This dataset contains two separate lists: one of canonical SMILES strings and the other of corresponding entity descriptions, 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 descriptions, where each SMILES string from the first list should be aligned with its corresponding descriptions from the second list. The dataset is intended for bitext mining tasks, where the goal is to correctly retrieve the matching descriptions for each chemical entity represented by its SMILES string, providing a valuable resource for chemical entity alignment and retrieval tasks.
|