# SMILES-X: autonomous molecular compounds characterization for small   datasets without descriptors

**Authors:** Guillaume Lambard, Ekaterina Gracheva

arXiv: 1906.09938 · 2022-02-25

## TL;DR

SMILES-X is an autonomous neural architecture that effectively predicts molecular properties from SMILES strings, especially useful for small datasets, eliminating the need for handcrafted descriptors and providing interpretable results.

## Contribution

It introduces a novel Embed-Encode-Attend-Predict neural pipeline with Bayesian hyper-parameter optimization for small dataset molecular property prediction without descriptors.

## Key findings

- Achieves state-of-the-art results in solubility, hydration free energy, and LogD predictions.
- Effectively augments data using SMILES de-canonicalization.
- Provides interpretable attention-based predictions.

## Abstract

There is more and more evidence that machine learning can be successfully applied in materials science and related fields. However, datasets in these fields are often quite small ($\ll1000$ samples). It makes the most advanced machine learning techniques remain neglected, as they are considered to be applicable to big data only. Moreover, materials informatics methods often rely on human-engineered descriptors, that should be carefully chosen, or even created, to fit the physicochemical property that one intends to predict. In this article, we propose a new method that tackles both the issue of small datasets and the difficulty of task-specific descriptors development. The SMILES-X is an autonomous pipeline for molecular compounds characterisation based on a \{Embed-Encode-Attend-Predict\} neural architecture with a data-specific Bayesian hyper-parameters optimisation. The only input to the architecture -- the SMILES strings -- are de-canonicalised in order to efficiently augment the data. One of the key features of the architecture is the attention mechanism, which enables the interpretation of output predictions without extra computational cost. The SMILES-X shows new state-of-the-art results in the inference of aqueous solubility ($\overline{RMSE}_{test} \simeq 0.57 \pm 0.07$ mols/L), hydration free energy ($\overline{RMSE}_{test} \simeq 0.81 \pm 0.22$ kcal/mol, which is $\sim 24.5\%$ better than molecular dynamics simulations), and octanol/water distribution coefficient ($\overline{RMSE}_{test} \simeq 0.59 \pm 0.02$ for LogD at pH 7.4) of molecular compounds. The SMILES-X is intended to become an important asset in the toolkit of materials scientists and chemists. The source code for the SMILES-X is available at \href{https://github.com/GLambard/SMILES-X}{github.com/GLambard/SMILES-X}.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1906.09938/full.md

## Figures

8 figures with captions in the complete paper: https://tomesphere.com/paper/1906.09938/full.md

## References

55 references — full list in the complete paper: https://tomesphere.com/paper/1906.09938/full.md

---
Source: https://tomesphere.com/paper/1906.09938