Datasets:

Languages:
English
ArXiv:
Tags:
che
License:
jpfolch commited on
Commit
a8a4175
·
verified ·
1 Parent(s): e5f01d8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -1
README.md CHANGED
@@ -6,4 +6,28 @@ tags:
6
  - che
7
  size_categories:
8
  - 1K<n<10K
9
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  - che
7
  size_categories:
8
  - 1K<n<10K
9
+ ---
10
+
11
+ # Summary
12
+
13
+ Catechol dataset for solvent selection and machine learning.
14
+
15
+ **ArXiv preprint: [The Catechol Benchmark: Time-series Solvent Selection Data for Few-shot Machine Learning](https://arxiv.org/abs/2506.07619).**
16
+
17
+ # Data files
18
+
19
+ ## Main data files
20
+
21
+ - **catechol_full_data_yields.csv**: Full data set with mixture solvents
22
+ - **catechol_single_solvent_yields.csv**: Only the single-solvent data
23
+ - **claisen_data_clean.csv**: Allyl Phenyl Ether data-set from an external source
24
+
25
+ ## Lookup tables
26
+
27
+ Tables translating solvent names - as tabulated the main data files - to various pre-computed ML-readable representations:
28
+
29
+ - **acs_pca_descriptors_lookup.csv**: ACS Solvent Selection Guide's principle component analysis representation.
30
+ - **drfps_lookup.csv**: Fingerprint representation created using the difference in sets containing molecular substructures to the left and right of the reaction arrow in a SMILES string
31
+ - **fragprints_lookup.csv**: fragprints: A combination of molecular fingerprints, which are bit vectors indicating the presence of substructures in the molecule, and molecular fragments, which are count vectors indicating the number of times specific functional groups appear.
32
+ - **spange_descriptors_lookup.csv:** Representation based on measurable properties of solvents
33
+ - **smiles_lookup.csv**: SMILES strings.