File size: 1,960 Bytes
df75171 673f2e9 df75171 32cfa45 df75171 32cfa45 eac536a fdb30de df75171 32cfa45 fdb30de 2276c4b df75171 2276c4b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 |
---
language:
- en
license: cc-by-nc-sa-4.0
size_categories:
- 100K<n<1M
task_categories:
- text-classification
pretty_name: Coconut Retrieval
dataset_info:
- config_name: corpus
features:
- name: _id
dtype: string
- name: title
dtype: string
- name: text
dtype: string
splits:
- name: corpus
num_bytes: 67903726
num_examples: 621576
download_size: 30910233
dataset_size: 67903726
- config_name: default
features:
- name: query-id
dtype: string
- name: corpus-id
dtype: string
- name: score
dtype: int64
splits:
- name: test
num_bytes: 20543209
num_examples: 621576
download_size: 8157466
dataset_size: 20543209
- config_name: queries
features:
- name: _id
dtype: string
- name: text
dtype: string
splits:
- name: queries
num_bytes: 2309244
num_examples: 84938
download_size: 1395933
dataset_size: 2309244
configs:
- config_name: corpus
data_files:
- split: corpus
path: corpus/corpus-*
- config_name: default
data_files:
- split: test
path: data/test-*
- config_name: queries
data_files:
- split: queries
path: queries/queries-*
tags:
- chemistry
- coconutdb
- chemteb
---
# CoconutDB Molecular Formula to SMILES Retrieval
This retrieval dataset contains pairs of molecular formulas and their corresponding SMILES strings (both isomeric and canonical), with the molecular formulas serving as queries and the SMILES strings as documents. The dataset is sourced from [CoconutDB](https://coconut.naturalproducts.net/) and is designed to facilitate retrieval tasks where the goal is to find the correct SMILES string(s) given a molecular formula. This dataset provides valuable information for tasks involving chemical entity retrieval and molecular formula analysis, supporting research in cheminformatics, natural language processing (NLP), and the development of specialized information retrieval systems in the field of chemistry.
|